.cards {
	background: #020202de !important;
    border: 1px solid rgb(255 255 255 / 17%);
}

.users-box.cards {
    background: transparent!important;
    border: none!important;
}

.left-main.cards {
    border: 1px solid rgb(31 36 49);
}

body {
    background-color: #000000 !important;
    color: #fff!important;
}

.diceRouletteBox {
    background-color: #183856 !important;
    border: 1px solid #1f2230 !important;
}

.form-control {
    background-color: rgb(21 37 53) !important;
    border: 1px solid #35485f !important;
    color: #d2d2d2!important;
}
.amount-number {
    transition: all .3s ease-in-out;
	border: 1px solid #182533 !important;/* 
	background: linear-gradient(360deg,#fa5454,#ff8282) !important; */
    background-image: linear-gradient(360deg,#163756,#193856) !important;
	color: #fff !important;
}
 
 .amount-number:hover {/* 
	background: linear-gradient(360deg,#fa5454,#ff8282) !important; */
    background-image: linear-gradient(360deg,#215380,#1d4e7b) !important;
}

td, th {
	border-bottom: 1px solid #ffffff14 !important;
}

.games-item {
    border-top: 1px solid #22273f82 !important;
}
.still svg {
    fill: #f4a202  !important;
 
}
.still .games-title {
    color: #8696a8!important;
}

.games-menu {
	box-shadow: none !important;
}
.lds-ellipsis div
{
	background: #ff8509  !important;
}
.games-title {
    color: #8696a8 !important;
}
 .games-img {
	     filter: invert(20%)!important;
 }
 .games-menu {
	     background-color: #ffffff0f!important;
 }

@media (max-width: 992px) {
    .games-menu {
        border-radius: 20px 20px 0 0;
    }
    .games-item {
        border-top: 0!important;
    }
}

.header {
    background: rgba(16,22,36,.95) !important;
	box-shadow: none !important;
    border: 1px solid rgb(31 36 49);
}

.gm {
	    filter: invert(20%)!important;
}
.form-control:focus {
  
   border-color: #3a506b!important;
 
}

.likeLevlBox {
	background-color: #0e1621 !important;
}

.lvl, .sumDep  {
    color: #8696a8!important;
}

.mines .cell.win {/* 
    opacity: 0.75; */ 
}

.winT {
	background-color: #0077ff !important;
	color: #eee !important;
}
.card-header {
    background-color: #171414de !important;
}
.stepsCoffs {
	border: 1px solid #ffffff33 !important;
}
.stepsCoffs.win {
    border: 1px solid #28f749d6 !important;
    color: #28f749d6 !important;
}

.stepsCoffs.active {
    border: 1px solid #ffffff  !important;
    color: #ffffff  !important;
}

@media (max-width: 992px) {
    .header-menu {
        background-color: #1f2230;
        border-top: 8px solid #1f2230 !important;
        border-bottom: 8px solid #1f2230 !important;
    }
    
    .header-buttons {
        width: 100%;
    }
    
    .header-buttons button {
        width: 100%;
    }
    
    .dep-top-btn {
        padding: 8px 15px !important;
        font-size: 16px !important;
        margin-right: 0 !important;
        width: 100%;
    }
}

.dep-top-btn {
    transition: none !important;
}

.dep-top-btn:hover {
    transform: none !important;
    background-image: linear-gradient(0deg,#5896ff,#387af4) !important;
}

.dep-top-btn svg {
    position: relative;
    right: 5px !important;
    top: 0 !important;
    width: 20px;
    height: 20px;
}

.cards, .blue {
	box-shadow: none !important;
}

.ser, .green, .gree, .gold, .red, .blue, .blu {
    transition: all 0.1s ease-in-out;
    color: #fff;
}

.ser {
    background-image: linear-gradient(360deg,#163756,#193856) !important;
}
.blu {
    background-image: linear-gradient(360deg,#163756,#193856) !important;
}

.gree {
    background-image: linear-gradient(360deg,#163756,#193856) !important;
}

.green {
    background-image: linear-gradient(360deg,#163756,#193856) !important;
}

.gold {/* 
    background: linear-gradient(90deg, #ffc658 -18.18%, #986500 49.18%, #ffc658 120%); */
    background-image: linear-gradient(360deg,#163756,#193856) !important;
}

.red {
    background-image: linear-gradient(360deg,#163756,#193856) !important;
}

.blue {
    background-image: linear-gradient(360deg,#f5ac30,#ff8509)!important;
}


.ser:active, .green:active, .blu:active, .gree:active, .gold:active, .red:active, .blue:active {
    transform: scale(1.05);
}

.noty.success {
    background: rgba(34, 197, 94, 0.2) !important;
    color: white !important;
    border: 1px solid rgba(34, 197, 94, 0.4) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.noty.success:hover {
    background: rgba(34, 197, 94, 0.3) !important;
    border-color: rgba(34, 197, 94, 0.5) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.noty.error {
    background: rgba(239, 68, 68, 0.2) !important;
    color: white !important;
    border: 1px solid rgba(239, 68, 68, 0.4) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.noty.error:hover {
    background: rgba(239, 68, 68, 0.3) !important;
    border-color: rgba(239, 68, 68, 0.5) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.noty.warn {
    background: rgba(245, 158, 11, 0.1) !important;
    color: white !important;
    border: 1px solid rgba(245, 158, 11, 0.3) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.noty.warn:hover {
    background: rgba(245, 158, 11, 0.2) !important;
    border-color: rgba(245, 158, 11, 0.4) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.noty.info {
    background: rgba(59, 130, 246, 0.1) !important;
    color: white !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.noty.info:hover {
    background: rgba(59, 130, 246, 0.2) !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}
.close {
	    color: #eee !important;
}
.modal-header {
    border-bottom: 1px solid #ffffff14 !important;
}
.modal-content {
	background-color: #020202 !important;
    border: 1px solid rgb(255 255 255 / 17%);
    border-radius: 23px!important;
}
.vue-notification.success {
    background: rgba(34, 197, 94, 0.2) !important;
    color: white !important;
    border: 1px solid rgba(34, 197, 94, 0.4) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.vue-notification.success:hover {
    background: rgba(34, 197, 94, 0.3) !important;
    border-color: rgba(34, 197, 94, 0.5) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.vue-notification.error {
    background: rgba(239, 68, 68, 0.2) !important;
    color: white !important;
    border: 1px solid rgba(239, 68, 68, 0.4) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.vue-notification.error:hover {
    background: rgba(239, 68, 68, 0.3) !important;
    border-color: rgba(239, 68, 68, 0.5) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.vue-notification.warn {
    background: rgba(245, 158, 11, 0.1) !important;
    color: white !important;
    border: 1px solid rgba(245, 158, 11, 0.3) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.vue-notification.warn:hover {
    background: rgba(245, 158, 11, 0.2) !important;
    border-color: rgba(245, 158, 11, 0.4) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.vue-notification.info {
    background: rgba(59, 130, 246, 0.1) !important;
    color: white !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

.vue-notification.info:hover {
    background: rgba(59, 130, 246, 0.2) !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.vue-notification {
    background: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 20px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 8px !important;
    min-width: 320px !important;
    max-width: 500px !important;
    animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
    border-left: none !important;
}

.vue-notification:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.vue-notification .notification-title {
    font-weight: 600 !important;
    font-size: 14px !important;
    margin: 0 0 4px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.vue-notification .notification-content {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    opacity: 0.95 !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.mines .cell {
    border-radius: 15px;
    transition: all .3s ease-in-out;
	background-color: #000
}
.mines .cell:hover {
   /* background-color: #454545; */
}

 .legend-wheel-coefficient {
	 background-color: #465768   !important;
	 
 }
 .legend-wheel-inner {
	 background-color: #465768   !important;
 }
 
 .mines .bombs .amount-number.active {
    transition: all .3s ease-in-out;/* 
	background: linear-gradient(360deg,#fa5454,#ff8282) !important; */
    background-image: linear-gradient(360deg,#215380,#1d4e7b) !important;
}

 .legend-wheel-coefficient-item>span {
    color: #dedede   !important;
 }

.live_ {
	background-image: linear-gradient(45deg,#17212b,#17212b) !important;
    color: #fff;
    box-shadow: 0 0 5px 0 #242f55!important;
}
.live .coef {
    color: #fff;
}

.live .slotname{
    color: #fff !important;
}

.slots__banners-item, .slots__banners-item-btn {
    transition: all .3s ease-in-out;
}
.slots__banners-item:hover, .slots__banners-item-btn:hover {
    transform: scale(1.03);
}

.home-item-row{
    height: 200px;
    border-radius: 10px;
    width: 150px;
}
.new-games.v2 > div{
    justify-content: start;
}

.cards {
    /* background-color: #ffffff85; */
    /* box-shadow: 0 25px 65px rgb(224 221 240/45%) */
}

.box-with-warning,
.box-with-success,
.box-with-danger,
.box-with-primary {
    position: relative;
    border-radius: 12px;
    padding: 5px 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 100%;
    overflow: hidden;
}

/* ÐŸÐ¾Ð»ÑƒÐ¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ñ‹Ð¹ Ñ„Ð¾Ð½ + Ñ€Ð°Ð·Ð¼Ñ‹Ñ‚Ð¸Ðµ */
.box-with-warning::before,
.box-with-success::before,
.box-with-danger::before,
.box-with-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: -1;
}

/* Ð¦Ð²ÐµÑ‚Ð½Ñ‹Ðµ Ñ„Ð¾Ð½Ñ‹ */
.box-with-warning {
    background: rgba(255, 184, 34, 0.8);
    box-shadow: 0 4px 20px rgba(255, 184, 34, 0.3);
}

.box-with-success {
    background: rgba(22, 90, 40, 0.8);
    box-shadow: 0 4px 20px rgba(22, 90, 40, 0.3);
}

.box-with-danger {
    background: rgba(90, 22, 22, 0.8);
    box-shadow: 0 4px 20px rgba(90, 22, 22, 0.3);
}

.box-with-primary {
    background: linear-gradient(90deg, #163756, #193856);
    box-shadow: 0 4px 20px rgba(22, 55, 86, 0.3);
}

/* Для WebKit (Chrome, Safari, Edge, Opera) */
::-webkit-scrollbar {
    width: 4px !important;  /* Еще тоньше */
    height: 4px !important;
}

::-webkit-scrollbar-track {
    background: #1c2231 !important;  /* Темно-серый фон */
    border-radius: 2px !important;
}

::-webkit-scrollbar-thumb {
    background: #ffffff30 !important;  /* Серый ползунок */
    border-radius: 2px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff40 !important;  /* Светлее при наведении */
}

/* Для Firefox */
* {
    scrollbar-width: thin !important;
    scrollbar-color: #ffffff30 #1c2231 !important;  /* thumb и track */
}

/* Для IE/Edge (старые версии) */
body {
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
    scrollbar-base-color: #1c2231 !important;
    scrollbar-face-color: #ffffff30 !important;
    scrollbar-track-color: #1c2231 !important;
    scrollbar-arrow-color: #ffffff30 !important;
}