.background-profile-image .valorant-splide {
  width: 328px;
}

.booster-squad-container .valorant-splide {
  padding-bottom: 0;
}

.booster-squad-container .booster-selection-wrapper {
  display: flex;
  margin-right: 0;
  color: white;
  border-radius: 12px;
  border: 2px solid #232B46;
  background-color: #080F28;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  flex: 1;
  width: 100%;
}

.booster-squad-container .booster-selection-wrapper * {
  box-sizing: border-box;
}

.booster-squad-container .booster-selection-wrapper .booster-icon {
  width: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #232B46;
  transition: all 0.15s ease-in-out;
}

.booster-squad-container .booster-selection-wrapper .booster-icon .rank-image {
  width: 32px;
}

.booster-squad-container .booster-selection-wrapper .booster-icon .rank-image--short {
  width: 24px;
}

.booster-squad-container .booster-selection-wrapper .booster-icon img {
  width: 24px;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 14px;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper .booster-rank-selection {
  padding-left: 24px;
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single {
  background-color: #080F28;
  color: #fff;
  border: none;
  width: 100%;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-content: center;
  padding-left: 24px;
  color: #fff;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single .select2-selection__selected {
  background-color: red;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: transparent;
  background-size: contain;
  border: none;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single:focus {
  outline: none;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper select {
  cursor: pointer;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper select.booster-rank-selection {
  display: flex;
  width: 100%;
  background-color: #080F28;
  color: #fff;
  border: none;
  font-size: 16px;
  margin-top: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper select.booster-rank-selection:focus {
  outline: none;
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper .dropdown-icon {
  right: 40px;
  top: 50%;
  position: absolute;
  width: 5px;
  height: 7px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

.booster-squad-container .booster-selection-wrapper .booster-rank-selection-wrapper .dropdown-icon img {
  width: 24px;
  transition-duration: 0.3s;
  transition-property: transform;
}

.booster-squad-container .booster-selection-wrapper .booster-input-group {
  width: 100%;
}

.booster-squad-container .booster-selection-wrapper .booster-input-group label {
  position: absolute;
  font-size: 12px;
  color: #979aae;
  margin: 18px 20px 0 0;
  padding-left: 24px;
  padding-bottom: 5px;
  pointer-events: none;
}

.booster-squad-container .booster-selection-wrapper:hover {
  border: solid 2px rgba(255, 255, 255, 0.3);
}

.booster-squad-container .booster-selection-wrapper:hover .booster-icon {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.booster-squad-container .booster-selection-wrapper--disabled {
  cursor: default;
  pointer-events: none;
}

.booster-squad-container .current-lp-custom {
  width: 50%;
}

.booster-squad-container .current-lp-custom .input-group {
  height: 100%;
  position: relative;
}

.booster-squad-container .current-lp-custom label {
  position: absolute;
  color: #fff;
  pointer-events: none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s ease-in-out;
}

.booster-squad-container .current-lp-custom input {
  transition: all 0.15s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #080F28;
  border-radius: 12px;
  border: none;
  padding: 30px 22px 0px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.booster-squad-container .current-lp-custom input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.booster-squad-container .current-lp-custom input:-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.booster-squad-container .current-lp-custom input::placeholder {
  color: transparent;
  transition: all 0.15s ease-in-out;
}

.booster-squad-container .current-lp-custom input::-webkit-outer-spin-button,
.booster-squad-container .current-lp-custom input::-webkit-inner-spin-button {
  display: none;
}

.booster-squad-container .current-lp-custom input:focus {
  outline: none;
}

.booster-squad-container .current-lp-custom input:focus::-moz-placeholder {
  opacity: 0.3;
  color: #979aae;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.booster-squad-container .current-lp-custom input:focus:-ms-input-placeholder {
  opacity: 0.3;
  color: #979aae;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.booster-squad-container .current-lp-custom input:focus::placeholder {
  opacity: 0.3;
  color: #979aae;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.booster-squad-container .current-lp-custom input:focus + label {
  color: #979aae;
  font-size: 12px;
  line-height: 24px;
  transform: translateY(0px);
  top: 14px;
}

.booster-squad-container .current-lp-custom input:not(:-moz-placeholder-shown) + label {
  color: #979aae;
  font-size: 12px;
  line-height: 24px;
  transform: translateY(0px);
  top: 14px;
}

.booster-squad-container .current-lp-custom input:not(:-ms-input-placeholder) + label {
  color: #979aae;
  font-size: 12px;
  line-height: 24px;
  transform: translateY(0px);
  top: 14px;
}

.booster-squad-container .current-lp-custom input:not(:placeholder-shown) + label {
  color: #979aae;
  font-size: 12px;
  line-height: 24px;
  transform: translateY(0px);
  top: 14px;
}

@media screen and (max-width: 767px) {
  .booster-squad-container .current-lp-custom input {
    padding: 30px 22px 4px;
  }
}

.booster-squad-container .flex-auto {
  flex: 1 1 auto;
}

.booster-squad-container .booster-search {
  margin-right: 24px;
}

.booster-squad-container .booster-search:hover,
.booster-squad-container .booster-search--focused {
  border: solid 2px #4ed3be;
}

.booster-squad-container .booster-search:hover .booster-icon,
.booster-squad-container .booster-search--focused .booster-icon {
  border-right: 2px solid #4ed3be;
}

.booster-squad-container .search-container {
  position: relative;
  display: flex;
  justify-content: unset;
  align-items: flex-end;
  padding: 138px 0 80px;
}

.booster-squad-container .boosters-game-select {
  max-width: 328px;
  margin-left: auto;
}

.booster-squad-container .booster-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.booster-squad-container .no-results {
  margin: 252px 0;
}

.extra-counter {
  border: #242a46 1px solid;
  border-radius: 35px;
  padding: 1px;
  color: #979aae;
  position: absolute;
  right: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-top: 5px;
}

.booster-wrap-champs-wrap-block {
  position: relative;
}

.extra-counter {
  border-radius: 12px;
  width: 29px;
  height: 24px;
  font-size: 12px;
  line-height: 1.7;
  border: 2px solid #232B46;
  top: 43%;
  transform: translate(-50%, -50%);
  right: -15px;
}

.booster-wrap {
  position: relative;
}

.booster-profile-card-game-icon {
  position: absolute;
  z-index: 24;
  right: 13px;
  top: 11px;
  background: black;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #232B46;
}

.hand-img {
  position: absolute;
  z-index: 863;
}

.valorant-hand-image1 {
  left: 84px;
  top: -1px;
}

.lol-hand-image3 {
  left: 107px;
  top: -1px;
}

.lol-hand-image1 {
  left: 44px;
  top: 0px;
}

.lol-hand-image2 {
  left: 78px;
}

.lol-hand-image4 {
  left: 124px;
  top: -1px;
}

.dota2-hand-image1 {
  left: 83px;
  top: -1px;
}

.overwatch-hand-image1 {
  left: 38px;
}

.csgo-hand-image1 {
  left: 60px;
  top: -1px;
}

.modal-overlay.newmodal .modal {
  max-width: 680px;
  padding: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #232B46;
  border: none;
  margin: 25px;
}

.modal-overlay.newmodal .modal::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, #258CBF 0%, #4ED3BE 100%);
  height: 3.8px;
  left: 0;
  right: 0;
  top: 0;
}

.modal-overlay.newmodal .modal-content {
  position: relative;
}

.modal-overlay.newmodal .modal-content .new-modal-close {
  top: 30px;
  left: 27px;
  position: absolute;
  width: 30px;
  margin-top: 10;
  border: none;
  background: transparent;
  cursor: pointer;
  border: 2px solid #232B46;
  border-radius: 16px;
  height: 30px;
  margin: unset;
}

.modal-overlay.newmodal .modal-content .new-modal-close i {
  transition: all 0.15s ease-in-out;
  display: block;
  width: 14px;
  height: 10px;
  background: url("/img/icons/modal-close.svg") center center no-repeat;
  font-size: 0;
}

.modal-overlay.newmodal .modal-footer {
  padding: 42px 88px;
  box-shadow: inset 0 0 0 2px #232B46;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #080F28;
}

.modal-overlay.newmodal .modal-footer button {
  max-width: 240px;
  width: 100%;
}

.modal-overlay.newmodal .modal-content {
  height: unset;
}

.modal-overlay.newmodal h2 {
  background: linear-gradient(135deg, #258CBF 0%, #4ED3BE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: unset;
}

.modal-overlay.newmodal.settings-document-upload .settings-document-upload-wrap {
  margin-bottom: 24px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #050A20;
  border: 2px solid #232B46;
  border-radius: 8px;
  padding: 0 21px;
  height: 56px;
  overflow: hidden;
}

.modal-overlay.newmodal.settings-document-upload .settings-document-upload-wrap__icon {
  margin-right: 8px;
}

.modal-overlay.newmodal.settings-document-upload .settings-document-upload-wrap__icon img {
  display: block;
}

.modal-overlay.newmodal.settings-document-upload .settings-document-upload-wrap__name {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.modal-overlay.newmodal.settings-document-upload .profile-wrap__cell {
  margin-bottom: 0;
}

.modal-overlay.newmodal.show {
  z-index: 1000;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 33;
  overflow: hidden;
  background: rgba(1, 2, 10, 0.6);
  mix-blend-mode: normal;
  overflow-y: auto;
  padding: 36px;
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .modal-overlay {
    padding: 36px 0;
  }
}

.modal-overlay::before {
  background: linear-gradient(180deg, #01020A 8.33%, rgba(1, 2, 10, 0) 100%);
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
}

@media screen and (max-width: 767px) {
  .modal-overlay {
    overflow-y: auto;
  }
}

.modal-overlay .modal {
  max-width: 450px;
  width: 100%;
  background-color: #050A20;
  border: 2px solid #232b46;
  border-radius: 24px;
  display: block;
  margin: auto auto;
  padding: 50px;
  color: #fff;
  z-index: 1;
}

.modal-overlay .modal .modal-close {
  position: absolute;
  top: 45px;
  left: 35px;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background-color: #050A20;
  border: 2px solid #232b46;
  color: #898989;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay .modal .modal-close:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.modal-overlay .modal .modal-close img {
  display: block;
  width: 10px;
  height: 10px;
}

.modal-overlay .modal .modal-body {
  padding-top: 24px;
}

.modal-overlay .modal ul li a {
  color: #fff;
}

.modal-overlay .modal .alert {
  display: none;
}

.modal-overlay .modal .submit-button {
  width: 100%;
  background-color: #4842d1;
  font-size: 14px;
  height: 76px;
  border-radius: 24px;
  border: solid 2px rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

.modal-overlay .modal .submit-button .btnPayLoadingText {
  display: none;
}

.modal-overlay .modal .submit-button:hover {
  background: #3832c3;
  color: #fff;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.modal-overlay .modal .submit-button.button {
  width: 100%;
  margin: 32px 0 0;
  cursor: pointer;
  border-radius: 12px;
  border: solid 2px rgba(255, 255, 255, 0.08);
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.modal-overlay .modal .submit-button.button span {
  background-image: unset;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}

.modal-overlay .modal.checkout {
  max-width: 680px;
  width: 100%;
  border-radius: 24px;
  border: solid 2px #232b46;
  background-color: #050A20;
  padding: 0 0 83px 0;
  background: url("/img/checkout.jpg") center center no-repeat;
  background-size: cover;
  margin: 0;
  display: block;
  top: unset;
  position: relative;
  left: unset;
  transform: translate(0, 0);
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .modal-overlay .modal.checkout {
    max-width: 580px;
    padding-bottom: 35px;
  }
}

.modal-overlay .modal.checkout .modal-content {
  position: relative;
  height: unset;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .modal-overlay .modal.checkout .modal-content {
    padding-top: 35px;
  }
}

.modal-overlay .modal.checkout .modal-content .modal-close-btn {
  width: 32px;
  height: 32px;
  border: solid 2px #232b46;
  background-color: #050A20;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
}

.modal-overlay .modal.checkout .modal-content .modal-close-btn:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.modal-overlay .modal.checkout .modal-content .modal-close-btn img {
  display: block;
  width: 10px;
  height: 10px;
}

.modal-overlay .modal.checkout .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #232b46;
  background-color: #050A20;
  width: 136px;
  height: 136px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: -45px;
}

.modal-overlay .modal.checkout .logo img {
  width: 44px;
}

.modal-overlay .modal.checkout form {
  padding: 100px 88px 24px;
}

@media screen and (max-width: 767px) {
  .modal-overlay .modal.checkout form {
    padding: 40px;
  }
}

.modal-overlay .modal.checkout .input-group label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2px;
}

.modal-overlay .modal.checkout .input-group label .tooltip-trigger {
  margin-left: 2px;
}

.modal-overlay .modal.checkout .totals-wrapper {
  margin-top: 20px;
}

.modal-overlay .modal.checkout .totals-wrapper .totals {
  padding: 0px 30px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .modal-overlay .modal.checkout .totals-wrapper .totals {
    padding: 0;
    height: unset;
  }
}

.modal-overlay .modal.checkout .totals-wrapper .grand-total h4 {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 2px;
}

.modal-overlay .modal.checkout .totals-wrapper .grand-total h4 span {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1px;
  background: linear-gradient(115deg, #258cbf, #4ed3be);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-overlay .modal.checkout .isLoading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  height: 100%;
}

.modal-overlay .modal.checkout .footer-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.modal-overlay .modal.checkout .footer-message .footer-message-tool {
  max-width: unset;
}

.modal-overlay .modal.checkout .footer-message .footer-message-tool__white,
.modal-overlay .modal.checkout .footer-message .footer-message-tool__gray {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0.1px;
  cursor: default;
}

.modal-overlay .modal.checkout .footer-message .footer-message-tool__white {
  color: #fff;
}

.modal-overlay .modal.checkout .footer-message .footer-message-tool__gray {
  color: #979aae;
}

.modal-overlay .modal.checkout .footer-message__logo {
  height: 20px;
  display: block;
  margin-left: 5px;
}

.modal-overlay .modal.checkout .footer-message__lock {
  display: block;
  height: 24px;
  margin-right: 4px;
}

.modal-overlay .modal.checkout .footer-payments {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay .modal-bg {
  background: url("/img/panel/modal-bg.png") #050A20 no-repeat center center;
  background-size: cover;
  padding: 81px 92px 88px 90px;
  max-width: 504px;
}

.modal-overlay .modal-bg .panel-btn {
  height: 56px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay .modal-bg h2 {
  background: linear-gradient(117deg, #258cbf, #4ed3be);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 31px;
}

.modal-overlay .modal-bg .multiple-check {
  padding: 12px 24px;
}

.modal-overlay .modal-bg .input-group {
  margin-bottom: 20px;
}

.modal-overlay .modal-bg #usernameCopy,
.modal-overlay .modal-bg #passwordCopy {
  border: none;
  margin-left: 10px;
  cursor: pointer;
}

.modal-overlay .modal-bg ul {
  list-style: none;
}

.modal-overlay .modal-bg--wider {
  max-width: 592px;
}

.modal-overlay .modal-bg--wider h2 {
  margin-bottom: 22px;
}

.modal-overlay .modal-bg--wider .modal__content__text,
.modal-overlay .modal-bg--wider .modal__content__error,
.modal-overlay .modal-bg--wider .modal__content__success {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #979aae;
  margin-bottom: 25px;
  display: block;
}

.modal-overlay .modal-bg--wider .modal__content__error,
.modal-overlay .modal-bg--wider .modal__content__success {
  margin-bottom: 12px;
  background: linear-gradient(125deg, #258cbf, #4ed3be);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-overlay .modal-bg--wider .select2-selection--multiple {
  background: #050A20;
  border: 2px solid #232B46;
  border-radius: 12px;
  padding: 7px 14px;
}

.modal-overlay .modal-bg--wider .select2-selection--multiple .select2-selection__choice__remove {
  background: linear-gradient(125deg, #258cbf, #4ed3be);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 0 10px;
}

.modal-overlay .modal-bg--wider .select2-selection--multiple .select2-selection__choice {
  background: #080F28;
  border: 2px solid #232B46;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #fff;
  padding: 0 9px;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 6px;
}

.modal-overlay .modal-bg--wider .select2-search--inline .select2-search__field {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #fff;
  margin-top: 7px;
}

.modal-overlay .modal-bg--wider .champ-select-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.modal-overlay .modal-bg--wider .champ-select-footer button,
.modal-overlay .modal-bg--wider .champ-select-footer a {
  width: 192px;
  text-align: center;
}

.modal-overlay .modal-bg--wider .champ-select-footer .panel-btn {
  margin-top: 0;
  padding: 16px 0;
}

.modal-overlay.show {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
}

.modal-overlay.show--opacity {
  opacity: 0;
  pointer-events: none;
}

.modal-overlay.show .modal-animation {
  -webkit-animation: fadeIn 0.25s normal forwards ease-in-out;
          animation: fadeIn 0.25s normal forwards ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(300%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(300%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.modal-overlay.show .modal-animation--long {
  -webkit-animation: fadeIn 0.5s normal forwards ease-in-out;
          animation: fadeIn 0.5s normal forwards ease-in-out;
}

.newmodal .modal-content .satisfaction-guarantee {
  color: #979AAE;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newmodal .modal-content .satisfaction-guarantee .hundred {
  color: #FFFFFF;
}

.newmodal .modal-content .satisfaction-guarantee .content {
  text-align: center;
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
}

.newmodal .modal-content .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  height: 32px;
  padding: 26px;
  margin: 32px 0 16px 0;
}

.gold-check {
  margin-right: 8px;
}

.jobs-modal-wrap h2 {
  margin-top: 0;
}

#jobs-modal-contact > .modal {
  max-width: 504px;
}

.main-background.background-profile-image .valorant-splide {
  padding-bottom: 0;
}

.main-background.background-profile-image .booster-grid {
  margin-bottom: 0;
}

@media (min-width: 1064px) {
  .main-background .container .topblock--profile {
    position: relative;
  }

  .main-background--profilelol1 {
    background: url("/img/panel/hero/lol/1.png") center top no-repeat;
  }

  .main-background--profilelol2 {
    background: url("/img/panel/hero/lol/2.png") center top no-repeat;
  }

  .main-background--profilelol3 {
    background: url("/img/panel/hero/lol/3.png") center top no-repeat;
  }

  .main-background--profilelol4 {
    background: url("/img/panel/hero/lol/4.png") center top no-repeat;
  }

  .main-background--profilecsgo1 {
    background: url("/img/panel/hero/csgo/1.png") center top no-repeat;
  }

  .main-background--profiledota21 {
    background: url("/img/panel/hero/dota2/1.png") center top no-repeat;
  }

  .main-background--profileoverwatch1 {
    background: url("/img/panel/hero/overwatch/1.png") center top no-repeat;
  }

  .main-background--profilevalorant1 {
    background: url("/img/panel/hero/valorant/1.png") center top no-repeat;
  }

  .main-background--profilerocket-league1 {
    background: url("/img/panel/hero/rocket-league/1.png") center top no-repeat;
  }
}

@media (max-width: 1063px) {
  .hand-img {
    display: none;
  }

  .booster-squad-container .booster-card {
    width: calc(50% - 12px);
    min-width: 328px;
  }

  .booster-squad-container .booster-card .booster-wrap {
    max-width: 100%;
  }

  .booster-squad-container .no-results {
    margin: 52px 0;
  }

  .top-block.topblock--profile {
    display: flex;
    justify-content: space-between;
    align-items: unset;
  }

  .top-block.topblock--profile .valorant-splide--profile {
    position: relative;
    top: 0;
    right: 0;
    padding: 80px 0 0;
  }

  .main-background.background-profile-image .container .blackbox {
    margin-top: 50px;
  }

  .main-background.background-profile-image .container .top-block {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .booster-squad-container .search-container {
    padding: 40px 0;
    flex-direction: column;
  }

  .booster-squad-container .booster-card {
    width: 328px;
  }

  .booster-squad-container .booster-grid {
    justify-content: center;
  }

  .booster-squad-container .booster-search {
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }

  .booster-squad-container .boosters-game-select {
    max-width: 100%;
  }

  .background-profile-image {
    background: unset !important;
  }

  .top-block.topblock--profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .top-block.topblock--profile .valorant-splide--profile {
    padding: 40px 0 0;
  }

  .jobs-modal-wrap {
    padding: 80px 30px;
  }
}

