.popbg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  cursor: wait;
  top: 0;
  z-index: 9999;
}
.popbg .pop {
  width: 45rem;
  height: 30.20833333rem;
  background: #202020;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 3.125rem;
}
.popbg .pop .pop-logo {
  width: 9.79166667rem;
  height: 9.16666667rem;
  margin-top: 2.70833333rem;
}
.popbg .pop .text {
  width: 31.09375rem;
  margin: 0 auto;
  margin-top: 2.13541667rem;
  font: 600 1.66666667rem 'LuxeUnoRegular';
  color: #F5f5f5;
}
.popbg .pop .btns {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.popbg .pop .btns .yes-btn,
.popbg .pop .btns .no-btn {
  width: 18.54166667rem;
  height: 4.47916667rem;
  border-radius: 6.77083333rem;
  line-height: 4.47916667rem;
  font-family: "LuxeUnoRegular";
  font-size: 1.14583333rem;
  color: rgba(0, 0, 0, 0.86);
  font-weight: 700;
  margin: 0 1.11979167rem;
  padding: 0 0.52083333rem;
  cursor: pointer;
}
.popbg .pop .btns .yes-btn {
  background-color: #ffff3b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.33333333rem;
  padding-right: 1.82291667rem;
}
.popbg .pop .btns .yes-btn img {
  width: 3.17708333rem;
  height: 3.17708333rem;
  margin-left: 1.04166667rem;
}
.popbg .pop .btns .no-btn {
  background-color: #f5f5f5;
}
.popbg .pop .error-text {
  margin-top: 5.15625rem;
  color: #F5F5F5;
  text-align: center;
  font-family: "Luxe Uno";
  font-size: 6.66666667rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.popbg .pop .error-btn {
  width: 35.20833333rem;
  height: 4.47916667rem;
  background-color: #f5f5f5;
  border-radius: 6.77083333rem;
  font-family: "LuxeUnoRegular";
  font-size: 1.45833333rem;
  color: rgba(0, 0, 0, 0.86);
  font-weight: 700;
  line-height: 4.47916667rem;
  padding: 0 1.04166667rem;
  text-align: center;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .popbg .pop {
    width: 7.90697674rem;
    height: 6.51162791rem;
    border-radius: 0.23255814rem;
  }
  .popbg .pop .pop-logo {
    width: 2.18604651rem;
    height: 2.04651163rem;
    margin-top: 0.46511628rem;
  }
  .popbg .pop .text {
    width: 5.11627907rem;
    height: 1.30232558rem;
    margin: 0 auto;
    margin-top: 0.46511628rem;
    font: 400 0.3255814rem 'LuxeUnoRegular';
    color: #F5f5f5;
  }
  .popbg .pop .btns {
    margin-top: 0.41860465rem;
  }
  .popbg .pop .btns .yes-btn,
  .popbg .pop .btns .no-btn {
    width: 4.41860465rem;
    height: 0.79069767rem;
    border-radius: 3.02325581rem;
    line-height: 0.79069767rem;
    font-family: "LuxeUnoRegular";
    font-size: 0.23255814rem;
    font-weight: 700;
    margin: 0 0.26744186rem;
  }
  .popbg .pop .btns .yes-btn {
    background-color: #ffff3b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.97674419rem;
    padding-right: 0.18604651rem;
  }
  .popbg .pop .btns .yes-btn img {
    width: 0.55813953rem;
    height: 0.55813953rem;
    margin-left: 0.23255814rem;
  }
  .popbg .pop .error-text {
    margin-top: 1.41860465rem;
    color: #F5F5F5;
    text-align: center;
    font-family: "Luxe Uno";
    font-size: 0.97674419rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .popbg .pop .error-btn {
    width: 6.81395349rem;
    height: 0.79069767rem;
    background-color: #f5f5f5;
    border-radius: 3.02325581rem;
    font-family: "LuxeUnoRegular";
    font-size: 0.27906977rem;
    color: rgba(0, 0, 0, 0.86);
    font-weight: 400;
    line-height: 0.79069767rem;
    padding: 0 0.46511628rem;
    text-align: center;
    margin: 0.46511628rem auto 0.62790698rem auto;
  }
}
