/* 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;
  
}

.iziToast-wrapper-bottomRight {
  text-align: right;
    top: 0;
  
}

.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;
}
.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;
    
}