/* filter: blur(0.17rem); */



.roulette-header {
padding: 0px;
}



.roulette-container {
    height: 282px;
    background: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-track {

    max-height: 30px;
}
.slick-list
{

    max-height: 30px;
}
 .token-container .slick-slider {
    
    height: 30px !important;
max-height: 30px;
} 

/* .lBlock .line7 > div {

    display: none !important;

} */

.profile__link[aria-current="true"], .profile__link.mm_header_tab_active {
    
    color: var(--text-primary-color) !important;
}

.live:before {
  
    margin-right: 9px;

}

.modal__info-tag2 {
align-items: center;
    /* background-color: #1e1e1e; */
    /* border: 1px solid #2c2c2c; */
    border-radius: 6px;
    column-gap: 4px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    /* line-height: 1; */
    margin: 0px 5px;
    padding: 6px 9px;
    position: absolute;
}

html {
    scroll-behavior: smooth;
}

.notifications_icon {
    
    right: 21px;
   
    background-color: rgba(232, 28, 90, 0.45);
    border-radius: 8px;
    color: #F4405F !important;
    width: 26px;
    font-size: 0.7em;
    top: 15px;
    height: 26px;
  
}


.header_notifications_window {
 
    width: 298px;
    background: unset;

    margin-left: -196px;

    margin-top: 45px;

}

/* .withdraw-status-text.withdraw-denied, .withdraw-status-text.withdraw-completed
{
display: none;	
	
}
.withdraw-denied-str
{
	text-decoration: none !important;
} */

.icon_support-2 a {color: #300713;}

/* .line7 
{display: none;}  */

.info_i
{
	
width: 17px !important;
    top: 4px;
    left: 0px !important;
    height: 17px;
    background-image: url(../img/info.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.shield_i
{
	
width: 17px !important;
    top: 4px;
    left: 0px !important;
    height: 17px;
    background-image: url(../img/shield.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sound_i
{
	
width: 17px !important;
    top: 4px;
    left: 0px !important;
    height: 17px;
    background-image: url(../img/sound.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sound_i_off
{
	
width: 17px !important;
    top: 4px;
    left: 0px !important;
    height: 17px;
    background-image: url(../img/sound-off.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-anonim-text {
    text-align: center;
    margin-top: 10px;
}
.modal-anonim-h2 {
    text-align: center;
    padding: 0 50px;
    color: #ffffff;
    font-weight: 500;
    font-size: 26px;
}
.modal-anonim-wrap-btn {
    margin-top: 18px !important;
}
.btn_header-anonim-modal {
    width: 100% !important;
    padding: 16px !important;
}
.btn__text-modal-anonim {
    font-size: 14px !important;
}



/* -------------------------------------------- */

.stick-notifi {
    width: 100%;
    min-height: 66px;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.stick-notifi-inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.stick-notifi-icon {
    margin-left: 12px;
    margin-right: 12px;
}
.stick-notifi-title {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
}
.stick-notifi-text {
    margin-top: 6px;
    color: #fff;
    opacity: 0.5;
    font-size: 11px;
    line-height: 10px;
}
.stick-notifi-close {
    position: absolute;
    top: 8px;
    right: 4px;
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    line-height: 0;
    opacity: 0.7;
    transition: opacity 0.15s ease;
}
.stick-notifi-close:hover {
    opacity: 1;
}
.stick-notifi-close img {
    display: block;
    width: 16px;
    height: 16px;
}
.stick-notifi-attention {
    background: url('/assets/images2/attention.svg') center center / 100% 100% no-repeat;
}
.stick-notifi-green {
    background: url('/assets/images2/green.svg') center center / 100% 100% no-repeat;
	    background-size: cover;
}
.stick-notifi-yellow {
    background: url('/assets/images2/yellow.svg') center center / 100% 100% no-repeat;
	    background-size: cover;
}
.stick-notifi-blue {
    background: url('/assets/images2/blue.svg') center center / 100% 100% no-repeat;
	    background-size: cover;
}
.stick-notifi-red {
    background: url('/assets/images2/red.svg') center center / 100% 100% no-repeat;
	    background-size: cover; 
}


/* Затемнение (фон модалки) */
.change-nickname-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

/* Само модальное окно */
.change-nickname-modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(24, 24, 24, 1);
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    min-width: 300px;
    max-width: 343px;
    width: 90%;
}

/* Заголовок модалки */
.change-nickname-modal-header {
    padding: 20px 20px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.change-nickname-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: rgba(126, 126, 126, 1);
    font-family: 'Gotham';
}

/* Кнопка закрытия (крестик) */
.change-nickname-modal-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: rgba(89, 89, 89, 1);
}

.change-nickname-modal-close:hover {
    color: #333;
}

/* Тело модалки */
.change-nickname-modal-body {
    padding: 10px 20px 20px 20px;
}

/* Стили для первого экрана */
.change-nickname-btn-next {
    background: rgba(34, 34, 34, 1);
    color: rgba(89, 89, 89, 1);
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
.change-nickname-btn-next:hover {
    background: rgba(232, 28, 90, 1);
    color: #fff;
}
.change-nickname-btn-cancel {
    color: rgba(45, 45, 45, 1);
    font-size: 11px;
    margin-top: 6px;
    text-align: center;
    cursor: pointer;
}
.change-nickname-btn-cancel:hover {
    color: rgba(89, 89, 89, 1);
}

/* Стили для второго экрана (инпут) */
.change-nickname-input {
    width: 100%;
    padding: 12px;
    background: rgba(34, 34, 34, 1);
    border: 1px solid rgba(89, 89, 89, 0.3);
    border-radius: 6px;
    color: white;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.change-nickname-input:focus {
    outline: none;
    border-color: rgba(232, 28, 90, 1);
}
.change-nickname-btn-change {
    background: rgba(34, 34, 34, 1);
    color: rgba(89, 89, 89, 1);
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
.change-nickname-btn-change:hover {
    background: rgba(232, 28, 90, 1);
    color: #fff;
}
.change-nickname-back-btn {
    color: rgba(89, 89, 89, 1);
    font-size: 12px;
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
}
.change-nickname-back-btn:hover {
    color: rgba(232, 28, 90, 1);
}

/* Стили для сообщений */
.change-nickname-message {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
.change-nickname-message.error {
    color: #ff4444;
}
.change-nickname-message.success {
    color: #00c851;
}





.banner-win-chat-case {
    border-radius: 12px;
    max-width: 300px;
    padding: 20px 20px;
    position: relative;
}
.banner-win-chat-1 {
    background: radial-gradient(154.26% 264.57% at 165.93% -26.03%, #FB81FD 0%, #1B071B 100%);
}
.bfc-fs-22 {
    font-size: 22px !important;
}
.bfc-win-label-new {
    border-radius: 4px;
    padding: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 7px;
    display: inline;
}
.bfc-win-label-new-bg-1 {
    background: rgba(251, 129, 253, 0.4);
    color: rgba(251, 129, 253, 1);
}
.bfc-bg {
    position: absolute;
}
.bfc-bg-1 {
    max-width: 180px;
    height: auto;
    bottom: 0;
    right: 0;
}

.banner-win-chat-2 {
    background: radial-gradient(154.26% 264.57% at 165.93% -26.03%, #9D41FF 0%, #170A26 100%);
}
.bfc-win-label-new-bg-2 {
    background: rgba(72, 30, 116, 0.4);
    color: #a14cf1;
}

.banner-win-chat-3 {
    background: radial-gradient(154.26% 264.57% at 165.93% -26.03%, #28BF66 0%, #0B2415 100%);
}
.bfc-win-label-new-bg-3 {
    background: rgba(54, 167, 100, 0.3);
    color: rgba(54, 167, 100, 1);
}

.banner-win-chat-4 {
    background: radial-gradient(154.26% 264.57% at 165.93% -26.03%, #FF8B59 0%, #2C1910 100%);
}
.bfc-win-label-new-bg-4 {
    background: rgba(255, 139, 89, 0.3);
    color: rgba(255, 139, 89, 1);
}
.bfc-bg-4 {
    right: -11px !important;
    bottom: -25px !important;
}

.banner-win-chat-5 {
    background: radial-gradient(154.26% 264.57% at 165.93% -26.03%, #FF4C64 0%, #2A0B0F 100%);
}
.bfc-win-label-new-bg-5 {
    background: rgba(255, 76, 100, 0.3);
    color: rgba(255, 76, 100, 1);
}

.banner-win-chat-6 {
    background: radial-gradient(154.26% 264.57% at 165.93% -26.03%, #FFBE74 0%, #262114 100%);
}
.bfc-win-label-new-bg-6 {
    background: rgba(255, 190, 116, 0.3);
    color: rgba(255, 190, 116, 1);
}



.bonus-tile-big {
    padding: 18px;
    border-radius: 14px;
    position: relative;
    height: 154px;
    border: 1px solid rgba(44, 44, 44, 1);
    overflow: hidden;
}
.bonus-tile-1 {
    background: linear-gradient(76.88deg, #F55384 40.2%, #E81C5A 105.52%);
}
.bonus-tile-2 {
    background: linear-gradient(254.82deg, #1C5CEE -2.71%, #5482EB 79.23%);
}
.bonus-tile-3 {
    background: linear-gradient(256.6deg, #E92A2D -14.42%, #F07072 99.69%);
}
.bonus-tile-4 {
    background: linear-gradient(76.44deg, #FF8E5D 0.53%, #F06427 99.47%);
}
.bonus-tiles-case {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.bonus-tiles-case > * {
    flex: 0 1 calc(50% - 10px);
}
.bonus-tile-title {
    position: relative;
    max-width: 140px;
    font-size: 18px;
    z-index: 1;
}
.bonus-tile-value {
    position: relative;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 500;
    z-index: 1;
}
.bonus-tile-img {
/*     position: absolute;
    top: 17px;
    right: -40px;
    z-index: 0; */
}
.bonus-tile-img img {
    width: 80%;
    right: 0;
    position: absolute;
    bottom: 0px;
    
}
.input-error-msg {
    color: rgba(255, 0, 104, 0.85);
    font-size: 11px;
    margin: 4px 0 0;
    padding: 0;
}
.modal__cols .input-error-msg {
    grid-column: 1 / -1;
    margin-top: -12px;
}

/* Fix: section chips (1-12/13-24/25-36) overlap row-3 numbers */
#roulettePage .r-row-bottom {
    top: 0;
}

#roulettePage .chip-row {
    background: transparent;
}

/* Fix: chip-fix bottom:16px caused bottom bet row to overlap section chips after top:0 fix */
#roulettePage .chip-fix {
    bottom: 0;
}

/* Global thin scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #2c2c2c transparent;
}
*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
*::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 2px;
}

/* Profile page: natural page scroll — no viewport-height lock, menu shows fully.
   Data tables keep their own internal scroll via fixed-height -item-scroll (partners.css). */
.profile {
    margin-top: 26px;
    margin-bottom: 26px;
}
/* Sidebar nav must not scroll on its own — show all items */
.profile__col-nav {
    overflow: visible;
}
/* Affiliate tabs fill the content width (override the width:746px / max-width:300px
   base caps in partners.css now that the viewport flex-chain is gone). The table
   data still scrolls inside its own fixed-height -item-scroll (partners.css). */
#info_commiss {
    width: auto;
    max-width: none;
}
/* All Referrals: size the block to its table so the header's Campaigns filter
   sits proportionally over the table instead of hanging at the card's right edge. */
#all_refer {
    width: fit-content;
    max-width: none;
}
#list_comp .profile26__list-company {
    width: auto;
    max-width: none;
}
/* List of companies — the scroll area height is fitted by JS (fitCompaniesHeight
   in campaigns.js) to fill down to the card bottom, since the card height is
   driven by the sidebar (indefinite) and a pure-CSS flex chain can't resolve it.
   Drop the partners.css max-height cap so the JS-set inline height wins cleanly. */
#list_comp .profile26__list-item-scroll {
    max-height: none;
}
/* All Referrals: re-balance column widths + tighten the gap so wider values
   ($13500.00, 18.11.2025) fit and all 6 columns stay within the content area */
#all_refer .profile__referals-item {
    grid-template-columns: 130px 110px 50px 85px 95px 95px;
    gap: 0 8px;
    height: auto;
    min-height: 40px;
    padding: 8px 0;
}
/* Wallet cell: the address is shortened (0x12ab...cd34), so keep it on one line,
   left-aligned under the "Wallet" header, with the copy icon right next to it. */
#all_refer .profile__referals-item > div:first-child {
    justify-self: start;
    padding-left: 5px;
    min-width: 0;
}
#all_refer .profile__referals-item .profile__referals-copy {
    justify-content: flex-start;
    white-space: nowrap;
}
#all_refer .profile__referals-item .profile__referals-copy > div:first-child {
    flex: 0 1 auto;
    min-width: 0;
}
#all_refer .profile__referals-item .profile__referals-copy > div:last-child {
    flex: 0 0 auto;
}
#all_refer .profile__referals-item .profile__referals-copy p {
    font-size: 13px;
    white-space: nowrap;
    line-height: 1.3;
}

/* Balance/Deposit dropdown menu — fix the broken blur.
   The container had no background and every item carried its own
   rgb(80 80 80 / 40%) + backdrop-filter: blur(10px), so the menu was
   semi-transparent and muddy (page bleeding through, items hard to read).
   Give the menu one solid dark surface and drop the per-item blur. */
.dropdown {
    background-color: #1a1a1a;
}
.dropdown__list {
    background-color: #1a1a1a;
}
.dropdown__link {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.dropdown__link:not(.dropdown__link_danger):hover {
    background-color: #202020;
}

/* Roulette — outside/probability bets (dozens, columns 2:1, halves, EVEN/ODD,
   red/black) are wide cells. The chip token is absolutely centered inside a
   full-width .bet-stack, so on wide cells it floated in the MIDDLE and the edit
   pencil (right:2px) flew off to the far corner — looking like "no pencil".
   Anchor the token to the left and drop the pencil right next to it, so the
   chip + pencil stay grouped like on the number cells. */
.chip-row .bet-token,
#red .bet-token,
#black .bet-token {
    left: 22px;
}
.chip-row .bet-stack-edit,
#red .bet-stack-edit,
#black .bet-stack-edit {
    left: 40px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

/* ===== Header "Games" hover dropdown (pink) ===== */
.menu__item--games { position: relative; }
.menu__dropdown {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 172px; margin: 8px 0 0; padding: 6px;
  list-style: none; background: #e81c5a; border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0,0,0,.45);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .16s ease, transform .16s ease; z-index: 1000;
}
.menu__dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.menu__item--games:hover .menu__dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.menu__dropdown li { margin: 0; }
.menu__dropdown-link {
  display: block; padding: 9px 14px; border-radius: 8px;
  color: #fff; font-size: 13px; line-height: 1; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; transition: background .15s ease;
}
.menu__dropdown-link:hover { background: rgba(0,0,0,.20); }
