@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap');

/* Font Awesome compatibility without external Pro kit */
.fal,
.fa-light {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.far,
.fa-regular {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

/* Legacy/pro icon aliases mapped to local Free set */
.fa-badge-check { --fa: ""; }          /* -> circle-check */
.fa-billboard { --fa: ""; }            /* -> rectangle-ad */
.fa-cards { --fa: ""; }                /* -> dice */
.fa-gamepad-alt,
.fa-gamepad-modern { --fa: ""; }       /* -> gamepad */
.fa-list-dropdown { --fa: ""; }        /* -> list */
.fa-lock-hashtag { --fa: ""; }         /* -> key */
.fa-rectangle-history { --fa: ""; }    /* -> history */
.fa-shield-check,
.fa-shield-keyhole { --fa: ""; }       /* -> shield-halved */

.FKmFGSbRZXEOcJ {
    border-right: 1px solid var(--bs-menu-kt_app_sidebar-color) !important;
    box-shadow: 2px 0 9px 0px var(--bs-menu-kt_app_sidebar-color) !important;
}

.app-container.rMnrwLwbGB {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

 .CUUezjIJ {    border: 1px solid #212e48 !important;}
.bender-chip-wide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;                    
  height: 44px;                  
  padding: 0 16px;
  background: linear-gradient(90deg, #0f1f40 0%, #1a2b5e 50%, #0f1f40 100%);
  border: 1px solid #4a8cff;
  border-radius: 8px;
  box-shadow: 
    0 2px 8px rgba(10, 30, 70, 0.5),
    inset 0 1px 4px rgba(74, 140, 255, 0.2);
  font-family: 'Orbitron', sans-serif;
  transition: all 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
}

 
.bender-chip-wide:hover {
  border-color: #80b3ff;
  box-shadow: 
    0 3px 12px rgba(10, 30, 70, 0.7),
    0 0 12px rgba(74, 140, 255, 0.4);
  background: linear-gradient(90deg, #1a2b5e 0%, #0f1f40 50%, #1a2b5e 100%);
}

 
.chip {
  width: 32px;
  height: 32px;
  background: #ffd700;
  color: #0a1a3b;
  font-weight: 900;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 
    0 0 10px #ffd700,
    inset 0 1px 3px rgba(255, 215, 0, 0.4);
  flex-shrink: 0;
  margin-right: 12px;
}

 
.bender-chip-wide span {
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: #a0d8ff;
  text-shadow: 0 0 6px rgba(74, 140, 255, 0.3);
  flex-grow: 1;
  text-align: left;
  white-space: nowrap;
}

 
@media (max-width: 992px) {
  .bender-chip-wide {
    height: 42px;
    padding: 0 14px;
  }
  .chip { width: 30px; height: 30px; font-size: 0.95rem; }
  .bender-chip-wide span { font-size: 0.9rem; letter-spacing: 2.5px; }
}

@media (max-width: 768px) {
  .bender-chip-wide {
    height: 40px;
    padding: 0 12px;
  }
  .chip { width: 28px; height: 28px; }
  .bender-chip-wide span { font-size: 0.85rem; letter-spacing: 2px; }
  .bENXiOdOwIO {display: none !important;}
}

@media (max-width: 1080px) {
  .iVMKK { display: none !important; }
}

@media (max-width: 991.98px) {
  .landing-header .app-container > .d-flex.align-items-center.justify-content-between {
    position: relative;
  }

  .landing-header .lk-top-logo-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
}

@media (max-width: 576px) {
  .bender-chip-wide {
    height: 38px;
    justify-content: center;
    gap: 10px;
  }
  .chip { width: 26px; height: 26px; margin-right: 0; }
  .bender-chip-wide span { font-size: 0.8rem; letter-spacing: 1.8px; }
  .QwGTWSmdXSjVKbxp {    width: 100px !important; }
  .UsAKONQ {    width: 100px !important; }
}

.custom-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.custom-ms-9 {
      margin-left: 2.25rem !important;
}

@media (max-width: 770px) {

.custom-ms-9 {
      margin-left: 0px !important;
}

}

@media (max-width: 700px) {
  .hide-under-700 {
    display: none !important;
  }

  .custom-py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

}


.partner-img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.2s ease;
    opacity: 0.7;
}

.partner-img:hover {
    transform: scale(1.1);
    opacity: 1;
}

.payment-img {
    width: 100%;
    height: 60px;              
    object-fit: contain;      
    cursor: pointer;
    opacity: .75;
    transition: all .3s ease;
}

.payment-img:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.footer-logo {
    height: 38px;               
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    cursor: default;
}


/* Оверлей */
.loading-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    font-weight: 500;
    color: #1e293b;
    font-size: 14px;
}

.loading-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.loading-overlay .spinner {
    width: 20px;
    height: 20px;
    border: 2.5px solid #e2e8f0;
    border-top: 2.5px solid #009ef7;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 10px;
}

.support-chat-fab {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 1300;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f7bff 0%, #1b5fcf 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(12, 31, 66, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.support-chat-fab:hover {
  transform: translateY(-1px);
}

.support-chat-fab__badge {
  position: absolute;
  top: -3px;
  right: -3px;
}

.pwa-push-prompt {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 12020;
  width: min(360px, calc(100vw - 28px));
  border-radius: 12px;
  border: 1px solid rgba(93, 128, 255, .3);
  background: linear-gradient(180deg, rgba(18, 27, 42, .98) 0%, rgba(14, 22, 35, .98) 100%);
  box-shadow: 0 14px 34px rgba(3, 10, 24, .45);
  color: #d8e4ff;
  padding: 12px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.pwa-push-prompt.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pwa-push-prompt__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pwa-push-prompt__title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #f4f8ff;
}

.pwa-push-prompt__close {
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #d9e6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pwa-push-prompt__close:hover {
  background: rgba(255, 255, 255, .15);
}

.pwa-push-prompt__text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(224, 236, 255, .9);
}

.pwa-push-prompt__actions {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pwa-push-prompt__btn {
  border: 0;
  border-radius: 8px;
  min-height: 32px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.pwa-push-prompt__btn--primary {
  background: #1b5fcf;
  color: #fff;
}

.pwa-push-prompt__btn--primary:hover {
  background: #1f69e3;
}

.pwa-push-prompt__btn--ghost {
  background: rgba(255, 255, 255, .1);
  color: #dce8ff;
}

.pwa-push-prompt__btn--ghost:hover {
  background: rgba(255, 255, 255, .16);
}

body.game-open-mode .pwa-push-prompt {
  display: none !important;
}

@media (max-width: 767.98px) {
  .pwa-push-prompt {
    left: 10px;
    right: 10px;
    bottom: 12px;
    width: auto;
    padding: 10px;
  }
}

.support-chat-panel {
  position: fixed;
  right: 18px;
  bottom: 88px;
  width: min(360px, calc(100vw - 20px));
  height: min(560px, calc(100vh - 120px));
  z-index: 1299;
  border-radius: 16px;
  border: 1px solid rgba(102, 123, 168, 0.28);
  background: linear-gradient(180deg, #111d33 0%, #0e182d 100%);
  box-shadow: 0 16px 45px rgba(4, 8, 20, 0.55);
  display: none;
  flex-direction: column;
  overflow: hidden;
}

body.modal-open .support-chat-fab,
body.modal-open .support-chat-panel {
  z-index: 1030 !important;
}

.support-chat-panel.is-open {
  display: flex;
}

.support-chat-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(143, 165, 214, 0.2);
}

.support-chat-panel__title {
  color: #f5f8ff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.support-chat-panel__subtitle {
  color: rgba(214, 224, 247, 0.78);
  font-size: 12px;
  margin-top: 3px;
}

.support-chat-panel__close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: rgb(17 29 50);
  color: #dbe6ff;
}

.support-chat-panel__messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
}

.support-chat-panel__notice {
  margin: 10px 12px 0;
  padding: 8px 10px;
  border-radius: 10px;
  border: 0px solid ;
  background: rgba(255, 193, 7, 0.12);
  color: #ffefc6;
  font-size: 12px;
  line-height: 1.35;
}

.support-chat-panel__empty {
  color: rgba(226, 235, 252, 0.68);
  font-size: 12px;
}

.support-chat-msg {
  display: flex;
  margin-bottom: 10px;
}

.support-chat-msg.is-mine {
  justify-content: flex-end;
}

.support-chat-msg.is-theirs {
  justify-content: flex-start;
}

.support-chat-msg__bubble {
  max-width: 84%;
  border-radius: 10px;
  padding: 8px 10px;
}

.support-chat-msg.is-mine .support-chat-msg__bubble {
  background: rgba(52, 117, 228, 0.32);
}

.support-chat-msg.is-theirs .support-chat-msg__bubble {
  background: rgba(255, 255, 255, 0.1);
}

.support-chat-msg__name {
  font-size: 11px;
  color: rgba(220, 232, 255, 0.92);
  font-weight: 600;
  margin-bottom: 3px;
}

.support-chat-msg__text {
  font-size: 13px;
  color: #f2f6ff;
  white-space: pre-wrap;
}

.support-chat-msg__time {
  margin-top: 5px;
  font-size: 10px;
  color: rgba(210, 220, 239, 0.7);
}

.support-chat-panel__form {
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(143, 165, 214, 0.2);
  display: flex;
  gap: 8px;
}

.support-chat-panel__form textarea {
  resize: none;
  min-height: 38px;
}

.support-chat-panel__form.is-disabled {
  opacity: 0.65;
}

@media (max-width: 991.98px) {
  .support-chat-fab {
    bottom: 84px;
    right: 12px;
  }

  .support-chat-panel {
    right: 10px;
    bottom: 150px;
    width: calc(100vw - 20px);
    height: min(62vh, 520px);
  }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Кнопка в состоянии загрузки */
.btn-loading {
    pointer-events: none;
    opacity: 0.7;
    position: relative;
}

.btn-loading .btn-text {
    opacity: 0;
}

.btn-loading .btn-loading-text {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
}

/* Тост-уведомления */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    padding: 12px 16px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    z-index: 1100;
    transform: translateX(120%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast.success { background: #10b981; }
.toast.danger  { background: #ef4444; }
.toast.info    { background: #3b82f6; }
.toast.warning { background: #f59e0b; }

.tIAqBaSKqJItBH {
  width: 100%;
  max-width: 700px !important;
}

 
 
.image-side-reg {
    position: relative;
    background: url('../../../public/img/sign-up-prev.jpeg') center/cover no-repeat;
}
 
.image-side-reg::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow:
    inset 0 0 35px 25px rgba(0,0,0,0.65),
    inset 0 0 80px 60px rgba(0,0,0,0.4);
}
 
.image-side-autch {
    position: relative;
    background: url('../../../public/img/autch-prev.jpeg') center/cover no-repeat;
}
 
.image-side-autch::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow:
    inset 0 0 35px 25px rgba(0,0,0,0.65),
    inset 0 0 80px 60px rgba(0,0,0,0.4);
}

.ui-progress-host{position:relative}
.ui-progress-host.is-top{position:fixed;top:0;left:0;right:0;z-index:9999}
.ui-progress-bar{position:absolute;top:0;left:0;height:4px;width:0%;background:linear-gradient(90deg, #074ea5, #006ae6);box-shadow:0 0 5px rgb(4 93 200);transition:width .2s ease,opacity .2s ease}
.ui-progress-peg{position:absolute;right:-10px;top:0;width:100px;height:100%;transform:rotate(3deg) translateY(-1px);background:radial-gradient(closest-side,rgba(255,255,255,.9),rgba(255,255,255,0));opacity:.6;pointer-events:none}


.hcaptcha-small iframe {
    transform: scale(0.75);           /* ← Уменьшаем на 25% */
    transform-origin: center;

}

.lpAitCW {
 background: var(--bs-customcolor0012);
}


.lk-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.35);
    z-index: 5;
}

#lkSidebar .list-group-item.lk-link.active {
    background: #1f7a34;
    color: #fff;
}

#lkSidebar .list-group-item.lk-link:hover {
    background: #163f22;
    color: #fff;
}

.PjgVVgnQ {
  display: inline !important;
}
 
.promo-block {
    height: 100%;
    width: 100%;
    background-image: url('../../../public/img/76aecb6c.png');
    background-size: cover;
    background-position: center;
    border-radius: 12px;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.promo-content {
    width: 100%;  
    max-width: 100%;

    text-align: center;
    background: rgb(33 46 72 / 84%);
    padding: 20px 30px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    color: #fff;
}

.promo-input {
    width: 100%;
    margin-top: 10px;
}

.LvIskCObBqiNKbBOhq.modal.fade.show {
  background: #192336b0 !important;
}

.ql-toolbar.ql-snow {
  border: 1px solid #363843 !important;
  border-bottom: 0px !important
}
 
.ql-container.ql-snow {
      border: 1px solid #363843 !important;
      border-radius: 0px !important;
      
}
.quill-editor .ql-container{
  min-height: 300px;
}
.quill-editor .ql-editor{
  min-height: 300px;
}
.ql-snow .ql-tooltip {
      left: 11.992px !important;
}
.ql-snow .ql-tooltip {
    background-color: #182131 !important;
    border: 1px solid #363843 !important;
    box-shadow: 0px 0px 5px #212e48 !important;
    color: #fff !important;
}
.BgwbMjFiOb p {
      margin-bottom: 0px !important;
}
.ql-align-center { text-align: center; }
.ql-align-right  { text-align: right; }
.ql-align-left   { text-align: left; }
.ql-align-justify{ text-align: justify; }
.no-fa-padding {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}
.min-w-30 {
  min-width: 30% !important;
}

.rhRNRwJY {
  border: 1px solid #2a3241 !important;
}
 

.rhRNRwJY.btn-check:active + .btn.btn-light, .btn-check:checked + .btn.btn-light, .btn.btn-light.active, .btn.btn-light.show, .btn.btn-light:active:not(.btn-active), .btn.btn-light:focus:not(.btn-active), .btn.btn-light:hover:not(.btn-active), .show > .btn.btn-light {
   background-color: #212e48 !important;
    color: #fff !important;
}

.rhRNRwJY:hover i {
   color: #fff !important;
}

/* для категории можно сделать немного меньше padding у листалки */
.mtr-cats{
  padding: 0 34px; /* место под стрелки */
}

/* фикс: текст категорий не ломал высоту */
.mtr-cat-btn{
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
}

/* если категория длинная — обрезаем */
.mtr-cat-text{
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.RyTGdtjihlAmYcvEsHNx {
    margin-top: 26px !important;
    bottom: 18px !important;
}

.mtr-game-bottom{
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 70%, rgba(0,0,0,.85) 100%);
}

.mtr-game-overlay{
  opacity: 0;
  transition: opacity .18s ease;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
}

.card:hover .mtr-game-overlay{
  opacity: 1;
}

 
/* Keep desktop header dropdowns above hero banners/cards */
.landing-header {
  position: relative;
  z-index: 1040;
  overflow: visible;
}

[data-kt-sticky-landing-header="on"] .landing-header {
  z-index: 1040;
}

.landing-header .app-container,
.landing-header .app-container > .d-flex.align-items-center.justify-content-between,
.landing-header .app-navbar-item,
.landing-header .btn-group {
  overflow: visible !important;
}

.landing-header .menu-sub-dropdown,
.rCYTcvzGVL {
  z-index: 1045 !important;
}

.mtr-game-overlay{
  background: rgba(0,0,0,.65);
  opacity: 0;
  transition: opacity .15s ease;
}

.mtr-game-card:hover .mtr-game-overlay{
  opacity: 1;
}

/* опционально: чтобы нижний футер не мешал оверлею */
.mtr-game-card:hover .mtr-game-footer{
  opacity: 0;
  transition: opacity .15s ease;
}

.pwa-install-banner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 12010;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: calc(env(safe-area-inset-top, 0px) + 10px) 14px 10px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(180deg, rgba(18, 28, 44, .96), rgba(19, 27, 42, .96));
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
  backdrop-filter: blur(4px);
}

.pwa-install-banner__text {
  color: #eaf1ff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  margin-right: 4px;
}

.pwa-install-banner__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.pwa-install-banner__install {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #1b5dc9;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.pwa-install-banner__install:hover {
  background: #216ade;
}

.pwa-install-banner__close {
  border: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pwa-install-banner__close:hover {
  background: rgba(255, 255, 255, .14);
}

body.game-open-mode .pwa-install-banner {
  display: none !important;
}

@media (max-width: 767.98px) {
  .pwa-install-banner {
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 10px 8px;
  }

  .pwa-install-banner__text {
    font-size: 12px;
  }

  .pwa-install-banner__install {
    padding: 7px 10px;
    font-size: 11px;
  }
}
.mtr-game-card{
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 245 / 184;
  background: #0f1726;
}

.mtr-game-card img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform .2s ease;
}
.mtr-game-card:hover img { transform: scale(1.05); }

.mtr-game-grid-col {
  flex: 0 0 auto;
  width: 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .mtr-game-grid-col {
    width: 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .mtr-game-grid-col {
    width: 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .mtr-game-grid-col {
    width: 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 1680px) {
  .mtr-game-grid-col {
    width: 10%;
    max-width: 10%;
  }
}

.mtr-game-play-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 38px;
  height: 38px;
  padding: 0.65rem 1.5rem !important;
  border-radius: 0.7rem;
  font-size: 0.95rem;
  line-height: 1 !important;
  white-space: nowrap;
  vertical-align: middle;
}

.mtr-game-overlay-title {
  font-size: 0.95rem;
  line-height: 1.25;
}

@media (max-width: 1399.98px) {
  .mtr-game-overlay-title {
    font-size: 0.88rem;
  }

  .mtr-game-play-btn {
    min-height: 34px;
    height: 34px;
    padding: 0 1.2rem !important;
    font-size: 0.88rem;
  }
}

@media (max-width: 991.98px) {
  .mtr-game-overlay-title {
    font-size: 0.8rem;
    margin-bottom: 0.6rem !important;
  }

  .mtr-game-play-btn {
    min-height: 31px;
    height: 31px;
    padding: 0 0.95rem !important;
    font-size: 0.8rem;
    border-radius: 0.6rem;
  }
}

@media (max-width: 767.98px) {
  .mtr-game-overlay-title {
    font-size: 0.74rem;
    margin-bottom: 0.5rem !important;
  }

  .mtr-game-play-btn {
    min-height: 28px;
    height: 28px;
    padding: 0 0.78rem !important;
    font-size: 0.74rem;
    border-radius: 0.55rem;
  }
}

@media (max-width: 479.98px) {
  .mtr-game-overlay-title {
    font-size: 0.68rem;
    margin-bottom: 0.42rem !important;
  }

  .mtr-game-play-btn {
    min-height: 26px;
    height: 26px;
    padding: 0 0.68rem !important;
    font-size: 0.68rem;
    border-radius: 0.5rem;
  }
}

/* Global image reveal (static + AJAX-inserted) */
img.mtr-img-pending {
  opacity: .28;
  filter: blur(10px) saturate(.85);
  transform: scale(1.03);
  transition:
    opacity .24s ease,
    filter .30s ease,
    transform .30s ease;
}

img.mtr-img-ready {
  opacity: 1;
  filter: none;
  transform: none;
  transition:
    opacity .18s ease,
    filter .24s ease,
    transform .24s ease;
}

  /* Анимация "бегающей" полоски */
  @keyframes loaderBarMove {
    0%   { transform: translateX(-140%); opacity: .35; }
    50%  { opacity: .80; }
    100% { transform: translateX(320%); opacity: .35; }
  }
  #pageLoaderBar { animation: loaderBarMove 1.2s linear infinite; }

  /* Плавное исчезновение */
  #pageLoader.is-hiding { opacity: 0; transition: opacity .20s ease; }

  #pageLoader {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility .25s ease;
  }

  #pageLoader.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
.PByDpDN {margin-top: 1px !important;}

/* Promocode cards (LK) */
.mtr-promo-card{
  position: relative;
  border-color: rgba(0, 0, 0, .06) !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.mtr-promo-card--available{
  background:
    linear-gradient(90deg, rgba(16, 185, 129, .08), rgba(16, 185, 129, 0) 30%),
    #f8fafc;
  border-left: 3px solid rgb(0 106 230) !important;
}

.mtr-promo-card--available:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(16, 24, 40, .06);
  /* border-color: rgb(0 106 230) !important; */
}

.mtr-promo-card--locked{
  opacity: .94;
  border-left: 3px solid rgba(245, 158, 11, .6) !important;
}

.mtr-promo-code-pill{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #f8fafc !important;
  /* background: linear-gradient(180deg, #1f2937 0%, #111827 100%) !important; */
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .14);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mtr-promo-code-pill--muted{
  color: #e5e7eb !important;
  background: linear-gradient(180deg, #4b5563 0%, #374151 100%) !important;
  border-color: rgba(255,255,255,.06) !important;
  box-shadow: none;
}

.mtr-promo-offer-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff !important;
  /* background: linear-gradient(135deg, #10b981 0%, #14b8a6 100%) !important; */
  border: 1px solid rgb(48 55 61) !important;
  /* box-shadow: 0 6px 14px rgba(16, 185, 129, .22); */
}

.mtr-promo-meta{
  line-height: 1.35;
}

/* Promo details modal */
#promoCardModal .mtr-uimodal__panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 30px;
  border: 1px solid rgba(79, 103, 138, 0.3);
  background: linear-gradient(180deg, #10192a 0%, #0c1422 100%);
  box-shadow: 0 30px 80px rgba(2, 7, 14, 0.78);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#promoCardModal .mtr-uimodal__panel::before,
#promoCardModal .mtr-uimodal__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#promoCardModal .mtr-uimodal__panel::before {
  z-index: 0;
  opacity: 0.34;
  background-image:
    radial-gradient(circle at 10% 18%, rgba(180, 214, 255, 0.85) 0 1px, transparent 1.2px),
    radial-gradient(circle at 74% 15%, rgba(163, 202, 255, 0.72) 0 1px, transparent 1.2px),
    radial-gradient(circle at 29% 69%, rgba(176, 212, 255, 0.64) 0 1px, transparent 1.2px),
    radial-gradient(circle at 86% 73%, rgba(149, 191, 255, 0.66) 0 1px, transparent 1.2px);
  background-size: 260px 260px, 300px 300px, 280px 280px, 320px 320px;
}

#promoCardModal .mtr-uimodal__panel::after {
  z-index: 0;
  opacity: 0.22;
  background: linear-gradient(115deg, transparent 30%, rgba(98, 157, 236, 0.22) 52%, transparent 74%);
  transform: translateX(-120%);
  animation: mtr-promo-modal-shimmer 10s ease-in-out infinite;
}

#promoCardModal .mtr-uimodal__panel > * {
  position: relative;
  z-index: 1;
}

#promoCardModal .mtr-promo-modal__header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 5;
  justify-content: flex-end;
  border-bottom: 0;
  background: transparent;
}

#promoCardModal .mtr-promo-modal__header .mtr-uimodal__close {
  background: rgba(16, 24, 36, 0.66);
  border: 1px solid rgba(108, 135, 178, 0.35);
  color: #dce7fb;
}

#promoCardModal .mtr-promo-modal__header .mtr-uimodal__close:hover {
  background: rgba(24, 35, 52, 0.9);
}

#promoCardModal .mtr-promo-modal__body-wrap {
  background: transparent;
}

#promoCardModal .mtr-promo-modal__hero {
  position: relative;
  min-height: 240px;
  max-height: 320px;
  overflow: hidden;
  border-bottom: 1px solid rgba(92, 120, 162, 0.28);
}

#promoCardModal .mtr-promo-modal__hero-skeleton {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .24s ease;
  background:
    radial-gradient(130% 160% at 88% 18%, rgba(73, 132, 214, 0.32) 0%, rgba(73, 132, 214, 0) 56%),
    radial-gradient(130% 190% at -8% 5%, rgba(112, 166, 236, 0.22) 0%, rgba(112, 166, 236, 0) 60%),
    linear-gradient(132deg, #22314a 0%, #172338 45%, #131b2a 100%);
}

#promoCardModal .mtr-promo-modal__hero-skeleton::after {
  content: "";
  position: absolute;
  inset: -10% -40%;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.08) 55%, transparent 80%);
  animation: mtr-promo-hero-loading 1.7s ease-in-out infinite;
}

#promoCardModal .mtr-promo-modal__hero.is-fallback {
  background:
    radial-gradient(130% 160% at 88% 18%, rgba(73, 132, 214, 0.32) 0%, rgba(73, 132, 214, 0) 56%),
    radial-gradient(130% 190% at -8% 5%, rgba(112, 166, 236, 0.22) 0%, rgba(112, 166, 236, 0) 60%),
    linear-gradient(132deg, #22314a 0%, #172338 45%, #131b2a 100%);
}

#promoCardModal .mtr-promo-modal__hero.is-loading .mtr-promo-modal__hero-skeleton,
#promoCardModal .mtr-promo-modal__hero.is-fallback .mtr-promo-modal__hero-skeleton {
  opacity: 1;
}

#promoCardModal .mtr-promo-modal__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 16, 25, 0.08) 0%, rgba(11, 19, 31, 0.58) 65%, rgba(19, 27, 42, 0.94) 100%);
}

#promoCardModal [data-promo-modal-image-wrap] img[data-promo-modal-image] {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: clamp(240px, 38vh, 320px);
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .3s ease, transform .45s ease;
}

#promoCardModal .mtr-promo-modal__hero.is-ready img[data-promo-modal-image] {
  opacity: 1;
  transform: scale(1);
}

#promoCardModal .mtr-promo-modal__meta-on-hero {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 16px;
  z-index: 3;
  margin: 0 !important;
  align-items: flex-end;
}

#promoCardModal .mtr-promo-modal__content {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #10192a 0%, #0c1422 100%);
}

#promoCardModal .mtr-promo-modal__content::before,
#promoCardModal .mtr-promo-modal__content::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#promoCardModal .mtr-promo-modal__content::before {
  z-index: 0;
  opacity: 0.38;
  background-image:
    radial-gradient(circle at 11% 21%, rgba(182, 216, 255, 0.84) 0 1px, transparent 1.2px),
    radial-gradient(circle at 79% 14%, rgba(163, 202, 255, 0.76) 0 1px, transparent 1.2px),
    radial-gradient(circle at 34% 67%, rgba(171, 208, 255, 0.65) 0 1px, transparent 1.2px),
    radial-gradient(circle at 86% 74%, rgba(152, 194, 255, 0.62) 0 1px, transparent 1.2px);
  background-size: 240px 240px, 280px 280px, 260px 260px, 300px 300px;
}

#promoCardModal .mtr-promo-modal__content::after {
  z-index: 0;
  opacity: 0.26;
  background: linear-gradient(115deg, transparent 30%, rgba(98, 157, 236, 0.2) 52%, transparent 74%);
  transform: translateX(-120%);
  animation: mtr-promo-content-shimmer 9s ease-in-out infinite;
}

#promoCardModal .mtr-promo-modal__content > * {
  position: relative;
  z-index: 1;
}

#promoCardModal .mtr-promo-modal__head {
  border-bottom: 1px solid rgba(92, 120, 162, 0.22);
}

#promoCardModal .mtr-promo-modal__title {
  color: #f0f5ff;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(20px, 2.6vw, 24px);
}

@keyframes mtr-promo-modal-shimmer {
  0% {
    transform: translateX(-120%);
  }
  50% {
    transform: translateX(35%);
  }
  100% {
    transform: translateX(135%);
  }
}

@keyframes mtr-promo-content-shimmer {
  0% {
    transform: translateX(-120%);
  }
  50% {
    transform: translateX(25%);
  }
  100% {
    transform: translateX(130%);
  }
}

@keyframes mtr-promo-hero-loading {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(30%);
  }
}

@media (prefers-reduced-motion: reduce) {
  #promoCardModal .mtr-uimodal__panel::after {
    animation: none;
  }
  #promoCardModal .mtr-promo-modal__content::after {
    animation: none;
  }
  #promoCardModal .mtr-promo-modal__hero-skeleton::after {
    animation: none;
  }
}

#promoCardModal .mtr-promo-modal__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

#promoCardModal .mtr-promo-modal__cta {
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(120, 170, 240, 0.42);
  background: linear-gradient(180deg, #3d9df5 0%, #2d75cb 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 0 18px;
  box-shadow: 0 12px 26px rgba(35, 95, 171, 0.34);
}

#promoCardModal .mtr-promo-modal__cta:hover {
  background: linear-gradient(180deg, #52a8f5 0%, #3a85d7 100%);
}

#promoCardModal .mtr-promo-modal__pill {
  margin-left: auto;
  border-radius: 999px;
  border: 1px solid rgba(108, 135, 178, 0.34);
  background: rgba(27, 41, 62, 0.78);
  color: #b8c9e4;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 14px;
}

#promoCardModal [data-promo-modal-body] {
  color: #e4edf9;
}

#promoCardModal .promo-modal-rich {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#promoCardModal .promo-modal-rich p {
  margin: 0;
  line-height: 1.62;
  color: #dde8f7;
  font-size: 15px;
}

#promoCardModal .promo-modal-rich ul,
#promoCardModal .promo-modal-rich ol {
  margin: 0;
  padding-left: 20px;
  color: #d5e2f5;
}

#promoCardModal .promo-modal-rich li + li {
  margin-top: 7px;
}

#promoCardModal .promo-modal-rich__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9fb4d8;
}

#promoCardModal .promo-modal-rich__value {
  color: #eef4ff;
  font-size: 14px;
  font-weight: 500;
}

#promoCardModal .promo-modal-rich__value--accent {
  color: #d6e6ff;
  font-weight: 700;
}

#promoCardModal .promo-modal-rich__hero-card {
  border: 0;
  background: transparent;
  padding: 0;
}

#promoCardModal .promo-modal-rich__hero-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9fb4d8;
}

#promoCardModal .promo-modal-rich__hero-value {
  margin-top: 6px;
  color: #f0f6ff;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.16;
}

#promoCardModal .promo-modal-rich__hero-code {
  margin-top: 8px;
  color: #a9bfdc;
  font-size: 12px;
  line-height: 1.35;
}

#promoCardModal .promo-modal-rich__hero-code span {
  color: #e8f2ff;
  font-weight: 700;
}

#promoCardModal .promo-modal-rich__kv-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

#promoCardModal .promo-modal-rich__kv-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 0;
  background: transparent;
  padding: 0;
}

#promoCardModal .promo-modal-rich__kv-card--full {
  grid-column: 1 / -1;
}

#promoCardModal .promo-modal-rich__chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2px;
}

#promoCardModal .promo-modal-rich__chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 0;
  background: rgba(32, 56, 86, 0.18);
  color: #cfe0f8;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 11px;
  line-height: 1.2;
}

#promoCardModal .promo-modal-rich__chip--accent {
  background: rgba(61, 114, 190, 0.22);
  color: #e1eeff;
}

#promoCardModal .promo-modal-rich__meta-box {
  color: #a3b9db;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 0;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 2px;
}

#promoCardModal .promo-modal-rich__notes {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 2px;
}

#promoCardModal .promo-modal-rich__notes-text {
  margin-top: 8px;
  color: #dce8fa;
  font-size: 14px;
  line-height: 1.68;
}

#promoCardModal .promo-modal-rich__grid {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

#promoCardModal .promo-modal-rich__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 14px;
  border: 1px solid rgba(91, 117, 154, 0.3);
  background: rgba(19, 27, 42, 0.76);
  padding: 11px 13px;
}

#promoCardModal .promo-modal-rich__meta {
  color: #a4b8d8;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 2px 0 2px;
}

#promoCardModal .promo-modal-rich__flag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(111, 156, 220, 0.36);
  background: rgba(38, 62, 97, 0.62);
  color: #d9e8ff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
}

@media (max-width: 767.98px) {
  #promoCardModal .promo-modal-rich__kv-grid {
    grid-template-columns: 1fr;
  }
}

#promoCardModal [data-promo-modal-body] a {
  color: #c9dcff;
  text-decoration: underline;
  text-decoration-color: rgba(201, 220, 255, 0.5);
  text-underline-offset: 2px;
}

#promoCardModal [data-promo-modal-body] a:hover {
  color: #eaf2ff;
  text-decoration-color: rgba(234, 242, 255, 0.85);
}

@media (max-width: 767.98px) {
  #promoCardModal .mtr-uimodal__panel {
    border-radius: 24px;
  }

  #promoCardModal .mtr-promo-modal__hero {
    min-height: 180px;
  }

  #promoCardModal [data-promo-modal-image-wrap] img[data-promo-modal-image] {
    height: 180px;
  }

  #promoCardModal .mtr-promo-modal__title {
    font-size: 22px;
  }

  #promoCardModal .mtr-promo-modal__pill {
    width: 100%;
    margin-left: 0;
  }

  #promoCardModal .mtr-promo-modal__meta-row {
    align-items: stretch;
  }

  #promoCardModal .mtr-promo-modal__meta-on-hero {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  #promoCardModal .mtr-promo-modal__cta {
    min-width: 120px;
  }
}

  .mtr-list.has-bs-cols .mtr-list__item > [class*="col-"]{
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
}

 
 
@media (max-width: 560px) {
  .hwtPAEcOkxBkgxLYEM {
    left: 7% !important; 
  }
  .MXRpViQBF {
     left: 50% !important; 
  }
}

@media (max-width: 1024.98px) {
  [data-mtr-modal] .mtr-uimodal__panel {
    max-height: calc(100vh - 24px) !important;
    overflow: hidden;  
  }

  [data-mtr-modal] .mtr-uimodal__body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 120px);  
  }

 
  [data-mtr-modal] .mtr-uimodal__pos {
    min-height: 0 !important;
  }
}

.UsmthZTpIhyQcY { width: 0px !important; }

.mtr-profile-menu-modal {
  background: linear-gradient(180deg, #101a2d 0%, #0c1526 100%);
}

.mtr-profile-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mtr-profile-menu__card {
  background: #141f33;
  border: 1px solid #22314f;
  border-radius: 14px;
  padding: 14px;
}

.mtr-profile-menu__name {
  color: #e7eefc;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.mtr-profile-menu__role {
  color: #7f92b6;
  font-size: 12px;
}

.mtr-profile-menu__status {
  background: #143f7a;
  border: 1px solid #2563eb;
  color: #8ec5ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 9px;
}

.mtr-profile-menu__status.is-active {
  background: #10331f;
  border-color: #1f8f4b;
  color: #76e7a5;
}

.mtr-profile-menu__status.is-banned {
  background: #3a131a;
  border-color: #b4233b;
  color: #ff9eb0;
}

.mtr-profile-menu__status.is-unverified {
  background: #3a3012;
  border-color: #c08a17;
  color: #ffd37a;
}

.mtr-profile-menu__status.is-kyc-pending {
  background: #142f3a;
  border-color: #2088a6;
  color: #8de3ff;
}

.mtr-profile-menu__status.is-default {
  background: #24324c;
  border-color: #3c4d70;
  color: #b3c5e7;
}

.pwa-ios-install-modal .mtr-uimodal__panel {
  background: linear-gradient(180deg, #101a2d 0%, #0c1526 100%);
}

.pwa-ios-install-modal__subtitle {
  color: #d9e3f7;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.pwa-ios-install-modal__steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pwa-ios-install-modal__step {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #141f33;
  border: 1px solid #22314f;
  border-radius: 12px;
  padding: 10px;
}

.pwa-ios-install-modal__icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  border: 1px solid #315089;
  background: #162748;
  color: #93b7ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  margin-top: 2px;
}

.pwa-ios-install-modal__step-title {
  color: #ecf3ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 3px;
}

.pwa-ios-install-modal__step-desc {
  color: #9fb2d8;
  font-size: 12px;
  line-height: 1.4;
}

.pwa-ios-install-modal__note {
  margin-top: 12px;
  color: #7f92b6;
  font-size: 11px;
  line-height: 1.4;
}

.mtr-profile-menu__balance-label {
  color: #8ea0bf;
  font-size: 12px;
}

.mtr-profile-menu__balance-value {
  color: #f4f7ff;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 800;
  margin-top: 2px;
}

.mtr-profile-menu__item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  padding: 10px 2px;
}

.mtr-profile-menu__item + .mtr-profile-menu__item {
  border-top: 1px solid #203151;
}

.mtr-profile-menu__item-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1c2a44;
  color: #b4c6e8;
  flex: 0 0 auto;
}

.mtr-profile-menu__item-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}

.mtr-profile-menu__item-title {
  color: #dbe7ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.mtr-profile-menu__item-subtitle {
  color: #8096b9;
  font-size: 12px;
  line-height: 1.25;
}

.mtr-profile-menu__item-arrow {
  color: #5e769f;
}

.mtr-profile-menu__lang-title {
  color: #d7e5ff;
  font-size: 13px;
  font-weight: 700;
}

.mtr-profile-menu__lang-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 7px 12px;
  color: #c9daf8;
  background: #1a2944;
  border: 1px solid #2a3d61;
  font-size: 12px;
  font-weight: 700;
}

.mtr-profile-menu__lang-pill:hover {
  color: #ffffff;
  border-color: #3a5788;
}

.mtr-profile-menu__lang-pill.is-active {
  color: #ffffff;
  border-color: #4f78bb;
  background: #203459;
}
.RhoHUmCyXxlvslRsVd {
      background-color: #212e48 !important;
    color: #fff !important;
}
.SbVIE {
  border: 0px !important;
}

#lkOffersPage .mtr-offer-card-surface {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #10192a 0%, #0c1422 100%) !important;
  border: 1px solid rgba(79, 103, 138, 0.24) !important;
  box-shadow: 0 16px 34px rgba(3, 8, 16, 0.52) !important;
}

#lkOffersPage .mtr-offer-card-locked {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #0f1828 0%, #0c1422 100%) !important;
  border-color: rgba(79, 103, 138, 0.24) !important;
}

#lkOffersPage .mtr-offer-card-surface::before,
#lkOffersPage .mtr-offer-card-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#lkOffersPage .mtr-offer-card-surface::before {
  z-index: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(180, 214, 255, 0.8) 0 1px, transparent 1.2px),
    radial-gradient(circle at 72% 18%, rgba(153, 197, 255, 0.7) 0 1px, transparent 1.2px),
    radial-gradient(circle at 34% 72%, rgba(171, 208, 255, 0.6) 0 1px, transparent 1.2px),
    radial-gradient(circle at 88% 68%, rgba(149, 191, 255, 0.65) 0 1px, transparent 1.2px);
  background-size: 220px 220px, 260px 260px, 240px 240px, 280px 280px;
}

#lkOffersPage .mtr-offer-card-surface::after {
  z-index: 0;
  opacity: 0.28;
  background: linear-gradient(115deg, transparent 28%, rgba(94, 150, 228, 0.2) 52%, transparent 76%);
  transform: translateX(-120%);
  animation: mtr-offer-star-shimmer 9s ease-in-out infinite;
}

#lkOffersPage .mtr-offer-card-surface > .card-body,
#lkOffersPage .mtr-offer-card-locked > * {
  position: relative;
  z-index: 1;
}

@keyframes mtr-offer-star-shimmer {
  0% {
    transform: translateX(-120%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(140%);
  }
}

@media (prefers-reduced-motion: reduce) {
  #lkOffersPage .mtr-offer-card-surface::after {
    animation: none;
  }
}

#lkOffersPage .mtr-offer-card-surface .text-gray-900,
#lkOffersPage .mtr-offer-card-locked .text-gray-900 {
  color: #e7eefb !important;
}

#lkOffersPage .mtr-offer-card-surface .text-gray-800 {
  color: #cfdcf1 !important;
}

#lkOffersPage .mtr-offer-card-surface .text-muted,
#lkOffersPage .mtr-offer-card-locked .text-muted {
  color: #9fb3d3 !important;
}

@media (max-width: 991.98px) {
  input[type="text"]:not([type="hidden"]):not(.form-check-input):not(.btn-check),
  input[type="email"]:not(.form-check-input):not(.btn-check),
  input[type="password"]:not(.form-check-input):not(.btn-check),
  input[type="search"]:not(.form-check-input):not(.btn-check),
  input[type="url"]:not(.form-check-input):not(.btn-check),
  input[type="tel"]:not(.form-check-input):not(.btn-check),
  input[type="number"]:not(.form-check-input):not(.btn-check),
  input[type="date"]:not(.form-check-input):not(.btn-check),
  input[type="datetime-local"]:not(.form-check-input):not(.btn-check),
  input[type="month"]:not(.form-check-input):not(.btn-check),
  input[type="time"]:not(.form-check-input):not(.btn-check),
  input[type="week"]:not(.form-check-input):not(.btn-check),
  textarea,
  select,
  .form-control,
  .form-select,
  .simpleSearch,
  .select2-search__field,
  .swal2-input,
  .swal2-textarea,
  .ql-snow .ql-tooltip input[type="text"] {
    font-size: 16px !important;
  }

  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="url"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="number"]::placeholder,
  textarea::placeholder,
  .form-control::placeholder,
  .simpleSearch::placeholder,
  .select2-search__field::placeholder,
  .swal2-input::placeholder,
  .swal2-textarea::placeholder {
    font-size: 16px;
  }
}
