body {
    background-color: #272727;
    overflow-y: auto;
    min-height: 100vh;
    font-family: 'Arial', sans-serif;
    line-height: 17px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
    color: #ffffff;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.overflowcss {
    overflow: hidden !important;
}

.opacity {
    opacity: 0.3;
}

/* main area */
.main {
    max-width: 700px;
    background-color: #1C1C1C;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}

.main-area {
    padding-bottom: 100px;
    margin-top: 95px;
}

.main-fixed {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    width: 100%;
}

.navbar-area {
    padding: 10px;
    width: 100%;
    display: flex;
    background: repeating-conic-gradient(from 45deg, #161616 0% 25%, #1C1C1C 0% 50%);
    background-size: 28px 28px;
    background-color: #1C1C1C;
}

.navbar-button-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-button {
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    text-align: center;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.navbar-button.btn-yellow {
    color: #000;
    background-color: #F3DE26;
    color: black;
    border: 0;
}

.navbar-button.btn-white {
    color: #000;
    background-color: #FCFCFC;
    border: 0;
}

.navbar-button:active {
    opacity: 0.8;
}

#hamburger {
    margin: 5px;
    margin-bottom: 10px;
}

.announcement-area {
    display: flex;
    background-color: #F3DE26;
    align-items: center;
    font-size: 14px;
    height: 30px;
}

.announcement-icon {
    font-size: 20px;
    padding: 0 10px 0 15px;
}

.banner-area {
    max-height: 300px;
    overflow: hidden;
    aspect-ratio: 7/3;
}

.banner-area .carousel,
.banner-area .carousel-inner,
.banner-area .carousel-item {
    height: 100%;
}

.category-area {
    background: #0F0F0F;
    padding: 10px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center !important;
    user-select: none;
}

.category-area li {
    display: inline-block;
    width: 85px;
    position: relative;
}

.category-area li img {
    height: 40px;
}

@media only screen and (min-width: 700px) {
    .category-area img {
        width: auto;
        height: 60px;
    }
}


.category-area li span {
    display: block;
    font-size: 9pt;
    font-weight: 600;
    color: #FCFCFC;
    text-transform: uppercase;
    margin-top: 5px;
}

@media only screen and (min-width: 700px) {

    .category-area li span {
        font-size: 10pt;
    }
}

.livebadge {
    font-size: 9px !important;
    top: 0px;
    right: 5px;
    padding: 0px 3px;
    border-radius: 50%;
    background-color: red;
    color: white !important;
    position: absolute;
}

.blink_me {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.games-banner-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.games-banner-area img {
    width: 32%;
    margin-top: 5px;
    border-radius: 20px;
    padding: 10px;
}

@media only screen and (max-width: 425px) {
    .games-banner-area img {
        width: 48%;
    }
}

.promo-banner-area {
    padding: 10px;
    width: 100%;
}

.promo-banner-area div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.promo-banner-area span {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}

.promo-banner-area span:nth-child(2) {
    color: #EDDD25;
    font-size: 13px;
}

.promo-banner-area img {
    padding: 10px;
    border-radius: 20px;
}

/* footer area */

.footer-area {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    max-width: 700px;
    background-color: black;
    height: 75px;
    z-index: 999;
}

.footer-area ul {
    display: flex;
    justify-content: space-around;
    width: 100%;


    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.footer-area li {
    width: 80px;
    flex: 1 1 auto;
    color: white;
}

.footer-area li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.footer-area li img {
    height: 25px;
    object-fit: contain;
}

@media only screen and (min-width: 700px) {
    .footer-area {
        height: 100px;
    }

    .footer-area li img {
        height: 50px;
    }
}

/* sidebar area */

.main-fixed {
    position: fixed;
    background: #08161f;
    z-index: 999;
    max-width: 700px;
    width: 100%;
}

.sidebar-container {
    position: fixed;
    z-index: 0;
    width: 100%;
    max-width: 700px;
}

.sidebar {
    position: relative;
    right: -500%;
    top: 90px;
    z-index: 99;
    transition: .5s;
    width: 100%;
}

.sidebar.open {
    right: 0;
    overflow: auto;
    height: 600px;
}

.side-bar-top {
    background: #151515;
    width: 100%;
}

.side-bar-bottom {
    text-align: left;
    background: #202020;
    border-top: 2px solid #f0ca00;
    padding: 20px;
    height: 450px;
    width: 100%;
}

.CasinoSideMenu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: space-around;
}

.sidebar li,
.sidebar .flex-fill {
    padding: 10px;
}

.sidebar a {
    all: unset;
}

.sidebar img {
    height: 30px;
    max-width: 100%;
}

.sidebar span {
    display: block;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.sidebar-container-zindex {
    z-index: 99;
}

.side-bar-bottom img {
    height: 30px;
    margin-right: 15px;
}

.side-bar-bottom span {
    display: inline-block;
}

.button-area {
    margin-top: 15px;
}

.button-area a {
    font-size: 14px;
    display: inline-block;
    background: #01a0d1;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 10px;
    margin: 10px 5px;
    min-width: 120px;
    box-sizing: content-box;
    font-weight: 400;
}

.button-area a:nth-child(2) {
    background: #fee900;
    color: #000;
}

.button-area a:last-child {
    background: #149100;
}

.copyRight {
    width: 100%;
    height: 25px;
    /* padding: 17px 0 20px; */
    text-align: center;
    display: block;
    /* margin: 0 auto; */
    float: left;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}