.night-mode {
    background-color: rgba(133, 80, 155, 1);
}
.night-mode .wrap-all {
    background-color: transparent;
}


.bg-ellipse-1 {
    position: absolute;
    width: 50vw;
    height: 80vw;
    left: 25vw;
    top: -40vw;

    background: radial-gradient(50% 50% at 50% 50%, #FB4031 0%, rgba(251, 64, 49, 0) 100%);
}
@media (max-width: 767.98px) {
    .bg-ellipse-1 {
        width: 100vw;
        height: 200vh;
        top: -400px;
        
        left: 0;
        background-size: 250vw;
        background-repeat: no-repeat;
        background-position: 50%;
    }
}

.bg-ellipse-2 {
    position: absolute;
    width: 80vw;
    height: 80vw;
    left: 10vw;
    top: -60vw;

    background: radial-gradient(50% 50% at 50% 50%, #FBB431 0%, rgba(251, 64, 49, 0) 100%);
}
@media (max-width: 767.98px) {
    .bg-ellipse-2 {
        width: 100vw;
        height: 1200px;
        top: -700px;
        left: 0;
        background-size: 250vw;
        background-repeat: no-repeat;
        background-position: 50%;
    }
}
.bg-coins {
    position: absolute;
    width: 50vw;
    height: 80vw;
    left: 25vw;
    top: -247px;

    background-image: url(../images/primo_coin-bg.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
@media (max-width: 767.98px) {
    .bg-coins {
        width: 100vw;
        height: 100vh;
        left: 0;
        top: -150px;
        background-size: 135%;
    }
}

.primo-coin {
    margin-top: 40px;
}
@media (max-width: 767.98px) {
    .primo-coin {
        margin-top: 30px;
    }
}
.primo-coin .wrap {
    padding: 40px 15px;
    z-index: 10;
    position: relative;
    color: white;
    max-width: 100%;
    width: 450px;
    margin: 0 auto;
}
.primo-coin h1 {
    font-family: TT Norms;
    font-weight: 900;
    font-size: 45px;
    line-height: 0.85;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.primo-coin h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 0.85;
    text-align: center;
    text-transform: uppercase;
}

.primo-coin .description {
    margin: 40px auto;
    width: 336px;
    max-width: 100%;
    border-radius: 25px;
    border: 1px solid white;
    padding: 15px 45px;

    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
}
.primo-coin .primo-coin-2 {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.primo-coin p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
}
.primo-coin .arrow img {
    display: block;
    width: 23px;
    height: 27px;
    margin: 30px auto;
}

.primo-coin .description-2 {
    color: rgb(133, 80, 155);
    
    margin: 50px auto;
    width: 326px;
    max-width: 100%;
    background-color: white;
    border-radius: 25px;
    padding: 15px 25px;

    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
}

.primo-coin .btn-check {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;

    width: 286px;
    height: 44px;
    background-color: #FB4031;
    border-radius: 20px;

    font-weight: 700;
    font-size: 16px;
    line-height: 1.0;
    color: white;
    
    text-decoration: none;
    margin: 20px auto;
}
@media (max-width: 767.98px) {
    .primo-coin .btn-check {
        width: 258px;
    }
}

.night-mode ul#primary-menu li a {
    color: white!important;
}
.night-mode ul#primary-menu > li:hover > a {
    color: white!important;
    opacity: 0.7;
}

.night-mode .select2-container--default .select2-selection--single.hloc-select .select2-selection__rendered {
    color: white!important;
}
.night-mode .hloc-select .select2-selection__rendered {
    background-image: url(../images/bottom-arrow.svg);
}
.night-mode ul#primary-menu li:last-child {
    border-left-color: white;
}
.night-mode .bonus.desktop i {
    color: white;
}

.night-mode .users_menu svg .cls-1 {
    fill: white;
}
@media (min-width: 768px) {
    /*
    .night-mode .header_bottom:not(:is(.fixed)) .navbar-brand svg .cls-1 {
        fill: white;
    }
    */
    .night-mode .navbar-brand svg .cls-1 {
        fill: white;
    }
    /*
    .night-mode .header_bottom .navbar-brand svg .cls-1 {
        fill: white;
        fill: red;
    }
    .night-mode .header_bottom.fixed .navbar-brand svg .cls-1 {
        fill: red;
    }
    */
}
.night-mode .header_bottom.fixed {
    position: relative;
}







