* {
    box-sizing: border-box;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

table th,
table td {
    border: 2px solid #4986f5;
    padding: 10px;
}

body {
    background-color: #20242d;
    font-size: 14px;
    color: #fff;
}

.btn {
    padding: 5px 25px;
    font-size: 14px;
}

.btn-border {
    color: #5e6a7f;
    border: 1px solid #353d48;
    padding: 5px 25px;
}

.btn-border:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.navbar-brand {
    max-width: 150px;
    min-width: 80px;
}

.navbar ul li a {
    color: #828f9a;
}

.navbar ul li a:hover {
    color: #fff;
}

.promo-slider .carousel-item {
    height: 325px;
}

.promo-slider img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.menu-slider__after {
    padding: 15px;
    background-color: #242932;
}

.menu-slider__after ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-slider__after ul li {
    margin-right: 10px;
}

.menu-slider__after a {
    text-decoration: none;
    color: #5e6a7f;
    border: 1px solid #5e6a7f;
    border-radius: 3px;
    padding: 5px 20px;
    font-size: 12px;
}

.jackpot {
    margin: 25px 0;
}

.jackpot-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.jackpot-item {
    flex: 1 0 49%;
    border: 2px solid #4986f5;
    border-radius: 5px;
}

.jackpot-item a {
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
}

.jackpot-icon {
    padding-right: 15px;
    border-right: 1px solid #2d3747;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jackpot-icon i {
    color: #5a657a;
    font-size: 40px;
}

.jackpot-text {
    padding-left: 15px;
}

.jackpot-title {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.jackpot-amount {
    display: block;
    color: #ffc107;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.jackpot-chevron {
    background-color: #333a48;
    position: absolute;
    right: 15px;
    border-radius: 3px;
    padding: 5px 10px;
}

.jackpot-chevron i {
    color: #fff;
    font-size: 20px;
}

.slot-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.slot-item {
    display: flex;
    flex: 1 0 49%;
    margin-bottom: 1%;
}

.slot-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slot-img {
    width: 150px;
    height: 100px;
}

.slot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slot-text {
    margin-left: 10px;
    border-bottom: 2px solid #2f3542;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 100%;
}

.slot-title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.slot-play {
    text-transform: uppercase;
}

.soft img,
.payments img {
    height: 30px;
    filter: invert(1) opacity(.3);
    transform: scale(.8);
    margin: 10px;
}

.footer-logo img {
    height: 30px;
    filter: grayscale(100%);
    opacity: .3;
}

.footer-img img {
    height: 30px;
    margin-left: 10px;
}

.footer-img img:nth-child(2) {
    filter: saturate(0%) brightness(70%) contrast(1000%) invert(1) opacity(.35);
}

.footer-navbar nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-navbar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-navbar ul li {
    margin-right: 20px;
}

.footer-navbar ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #525c71;
}

.left-sidebar {
    background-color: #1c2028;
    padding: 10px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 6%;
}

.left-sidebar .navbar-brand {
    margin-right: 0;
    margin-bottom: 25px;
}

.left-sidebar__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.left-sidebar__menu ul li {
    margin-bottom: 15px;
}

.left-sidebar__menu ul li a {
    text-decoration: none;
}

.left-sidebar__menu ul li a i {
    font-size: 30px;
    color: #5e6a7f;
}

.right-sidebar {
    background-color: #1c2028;
    padding: 20px 10px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 16.66666667%;
}

.live-btn {
    color: #fff;
    background: #242932;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.live-online {
    font-size: 16px;
    color: #616c77;
    margin-bottom: 20px;
}

.live-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 10px;
}

.live-item__overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: .2s linear;
}

.live-item__link {
    padding: 10px 35px;
    text-decoration: none;
}

.live-item:hover .live-item__overlay {
    opacity: 1;
    transition: .2s linear;
}

.live-item__img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-item__nickname {
    color: #828f9a;
    font-weight: 700;
}

.live-item__slot {
    color: #80bdff;
    font-size: 12px;
}

.related-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.breadcrumbs ul li {
    margin-right: 7px;
    color: #63666C;
}

.breadcrumbs ul li a {
    font-size: 12px;
    color: #63666C;
    text-decoration: none;
}