/* custom css */

header .nav-wrapper {
    height: 75px;
    display: flex;
    align-items: center;
}

header .auth-bar .authorize ul li * {
    border-radius: 10PX;
}

header .nav-wrapper .middle .logo img {
    height: 45px;
}

header .auth-bar .lnk:first-child {
    margin-left: 0;
}

main .middle section.top-row > ul > li {
    border-radius: 20px;
}

main .middle section.casino-futures .swiper-slide {
    border-radius: 10px;
}

main .middle section.live-casino ul li {
    border-radius: 10px;
}

header .nav-wrapper .middle nav ul li a:hover {
    background-color: #bf1b1c;
    border-radius: 10px;
}

header .nav-wrapper .middle nav ul li a.active:hover {
    color: white;
}

main .middle section .top .right .material-icons {
    border-radius: 50%;
}

header .nav-wrapper .middle .actions {
    display: none;
}