header div.logo-section {
    background-image: url(../bg/Nyalabet_Header\ Desktop\ General.webp);
}
header div.menu-section {
    background: linear-gradient(90deg, #ff4330, #FE650D 0, #ffb800);
}
.cta-section a.login {
    background: linear-gradient(to bottom, #08ca4d 0%, #06c74a 9%, #08c14a 22%, #04bb45 30%, #06b846 35%, #039e38 74%, #009134 100%);
}
.cta-section a.regis {
    background: linear-gradient(to bottom, #147ceb 0%, #1574e0 25%, #136ed7 35%, #125abc 80%, #1253af 95%, #1253af 100%);
}
.nav-menu-item:first-child {
    border-left: 2px solid #212535;
}
.nav-menu-item {
    border-right: 2px solid #212535;
}
.nav-menu-item.active {
    background: #212535;
}
.nav-menu-item:hover {
    background: #212535;
}
img {
    width: 100%;
}
main {
    background: url(../bg/Nyalabet_BG\ General.webp);
    background-attachment: fixed;
    background-position: top;
}
body::-webkit-scrollbar {
    width: 0.4em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #ec5c3a;
    outline: 1px solid #414141;
    border-radius: 5px;
}

.side-content {
    border: 2px solid #893362 ;
}
.bank-accordion img {
    max-width: 65px;
}
.accordion-card {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
}

.active, .accordion-card:hover {
    background-color: #ccc;
}

.panel {
    background-color: #707070 ;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 11px;
}
.indicator-round {
    width: 12px;
    height: 12px;
    display: inline-block;
}
.accordion-card .indicator-round {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
}
.indicator-round--online {
    border-radius: 50%;
    animation: blinkGreen 1s infinite;
}
.indicator-round--offline {
    border-radius: 50%;
    animation: blinkRed 1s infinite;
}
.indicator-round--trouble {
    border-radius: 50%;
    animation: blinkYellow 1s infinite;
}
.indicator-round--offline {
    border-radius: 50%;
    animation: blinkRed 1s infinite;
}
.indicator-round--bordered {
    border: 1px solid black;
}
@keyframes blinkGreen {
    0% {
        background-color: #00a651;
    }
    50% {
        background-color: #00a651;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset black 0 -1px 9px, black 0 2px 12px;
        -webkit-box-shadow-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset black 0 -1px 9px, black 0 2px 12px;
    }
    100% {
        background-color: #00a651;
    }
}
@keyframes blinkRed {
    0% {
        background-color: red;
    }
    50% {
        background-color: #ff3232;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset black 0 -1px 9px, black 0 2px 12px;
        -webkit-box-shadow-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset black 0 -1px 9px, black 0 2px 12px;
    }
    100% {
        background-color: red;
    }
}
@keyframes blinkYellow {
    0% {
        background-color: #fff000;
    }
    50% {
        background-color: #fff000;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset black 0 -1px 9px, black 0 2px 12px;
        -webkit-box-shadow-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset black 0 -1px 9px, black 0 2px 12px;
    }
    100% {
        background-color: #fff000;
    }
}

.download-android {
    background: linear-gradient(to bottom, #17a2d9 0%, #189bd1 14%, #1495cc 19%, #158bbb 32%, #1282b0 41%, #137eac 46%, #10759f 54%, #0f5e7d 81%, #0c5b79 86%, #0e5b79 89%, #0c5373 97%, #0b5474 100%)
}