.header,
main .game h1,
main .carousel__item,
main .hero-cards li:has(ul),
main .info span,
main .content__best-offers-container .best-offer,
main .content .tab__label,
main .content .tab__close,
footer .footer__content,
.header__menu,
main .contant-wraper .sitebar #popularCasino li:has(ul) .header,
main .info tr,
main .content .tab__content,
.footer,
.overlay .popup {
    background-color: #3D051D;
}

main,
footer .footer__content p,
main .contant-wraper .sitebar #popularCasino li:has(ul),
.btn_sitebar,
main .prime,
 main .content #popupCasinoList .best-offer {
    background-color: #2D0415;
}

.btn {
    background: #FFB800;
}


.btn_sitebar span {
    color: #FFB800;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.to-top {
    background: #3D051D;
}



main .game #full-screen {
    background-image: url("/img/icons/full-icon-yellow2.svg");
}

main .game #full-screen.full {
    background-image: url("/img/icons/min-screen-yellow2.svg");
}

main .contant-wraper .sitebar #popularCasino li:has(ul) .header .star-container .star {
    background-image: url("../img/icons/star-yellow.svg");
}


main .contant-wraper .sitebar #popularCasino li:has(ul) ul li,
main .hero-cards ul li {
    list-style-image: url(../img/icons/check-yellow3.svg);
}


main .hero-cards li:has(ul) button::after {
    content: url(../img/icons/arrow-next-yellow.svg);
}



.btn {
    border: 1px solid #FFB800;
}

.carousel__item {
    border: 1px solid #FFB800;
    border-radius: 6px;
}

main .info {
    background-image: unset;
    border: #FFB800 1px solid;
}

main .info tr:first-child {
    border-top: #FFB800 1px solid;
}

main .info tr {
    border-bottom: #FFB800 1px solid;
}

main .info tr td:last-child,
main .hero-cards li:has(ul) button {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #FFB800;

}

.item__btn:hover,
.best-offer__btn:hover {
    filter: unset;
    background-color: inherit;
    color: #FFB800;
    border: #FFB800 1px solid;
}

.game__button:hover {
    filter: unset;
    color: #FFB800;
    border: #FFB800 1px solid;
    background-color: #3D051D;
}

.item__btn:active,
.best-offer__btn:active,
.game__button:active {
    background-color: #2D0415;
}

.btn_sitebar {
    border: 1px solid #FFB800;
}

.btn_sitebar:hover {
    filter: unset;
    background: #3D051D;
    border-radius: 7px;
}

.btn_sitebar:active {
    background: #FFB800;
}

.btn_sitebar:active span {
    color: #2D0415;
}