/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/winDemoModal.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.demo_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(19, 19, 24, 0.48);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease forwards;
}

.demo_modal_body {
  background: #131318;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  padding: 24px;
  border: 2px solid #202028;
  animation: slideUp 0.3s ease forwards;
}
.demo_modal_body.closing {
  animation: slideDown 0.3s ease forwards;
}
@media (max-width: 767px) {
  .demo_modal_body {
    border-radius: 16px 16px 0 0;
    margin-top: auto;
  }
}

.demo_modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.demo_modal_header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
}

.demo_modal_close {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: background 0.2s;
}
.demo_modal_close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.demo_modal_content {
  display: flex;
  flex-direction: column;
}

.demo_modal_subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #b3b5c6;
  margin-bottom: 20px;
}

.demo_modal_prize {
  position: relative;
  border-radius: 8px;
  padding: 4px;
  height: 164px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.demo_modal_prize_item_consumer {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
  color: #b0c3d9;
}
.demo_modal_prize_item_consumer:before {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
}
.demo_modal_prize_item_military {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
  color: #4b69ff;
}
.demo_modal_prize_item_military:before {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
}
.demo_modal_prize_item_industrial {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
  color: #5e98d9;
}
.demo_modal_prize_item_industrial:before {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
}
.demo_modal_prize_item_restricted {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
  color: #8847ff;
}
.demo_modal_prize_item_restricted:before {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
}
.demo_modal_prize_item_classified {
  background: linear-gradient(to bottom right, rgb(39, 58, 70), rgb(24, 35, 45));
  color: #d32ce6;
}
.demo_modal_prize_item_classified:before {
  background: linear-gradient(to bottom right, rgb(39, 58, 70), rgb(24, 35, 45));
}
.demo_modal_prize_item_covert {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
  color: #eb4b4b;
}
.demo_modal_prize_item_covert:before {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
}
.demo_modal_prize_item_legendary {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
  color: #ffc600;
}
.demo_modal_prize_item_legendary:before {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
}

.demo_modal_prize_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  margin-bottom: 16px;
}

.demo_modal_prize_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo_modal_prize_price,
.demo_modal_prize_percent {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #ffffff;
  padding: 4px 4px 2px;
  background: rgba(19, 19, 24, 0.5);
  border-radius: 4px;
}

.demo_modal_prize_info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.demo_modal_prize_tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #b3b5c6;
  margin-bottom: 8px;
}

.demo_modal_prize_name {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.demo_modal_prize_name span {
  color: #ffb800;
}

.demo_modal_button {
  width: 100%;
  border-radius: 8px !important;
  margin-bottom: 20px;
  min-height: 48px;
  justify-content: center !important;
}

.demo_modal_devider {
  width: 100%;
  height: 1px;
  background: #363744;
  margin-bottom: 20px;
}

.demo_modal_descr {
  border-radius: 8px;
  padding: 16px;
  background: #202028;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
}
.demo_modal_descr span {
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  color: #ffb800;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(30px);
    opacity: 0;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/OutItemModalStyles.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.demo_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(19, 19, 24, 0.48);
  backdrop-filter: blur(8px);
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease forwards;
}

.demo_modal_body {
  background: #131318;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  padding: 24px;
  border: 2px solid #202028;
  animation: slideUp 0.3s ease forwards;
}
.demo_modal_body.closing {
  animation: slideDown 0.3s ease forwards;
}
@media (max-width: 767px) {
  .demo_modal_body {
    border-radius: 16px 16px 0 0;
    margin-top: auto;
  }
}

.demo_modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.demo_modal_header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
}

.demo_modal_close {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: background 0.2s;
}
.demo_modal_close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.demo_modal_content {
  display: flex;
  flex-direction: column;
}

.demo_modal_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #b3b5c6;
  margin-bottom: 20px;
}

.demo_modal_prize {
  position: relative;
  border-radius: 8px;
  padding: 4px;
  height: 164px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.demo_modal_prize_item_consumer {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
  color: #b0c3d9;
}
.demo_modal_prize_item_consumer:before {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
}
.demo_modal_prize_item_military {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
  color: #4b69ff;
}
.demo_modal_prize_item_military:before {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
}
.demo_modal_prize_item_industrial {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
  color: #5e98d9;
}
.demo_modal_prize_item_industrial:before {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
}
.demo_modal_prize_item_restricted {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
  color: #8847ff;
}
.demo_modal_prize_item_restricted:before {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
}
.demo_modal_prize_item_classified {
  background: linear-gradient(to bottom right, rgb(39, 58, 70), rgb(24, 35, 45));
  color: #d32ce6;
}
.demo_modal_prize_item_classified:before {
  background: linear-gradient(to bottom right, rgb(39, 58, 70), rgb(24, 35, 45));
}
.demo_modal_prize_item_covert {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
  color: #eb4b4b;
}
.demo_modal_prize_item_covert:before {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
}
.demo_modal_prize_item_legendary {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
  color: #ffc600;
}
.demo_modal_prize_item_legendary:before {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
}

.demo_modal_prize_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  margin-bottom: 16px;
}

.demo_modal_prize_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo_modal_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.demo_modal_text:last-child {
  margin-bottom: 0;
}
.demo_modal_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #47485d;
}
.demo_modal_text a {
  color: #ffb800;
  text-decoration: none;
}
.demo_modal_text a:hover {
  text-decoration: underline;
}

.demo_modal_text_red {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #eb4b4b !important;
}

.demo_modal_prize_price,
.demo_modal_prize_percent {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #ffffff;
  padding: 4px 4px 2px;
  background: rgba(19, 19, 24, 0.5);
  border-radius: 4px;
}

.demo_modal_prize_info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.demo_modal_prize_tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #b3b5c6;
  margin-bottom: 8px;
}

.demo_modal_prize_name {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.demo_modal_prize_name span {
  color: #ffb800;
}

.demo_modal_button {
  width: 100%;
  border-radius: 8px !important;
  margin-bottom: 20px;
  min-height: 48px;
}

.demo_modal_devider {
  width: 100%;
  height: 1px;
  background: #363744;
  margin-bottom: 20px;
}

.demo_modal_descr {
  border-radius: 8px;
  padding: 16px;
  background: #202028;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
}
.demo_modal_descr span {
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  color: #ffb800;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(30px);
    opacity: 0;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/pay/payment-right/styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.payment_right {
  width: 380px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .payment_right {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .payment_right {
    width: 100%;
  }
}

.container {
  background-color: transparent;
  border-radius: 16px;
  border: 2px solid #202028;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .container {
    border: 0;
    background-color: transparent;
    padding: 0;
    gap: 16px;
  }
}
.input_field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input_title {
  color: #b3b5c6;
  font-size: 14px;
  line-height: 16px;
}

.input_required {
  color: #eb4b4b;
  font-size: 14px;
  line-height: 16px;
}

.input_container {
  background: #202028;
  border-radius: 4px 0 0 4px;
  height: 62px;
  display: flex;
  padding: 0 4px;
  max-width: 210px;
}

.input_icon_left,
.input_icon_right {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input_text_container {
  display: flex;
  flex: 1;
  gap: 4px;
}

.input_text {
  color: #b3b5c6;
  font-size: 16px;
  line-height: 19px;
}

.input_error {
  color: #eb4b4b;
  font-size: 16px;
  line-height: 19px;
}

.gift_cards_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gift_cards_row {
  display: flex;
  gap: 8px;
}

.gift_card {
  flex: 1;
  background: #202028;
  border-radius: 8px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.gift_card:hover {
  background: #363744;
}
.gift_card_active {
  background: #3d3e4f;
}
.gift_card_active:before {
  opacity: 0;
}
.gift_card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.gift_card_value {
  color: #ffb800;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
.gift_card_text {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #6c6f8b;
  text-align: center;
}
.gift_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(/files/images/4567455ada030f1fa9bf.png) no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.payment_button {
  background: #ffb800;
  border-radius: 4px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  padding: 0 8px;
}
.payment_button:hover {
  background: #e6a700;
}
.payment_button_text {
  color: #482000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.payment_button_icon_left {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.payment_icon {
  color: #482000;
  font-size: 24px;
}

.input_icon {
  color: #ffffff;
  font-size: 24px;
}

.payment_case {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.payment_case p {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: #b3b5c6;
  max-width: 300px;
  padding: 0 24px;
}

.balance_input {
  display: flex;
  width: 100%;
  height: 64px;
  background-color: #3957aa;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.balance_input .input_container {
  flex: 1;
  background-color: #20202a;
  padding: 6px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.balance_input .input_container .input_label {
  font-size: 14px;
  color: #b3b5c6;
  margin-bottom: 14px;
}
.balance_input .input_container .cost_field {
  position: relative;
  display: flex;
  align-items: center;
}
.balance_input .input_container .cost_input {
  width: 100%;
  height: 20px;
  background: #202028;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
}
.balance_input .input_container .cost_input::placeholder {
  color: #6c6f8b;
}
.balance_input .input_container .cost_input:focus {
  outline: none;
}
.balance_input .input_container .currency_symbol {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-left: 4px;
}
.balance_input .result_container {
  width: 120px;
  padding: 6px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}
.balance_input .result_container .result_label {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 4px;
}
.balance_input .result_container .result_content {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.balance_input .result_container .result_content .equals_sign {
  color: #b3b5c6;
  font-size: 20px;
  font-weight: 500;
  margin-right: 4px;
}
.balance_input .result_container .result_content .result_value {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.balance_input .result_container .result_content .result_currency {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-left: 4px;
}
.balance_input_second .input_container {
  width: 100%;
  max-width: 100%;
}

.bonus_badge {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #ffb800;
}
.bonus_badge .bonus_icon {
  width: 16px;
  height: 16px;
  color: #ffb800;
}
.bonus_badge span {
  padding-top: 2px;
}

.packages {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 100%;
}

.package {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 4px;
  background: #202028;
  border-radius: 8px;
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.package:hover {
  background: #47485d;
}
.package:active {
  background: #363744;
}

.payment_packages_wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/topUp/TopUp.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ---- Top‑up modal container & header ---- */
.topup_modal_body {
  background: #131318;
  border-radius: 16px;
  padding: 24px;
  border: 2px solid #202028;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.topup_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.topup_modal_header h2 {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.topup_modal_header .topup_modal_balance {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}

.topup_or_separator {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
}
.topup_or_separator::before, .topup_or_separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #363744;
}
.topup_or_separator span {
  font-weight: 400;
  font-size: 14px;
  color: #6c6f8b;
  text-transform: uppercase;
}

/* ---- TON top‑up preset grid ---- */
.ton_preset_grid {
  display: grid;
  height: 180px;
  row-gap: 12px;
  column-gap: 12px;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: stretch;
}

.ton_preset_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px;
  position: relative;
  border-radius: 6px;
  background: linear-gradient(90deg, #3957aa 0%, rgba(57, 87, 170, 0) 100%), var(--BG-Consumer, #202028);
  cursor: pointer;
  min-height: 56px;
  transition: background 0.2s ease;
}
.ton_preset_card:hover {
  background-color: #363744;
}
.ton_preset_card.ton_preset_card_active {
  border: 2px solid #8a8af1;
}
.ton_preset_card .ton_preset_content {
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #ffffff;
}
.ton_preset_card .ton_preset_bg {
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 51px;
  pointer-events: none;
}

.topup_wallet_connect {
  margin-bottom: 16px;
  /* Make the TonConnect button fill modal width for consistency */
}
.topup_wallet_connect .tc-button,
.topup_wallet_connect .ton-connect-button {
  width: 100%;
}

[data-tc-wallets-modal-container=true] {
  z-index: 100001 !important;
}

[data-tc-wallets-modal-container=true] > * {
  z-index: 100002 !important;
}

.topup_modal_close {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s ease;
}
.topup_modal_close:hover {
  color: #fff;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/lucky-modal-win/luckyModalStyles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.lucky_modal {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lucky_modal > p {
  font-weight: 400;
  font-size: 16px;
}

.lucky_modal_question {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #ffb800;
}

.lucky_modal_title {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  color: #ffb800;
}

.demo_modal_prize {
  position: relative;
  border-radius: 8px;
  padding: 4px;
  height: 164px;
  display: flex;
  flex-direction: column;
}

.demo_modal_prize_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.demo_modal_prize_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo_modal_prize_price,
.demo_modal_prize_percent {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #ffffff;
  padding: 4px 4px 2px;
  background: rgba(19, 19, 24, 0.5);
  border-radius: 4px;
}

.demo_modal_prize_info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.demo_modal_prize_tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #b3b5c6;
  margin-bottom: 8px;
}

.demo_modal_prize_name {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.demo_modal_prize_name span {
  color: #ffb800;
}

.demo_modal_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lucky_modal_button {
  width: 100%;
}

.lucky_modal_button_dark {
  width: calc(50% - 6px);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/mobile-filter/modal-wrapper/modalWrapperStyle.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.modal1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(8px);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal1 {
    align-items: flex-end;
  }
}

.modal1_body {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  padding: 24px 16px;
  border: 2px solid #202028;
  background: #131318;
  max-height: calc(100dvh - 4px);
}
@media (max-width: 767px) {
  .modal1_body {
    border-radius: 16px 16px 0 0;
    animation: slideUp 0.5s ease-in-out forwards;
    overflow-y: auto;
    max-width: 520px;
  }
  .modal1_body.closing {
    animation: slideDown 0.5s ease-in-out forwards;
  }
}
@media (min-width: 768px) {
  .modal1_body {
    animation: fadeIn 0.5s ease-in-out forwards;
  }
  .modal1_body.closing {
    animation: fadeOut 0.5s ease-in-out forwards;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
.modal1_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.modal1_header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 83%;
  color: #ffffff;
}
.modal1_header.align_center {
  flex-direction: column;
}
.modal1_header.align_center h2 {
  text-align: center;
  margin-bottom: 12px;
}
.modal1_header.align_center .modal_close {
  align-self: flex-end;
  margin-top: -40px;
  z-index: 10;
}

.modal1_close,
.modal1_close_only {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.modal1_close:hover,
.modal1_close_only:hover {
  opacity: 0.8;
}

.modal1_close_only {
  margin-left: auto;
  margin-bottom: 16px;
}

.modal1_content {
  width: 100%;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/popular-modal/popularGamesStyles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.popular_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-radius: 8px;
  position: relative;
}

.popular_item {
  width: calc(50% - 4px);
  border-radius: 8px;
  background: #1a1a1a;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  height: 100px;
}
.popular_item_purple {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(270.88% 100% at 100% 50%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
}
.popular_item_blue {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(270.88% 100% at 100% 50%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
}
.popular_item_red {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(270.88% 100% at 100% 50%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
}
.popular_item_yellow {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(270.88% 100% at 100% 50%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
}

.popular_image {
  position: absolute;
  right: 0;
  top: 0;
}

.popular_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
}

.popular_value {
  background-color: rgba(54, 55, 68, 0.32);
  border-radius: 4px;
  padding: 4px 8px;
  backdrop-filter: blur(8px);
  gap: 6px;
  display: flex;
  align-items: center;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/gitveaways/giveawaysModalStyles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.giveaways_list1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.giveaways_item_modal1 {
  width: 100% !important;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/wheelPrize.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.wheel_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(8px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .wheel_modal {
    align-items: flex-end;
  }
}

.wheel_modal_body {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  padding: 24px;
  border: 2px solid #202028;
  background: #131318;
}
@media (max-width: 767px) {
  .wheel_modal_body {
    border-radius: 16px 16px 0 0;
  }
}

.wheel_modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.wheel_modal_header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 83%;
  color: #ffffff;
}

.wheel_modal_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #b3b5c6;
  margin-bottom: 24px;
}

.wheel_modal_prize {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.wheel_modal_btn {
  border-radius: 8px !important;
  margin-bottom: 24px;
  justify-content: center !important;
}

.wheel_modal_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #b3b5c6;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/distributionModal.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.modal1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(8px);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .modal1 {
    align-items: flex-end;
  }
}

.modal_body {
  width: 100%;
  max-width: 824px;
  border-radius: 16px;
  padding: 0;
  border: 2px solid #202028;
  background: #131318;
  max-height: calc(100dvh - 24px);
}
@media (max-width: 1024px) {
  .modal_body {
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .modal_body {
    border-radius: 16px 16px 0 0;
    animation: slideUp 0.5s ease-in-out forwards;
  }
  .modal_body.closing {
    animation: slideDown 0.5s ease-in-out forwards;
  }
}
@media (min-width: 768px) {
  .modal_body {
    animation: fadeIn 0.5s ease-in-out forwards;
  }
  .modal_body.closing {
    animation: fadeOut 0.5s ease-in-out forwards;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
.modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.modal_header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 83%;
  color: #ffffff;
}
.modal_header.align_center {
  flex-direction: column;
}
.modal_header.align_center h2 {
  text-align: center;
  margin-bottom: 12px;
}
.modal_header.align_center .modal_close {
  align-self: flex-end;
  margin-top: -40px;
}

.modal_close,
.modal_close_only {
  cursor: pointer;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #131318;
}
.modal_close:hover,
.modal_close_only:hover {
  opacity: 0.8;
}

.modal_close_only {
  margin-left: auto;
  position: absolute;
  right: 16px;
  top: 16px;
  background-color: #131318;
}

.modal_content {
  width: 100%;
  max-height: calc(100dvh - 112px);
  overflow-y: auto;
}
.modal_content::-webkit-scrollbar {
  width: 12px;
}
.modal_content::-webkit-scrollbar-track {
  background: #202028;
  border-radius: 5px;
  border: 2px solid rgba(54, 55, 68, 0.64);
}
.modal_content::-webkit-scrollbar-thumb {
  background: #363744;
  border-radius: 4px;
  border: 5px solid transparent;
  background-clip: padding-box;
}

.columns_container {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .columns_container {
    flex-direction: column-reverse;
  }
}

.left_column,
.right_column {
  flex: 1;
  padding: 24px;
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .left_column,
  .right_column {
    width: 100%;
  }
}

.left_column {
  border-right: 1px solid #202028;
}

.right_column {
  border-left: 1px solid #202028;
}

.draw_hash {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #202028;
}

.draw_hash_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #b3b5c6;
}

.draw_hash_value {
  text-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  word-wrap: break-word;
  color: #47485d;
  text-align: left;
}

.draw_history_title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #b3b5c6;
}

.draw_history_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.draw_histroy_number {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #b3b5c6;
}

.draw_history_drop {
  border-radius: 8px;
  width: 110px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.draw_history_drop:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  border-radius: 20px;
  top: -4px;
  width: calc(100% - 16px);
}
.draw_history_drop_consumer {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
}
.draw_history_drop_consumer:before {
  background-color: #b0c3d9;
}
.draw_history_drop_military {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
}
.draw_history_drop_military:before {
  background-color: #4b69ff;
}
.draw_history_drop_industrial {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
}
.draw_history_drop_industrial:before {
  background-color: #5e98d9;
}
.draw_history_drop_restricted {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
}
.draw_history_drop_restricted:before {
  background-color: #8847ff;
}
.draw_history_drop_classified {
  background: linear-gradient(180deg, rgba(211, 44, 230, 0.3) 0%, rgba(226, 59, 250, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(211, 44, 230, 0.48) 0%, rgba(211, 44, 230, 0) 100%);
}
.draw_history_drop_classified:before {
  background-color: #d32ce6;
}
.draw_history_drop_covert {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
}
.draw_history_drop_covert:before {
  background-color: #eb4b4b;
}
.draw_history_drop_legendary {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
}
.draw_history_drop_legendary:before {
  background-color: #ffc600;
}

.draw_histroy_ava {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #b3b5c6;
}
.draw_histroy_ava span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 90px;
}
@media (max-width: 1024px) {
  .draw_histroy_ava span {
    max-width: 72px;
  }
}

.draw_history_scroll {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  max-height: 420px;
}
@media (max-width: 1024px) {
  .draw_history_scroll {
    max-height: none;
    overflow-y: auto;
  }
}
.draw_history_scroll::-webkit-scrollbar {
  width: 12px;
}
.draw_history_scroll::-webkit-scrollbar-track {
  background: #202028;
  border-radius: 5px;
  border: 2px solid rgba(54, 55, 68, 0.64);
}
.draw_history_scroll::-webkit-scrollbar-thumb {
  background: #363744;
  border-radius: 4px;
  border: 5px solid transparent;
  background-clip: padding-box;
}

.right_column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.draw_everyday {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #b3b5c6;
}

.draw_title {
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #ffb800;
  margin-bottom: 16px;
}

.draw_timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #202028;
  border-top: 1px solid #202028;
  padding: 8px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
}

.draw_donate {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #eb4b4b;
}

.draw_balance {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffb800;
}
.draw_balance span {
  color: #ffffff;
}

.draw_quest {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
}

.draw_quest_item {
  padding-left: 24px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6c6f8b;
  padding: 16px 0 16px 24px;
}
.draw_quest_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #6c6f8b;
}
.draw_quest_item span {
  color: #ffffff;
}
.draw_quest_item_disabled {
  opacity: 0.5;
}
.draw_quest_item_iconed {
  display: flex;
  align-items: center;
  gap: 27%;
}

.draw_buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.draw_users {
  position: absolute;
  z-index: 5;
  padding: 2px 8px 2px 4px;
  backdrop-filter: blur(8px);
  background: #202028;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  right: 10px;
  top: -10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
}

.draw_button {
  min-height: 56px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  border-radius: 8px;
}

.draw_quest_item_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.draw_quest_item_icon_blue {
  border-color: #3957aa;
}
.draw_quest_item_icon_green {
  border-color: #089408;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/DropItem/dropItem.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.drop_item {
  position: relative;
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
  border-radius: 8px;
  padding: 4px;
  height: 116px;
  display: flex;
  flex-direction: column;
}
.drop_item_consumer {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
}
.drop_item_military {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
}
.drop_item_industrial {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
}
.drop_item_restricted {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
}
.drop_item_classified {
  background: linear-gradient(180deg, rgba(211, 44, 230, 0.3) 0%, rgba(226, 59, 250, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(211, 44, 230, 0.48) 0%, rgba(211, 44, 230, 0) 100%);
}
.drop_item_covert {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
}
.drop_item_legendary {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
}

.drop_item_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.drop_item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drop_item_price,
.drop_item_percent {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #ffffff;
  padding: 4px 4px 2px;
  background: rgba(19, 19, 24, 0.5);
  border-radius: 4px;
}

.drop_item_info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.drop_item_tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #b3b5c6;
}

.drop_item_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #ffffff;
}
.drop_item_name span {
  color: #ffb800;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/language-modal/language-modal.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.mobile_language_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: flex-end;
  z-index: 1000;
  padding-top: 32px;
}
@media (min-width: 767px) {
  .mobile_language_modal {
    justify-content: center;
    align-items: center;
  }
}

.mobile_language_modal_content {
  background: #131318;
  padding: 16px 16px 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  border-radius: 16px 16px 0 0;
  animation: slideRight 0.5s ease-in-out forwards;
}
@media (min-width: 767px) {
  .mobile_language_modal_content {
    max-width: 400px;
    height: fit-content;
    border-radius: 16px;
  }
}
.mobile_language_modal_content.closing {
  animation: slideLeft 0.5s ease-in-out forwards;
}

@keyframes slideRight {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.mobile_language_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.mobile_language_modal_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}

.mobile_language_modal_close {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  top: 12px;
}
.mobile_language_modal_close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobile_language_modal_languages {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile_language_modal_language {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.mobile_language_modal_language_active {
  background: #363744;
  border-color: #202028;
}
.mobile_language_modal_language img {
  border-radius: 50%;
  object-fit: cover;
}

.mobile_language_modal_language_name {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  flex-grow: 1;
}

.mobile_language_modal_language_check {
  color: #ffffff;
  font-weight: bold;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/sign-in/sign.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.sign_in {
  background: rgba(19, 19, 24, 0.48);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 767px) {
  .sign_in {
    justify-content: center;
    align-items: center;
  }
}
.sign_in.closing .sign_in_body {
  animation: slideDown 0.5s ease-in-out forwards;
}

.sign_in_body {
  border-top: 1px solid #202028;
  border-radius: 16px 16px 0 0;
  padding: 16px 16px 24px 16px;
  width: 100%;
  max-width: 360px;
  background: #131318;
  animation: slideUp 0.5s ease-in-out forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.sing_in_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.sing_in_close {
  cursor: pointer;
}

.steam_btn {
  border-radius: 8px !important;
  min-height: 48px;
  position: relative;
  margin-bottom: 8px;
}
.steam_btn svg {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.sign_in_devider {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  gap: 8px;
  margin-bottom: 8px;
}
.sign_in_devider span {
  flex: 1;
  height: 1px;
  background-color: #363744;
}

.sign_in_socials {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.sign_in_socials_btn {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vk_btn {
  background-color: #1fa8ff !important;
}

.fb_btn {
  background-color: #0866ff !important;
}

.google_btn {
  background-color: #ffffff !important;
}

.sign_in_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #47485d;
}
