/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./scss/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Material+Icons:wght@400&display=swap&display=swap);
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!../../shared/frontend/ui/input-with-icon/inputWithIcon.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.input_with_icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #202028;
  border-radius: 4px;
  transition: border 0.2s ease;
  border: 1px solid transparent;
  transition: 0.2s ease-out;
}
.input_with_icon:hover {
  background-color: #363744;
}

.error_message {
  position: absolute;
  color: #eb4b4b;
  font-size: 14px;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 1;
}

.input_error {
  border-color: #eb4b4b !important;
}

.input_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
  flex-shrink: 0;
}
.input_icon_right {
  position: absolute;
  right: 0;
}

.input_field {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
}
.input_field:focus {
  outline: none;
}
.input_field::placeholder {
  color: #b3b5c6;
  opacity: 1;
}

.required_star {
  position: absolute;
  right: 12px;
  color: #eb4b4b;
  font-size: 18px;
}

.promo_badge {
  margin-right: 12px;
  color: #ffb800;
  font-size: 16px;
  font-weight: 700;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!../../shared/frontend/ui/button/button.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.btn1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px;
  border-radius: 4px;
  background: #363744;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s ease-out;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .btn1 {
    padding: 4px 8px;
  }
}
.btn1:hover {
  background: #3d3e4f;
}
.btn1:active {
  background: #202028;
}
.btn1_icon {
  width: 32px;
  height: 32px;
  padding: 0;
  justify-content: center;
}
.btn1_yellow {
  background: #ffb800;
  color: #482000;
}
.btn1_yellow:hover {
  background: #ffd81b;
}
.btn1_yellow:active {
  background: #e28d00;
}
.btn1_yellow_bordered {
  border: 2px solid #ffb800;
  background: transparent;
  color: #fff;
}
.btn1_yellow_bordered:hover {
  border-color: #ffd81b;
  background: transparent;
}
.btn1_yellow_bordered:active {
  border-color: #e28d00;
  background: transparent;
}
.btn1_blue {
  background: #3957aa;
  color: #fff;
}
.btn1_blue:hover {
  background: #4770c9;
}
.btn1_blue:active {
  background: #374d96;
}
.btn1_blue_bordered {
  border: 2px solid #3957aa;
  background: transparent;
  color: #fff;
  padding: 8px 10px;
}
.btn1_blue_bordered:hover {
  border-color: #4770c9;
  background: transparent;
}
.btn1_blue_bordered:active {
  border-color: #374d96;
  background: transparent;
}
.btn1_blue_light {
  background: #1c63f4;
  color: #fff;
}
.btn1_blue_light:hover {
  background: #154de0;
}
.btn1_blue_light:active {
  background: #1943c1;
}
.btn1_blue_light_bordered {
  border: 2px solid #1c63f4;
  background: transparent;
  color: #fff;
}
.btn1_blue_light_bordered:hover {
  border-color: #154de0;
  background: transparent;
}
.btn1_blue_light_bordered:active {
  border-color: #1943c1;
  background: transparent;
}
.btn1_green {
  background: #089408;
  color: #ffffff;
}
.btn1_green:hover {
  background: #0c6f0d;
}
.btn1_green:active {
  background: #003302;
}
.btn1_dark {
  background: #202028;
  color: #ffffff;
}
.btn1_dark:hover {
  background: #363744;
}
.btn1_dark:active {
  background: #131318;
}
.btn1_dark_bordered {
  border: 2px solid #202028;
  background: transparent;
  color: #ffffff;
}
.btn1_dark_bordered:hover {
  border-color: #363744;
  background: transparent;
}
.btn1_dark_bordered:active {
  border-color: #131318;
  background: transparent;
}
.btn1_tab_bordered {
  background-color: transparent;
  border: 2px solid #363744;
  color: #ffffff;
  padding: 10px 12px;
  min-width: 48px;
  justify-content: center;
}
.btn1_tab_bordered:hover {
  border-color: #3d3e4f;
  background-color: transparent;
}
.btn1_tab_bordered:active {
  border-color: #202028;
}
.btn1_tab_bordered_selected {
  border-color: #3957aa;
  pointer-events: none;
}
.btn1_disabled {
  opacity: 0.48;
  pointer-events: none;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./pages/layouts/Header.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.header {
  background: #131318;
  display: flex;
  flex-direction: column;
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./pages/container.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.container_row {
  flex-direction: row;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./pages/layouts/footer.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.footer {
  margin: 0 auto;
}
.footer_top {
  display: flex;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 2px solid #202028;
  margin-bottom: 24px;
}
.footer_top > :first-child {
  flex-grow: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer_top {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer_top {
    gap: 10px;
  }
}
.footer_top_item {
  width: 246px;
}
@media (max-width: 992px) {
  .footer_top_item {
    width: 100%;
  }
}
.footer_top_item_menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer_top_item_menu {
    gap: 8px;
  }
}
.footer_top_item_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.footer_top_item_title svg {
  display: none;
}
@media (max-width: 767px) {
  .footer_top_item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
  }
  .footer_top_item_title svg {
    display: inline;
  }
}
@media (max-width: 767px) {
  .footer_top_item_title_active {
    color: #ffb800;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.footer_top_item_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer_top_item_list {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    gap: 8px;
  }
}
.footer_top_item_list a {
  font-size: 14px;
  line-height: 1.4;
  color: #6c6f8b;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer_top_item_list a {
    width: calc(50% - 8px);
  }
}
.footer_top_item_list a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .footer_top_item_list_open {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 500px;
    transition: max-height 0.5s ease-in;
    padding: 0;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media (max-width: 767px) {
  .footer_dropdown {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .footer_dropdown_arrow {
    transition: transform 0.3s ease;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .footer_dropdown_arrow_open {
    transform: rotate(180deg);
    color: #fff;
  }
}
.footer_copyright {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .footer_copyright {
    width: 100%;
  }
}
.footer_mail_link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.footer_mail_link a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
}
.footer_mail_link a:hover {
  color: #ffb800;
}
.footer_link_content_descr {
  font-weight: 400;
  font-size: 12px;
  color: #47485d;
}
.footer_social {
  display: flex;
  gap: 16px;
}
.footer_social a {
  color: #363744;
}
.footer_social a:hover {
  color: #d6f0fc;
}
.footer_social a:active {
  color: #49c0f4;
}
.footer_social a.discord:hover {
  color: #d6d3ff;
}
.footer_social a.discord:active {
  color: #9378ff;
}
.footer_social a.twitch:hover {
  color: #dec9ff;
}
.footer_social a.twitch:active {
  color: #b684ff;
}
.footer_social a.x:hover {
  color: #d6f0fc;
}
.footer_social a.x:active {
  color: #1d9bf0;
}
.footer_social a.tiktok:hover {
  color: #d3d3f6;
}
.footer_social a.tiktok:active {
  color: #6767f6;
}
.footer_social a.youtube:hover {
  color: #ffd3d3;
}
.footer_social a.youtube:active {
  color: #f63e3e;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .footer_bottom {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}
.footer_bottom_pays {
  display: flex;
  gap: 8px;
  max-width: 100%;
}
@media (max-width: 640px) {
  .footer_bottom_pays img {
    width: 76px;
    height: auto;
  }
}
.footer_bottom_other {
  display: flex;
  gap: 8px;
}
.footer_bottom_other_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer_logo_wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer_logo_wrap {
    flex-direction: row-reverse;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./scss/pages/_giveaway.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.pay-form-method {
  padding: 14px 28px 0 26px;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 992px) {
  .pay-form-method {
    padding: 8px 12px 8px 60px !important;
    justify-content: space-between;
    position: relative;
    background: rgba(152, 10, 125, 0.2);
    border-radius: 8px;
  }
}
.pay-form-method-back {
  background: rgba(11, 3, 28, 0.2);
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
}
.pay-form-method-back .icon {
  color: rgba(230, 155, 255, 0.4);
}
@media (max-width: 992px) {
  .pay-form-method-back {
    display: flex;
  }
}
.pay-form-method-wrap {
  position: relative;
}
.pay-form-method-logo img {
  width: 154px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .pay-form-method-logo img {
    width: 76px !important;
  }
}
.pay-form-method-title {
  font-size: 14px;
  line-height: 20px;
  color: #8a4592;
  border: 1px solid rgba(211, 44, 230, 0);
  text-shadow: 0px 0px 32px #d32ce6;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .pay-form-method-title {
    text-shadow: none;
    border: 0;
  }
}
.pay-form-method-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #ffc600;
}
.pay-form-method-info {
  margin-right: 20px;
}

.pay-methods-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .pay-methods-items {
    margin: 0 -4px;
  }
}

.pay-methods-item {
  user-select: none;
  width: calc(33.3% - 20px);
  height: 117px;
  border-radius: 8px;
  background: linear-gradient(#310355 0%, #37005a 0.12%, #13003f 100%);
  margin: 0 10px 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #736687;
  text-decoration: none;
  position: relative;
  padding-top: 10px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .pay-methods-item {
    height: 80px;
    padding-top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin: 0 4px 8px 4px;
    width: calc(33.3% - 8px);
  }
}
.pay-methods-item .disabled-block {
  display: none;
}
.pay-methods-item .bonus {
  margin-top: -25px;
}
@media (max-width: 480px) {
  .pay-methods-item .bonus {
    margin-top: -2px;
  }
}
.pay-methods-item .bonus-percents {
  width: 39px;
  height: 20px;
  margin-right: 2px;
}
@media (max-width: 480px) {
  .pay-methods-item .bonus-percents {
    width: 32px;
    height: 16px;
  }
}
.pay-methods-item .bonus-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 480px) {
  .pay-methods-item .bonus-icon {
    width: 16px;
    height: 16px;
  }
}
.pay-methods-item-popup .text {
  color: rgba(230, 155, 255, 0.4);
  margin-bottom: 2px;
}
.pay-methods-item-popup.active .text {
  color: #d32ce6;
}
.pay-methods-item-popup:hover .text {
  color: #d32ce6;
}
.pay-methods-item-popup.disabled {
  pointer-events: none;
}
.pay-methods-item-popup.disabled .icon {
  background: linear-gradient(300deg, #8214a8, #ff6ce3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25)) drop-shadow(0px 0px 78px #d32ce6);
  margin-bottom: 3px;
}
.pay-methods-item-popup.disabled .disabled-block {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #1e0049;
  opacity: 0.8;
  border-radius: 8px;
}
.pay-methods-item-popup.disabled .disabled-block .text {
  color: #d8c2ff;
}
.pay-methods-item-label {
  align-items: center;
  background: #ffc64b;
  border: 2px solid #fffc00;
  border-radius: 4px;
  color: #050b16;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  height: 20px;
  left: 50%;
  padding: 1px 6px;
  position: absolute;
  text-align: center;
  top: -13px;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
}
.pay-methods-item img {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  width: 152px;
  max-width: 85%;
  height: 56px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .pay-methods-item img {
    margin-bottom: 8px;
    height: 40px;
    max-width: 90%;
  }
}
.pay-methods-item .text {
  position: relative;
  z-index: 2;
}
.pay-methods-item-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #d32ce6;
  box-shadow: 0 0 12px #d32ce6, inset 0px 0px 24px #d32ce6;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  margin: -2px 0 0 -2px;
  border-radius: 18px;
  background: linear-gradient(#310355 0%, #37005a 0.12%, #3400ab 100%);
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 480px) {
  .pay-methods-item-hover {
    margin: -1px 0 0 0px;
  }
}
.pay-methods-item-hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 16px;
  border: 4px solid #fff;
}
.pay-methods-item-hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 11px;
  border: 2px solid #d32ce6;
  box-shadow: inset 0px 0px 8px #d32ce6;
  margin-top: 1px;
}
.pay-methods-item:hover {
  background: linear-gradient(180deg, #310355 0%, #37005A 0.1%, #13003F 100%);
  box-shadow: 0 0 0 4px rgba(211, 44, 230, 0.48);
}
.pay-methods-item.active {
  box-shadow: none;
}
@media (min-width: 768px) {
  .pay-methods-item.active .pay-methods-item-hover {
    opacity: 1;
  }
}
.pay-methods-item.active .text {
  color: #D32CE6;
}

.giveaway-table-items-row-user-ava:before, .input-gradient:before {
  content: "";
  display: block;
  position: absolute;
}

.input-gradient {
  position: relative;
}
.input-gradient .FakeInput input {
  position: relative;
  z-index: 2;
}
.input-gradient .FakeInput input:focus + .fake-label {
  top: -24px;
  left: 0;
  transform: translateY(0%);
  color: rgba(230, 155, 255, 0.4);
}
.input-gradient .fake-input {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #D32CE6;
  text-shadow: 0px 0px 24px #d32ce6;
  position: absolute;
  top: 1px;
  height: 32px;
  width: 100%;
  padding-left: 40px;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: clip;
  padding-right: 40px;
}
.input-gradient .fake-input > * {
  color: inherit;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  white-space: inherit !important;
  background-color: inherit !important;
}
.input-gradient .fake-input:focus ~ .fake-label {
  top: -24px;
  left: 0;
  transform: translateY(0%);
  color: rgba(230, 155, 255, 0.4);
}
.input-gradient .fake-label {
  line-height: 28px;
  color: rgba(230, 155, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.5s;
}
.input-gradient .percent {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #d32ce6;
  text-shadow: 0px 0px 24px #d32ce6;
}
.input-gradient .link-copy {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 24px;
  color: rgba(230, 155, 255, 0.4);
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.5s;
}
.input-gradient .link-copy:hover {
  color: #e69bff;
}
.input-gradient input {
  padding-left: 40px;
  background: none;
  font-size: 18px;
  line-height: 28px;
  color: #d32ce6;
  border: 0;
  width: 100%;
}
.input-gradient input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: rgba(230, 155, 255, 0.4);
  font-weight: 400;
}
.input-gradient input::-moz-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: rgba(230, 155, 255, 0.4);
  font-weight: 400;
}
.input-gradient input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: rgba(230, 155, 255, 0.4);
  font-weight: 400;
}
.input-gradient input:-moz-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: rgba(230, 155, 255, 0.4);
  font-weight: 400;
}
.input-gradient input:focus {
  outline: none;
}
.input-gradient .icon {
  max-width: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.input-gradient .icon img,
.input-gradient .icon svg {
  width: 100%;
  height: auto;
}
.input-gradient:before {
  background: linear-gradient(90deg, #6D007A 0%, #370047 100%);
  width: 100%;
  height: 2px;
  top: 100%;
  margin-top: 4px;
}
.input-gradient:hover .fake-label {
  color: rgba(230, 155, 255, 0.8);
}
.input-gradient:hover input::-webkit-input-placeholder {
  color: rgba(230, 155, 255, 0.8);
}
.input-gradient:hover input::-moz-placeholder {
  color: rgba(230, 155, 255, 0.8);
}
.input-gradient:hover input:-ms-input-placeholder {
  color: rgba(230, 155, 255, 0.8);
}
.input-gradient:hover input:-moz-placeholder {
  color: rgba(230, 155, 255, 0.8);
}
.input-gradient:hover:before {
  background: linear-gradient(90deg, #8C009C 0%, #500067 100%);
}
.input-gradient.active .fake-label {
  top: -24px;
  left: 0;
  transform: translateY(0%);
  color: rgba(230, 155, 255, 0.4);
}
.input-gradient .icon.copy, .input-gradient .icon.cancel, .input-gradient .icon.check {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: rgba(211, 44, 230, 0.4);
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.input-gradient .icon.copy span, .input-gradient .icon.cancel span, .input-gradient .icon.check span {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.input-gradient .icon.cancel {
  color: rgba(235, 75, 75, 0.4);
  cursor: pointer;
}
.input-gradient .icon.cancel span {
  color: rgba(235, 75, 75, 0.4);
}
.input-gradient .icon.copy {
  color: rgba(230, 155, 255, 0.4);
  cursor: pointer;
}
.input-gradient .icon.copy span {
  color: rgba(230, 155, 255, 0.4);
  opacity: 0;
}
.input-gradient .icon.copy:hover {
  color: rgba(230, 155, 255, 0.24);
}
.input-gradient .icon.copy:hover span {
  color: rgba(230, 155, 255, 0.24);
  opacity: 1;
}
.input-gradient.error .icon.cancel {
  opacity: 1;
}
.input-gradient.check .icon.check {
  opacity: 1;
}
.input-gradient.input-copy {
  font-size: 24px;
  line-height: 24px;
  color: #3B1674;
}
.input-gradient.input-copy:before {
  display: none;
}
.input-gradient.input-copy .fake-input {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(230, 155, 255, 0.8);
  text-align: left;
  text-transform: none;
  white-space: nowrap;
  overflow-x: clip;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
  text-shadow: none;
  cursor: pointer;
}
.input-gradient.input-copy .copy {
  text-shadow: none;
}
.input-gradient.input-copy .copy span {
  opacity: 1;
  transition: all 0.3s;
}
.input-gradient.input-copy:hover .fake-input {
  color: #D32CE6;
  text-shadow: 0px 0px 24px #D32CE6;
}
.input-gradient.input-copy:hover .copy {
  color: #E69BFF;
}
.input-gradient.input-copy:hover .copy span {
  color: #E69BFF;
}

/**
 *  This mixin will crop text in block for needed amount of lines and put ellipsis at the end
 *
 *  @param $font-size font-size property
 *  @param $line-height line-height property
 *  @param $lines-to-show amount of lines to show
 */
.giveaway-page {
  margin: 0 auto 40px auto;
  padding: 70px 0;
  max-width: 1170px;
}
@media (max-width: 992px) {
  .giveaway-page {
    padding: 30px 0;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date] {
  cursor: pointer;
}

.giveaway-content {
  display: flex;
  gap: 48px;
}
@media (max-width: 1200px) {
  .giveaway-content {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .giveaway-content {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .giveaway-content {
    gap: 40px;
  }
}
.giveaway-content-left, .giveaway-content-right {
  width: 50%;
}
@media (max-width: 992px) {
  .giveaway-content-left, .giveaway-content-right {
    width: 100%;
  }
}
.giveaway-content-left {
  min-width: 600px;
}
@media (max-width: 1024px) {
  .giveaway-content-left {
    min-width: auto;
  }
}

.giveaway-form {
  position: relative;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .giveaway-form {
    width: 100%;
  }
}
.giveaway-form .label {
  font-weight: 400;
  font-size: 14px;
  color: rgba(230, 155, 255, 0.4);
  margin-bottom: 4px;
}
.giveaway-form .input-gradient {
  margin-bottom: 50px;
  width: 100%;
}
.giveaway-form .input-gradient::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background: #8c009c;
}
.giveaway-form .input-gradient .icon {
  display: flex;
  padding: 0 5px;
}
.giveaway-form .input-gradient .icon input {
  padding-left: 30px;
}
.giveaway-form .giveaway-form-date {
  display: flex;
  gap: 24px;
}
@media (max-width: 480px) {
  .giveaway-form .giveaway-form-date {
    flex-direction: column;
    gap: 0;
  }
}
.giveaway-form .giveaway-form-date .material-icons {
  font-size: 28px;
  background: #8847ff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.giveaway-form .giveaway-form-date .input-gradient input {
  font-weight: normal;
  color: rgba(230, 155, 255, 0.8);
}
.giveaway-form-btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.giveaway-form-btns .btn-violet {
  box-shadow: inset 0 0 0 4px #d32ce6, 0 0 16px 0 rgba(211, 44, 230, 0.64);
  background: rgba(211, 44, 230, 0.2);
  border: 0;
  color: #fff;
  flex-grow: 1;
}
.giveaway-form-btns .btn-violet:hover {
  box-shadow: inset 0 0 0 6px #d32ce6, 0 0 16px 0 rgba(211, 44, 230, 0.64);
  background: rgba(211, 44, 230, 0.48);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.64);
}
.giveaway-form-btns .btn-replay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  text-decoration: none;
  color: #f7dbff;
  background: rgba(230, 155, 255, 0.08);
  box-shadow: inset 0 0 0 4px rgba(230, 155, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s;
}
.giveaway-form-btns .btn-replay .icon {
  font-size: 32px;
}
.giveaway-form-btns .btn-replay:hover {
  box-shadow: inset 0 0 0 6px rgba(230, 155, 255, 0.2);
}
.giveaway-form-btns .btn-replay .animate {
  animation: replayRotate 1s;
  -webkit-animation: replayRotate 1s;
}
@keyframes replayRotate {
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.giveaway-winner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 52px;
}
.giveaway-winner-wrap {
  max-width: 100%;
}
@media (max-width: 640px) {
  .giveaway-winner-wrap {
    max-width: calc(100% - 84px);
  }
}
@media (max-width: 992px) {
  .giveaway-winner {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .giveaway-winner {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 13px;
  }
}
.giveaway-winner-title {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}
.giveaway-winner-title > :not(span):first-child {
  display: inline-block;
  transform: scale(-1, 1);
}
@media (max-width: 640px) {
  .giveaway-winner-title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
  }
}
.giveaway-winner-title span {
  margin: 0 8px;
  color: rgba(230, 155, 255, 0.4);
}
@media (max-width: 640px) {
  .giveaway-winner-title span {
    font-size: 20px;
  }
}
.giveaway-winner .user-ava {
  width: 180px;
  height: 180px;
  margin-bottom: 27px;
  box-shadow: 0 0 240px 0 rgba(211, 44, 230, 0.64);
  border-radius: 50%;
  outline: 12px solid rgba(36, 0, 40, 0.4);
}
@media (max-width: 640px) {
  .giveaway-winner .user-ava {
    width: 64px;
    min-width: 64px;
    height: 64px;
    margin-right: 20px;
    box-shadow: 0 0 48px 0 rgba(211, 44, 230, 0.32);
  }
}
.giveaway-winner .user-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.giveaway-winner .user-name {
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: rgba(230, 155, 255, 0.8);
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.giveaway-winner .user-name > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 640px) {
  .giveaway-winner .user-name {
    font-size: 20px;
  }
}
@media (max-width: 359px) {
  .giveaway-winner .user-name {
    flex-direction: column;
    align-items: flex-start;
  }
  .giveaway-winner .user-name > span {
    max-width: calc(100vw - 115px);
  }
  .giveaway-winner .user-name .user-name-num {
    margin-left: 0;
  }
}
.giveaway-winner .user-name-num {
  margin-left: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  color: rgba(169, 122, 255, 0.8);
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 640px) {
  .giveaway-winner .user-name-num {
    font-size: 16px;
  }
}
.giveaway-winner .user-name-num .icon {
  font-size: 32px;
  padding: 0 8px;
}
@media (max-width: 640px) {
  .giveaway-winner .user-name-num .icon {
    font-size: 24px;
  }
}

.giveaway-table-items {
  max-height: 503px;
  overflow: auto;
  width: calc(100% - 2px);
}
.giveaway-table-items::-webkit-scrollbar {
  width: 10px;
}
.giveaway-table-items::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.giveaway-table-items::-webkit-scrollbar-thumb {
  background: rgba(214, 53, 187, 0.64);
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

.giveaway-table-items-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 8px 0 8px 30px;
  background: radial-gradient(50% 8814.97% at 50% 50%, rgba(211, 44, 230, 0.04) 0%, rgba(211, 44, 230, 0) 100%);
  margin-bottom: 4px;
  cursor: pointer;
}
.giveaway-table-items-row-num {
  color: #A97AFF;
  min-width: 33px;
  font-weight: 700;
  font-size: 16px;
}
.giveaway-table-items-row .top-drop-item {
  box-shadow: none;
  margin: 0 20px 0 11px;
  width: 112px;
  height: 64px;
  min-width: 112px;
}
.giveaway-table-items-row .top-drop-item .drop-img {
  height: 100%;
  z-index: 3;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: all 0.3s;
}
.giveaway-table-items-row .top-drop-item .top-drop-item-name {
  margin: 6px 0 0 0;
}
.giveaway-table-items-row .top-drop-item .in-case-cost {
  top: 3px;
  right: 3px;
}
.giveaway-table-items-row .top-drop-item:hover .drop-img {
  margin-top: 0;
}
.giveaway-table-items-row:hover {
  background: radial-gradient(50% 8814.97% at 50% 50%, rgba(211, 44, 230, 0.08) 0%, rgba(211, 44, 230, 0) 100%);
}
.giveaway-table-items-row:hover .top-drop-item .top-drop-item-hover {
  margin-top: 0;
  opacity: 1;
}
.giveaway-table-items-row:hover .top-drop-item .drop-img {
  transform: translateY(-10px);
}
.giveaway-table-items-row:hover .top-drop-item .in-case-cost {
  opacity: 1;
  transform: translateY(0);
}

.giveaway-table-items-row-user {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: calc(100% - 123px);
}
.giveaway-table-items-row-user-ava {
  box-shadow: inset 0 0 0 2px #360153;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2px;
  margin-right: 12px;
}
.giveaway-table-items-row-user-ava:before {
  border: 2px solid #360153;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 50%;
  box-sizing: border-box;
}
.giveaway-table-items-row-user-ava img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  z-index: 2;
}
.giveaway-table-items-row-user-ava .tooltipe {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 8px;
  background: linear-gradient(90deg, #380B9D 0%, #490475 100%);
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
}
.giveaway-table-items-row-user-ava:hover:before {
  border-width: 4px;
}
.giveaway-table-items-row-user-ava:hover .tooltipe {
  opacity: 1;
  margin-top: -2px;
}
.giveaway-table-items-row-user-name {
  font-size: 16px;
  line-height: 19px;
  color: #CCCCCC;
  overflow: hidden;
  text-overflow: ellipsis;
}

.giveaway-table-items-row-ticket {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.giveaway-table-items-row-ticket .icon {
  color: #a97aff;
}

.giveaway-table {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.01);
  margin-top: -12px;
}
@media (max-width: 640px) {
  .giveaway-table {
    background: none;
    padding: 0;
  }
}
.giveaway-table-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: rgba(213, 185, 255, 0.5);
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .giveaway-table-items {
    display: none;
  }
}
.giveaway-table-items-row-parent {
  min-width: 92vw;
  width: 92vw;
}
.giveaway-table-items__mob {
  display: none;
  overflow: hidden;
}
@media (max-width: 640px) {
  .giveaway-table-items__mob {
    display: flex;
  }
}
.giveaway-table.giveaway-table-empty {
  background: rgba(255, 255, 255, 0.01);
  border: 2px solid rgba(132, 76, 176, 0.16);
  border-radius: 28px;
  height: calc(100% + 12px);
}
@media (max-width: 992px) {
  .giveaway-table.giveaway-table-empty {
    display: none;
  }
}
.giveaway-table.giveaway-table-empty .giveaway-table-title {
  display: none;
}
.giveaway-table.giveaway-table-empty .giveaway-table-items {
  height: 100%;
}
.giveaway-table.giveaway-table-empty .giveaway-table-items.giveaway-table-items-empty {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.16667;
  color: rgba(213, 185, 255, 0.5);
}
.giveaway-table.giveaway-table-empty .giveaway-table-items.giveaway-table-items__mob {
  display: none;
}

.giveaway-table-items-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  display: none;
}
@media (max-width: 640px) {
  .giveaway-table-items-controls {
    display: flex;
  }
}
.giveaway-table-items-controls-line {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  height: 10px;
  flex-grow: 1;
  padding: 2px;
}
.giveaway-table-items-controls-line-progress {
  background: #d635bb;
  opacity: 0.64;
  height: 100%;
  border-radius: 4px;
}
.giveaway-table-items-controls-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.giveaway-table-items-controls-btns-left, .giveaway-table-items-controls-btns-right {
  background: rgba(230, 155, 255, 0.08);
  box-shadow: inset 0 0 0 2px rgba(230, 155, 255, 0.2);
  border-radius: 32px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.giveaway-table-items-controls-btns-left:hover, .giveaway-table-items-controls-btns-right:hover {
  box-shadow: inset 0 0 0 4px rgba(230, 155, 255, 0.2);
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./scss/base/_dota.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/

