@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2"),
    url("../fonts/SVN-GilroyBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy.woff2") format("woff2"),
    url("../fonts/SVN-Gilroy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyMedium.woff2") format("woff2"),
    url("../fonts/SVN-GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.box-form-gift .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}
.box-form-gift input,
.box-form-gift .form-control {
  color: #fff !important;
  background-color: #222a7b !important;
  border: none;
}

#popup-gift-form .ct-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#popup-gift-form .lucky-wheel-tool {
  padding: 0;
}

.btn-minigame {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}

.ss-reward .note-form {
  padding-bottom: 10px;
}
.ss-reward .note-form p {
  margin-bottom: 0;
}
.btn-minigame a:hover {
  text-decoration: none;
}

.btn-minigame.style-button a {
  display: block;
  width: fit-content;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background: linear-gradient(
    90deg,
    rgba(241, 215, 131, 1) 20%,
    rgba(222, 178, 40, 1) 80%
  );
  border-radius: 50px;
  color: #fff;
  min-width: inherit;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px;
  text-transform: none;
}
.btn-minigame.style-button a:hover {
  text-decoration: none;
}

.box-text-form {
  text-align: center;
  margin-top: 10px;
  color: #fee1a5;
  font-weight: 400;
}

.ss-reward .box-large-input form {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#popup-gift {
  background-color: #8c93e3cf;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
#popup-gift.show {
  display: block !important;
  padding-right: inherit !important;
}
#popup-gift .modal-dialog {
  padding-bottom: 0;
  pointer-events: none;
}

#popup-gift .modal-dialog .close {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  color: #ffffff;
  font-family: inherit;
  font-weight: 400;
  font-size: 15px;
  font-style: inherit;
  line-height: 36px;
  border: 1px none #ffffff;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: #dcaf26;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 999;
}
#popup-gift .modal-content {
  background: #4544b9;
  border-radius: 30px;
}
#popup-gift .modal-header {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  border-bottom: none;
  width: 100%;
}
#popup-gift .title-box {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0;
}
#popup-gift .step-1 img {
  width: 400px;
  min-height: 100%;
  margin: 0 auto;
  display: flex;
}
#popup-gift .item-gift-for-you .box-gift-name {
  min-width: 160px;
  text-align: center;
  padding: 0 20px;
}
#popup-gift .item-gift-for-you .box-gift-name p {
  font-size: 20px;
  font-weight: 400;
  color: #fff4a2;
  margin-bottom: 0;
}
.ss-reward {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.title-ss {
  margin-bottom: 16px;
}
.title-ss h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #f1dd96;
}

.ss-reward .box-form-gift {
  margin-bottom: 16px;
}
.box-form-gift .form-control,
.box-form-gift .custom-select,
.box-form-gift textarea {
  height: 44px;
  background: #222a7b;
  border: none;
  padding: 0.375rem 0.75rem;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 0;
}
.box-form-gift .form-control::placeholder,
.box-form-gift .custom-select::placeholder,
.box-form-gift textarea::placeholder {
  color: #fff;
  font-family: "SVN-Gilroy";
}
.box-form-gift .form-control .select-hide,
.box-form-gift .custom-select .select-hide,
.box-form-gift textarea .select-hide {
  color: transparent;
}
.box-form-gift .form-control .select-selected,
.box-form-gift .custom-select .select-selected,
.box-form-gift textarea .select-selected {
  color: transparent;
}
.box-form-gift textarea {
  width: 100%;
  height: 100px;
  padding: 0.375rem 0.75rem;
}
.form-control:focus {
  box-shadow: none !important;
}

.form-group .custom-select select {
  height: 100%;
  width: 100%;
  background: transparent;
  border: transparent;
  color: #000;
  padding: 0;
}
.ss-reward .form-group .sortBar__select {
  background: url(../images/icon-arrowdown.svg) no-repeat center right;
  width: 100%;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  margin-bottom: 0;
}
.modal.show .modal-dialog {
  margin: 0 auto;
  -webkit-transform: none;
  transform: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
