* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media screen and (min-width: 768px) {
    .header-sec {
        /* border: 1px solid black; */
        height: 1.5rem;
        width: 100%;
        display: flex;
        background-color: #282727;
    }

    .header-sec .header-left {
        /* border: 1px solid black; */
        height: 100%;
        width: 70%;
        display: flex;
    }

    .header-sec .header-left .icons-text {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        padding-left: 10px;
        color: white;
    }

    .header-sec .header-left .icons-text .headericons {
        font-size: 12px;
        color: white;
    }

    .header-sec .header-left .icons-text p {
        font-size: 11px;
        padding-left: 5px;
        padding-top: 15px;
    }

    .header-sec .header-right {
        /* border: 1px solid black; */
        height: 100%;
        width: 30%;
    }

    .header-sec .header-right .headerdate {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 10px;
    }

    .header-sec .header-right .headerdate p {
        color: white;
        font-size: 11px;
        padding-top: 15px;
    }

    .navbar-sec {
        /* border: 1px solid black; */
        height: 5rem;
        width: 100%;
        display: flex;
      background: #000;
    }

    .navbar-sec .navbar-logo {
        /* border: 1px solid black; */
        height: 100%;
        width: 70%;
        display: flex;
        align-items: center;
        padding-left: 20px;
    }

    .navbar-sec .navbar-logo img {
        width: 160px;
    }

    .navbar-sec .navbar-btns {
        /* border: 1px solid black; */
        height: 100%;
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 10px;
    }

    .navbar-sec .navbar-btns button {
        padding: 9px;
        width: 90px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 10px;
        color: white;
        background: #feb500;
        margin-right: 10px;
        border: none;
        cursor: pointer;
    }

    .main-navbar {
        /* border: 1px solid black; */
        height: 3rem;
        width: 100%;
        background: #feb500;
        color: black;
    }

    .main-navbar ul {
        /* border: 1px solid black; */
        height: 100%;
        display: flex;
        align-items: center;
    }

    .main-navbar li {
        list-style-type: none;
        font-size: 14px;
        font-weight: 700;
        padding-left: 20px;
      	display: flex;
      	flex-direction: column;
      	align-items: center;
      	justify-content: center;
    }

    .main-navbar a {
        color: black;
        text-decoration: none;
    }
  
  	.main-navbar a img {
      display: none;
  	}	
  
  	.main-navbar a img.iplimg {
      width: 35px;
  	}	
  
    .main-navbar li .cricket {
        /* border: 1px solid black; */
        position: relative;
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
    }

    .main-navbar li .cricket span {
        position: absolute;
        font-size: 9px;
        color: rgb(255, 54, 54);
        font-weight: 400;
        text-transform: uppercase;
        padding-left: 3px;
        border-radius: 3px;
        background: white;
        top: -15px;
        box-shadow: 1px 2px 4px black;
    }

    .main-navbar li .cricket p {
        padding-top: 15px;
    }

    .home-sec {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .home-sec .home-main-banner {
        /* border: 1px solid black; */
        height: 30rem;
        width: 100%;
    }

    .home-sec .home-main-banner .myBannerSwiper {
        width: 100%;
        height: 100%;
        border-radius: none;
    }


    .home-sec .home-main-banner .myBannerSwiper img {
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }

    .home-sec .aviator-casino-racing {
        /* border: 1px solid black; */
        height: 12.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .home-sec .aviator-casino-racing .imagebox {
        border: 2px solid #292929;
        height: 11rem;
        width: 32.8%;
        border-radius: 15px;
    }

    .mycasinoaviatoerSwiper {
        display: none !important;
    }

    .home-sec .aviator-casino-racing .imagebox img {
        height: 100%;
        width: 100%;
        border-radius: 15px;
    }

    .home-sec .onlinegames {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0px 6px;
    }

    .home-sec .onlinegames .casinoimg {
        /* border: 2px solid #292929; */
        height: 100%;
        width: 49.5%;
    }

    .home-sec .onlinegames .casinoimg img {
        height: 100%;
        width: 100%;
    }

    .home-sec .topgames {
        /* border: 1px solid black; */
        height: 11rem;
        width: 100%;
        padding: 10px 6px;
    }

    .home-sec .topgames h5 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .home-sec .topgames .topgameslider {
        /* border: 1px solid black; */
        height: 7rem;
        width: 100%;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 5px;
      border: 2px solid #292929;
    }
  
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
  }

    .home-sec .cricketscore {
        /* border: 1px solid black; */
        height: 12rem;
        width: 100%;
        padding: 0px 6px;
    }

    .home-sec .cricketscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .home-sec .cricketscore .cricketbox {
        /* border: 1px solid black; */
        height: 9rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .home-sec .cricketscore .cricketbox .gamename {
        border: 1px solid lightgrey;
        height: 1.9rem;
        width: 100%;
        display: flex;
    }

    .home-sec .cricketscore .cricketbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 60%;
        display: flex;
        align-items: center;
    }

    .home-sec .cricketscore .cricketbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 40%;
        display: flex;
    }

    .home-sec .cricketscore .cricketbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-sec .cricketscore .cricketbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
    }

    .home-sec .cricketscore .cricketbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .home-sec .cricketscore .cricketbox .gamename .left p {
        font-size: 14px;
        padding-left: 6px;
        font-weight: 600;
    }

    .home-sec .cricketscore .cricketbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
    }

    .home-sec .cricketscore .cricketbox .gamename .left .images img {
        height: 20px;
    }

    .home-sec .cricketscore .cricketbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-sec .cricketscore .cricketbox .gamename .right button {
        padding: 3px;
        width: 95px;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .home-sec .cricketscore .cricketbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .home-sec .cricketscore .cricketbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }

    .home-sec .horseracingdata {
        /* border: 1px solid black; */
        height: 7rem;
        width: 100%;
        padding: 0px 6px;
    }

    .home-sec .horseracingdata h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .home-sec .horseracingdata .horseracing-box {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .home-sec .horseracingdata .horseracing-box .horseracingtext {
        /* border: 1px solid black; */
        height: auto;
        width: auto;
        display: flex;
        align-items: center;
    }

    .home-sec .horseracingdata .horseracing-box .horseracingtext img {
        width: 50px;
        height: 50px;
    }

    .home-sec .horseracingdata .horseracing-box .horseracingtext h4 {
        font-size: 15px;
        width: 180px;
        max-width: 200px;
        padding: 10px;
        text-align: center;
    }

    .home-sec .downloadbanner {
        /* border: 1px solid black; */
        height: 12rem;
        width: 100%;
        border-radius: 10px;
    }

    .home-sec .downloadbanner img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }

    .home-sec .indiancasinogames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        padding: 10px 6px;
        position: relative;
        display: inline-block;
    }

    .home-sec button.indiancasinogamesbtn {
        width: 100%;
        text-align: start;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        background: #292929;
        border: 2px solid #292929;
        border-radius: 5px;
        transition: 0.4s;
      color: white;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active,
    .indiancasinogamesbtn:hover {
        background-color: #ccc;
    }

    /* Style the accordion panel. Note: hidden by default */
    .panel {
        padding: 10px 18px;
        background-color: #292929;
        display: none;
        overflow: auto;
        max-height: 400px;
    }

    .panel h4 {
        font-size: 18px;
        color: grey;
        font-weight: 600;
    }

    .panel p {
        font-size: 14px;
        color: rgb(174, 173, 173);
        font-weight: 600;
        padding: 10px 0px;
    }

    .sidebar {
        width: 15%;
        background-color: #ffff;
        color: #000;
        height: calc(100vh - 120px);
        overflow-y: auto;
        overflow-x: hidden;
        /* Push below header and navbar */
        z-index: 1000;
    }

    .sidebar-toggle-btn {
        display: none;
    }

    .sidebar {
        transform: translateX(0);
    }

    .sidebar-close-btn {
        font-size: 28px;
        color: black;
        text-align: right;
        padding: 10px 20px 0 0;
        cursor: pointer;
        display: none;
        /* Only show on mobile */
    }

    .sidebar::-webkit-scrollbar {
        display: none;
    }

    .sidebar h3 {
        background-color: #e2e2e2;
        color: #000;
        padding: 10px 20px;
        margin: 0;
        font-weight: bold;
        font-size: 14px;
    }

    .menu-item {
        display: flex;
        /* align-items: center; */
        padding: 0px 20px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        overflow: auto;
      padding-top: 15px;
      border-bottom: 1px solid #ececec;
    }

    .menu-item::-webkit-scrollbar {
        display: none;
    }

    .menu-item:hover {
        background-color: #ffab00;
    }

    .menu-item img {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .menu-item p {
        font-size: 14px;
        font-weight: 700;
      	color: black;
    }

    .menu-item .arrow {
        margin-left: auto;
        transition: transform 0.3s ease;
    }

    .menu-item.active {
        background-color: #ffab00;
        color: #000;
    }

    .dropdown {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        background-color: #2b2b2b;
    }

    .dropdown p {
        padding: 10px 40px;
        margin: 0;
        color: #000;
        cursor: pointer;
    }

    .dropdown p:hover {
        background-color: #444;
    }

    .menu-item.open .arrow {
        transform: rotate(90deg);
    }

    .menu-item.open+.dropdown {
        max-height: 200px;
    }


    /* -------------------------------Footer---------------------------- */

    .footer {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        padding: 20px 100px;
        background: #000;
    }

    .footer .footer-img {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
    }

    .footer .footer-img .footer-imgbox {
        /* border: 1px solid black; */
        height: 60px;
        width: 130px;
        margin-right: 10px;
    }

    .footer .footer-img .footer-imgbox img {
        width: 100%;
        height: 100%;
    }

    .footer .footer-text {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .footer ul {
        list-style: none;
        padding: 50px 0px 10px;
    }

    .footer .footer-nav-img {
        /* border: 1px solid black; */
        width: 180px;
        height: 100px;
    }

    .footer .footer-nav-img img {
        width: 100%;
        height: 100%;
    }

    .footer .footer-text ul li p {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: white;
    }

        .footer .footer-text ul li h4 {
            font-size: 25px;
            font-weight: 800;
            color: rgb(193, 1, 1);
            margin-bottom: 30px;
        }

        .footer .footer-warning {
            border-top: 1px solid white;
            height: 3rem;
            width: 100%;
        }

                .footer .footer-warning p {
                    font-size: 11.5px;
                    font-weight: 500;
                    text-align: center;
                    padding: 12px 0px;
                    color: white;
                }

    .inplay-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .inplay-sec .inplay-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 60%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .inplay-sec .inplay-middle::-webkit-scrollbar {
        display: none;
    }

    .inplay-sec .inplay-middle .inplaygames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .inplay-sec .inplay-middle .inplaygames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .inplay-sec .inplay-middle .inplaygames .inplaygames-img {
        /* border: 1px solid black; */
        height: 7rem;
        width: 100%;
        display: flex;
    }

    .inplay-sec .inplay-middle .inplaygames .inplaygames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .inplay-sec .inplay-middle .inplaygames .inplaygames-img .imgbox img {
        width: 60px;
        /* border: 1px solid black; */
        border-radius: 50%;
    }

    .inplay-sec .inplay-middle .inplaygames .inplaygames-img .imgbox h4 {
        font-size: 13px;
        padding-top: 8px;
        color: rgb(0, 0, 0, .9);
    }

    .inplay-sec .cricketscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .inplay-sec .cricketscore h5 {
        font-size: 14px;
        padding: 5px;
        background: black
        color: white;
    }

    .inplay-sec .cricketscore .cricketbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .inplay-sec .cricketscore .cricketbox .gamename {
        border: 1px solid lightgrey;
        height: 1.9rem;
        width: 100%;
        display: flex;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left p {
        font-size: 14px;
        padding-left: 6px;
        font-weight: 600;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left p .livedot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: green;
        border-radius: 50%;
        margin-right: 6px;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left .live {
        font-size: 13px;
        font-weight: 700;
        color: rgb(255, 191, 0);
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left .images img {
        height: 20px;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .right button {
        padding: 3px;
        width: 50px;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .inplay-sec .cricketscore .cricketbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .inplay-sec .cricketscore .cricketbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }

    .inplay-sec .inplay-end {
        /* border: 1px solid black; */
        height: auto;
        width: 25%;
    }

    .inplay-sec .inplay-end h5 {
        font-size: 15px;
        padding: 5px 8px;
        background: #000;
        color: white;
        font-weight: 600;
    }

    .inplay-sec .inplay-end table {
        width: 100%;
        background: #000;
    }

    .inplay-sec .inplay-end table thead tr th {
        text-align: start;
        padding: 3px 8px;
        font-size: 14px;
        color: white;
        border: 1px solid rgb(81, 80, 80);
    }

    .ipl-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .ipl-sec .ipl-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 60%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .ipl-sec .ipl-middle::-webkit-scrollbar {
        display: none;
    }

    .ipl-sec .ipl-middle .iplgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier {
        /* border: 1px solid black; */
        height: 2rem;
        width: 100%;
        display: flex;
        align-items: center;
        background: rgb(233, 233, 233);
        padding-left: 5px;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier button {
        /* border: 1px solid black; */
        padding: 1px 1px;
        border-radius: 5px;
        cursor: pointer;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier button:hover {
        color: white;
        background: black;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier button.active {
        color: white;
        background: black;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier h5 {
        font-size: 14px;
        padding: 0px 5px;
        color: rgb(57, 57, 57);
    }

    .ipl-sec .ipl-middle .iplgames .ipldatetime {
        /* border: 1px solid black; */
        height: 2rem;
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        background: #000;
    }

    .ipl-sec .ipl-middle .iplgames .ipldatetime p {
        font-size: 12px;
        padding: 5px;
        font-weight: 600;
        color: white;
    }

    .ipl-sec .ipl-middle .iplwinner {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext {
        /* border: 1px solid black; */
        height: 2rem;
        padding: 5px;
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        background-color: rgb(233, 233, 233);
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext h6 {
        font-size: 14px;
        color: rgb(0, 0, 0, .8);
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext .min-max {
        /* border: 1px solid black; */
        display: flex;
        /* align-items: center; */
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext .min-max p {
        font-size: 12px;
        font-weight: 600;
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext .min-max button {
        padding: 4px 3px;
        font-size: 10px;
        margin-left: 10px;
        border: none;
        background-color: transparent;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername {
        border: 1px solid rgb(206, 206, 206);
        height: auto;
        padding: 0px 5px;
        display: flex;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .leftbtns {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .rightbtns {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .rightbtns .btns {
        /* border: 1px solid black; */
        height: 2rem;
        width: auto;
        display: flex;
        align-items: center;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .rightbtns .btns button {
        font-size: 14px;
        font-weight: 700;
        padding: 4px;
        width: 66px;
        margin-right: 3px;
        display: flex;
        justify-content: center;
    }

    .btns .back {
        font-size: 13px;
        font-weight: 700;
        padding: 6px;
        width: 66px;
        margin-right: 1px;
        background-color: #4bb7ff;
        /* Light blue */
        color: black;
        border: none;
        border-bottom: none;
        border-top-left-radius: 20px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        outline: none;
    }

    .btns .lay {
        font-size: 13px;
        font-weight: 700;
        padding: 6px;
        width: 66px;
        margin-right: 1px;
        background-color: #ffa2b8;
        /* Light pink */
        color: black;
        border: none;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        outline: none;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .left p {
        font-size: 14px;
        font-weight: 700;
        color: rgb(0, 0, 0, .9);
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 0px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .right button.betbtn {
        padding: 4px;
        width: 67px;
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .right button.betbtn h5 {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .right button.betbtn p {
        font-size: 10px;
        font-weight: 600;
    }

    .right .btns button.betbtn:nth-child(1) {
        background-color: #bae0fb;
        /* Light blue */
    }

    /* 2nd Button - Somewhat Darker Blue */
    .right .btns button.betbtn:nth-child(2) {
        background-color: #9bd3fe;
        /* Medium blue */
    }

    /* 3rd Button - Blue */
    .right .btns button.betbtn:nth-child(3) {
        background-color: #74c7fe;
        /* Main blue */
    }

    /* 4th Button - Pink */
    .right .btns button.betbtn:nth-child(4) {
        background-color: #ff9ab1;
        /* Standard pink */
    }

    /* 5th Button - Darker Pink */
    .right .btns button.betbtn:nth-child(5) {
        background-color: #feb8cc;
        /* Darker pink */
    }

    /* 6th Button - Light Pink */
    .right .btns button.betbtn:nth-child(6) {
        background-color: #ffcdd8;
        /* Light pink */
    }

    .right .btns button.betbtn:nth-child(1):hover,
    .right .btns button.betbtn:nth-child(2):hover,
    .right .btns button.betbtn:nth-child(3):hover {
        background-color: #60bfff;
    }

    .right .btns button.betbtn:nth-child(4):hover,
    .right .btns button.betbtn:nth-child(5):hover,
    .right .btns button.betbtn:nth-child(6):hover {
        background-color: #feacbf;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
    }

        .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox .left {
        /* border: 1px solid black; */
        height: 2rem;
        width: 0%;
        display: none;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox .right {
        /* border: 1px solid black; */
        height: 2rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox .right p {
        font-size: 14px;
        font-weight: 600;
        padding-right: 15px;
        padding-top: 15px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox .right .winnerbetquantity {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        display: flex;
        padding: 2px 0px;
    }

    .quantitybet {
        display: flex;
        /* border: 2px solid #3498db; */
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .quantitybet button {
        background-color: #b1b1b1;
        color: #ffffff;
        border: none;
        cursor: pointer;
        font-size: 18px;
        font-weight: 800;
        width: 25px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

    .quantitybet button:hover {
        background-color: #a1a0a0;
    }

    .input-boxbet {
        width: 65px;
        text-align: center;
        border: none;
        padding: 1px 10px;
        font-size: 14px;
        font-weight: 600;
        outline: none;
    }

    /* Hide the number input spin buttons */
    .input-boxbet::-webkit-inner-spin-button,
    .input-boxbet::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-boxbet[type="number"] {
        -moz-appearance: textfield;
    }

    .quantitynumber {
        display: flex;
        /* border: 2px solid #3498db; */
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-left: 10px;
    }

    .quantitynumber button {
        background-color: #b1b1b1;
        color: #ffffff;
        border: none;
        cursor: pointer;
        font-size: 18px;
        font-weight: 800;
        width: 25px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

    .quantitynumber button:hover {
        background-color: #a1a0a0;
    }

    .input-boxnumber {
        width: 65px;
        text-align: center;
        border: none;
        padding: 1px 10px;
        font-size: 14px;
        font-weight: 600;
        outline: none;
    }

    /* Hide the number input spin buttons */
    .input-boxnumber::-webkit-inner-spin-button,
    .input-boxnumber::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-boxnumber[type="number"] {
        -moz-appearance: textfield;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .left {
        /* border: 1px solid black; */
        height: 2rem;
        width: 0%;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right {
        /* border: 1px solid black; */
        height: 2.3rem;
        width: 100%;
        display: flex;
        align-items: center;
      justify-content: flex-end;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        padding: 3px 0px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber {
        font-size: 13px;
        font-weight: 700;
        padding: 6px 12.2px;
        border-radius: 4px;
        border: none;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber {
        background: linear-gradient(to bottom, rgb(204, 204, 204), rgb(112, 112, 112));
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(204, 204, 204), rgb(112, 112, 112));
        /* flipped */
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber:hover::before {
        opacity: 1;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber:hover {
        color: white;
        /* Text color on hover */
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        display: flex;
        padding: 2px 0px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button {
        padding: 4px 14px;
        font-size: 13px;
        font-weight: 700;
        margin-left: 5px;
        border: none;
        border-radius: 4px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.placebet-btn {
        background: linear-gradient(to bottom, rgb(0, 211, 36), darkgreen);
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.placebet-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(0, 211, 36), darkgreen);
        /* flipped */
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.placebet-btn:hover::before {
        opacity: 1;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.placebet-btn:hover {
        color: white;
        /* Text color on hover */
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.cancel-btn {
        background: linear-gradient(to bottom, rgb(255, 54, 54), rgb(203, 0, 0));
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.cancel-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(255, 54, 54), rgb(203, 0, 0));
        /* flipped */
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.cancel-btn:hover::before {
        opacity: 1;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.cancel-btn:hover {
        color: white;
        /* Text color on hover */
    }

    .ipl-sec .ipl-end {
        /* border: 1px solid black; */
        height: auto;
        width: 25%;
    }

    .ipl-sec .ipl-end h5 {
        font-size: 15px;
        padding: 5px 8px;
        background: #000;
        color: white;
        font-weight: 600;
    }

    .ipl-sec .ipl-end table {
        width: 100%;
        background: #000;
    }

    .ipl-sec .ipl-end table thead tr th {
        text-align: start;
        padding: 3px 8px;
        font-size: 14px;
        color: white;
        border: 1px solid rgb(81, 80, 80);
    }


    /* -------------------------------Login--------------------------------- */

    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        justify-content: center;
        align-items: center;
        z-index: 100000;
    }

    .modal .modal-header .modal-headerdata {
        border: 1px solid black;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .modal .modal-header .modal-headerdata h5 {
        font-size: 21px;
        font-weight: 700;
        color: white;
    }

    .modal .modal-header .modal-headerdata p {
        font-size: 15px;
        color: white;
        font-weight: 600;
    }

    .modal .modal-header .modal-headerdata p a {
        color: rgb(255, 208, 0);
        font-weight: 700;
        text-decoration: none;
    }

    .modal-content {
        background-color: #000000 !important;
        padding: 20px;
        border-radius: 8px;
        position: relative;
    }

    .modal-header .btn-close {
        font-size: 11px !important;
        --bs-btn-close-color: white !important;
        background-color: #727272;
        border-radius: 50%;
        padding: 8px !important;
    }

    .modal-body .modal-login-input {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
        padding: 3px 0px;
    }

    .modal-body .modal-login-input label {
        font-size: 16px;
        color: white;
        padding-bottom: 5px;
    }

    .modal-body .modal-login-input input[type="text"] {
        width: 100%;
        padding: 6px;
        background: #292929;
        border-radius: 10px;
        border: 1px solid #393939;
        outline: none;
    }

    .modal-body .modal-login-input input[type="password"] {
        width: 100%;
        padding: 6px;
        background: #292929;
        border-radius: 10px;
        border: 1px solid #393939;
        outline: none;
    }

    .modal-body .modal-login-input .check-remember {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 5px;
    }

    .modal-body .modal-login-input input[type="checkbox"] {
        width: 30px;
    }

    .modal-body .modal-login-input .check-remember label {
        font-size: 13px;
    }

    .modal-body .modal-login-input .forgotpassword {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .modal-body .modal-login-input .forgotpassword a {
        font-size: 13px;
        color: white;
    }

    .modal-body .captchabox {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
    }

    .modal-body .captchabox .captchaimg {
        /* border: 1px solid white; */
        height: auto;
        width: 40%;
        padding: 20px;
    }

    .modal-body button {
        font-size: 18px;
        font-weight: 700;
        color: black;
        background-color: #ffd000;
        padding: 8px;
        width: 100%;
        border-radius: 5px;
        border: none;
    }

    .modal-body button.demoid {
        margin-top: 10px;
    }

    .modal-signupcontent {
        height: 42rem;
        overflow: auto;
    }

    .modal-signupcontent::-webkit-scrollbar {
        display: none;
    }

    .modal .modal-header .modal-headersignupdata {
        border: 1px solid black;
        height: auto;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .modal .modal-header .modal-headersignupdata p {
        font-size: 14px;
        color: white;
        font-weight: 600;
        margin: 4px;
    }

    .modal .modal-header .modal-headersignupdata h5 {
        font-size: 21px;
        font-weight: 700;
        color: white;
        padding-bottom: 20px;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink {
        position: relative;
        overflow: hidden;
        border: none;
        width: 70%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: linear-gradient(to right, orange, rgb(255, 43, 78));
        color: white;
        cursor: pointer;
        transition: color 0.4s ease;
        margin-bottom: 10px;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgb(255, 43, 78), orange);
        /* reversed gradient */
        opacity: 0;
        transition: opacity 0.6s ease;
        z-index: 0;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink:hover::before {
        opacity: 1;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink .content {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink h4 {
        font-size: 28px;
        color: white;
        padding-top: 5px;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink .whatsapp {
        font-size: 50px;
        color: green;
        margin-right: 10px;
    }

    .modal-signupbody {
        padding: 20px 0px;
    }

    .modal-signupbody .modal-signup-input {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
        padding: 5px 0px;
    }

    .modal-signupbody .modal-signup-input label {
        font-size: 16px;
        color: white;
        padding-bottom: 5px;
    }

    .modal-signupbody .modal-signup-input input[type="text"] {
        width: 100%;
        padding: 6px;
        background: #292929;
        border-radius: 10px;
        border: 1px solid #393939;
        outline: none;
        margin-bottom: 5px;
    }

    .modal-signupbody .modal-signup-input input[type="password"] {
        width: 100%;
        padding: 6px;
        background: #292929;
        border-radius: 10px;
        border: 1px solid #393939;
        outline: none;
        margin-bottom: 5px;
    }

    .modal-signupbody .captchabox {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
    }

    .modal-signupbody .captchabox .captchaimg {
        /* border: 1px solid white; */
        height: auto;
        width: 40%;
        padding: 20px;
    }

    .modal-signupbody button {
        font-size: 18px;
        font-weight: 700;
        color: black;
        background-color: #ffd000;
        padding: 8px;
        width: 100%;
        border-radius: 5px;
        border: none;
        margin: 8px 0px;
    }


    /* ----------------------------Cricket------------------------ */

    .cricket-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .cricket-sec .cricket-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .cricket-sec .cricket-middle::-webkit-scrollbar {
        display: none;
    }

    .cricket-sec .cricket-middle .cricketgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .cricket-sec .cricket-middle .cricketgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .cricket-sec .cricket-middle .cricketgames .cricketgames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .cricket-sec .cricket-middle .cricketgames .cricketgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cricket-sec .cricket-middle .cricketgames .cricketgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .cricket-sec .cricket-middle .cricketgames .cricketgames-img .imgbox h4 {
        font-size: 13px;
        padding-top: 8px;
        color: rgb(0, 0, 0, .9);
    }

    .cricket-sec .cricketscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .cricket-sec .cricketscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .cricket-sec .cricketscore .cricketbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .cricket-sec .cricketscore .cricketbox .gamename {
        border: 1px solid lightgrey;
        height: 1.9rem;
        width: 100%;
        display: flex;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
        /* padding-top: 15px; */
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left p {
        font-size: 14px;
        padding-left: 6px;
        font-weight: 600;
        padding-top: 15px;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left p .livedot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: green;
        border-radius: 50%;
        margin-right: 6px;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left .live {
        font-size: 13px;
        font-weight: 700;
        color: rgb(255, 191, 0);
        padding-top: 10px;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left .images img {
        height: 20px;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .right button {
        padding: 3px;
        width: 73px;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .cricket-sec .cricketscore .cricketbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .cricket-sec .cricketscore .cricketbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }


    /* ----------------------------Soccer------------------------ */

    .soccer-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .soccer-sec .soccer-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .soccer-sec .soccer-middle::-webkit-scrollbar {
        display: none;
    }

    .soccer-sec .soccer-middle .soccergames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .soccer-sec .soccer-middle .soccergames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .soccer-sec .soccer-middle .soccergames .soccergames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .soccer-sec .soccer-middle .soccergames .soccergames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .soccer-sec .soccer-middle .soccergames .soccergames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .soccer-sec .soccer-middle .soccergames .soccergames-img .imgbox h4 {
        font-size: 13px;
        padding-top: 8px;
        color: rgb(0, 0, 0, .9);
    }

    .soccer-sec .soccerscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .soccer-sec .soccerscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .soccer-sec .soccerscore .soccerbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .soccer-sec .soccerscore .soccerbox .gamename {
        border: 1px solid lightgrey;
        height: 1.9rem;
        width: 100%;
        display: flex;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
        /* padding-top: 15px; */
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left p {
        font-size: 14px;
        padding-left: 6px;
        font-weight: 600;
        padding-top: 15px;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left p .livedot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: green;
        border-radius: 50%;
        margin-right: 6px;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left .live {
        font-size: 13px;
        font-weight: 700;
        color: rgb(255, 191, 0);
        padding-top: 10px;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left .images img {
        height: 20px;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .right button {
        padding: 3px;
        width: 73px;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .soccer-sec .soccerscore .soccerbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .soccer-sec .soccerscore .soccerbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }


    /* ----------------------------Tennis------------------------ */

    .tennis-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .tennis-sec .tennis-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .tennis-sec .tennis-middle::-webkit-scrollbar {
        display: none;
    }

    .tennis-sec .tennis-middle .tennisgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .tennis-sec .tennis-middle .tennisgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .tennis-sec .tennis-middle .tennisgames .tennisgames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .tennis-sec .tennis-middle .tennisgames .tennisgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .tennis-sec .tennis-middle .tennisgames .tennisgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .tennis-sec .tennis-middle .tennisgames .tennisgames-img .imgbox h4 {
        font-size: 13px;
        padding-top: 8px;
        color: rgb(0, 0, 0, .9);
    }

    .tennis-sec .tennisscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .tennis-sec .tennisscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .tennis-sec .tennisscore .tennisbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .tennis-sec .tennisscore .tennisbox .gamename {
        border: 1px solid lightgrey;
        height: 1.9rem;
        width: 100%;
        display: flex;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
        /* padding-top: 15px; */
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left p {
        font-size: 14px;
        padding-left: 6px;
        font-weight: 600;
        padding-top: 15px;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left p .livedot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: green;
        border-radius: 50%;
        margin-right: 6px;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left .live {
        font-size: 13px;
        font-weight: 700;
        color: rgb(255, 191, 0);
        padding-top: 10px;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left .images img {
        height: 20px;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .right button {
        padding: 3px;
        width: 73px;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .tennis-sec .tennisscore .tennisbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .tennis-sec .tennisscore .tennisbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }


    /* ----------------------------Casino------------------------ */

    .casino-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .casino-sec .casino-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .casino-sec .casino-middle::-webkit-scrollbar {
        display: none;
    }

    .casino-sec .casino-middle .casinogames {
        /* border: 1px solid black; */
        height: auto;
        width: 85%;
    }

    .casino-sec .casino-middle .casinogames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .casino-sec .casino-middle .casinogames .casinogames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .casino-sec .casino-middle .casinogames .casinogames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .casino-sec .casino-middle .casinogames .casinogames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .casino-sec .casinoscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .casino-sec .casinoscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .casino-sec .casinoscore .casinobox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .casino-sec .casinoscore .casinobox .casinogames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .casino-sec .casinoscore .casinobox .casinogames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .casinoplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .casinogames:hover .casinoplaybtn {
        opacity: 1;
    }


    /* ----------------------------Sexy------------------------ */

    .sexy-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .sexy-sec .sexy-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .sexy-sec .sexy-middle::-webkit-scrollbar {
        display: none;
    }

    .sexy-sec .sexy-middle .sexygames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .sexy-sec .sexy-middle .sexygames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .sexy-sec .sexy-middle .sexygames .sexygames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .sexy-sec .sexy-middle .sexygames .sexygames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .sexy-sec .sexy-middle .sexygames .sexygames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .sexy-sec .sexyscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .sexy-sec .sexyscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .sexy-sec .sexyscore .sexybox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .sexy-sec .sexyscore .sexybox .sexygames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .sexy-sec .sexyscore .sexybox .sexygames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .sexyplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .sexygames:hover .sexyplaybtn {
        opacity: 1;
    }


    /* ----------------------------Evolution------------------------ */

    .evolution-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .evolution-sec .evolution-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .evolution-sec .evolution-middle::-webkit-scrollbar {
        display: none;
    }

    .evolution-sec .evolution-middle .evolutiongames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .evolution-sec .evolution-middle .evolutiongames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .evolution-sec .evolution-middle .evolutiongames .evolutiongames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .evolution-sec .evolution-middle .evolutiongames .evolutiongames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .evolution-sec .evolution-middle .evolutiongames .evolutiongames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .evolution-sec .evolutionscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .evolution-sec .evolutionscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .evolution-sec .evolutionscore .evolutionbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .evolution-sec .evolutionscore .evolutionbox .evolutiongames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .evolution-sec .evolutionscore .evolutionbox .evolutiongames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .evolutionplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .evolutiongames:hover .evolutionplaybtn {
        opacity: 1;
    }


    /* ----------------------------Spribe------------------------ */

    .spribe-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .spribe-sec .spribe-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .spribe-sec .spribe-middle::-webkit-scrollbar {
        display: none;
    }

    .spribe-sec .spribe-middle .spribegames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .spribe-sec .spribe-middle .spribegames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .spribe-sec .spribe-middle .spribegames .spribegames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .spribe-sec .spribe-middle .spribegames .spribegames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .spribe-sec .spribe-middle .spribegames .spribegames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .spribe-sec .spribescore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .spribe-sec .spribescore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .spribe-sec .spribescore .spribebox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .spribe-sec .spribescore .spribebox .spribegames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .spribe-sec .spribescore .spribebox .spribegames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .spribeplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .spribegames:hover .spribeplaybtn {
        opacity: 1;
    }


    /* ----------------------------Playing------------------------ */

    .playing-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .playing-sec .playing-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .playing-sec .playing-middle::-webkit-scrollbar {
        display: none;
    }

    .playing-sec .playing-middle .playinggames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .playing-sec .playing-middle .playinggames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .playing-sec .playing-middle .playinggames .playinggames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .playing-sec .playing-middle .playinggames .playinggames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .playing-sec .playing-middle .playinggames .playinggames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .playing-sec .playingscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .playing-sec .playingscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .playing-sec .playingscore .playingbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .playing-sec .playingscore .playingbox .playinggames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .playing-sec .playingscore .playingbox .playinggames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .playingplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .playinggames:hover .playingplaybtn {
        opacity: 1;
    }


    /* ----------------------------Habanero------------------------ */

    .habanero-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .habanero-sec .habanero-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .habanero-sec .habanero-middle::-webkit-scrollbar {
        display: none;
    }

    .habanero-sec .habanero-middle .habanerogames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .habanero-sec .habanero-middle .habanerogames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .habanero-sec .habanero-middle .habanerogames .habanerogames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .habanero-sec .habanero-middle .habanerogames .habanerogames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .habanero-sec .habanero-middle .habanerogames .habanerogames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .habanero-sec .habaneroscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .habanero-sec .habaneroscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .habanero-sec .habaneroscore .habanerobox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .habanero-sec .habaneroscore .habanerobox .habanerogames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .habanero-sec .habaneroscore .habanerobox .habanerogames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .habaneroplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .habanerogames:hover .habaneroplaybtn {
        opacity: 1;
    }


    /* ----------------------------Ezugi------------------------ */

    .ezugi-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .ezugi-sec .ezugi-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .ezugi-sec .ezugi-middle::-webkit-scrollbar {
        display: none;
    }

    .ezugi-sec .ezugi-middle .ezugigames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .ezugi-sec .ezugi-middle .ezugigames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .ezugi-sec .ezugi-middle .ezugigames .ezugigames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .ezugi-sec .ezugi-middle .ezugigames .ezugigames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .ezugi-sec .ezugi-middle .ezugigames .ezugigames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .ezugi-sec .ezugiscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .ezugi-sec .ezugiscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .ezugi-sec .ezugiscore .ezugibox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .ezugi-sec .ezugiscore .ezugibox .ezugigames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .ezugi-sec .ezugiscore .ezugibox .ezugigames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .ezugiplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .ezugigames:hover .ezugiplaybtn {
        opacity: 1;
    }


    /* ----------------------------Jili------------------------ */

    .jili-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .jili-sec .jili-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .jili-sec .jili-middle::-webkit-scrollbar {
        display: none;
    }

    .jili-sec .jili-middle .jiligames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .jili-sec .jili-middle .jiligames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jili-sec .jili-middle .jiligames .jiligames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .jili-sec .jili-middle .jiligames .jiligames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .jili-sec .jili-middle .jiligames .jiligames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .jili-sec .jiliscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .jili-sec .jiliscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jili-sec .jiliscore .jilibox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .jili-sec .jiliscore .jilibox .jiligames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .jili-sec .jiliscore .jilibox .jiligames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .jiliplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .jiligames:hover .jiliplaybtn {
        opacity: 1;
    }


    /* ----------------------------Jdb------------------------ */

    .jdb-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .jdb-sec .jdb-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .jdb-sec .jdb-middle::-webkit-scrollbar {
        display: none;
    }

    .jdb-sec .jdb-middle .jdbgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .jdb-sec .jdb-middle .jdbgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jdb-sec .jdb-middle .jdbgames .jdbgames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .jdb-sec .jdb-middle .jdbgames .jdbgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .jdb-sec .jdb-middle .jdbgames .jdbgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .jdb-sec .jdbscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .jdb-sec .jdbscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jdb-sec .jdbscore .jdbbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .jdb-sec .jdbscore .jdbbox .jdbgames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .jdb-sec .jdbscore .jdbbox .jdbgames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .jdbplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .jdbgames:hover .jdbplaybtn {
        opacity: 1;
    }


    /* ----------------------------Evoplay------------------------ */

    .evoplay-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .evoplay-sec .evoplay-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .evoplay-sec .evoplay-middle::-webkit-scrollbar {
        display: none;
    }

    .evoplay-sec .evoplay-middle .evoplaygames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .evoplay-sec .evoplay-middle .evoplaygames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .evoplay-sec .evoplay-middle .evoplaygames .evoplaygames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .evoplay-sec .evoplay-middle .evoplaygames .evoplaygames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .evoplay-sec .evoplay-middle .evoplaygames .evoplaygames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .evoplay-sec .evoplayscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .evoplay-sec .evoplayscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .evoplay-sec .evoplayscore .evoplaybox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .evoplay-sec .evoplayscore .evoplaybox .evoplaygames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .evoplay-sec .evoplayscore .evoplaybox .evoplaygames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .evoplayplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .evoplaygames:hover .evoplayplaybtn {
        opacity: 1;
    }


    /* ----------------------------Rich88------------------------ */

    .rich88-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .rich88-sec .rich88-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .rich88-sec .rich88-middle::-webkit-scrollbar {
        display: none;
    }

    .rich88-sec .rich88-middle .rich88games {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .rich88-sec .rich88-middle .rich88games h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .rich88-sec .rich88-middle .rich88games .rich88games-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .rich88-sec .rich88-middle .rich88games .rich88games-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .rich88-sec .rich88-middle .rich88games .rich88games-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .rich88-sec .rich88score {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .rich88-sec .rich88score h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .rich88-sec .rich88score .rich88box {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .rich88-sec .rich88score .rich88box .rich88games {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .rich88-sec .rich88score .rich88box .rich88games img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .rich88playbtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .rich88games:hover .rich88playbtn {
        opacity: 1;
    }


    /* ----------------------------pgsoft------------------------ */

    .pgsoft-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .pgsoft-sec .pgsoft-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .pgsoft-sec .pgsoft-middle::-webkit-scrollbar {
        display: none;
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames .pgsoftgames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames .pgsoftgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames .pgsoftgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .pgsoft-sec .pgsoftscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .pgsoft-sec .pgsoftscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .pgsoft-sec .pgsoftscore .pgsoftbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .pgsoft-sec .pgsoftscore .pgsoftbox .pgsoftgames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .pgsoft-sec .pgsoftscore .pgsoftbox .pgsoftgames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .pgsoftplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .pgsoftgames:hover .pgsoftplaybtn {
        opacity: 1;
    }


    /* ----------------------------aviator------------------------ */

    .aviator-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .aviator-sec .aviator-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 85%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .aviator-sec .aviator-middle::-webkit-scrollbar {
        display: none;
    }

    .aviator-sec .aviator-middle .aviatorgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .aviator-sec .aviator-middle .aviatorgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .aviator-sec .aviator-middle .aviatorgames .aviatorgames-img {
        /* border: 1px solid black; */
        height: 20rem;
        width: 100%;
        display: flex;
    }

    .aviator-sec .aviator-middle .aviatorgames .aviatorgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .aviator-sec .aviator-middle .aviatorgames .aviatorgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .aviator-sec .aviatorscore {
        /* border: 1px solid black; */
        height: 10rem;
        width: 100%;
    }

    .aviator-sec .aviatorscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .aviator-sec .aviatorscore .aviatorbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        padding: 10px;
    }

    .aviator-sec .aviatorscore .aviatorbox .aviatorgames {
        /* border: 1px solid black; */
        height: 140px;
        width: 190px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .aviator-sec .aviatorscore .aviatorbox .aviatorgames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .aviatorplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .aviatorgames:hover .aviatorplaybtn {
        opacity: 1;
    }

    .mobile-footer-nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #222;
        color: #fff;
        padding: 10px 0;
        display: none;
        z-index: 999;
    }

    .mobile-footer-nav a {
        color: white;
        font-size: 14px;
        text-decoration: none;
    }

}


@media screen and (max-width: 768px) {
  
  	body {
        padding-bottom: 60px; /* Match height of .mobile-footer-nav */
    }
  
    .header-sec {
        /*border: 1px solid black;*/
        height: 1.5rem;
        width: 100%;
        display: flex;
      	background: #feb500;
    }

    .header-sec .header-left {
        /* border: 1px solid black; */
        height: 100%;
        width: 70%;
        display: flex;
    }

    .header-sec .header-left .icons-text {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        padding-left: 10px;
        color: black;
    }

    .header-sec .header-left .icons-text .headericons {
        font-size: 10px;
        color: black;
        margin-right: 5px;
    }

    .header-sec .header-left .icons-text p {
        font-size: 9px;
        padding-left: 5px;
        padding-top: 15px;
        display: none !important;
    }

    .header-sec .header-right {
        /* border: 1px solid black; */
        height: 100%;
        width: 30%;
    }

    .header-sec .header-right .headerdate {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 10px;
    }

    .header-sec .header-right .headerdate p {
        color: black;
        font-size: 9px;
        padding-top: 15px;
    }

    .navbar-sec {
        /* border: 1px solid black; */
        height: 3.8rem;
        width: 100%;
        display: flex;
      background: black;
    }

    .nav-item.active {
        background-color: rgb(255, 208, 0);
        color: black;
        height: 100%;
        display: flex;
        align-items: center;
        /* border-radius: 5px; */
    }

    .navbar-sec .navbar-logo {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        padding-left: 5px;
    }

    .navbar-sec .navbar-logo img {
        width: 100px;
    }

    .navbar-sec .navbar-btns {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
      	flex-wrap: wrap;
        padding-right: 5px;
    }

    .navbar-sec .navbar-btns button {
        padding: 8px;
        width: 70px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 10px;
        color: white;
        background: #ffc107;
        margin-right: 5px;
        border: none;
        cursor: pointer;
    }
  
  	.navbar-sec .navbar-btns .wallet-balance {
  	  padding: 3px 15px;
      font-size: 13px;
      font-weight: 600;
  	}

    .main-navbar {
        /* border: 1px solid black; */
        height: 3.5rem;
        width: 100%;
        background: #feb500;
        overflow: auto;
    }

    .main-navbar::-webkit-scrollbar {
        display: none;
    }

    .main-navbar ul {
        /* border: 1px solid black; */
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0px;
    }

    .main-navbar li {
        list-style-type: none;
        font-size: 13px;
        font-weight: 700;
        padding-left: 20px;
        width: 55px;
      	display: flex;
      	flex-direction: column;
      	align-items: center;
      	justify-content: center;
      color: black;
    }

    .main-navbar a:nth-child(1) {
        display: none;
    }

    .main-navbar a {
        color: white;
        text-decoration: none;
    }
  
  	.main-navbar a img {
      width: 25px;
  	}	
  
  	.main-navbar a img.iplimg {
      width: 35px;
  	}
  
  	.main-navbar a img.evolutionimg {
      width: 13px;
  	}
  
  	.main-navbar a img.jiliimg {
      width: 25px;
      margin-bottom: 5px;
  	}

    .main-navbar li .cricket {
        /* border: 1px solid black; */
        position: relative;
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
      	flex-direction: column;
    }

    .main-navbar li .cricket span {
        position: absolute;
        font-size: 7px;
        color: rgb(255, 54, 54);
        font-weight: 400;
        text-transform: uppercase;
        padding-left: 3px;
        border-radius: 3px;
        background: white;
      	left: 20px;
        top: 0px;
        box-shadow: 1px 2px 4px black;
    }

    .main-navbar li .cricket p {
        padding-top: 15px;
    }

    .home-sec {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .home-sec .home-main-banner {
        /* border: 1px solid black; */
        height: 9rem;
        width: 100%;
    }

    .home-sec .home-main-banner .myBannerSwiper {
        width: 100%;
        height: 100%;
        border-radius: none;
    }

    .home-sec .home-main-banner img {
        width: 100%;
        height: 100%;
    }

    .home-sec .aviator-casino-racing {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 5px 0px;
    }

    .home-sec .aviator-casino-racing .imagebox {
        /* border: 1px solid black; */
        height: 8rem;
        width: 32.8%;
        border-radius: 0px;
        display: none;
    }

    .home-sec .aviator-casino-racing .imagebox img {
        height: 100%;
        width: 100%;
        border-radius: 0px;
    }

    .home-sec .onlinegames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .home-sec .onlinegames .casinoimg {
        /* border: 1px solid black; */
        height: 6rem;
        width: 100%;
        margin: 3px 0px;
    }

    .home-sec .onlinegames .casinoimg img {
        height: 100%;
        width: 100%;
    }

    .home-sec .topgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        padding: 5px 0px;
    }

    .home-sec .topgames h5 {
        font-size: 12px;
        padding-bottom: 3px;
    }

    .home-sec .topgames .topgameslider {
        /* border: 1px solid black; */
        height: 4rem;
        width: 100%;
    }

    .swiper {
        width: 100%;
        height: 100%;
      	padding: 0px !important;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 5px;
    }

    .home-sec .cricketscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        padding: 0px 6px;
    }

    .home-sec .cricketscore h5 {
        font-size: 12px;
        padding: 4px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .home-sec .cricketscore .cricketbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .home-sec .cricketscore .cricketbox .gamename {
        border: 1px solid lightgrey;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .home-sec .cricketscore .cricketbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        display: none;
    }

    .home-sec .cricketscore .cricketbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
    }

    .home-sec .cricketscore .cricketbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .home-sec .cricketscore .cricketbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
    }

    .home-sec .cricketscore .cricketbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .home-sec .cricketscore .cricketbox .gamename .left p {
        font-size: 11px;
        padding-left: 3px;
        font-weight: 600;
        padding-top: 10px;
    }

    .home-sec .cricketscore .cricketbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .home-sec .cricketscore .cricketbox .gamename .left .images img {
        height: 15px;
    }

    .home-sec .cricketscore .cricketbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-sec .cricketscore .cricketbox .gamename .right button {
        padding: 3px 17px;
        width: auto;
        font-size: 13px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .home-sec .cricketscore .cricketbox .moregame {
        /* border: 1px solid black; */
        height: 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .home-sec .cricketscore .cricketbox .moregame a {
        font-size: 11px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }

    .home-sec .horseracingdata {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        padding: 6px;
    }

    .home-sec .horseracingdata h5 {
        font-size: 12px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .home-sec .horseracingdata .horseracing-box {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        box-shadow: 1px 3px 5px lightgrey;
        overflow: auto;
    }

    .home-sec .horseracingdata .horseracing-box .horseracingtext {
        /* border: 1px solid black; */
        height: auto;
        width: auto;
        display: flex;
        align-items: center;
    }

    .home-sec .horseracingdata .horseracing-box .horseracingtext img {
        width: 35px;
        height: 35px;
    }

    .home-sec .horseracingdata .horseracing-box .horseracingtext h4 {
        font-size: 13px;
        width: 180px;
        max-width: 200px;
        padding: 10px;
        text-align: center;
    }

    .home-sec .downloadbanner {
        /* border: 1px solid black; */
        height: 6rem;
        width: 100%;
        /*border-radius: 10px;*/
        margin-top: 5px;
    }

    .home-sec .downloadbanner img {
        height: 100%;
        width: 100%;
        /*border-radius: 10px;*/
    }

    .home-sec .indiancasinogames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        padding: 5px 0px;
        position: relative;
        display: inline-block;
    }

    .home-sec button.indiancasinogamesbtn {
        width: 100%;
        text-align: start;
        padding: 6px;
        font-size: 12px;
        font-weight: 600;
        background: white;
        border: 1px solid lightgrey;
        border-radius: 5px;
        transition: 0.4s;
       	background: #292929;
      	color: white;	
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active,
    .indiancasinogamesbtn:hover {
        background-color: #ccc;
    }

    /* Style the accordion panel. Note: hidden by default */
    .panel {
        padding: 6px 10px;
        background-color: white;
        display: none;
        overflow: auto;
        max-height: 400px;
       	background: #292929;
    }

    .panel h4 {
        font-size: 16px;
        color: grey;
        font-weight: 600;
    }

    .panel p {
        font-size: 12px;
        color: rgb(174, 173, 173);
        font-weight: 600;
        padding: 0px 0px;
    }

    .sidebar {
        position: fixed;
        /* Stick to screen */
        top: 0;
        /* Start from top */
        left: 0;
        /* Align to left */
        width: 100%;
        background-color: #1c1c1c;
        color: #fff;
        height: 100vh;
        /* Full screen height */
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1000;

        /* Start hidden off-screen */
        transform: translateX(-100%);

        /* Smooth transition */
        transition: transform 0.3s ease-in-out;
    }

    .sidebar.open {
        transform: translateX(0);
    }

    .sidebar-toggle-btn {
        display: block;
        cursor: pointer;
        font-size: 20px;
        padding: 14px 0px;
        font-weight: 700;
        padding-left: 10px;
        color: black;
    }

    .sidebar-close-btn {
        display: block;
        color: black;
        font-weight: 700;
        padding-right: 15px;
    }

    .sidebar::-webkit-scrollbar {
        display: none;
    }

    .sidebar .sidebarheader {
        display: flex;
        background-color: #e2e2e2;
        justify-content: space-between;
        align-items: center;
    }

    .sidebar h3 {
        color: #000;
        padding: 10px 15px;
        margin: 0;
        font-weight: bold;
        font-size: 14px;
    }

    .menu-item {
        display: flex;
        align-items: center;
        padding: 3px 15px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        overflow: auto;
    }

    .menu-item::-webkit-scrollbar {
        display: none;
    }

    .menu-item:hover {
        background-color: #333;
    }

    .menu-item img {
        width: 25px;
        height: 25px;
        margin-right: 12px;
    }

    .menu-item p {
        font-size: 13px;
        font-weight: 700;
        padding-top: 15px;
    }

    .menu-item .arrow {
        margin-left: auto;
        transition: transform 0.3s ease;
    }

    .menu-item.active {
        background-color: #ffd600;
        color: #000;
    }

    .dropdown {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        background-color: #2b2b2b;
    }

    .dropdown p {
        padding: 10px 55px;
        margin: 0;
        color: #fff;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
    }

    .dropdown p:hover {
        background-color: #444;
    }

    .menu-item.open .arrow {
        transform: rotate(90deg);
    }

    .menu-item.open+.dropdown {
        max-height: 200px;
    }

    
        /* -------------------------------Footer---------------------------- */
    
        .footer {
            /* border: 1px solid black; */
            height: auto;
            width: 100%;
            padding: 20px 20px;
          	display: flex;
          	flex-wrap: wrap;
            background: #292929;
          	color: white;
        }
    
        .footer .footer-img {
            /* border: 1px solid black; */
            height: auto;
            width: 100%;
            display: flex;
            justify-content: start;
            flex-wrap: wrap;
        }
    
        .footer .footer-img .footer-imgbox {
            /* border: 1px solid black; */
            height: 30px;
            width: 70px;
            margin-right: 10px;
            margin-top: 5px;
        }
    
        .footer .footer-img .footer-imgbox img {
            width: 100%;
            height: 100%;
        }
    
        .footer .footer-text {
            /* border: 1px solid black; */
            height: auto;
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
        .footer ul {
            list-style: none;
            padding: 30px 0px 10px;
            width: 150px;
            /* border: 1px solid black; */
            margin: 0;
        }
    
        .footer .footer-nav-img {
            /* border: 1px solid black; */
            width: 100px;
            height: 50px;
            margin-bottom: 20px;
        }
    
        .footer .footer-nav-img img {
            width: 100%;
            height: 100%;
        }
    
        .footer .footer-text ul li p {
            font-size: 12px;
            font-weight: 700;
            line-height: 25px;
            color: black;
            margin: 0;
          color: white;
        }
    
        .footer .footer-text ul li h4 {
            font-size: 16px;
            font-weight: 800;
            color: rgb(193, 1, 1);
            margin-bottom: 20px;
        }
    
        .footer .footer-warning {
            /* border-top: 1px solid black; */
            height: auto;
            width: 100%;
        }
    
        .footer .footer-warning p {
            font-size: 11px;
            font-weight: 500;
            text-align: center;
            padding: 12px 0px;
            color: white;
        }


    .inplay-sec {
        /* border: 1px solid black; */
        /* display: flex; */
    }

    .inplay-sec .inplay-middle {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: hidden;
    }

    .inplay-sec .inplay-middle::-webkit-scrollbar {
        display: none;
    }

    .inplay-sec .inplay-middle .inplaygames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .inplay-sec .inplay-middle .inplaygames h5 {
        font-size: 13px;
        padding: 7px 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .inplay-sec .inplay-middle .inplaygames .inplaygames-img {
        /* border: 1px solid black; */
        height: 5.5rem;
        width: 100%;
        display: flex;
        overflow: auto;
    }

    .inplay-sec .inplay-middle .inplaygames .inplaygames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .inplay-sec .inplay-middle .inplaygames .inplaygames-img .imgbox img {
        width: 50px;
        /* border: 1px solid black; */
        border-radius: 50%;
        margin: 0px 10px;
    }

    .inplay-sec .inplay-middle .inplaygames .inplaygames-img .imgbox h4 {
        font-size: 12px;
        padding-top: 8px;
        color: rgb(0, 0, 0, .9);
    }

    .inplay-sec .cricketscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .inplay-sec .cricketscore h5 {
        font-size: 12px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .inplay-sec .cricketscore .cricketbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .inplay-sec .cricketscore .cricketbox .gamename {
        border: 1px solid lightgrey;
        height: auto;
        width: 100%;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
        display: none;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 38%;
        display: none;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .rightnumbers .number p {
        font-size: 13px;
        font-weight: 600;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left p {
        font-size: 11px;
        padding-left: 6px;
        font-weight: 600;
        padding-top: 15px;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left p .livedot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: green;
        border-radius: 50%;
        margin-right: 6px;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left .live {
        font-size: 8px;
        font-weight: 700;
        color: rgb(255, 191, 0);
        padding-top: 10px;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .left .images img {
        height: 15px;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inplay-sec .cricketscore .cricketbox .gamename .right button {
        padding: 3px;
        width: 54px;
        font-size: 13px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .inplay-sec .cricketscore .cricketbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .inplay-sec .cricketscore .cricketbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }

    .inplay-sec .inplay-end {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .inplay-sec .inplay-end h5 {
        font-size: 15px;
        padding: 5px 8px;
        background: #000;
        color: white;
        font-weight: 600;
    }

    .inplay-sec .inplay-end table {
        width: 100%;
        background: #000;
    }

    .inplay-sec .inplay-end table thead tr th {
        text-align: start;
        padding: 3px 8px;
        font-size: 14px;
        color: white;
        border: 1px solid rgb(81, 80, 80);
    }

    .ipl-sec {
        /* border: 1px solid black; */
        /* display: flex; */
    }

    .ipl-sec .ipl-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: hidden;
    }

    .ipl-sec .ipl-middle::-webkit-scrollbar {
        display: none;
    }

    .ipl-sec .ipl-middle .iplgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier {
        /* border: 1px solid black; */
        height: 2rem;
        width: 100%;
        display: flex;
        align-items: center;
        background: rgb(233, 233, 233);
        padding-left: 5px;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier button {
        /* border: 1px solid black; */
        padding: 0px;
        border-radius: 5px;
        cursor: pointer;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier button:hover {
        color: white;
        background: black;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier button.active {
        color: white;
        background: black;
    }

    .ipl-sec .ipl-middle .iplgames .indianpremier h5 {
        font-size: 13px;
        padding: 0px 5px;
        color: rgb(57, 57, 57);
        margin-top: 8px;
    }

    .ipl-sec .ipl-middle .iplgames .ipldatetime {
        /* border: 1px solid black; */
        height: 1.6rem;
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        background: #000;
    }

    .ipl-sec .ipl-middle .iplgames .ipldatetime p {
        font-size: 10px;
        padding: 5px;
        font-weight: 600;
        color: white;
    }

    .ipl-sec .ipl-middle .iplwinner {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext {
        /* border: 1px solid black; */
        height: 1.8rem;
        padding: 5px;
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        background-color: rgb(233, 233, 233);
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext h6 {
        font-size: 13px;
        color: rgb(0, 0, 0, .8);
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext .min-max {
        /* border: 1px solid black; */
        display: flex;
        /* align-items: center; */
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext .min-max p {
        font-size: 11px;
        font-weight: 600;
    }

    .ipl-sec .ipl-middle .iplwinner .iplwinnertext .min-max button {
        padding: 4px 0px;
        font-size: 10px;
        margin-left: 0px;
        border: none;
        background-color: transparent;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername {
        border: 1px solid rgb(206, 206, 206);
        height: auto;
        padding: 0px 5px;
        display: flex;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .leftbtns {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .rightbtns {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .rightbtns .btns {
        /* border: 1px solid black; */
        height: 2rem;
        width: auto;
        display: flex;
        align-items: center;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .rightbtns .btns button {
        font-size: 13px;
        font-weight: 700;
        padding: 4px;
        width: 85px;
        margin-right: 3px;
        display: flex;
        justify-content: center;
    }

    .btns .back {
        font-size: 13px;
        font-weight: 700;
        padding: 6px;
        width: 85px;
        margin-right: 1px;
        background-color: #4bb7ff;
        /* Light blue */
        color: black;
        border: none;
        border-bottom: none;
        border-top-left-radius: 20px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        outline: none;
    }

    .btns .lay {
        font-size: 13px;
        font-weight: 700;
        padding: 6px;
        width: 85px;
        margin-right: 1px;
        background-color: #ffa2b8;
        /* Light pink */
        color: black;
        border: none;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        outline: none;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .left p {
        font-size: 13px;
        font-weight: 700;
        color: rgb(0, 0, 0, .9);
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 0px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .right button.betbtn {
        padding: 4px;
        width: 82px;
        height: 42px;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .right button.betbtn h5 {
        font-size: 15px;
        padding-bottom: 4px;
        margin: 0;
    }

    .ipl-sec .ipl-middle .iplwinner .winnername .right button.betbtn p {
        font-size: 9px;
        font-weight: 600;
    }

    .right .btns button.betbtn:nth-child(1) {
        background-color: #bae0fb;
        display: none;
        /* Light blue */
    }

    /* 2nd Button - Somewhat Darker Blue */
    .right .btns button.betbtn:nth-child(2) {
        background-color: #9bd3fe;
        display: none;
        /* Medium blue */
    }

    /* 3rd Button - Blue */
    .right .btns button.betbtn:nth-child(3) {
        background-color: #74c7fe;
        /* Main blue */
    }

    /* 4th Button - Pink */
    .right .btns button.betbtn:nth-child(4) {
        background-color: #ff9ab1;
        /* Standard pink */
    }

    /* 5th Button - Darker Pink */
    .right .btns button.betbtn:nth-child(5) {
        background-color: #feb8cc;
        display: none;
        /* Darker pink */
    }

    /* 6th Button - Light Pink */
    .right .btns button.betbtn:nth-child(6) {
        background-color: #ffcdd8;
        display: none;
        /* Light pink */
    }

    .right .btns button.betbtn:nth-child(1):hover,
    .right .btns button.betbtn:nth-child(2):hover,
    .right .btns button.betbtn:nth-child(3):hover {
        background-color: #60bfff;
    }

    .right .btns button.betbtn:nth-child(4):hover,
    .right .btns button.betbtn:nth-child(5):hover,
    .right .btns button.betbtn:nth-child(6):hover {
        background-color: #feacbf;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }
  
    .ipl-sec .ipl-middle .iplwinner .winnerbet {
        
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox .left {
        /* border: 1px solid black; */
        height: 2rem;
        width: 50%;
        display: none;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox .right {
        /* border: 1px solid black; */
        height: 2.2rem;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox .right p {
        font-size: 16px;
        font-weight: 600;
        padding-right: 15px;
        padding-top: 15px;
        display: none;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betbox .right .winnerbetquantity {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        display: flex;
        padding: 2px 0px;
    }

    .quantitybet {
        display: flex;
        /* border: 2px solid #3498db; */
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .quantitybet button {
        background-color: #b1b1b1;
        color: #ffffff;
        border: none;
        cursor: pointer;
        font-size: 18px;
        font-weight: 800;
        width: 35px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

    .quantitybet button:hover {
        background-color: #a1a0a0;
    }

    .input-boxbet {
        width: 100px;
        text-align: center;
        border: none;
        padding: 1px 10px;
        font-size: 16px;
        font-weight: 600;
        outline: none;
    }

    /* Hide the number input spin buttons */
    .input-boxbet::-webkit-inner-spin-button,
    .input-boxbet::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-boxbet[type="number"] {
        -moz-appearance: textfield;
    }

    .quantitynumber {
        display: flex;
        /* border: 2px solid #3498db; */
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-left: 10px;
    }

    .quantitynumber button {
        background-color: #b1b1b1;
        color: #ffffff;
        border: none;
        cursor: pointer;
        font-size: 18px;
        font-weight: 800;
        width: 35px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

    .quantitynumber button:hover {
        background-color: #a1a0a0;
    }

    .input-boxnumber {
        width: 100px;
        text-align: center;
        border: none;
        padding: 1px 10px;
        font-size: 16px;
        font-weight: 600;
        outline: none;
    }

    /* Hide the number input spin buttons */
    .input-boxnumber::-webkit-inner-spin-button,
    .input-boxnumber::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-boxnumber[type="number"] {
        -moz-appearance: textfield;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .left {
        /* border: 1px solid black; */
        height: 2rem;
        width: 100%;
        display: none;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        padding: 3px 0px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber {
        font-size: 13px;
        font-weight: 700;
        padding: 6px 12.2px;
        border-radius: 4px;
        border: none;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber {
        background: linear-gradient(to bottom, rgb(204, 204, 204), rgb(112, 112, 112));
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(204, 204, 204), rgb(112, 112, 112));
        /* flipped */
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber:hover::before {
        opacity: 1;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .numberbtns button.betnumber:hover {
        color: white;
        /* Text color on hover */
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn {
        /* border: 1px solid black; */
        height: 100%;
        width: auto;
        display: flex;
        padding: 2px 0px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button {
        padding: 6px 14px;
        font-size: 14px;
        font-weight: 700;
        margin-left: 5px;
        width: 160px;
        border: none;
        border-radius: 4px;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.placebet-btn {
        background: linear-gradient(to bottom, rgb(0, 211, 36), darkgreen);
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.placebet-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(0, 211, 36), darkgreen);
        /* flipped */
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.placebet-btn:hover::before {
        opacity: 1;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.placebet-btn:hover {
        color: white;
        /* Text color on hover */
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.cancel-btn {
        background: linear-gradient(to bottom, rgb(255, 54, 54), rgb(203, 0, 0));
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.cancel-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(255, 54, 54), rgb(203, 0, 0));
        /* flipped */
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.cancel-btn:hover::before {
        opacity: 1;
    }

    .ipl-sec .ipl-middle .iplwinner .winnerbet .betnumberbox .right .betnumber-play-cancel-btn button.cancel-btn:hover {
        color: white;
        /* Text color on hover */
    }

    .ipl-sec .ipl-end {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .ipl-sec .ipl-end h5 {
        font-size: 15px;
        padding: 5px 8px;
        background: #000;
        color: white;
        font-weight: 600;
    }

    .ipl-sec .ipl-end table {
        width: 100%;
        background: #000;
    }

    .ipl-sec .ipl-end table thead tr th {
        text-align: start;
        padding: 3px 8px;
        font-size: 14px;
        color: white;
        border: 1px solid rgb(81, 80, 80);
    }


    /* -------------------------------Login--------------------------------- */

    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        justify-content: center;
        align-items: center;
        z-index: 100000;
    }

    .modal .modal-header {
        padding: 0px 25px;
    }

    .modal .modal-header .modal-headerdata {
        border: 1px solid black;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .modal .modal-header .modal-headerdata h5 {
        font-size: 19px;
        font-weight: 700;
        color: white;
    }

    .modal .modal-header .modal-headerdata p {
        font-size: 13px;
        color: white;
        font-weight: 600;
    }

    .modal .modal-header .modal-headerdata p a {
        color: rgb(255, 208, 0);
        font-weight: 700;
        text-decoration: none;
    }

    .modal-content {
        background-color: #000000 !important;
        padding: 10px;
        border-radius: 8px;
        position: relative;
    }

    .modal-header .btn-close {
        font-size: 10px !important;
        --bs-btn-close-color: white !important;
        background-color: #727272;
        border-radius: 50%;
        padding: 7px !important;
    }

    .modal-body .modal-login-input {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
        padding: 3px 0px;
    }

    .modal-body .modal-login-input label {
        font-size: 14px;
        color: white;
        padding-bottom: 5px;
    }

    .modal-body .modal-login-input input[type="text"] {
        width: 100%;
        padding: 6px;
        background: #292929;
        border-radius: 10px;
        border: 1px solid #393939;
        outline: none;
    }

    .modal-body .modal-login-input input[type="password"] {
        width: 100%;
        padding: 4px;
        background: #292929;
        border-radius: 10px;
        border: 1px solid #393939;
        outline: none;
    }

    .modal-body .modal-login-input .check-remember {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 5px;
    }

    .modal-body .modal-login-input input[type="checkbox"] {
        width: 30px;
    }

    .modal-body .modal-login-input .check-remember label {
        font-size: 13px;
    }

    .modal-body .modal-login-input .forgotpassword {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .modal-body .modal-login-input .forgotpassword a {
        font-size: 12px;
        color: white;
    }

    .modal-body .captchabox {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
    }

    .modal-body .captchabox .captchaimg {
        /* border: 1px solid white; */
        height: auto;
        width: 40%;
        padding: 20px;
    }

    .modal-body button {
        font-size: 16px;
        font-weight: 700;
        color: black;
        background-color: #ffd000;
        padding: 7px;
        width: 100%;
        border-radius: 5px;
        border: none;
    }

    .modal-body button.demoid {
        margin-top: 10px;
    }

    .modal-signupcontent {
        height: 42rem;
        overflow: auto;
    }

    .modal-signupcontent::-webkit-scrollbar {
        display: none;
    }

    .modal .modal-header .modal-headersignupdata {
        border: 1px solid black;
        height: auto;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .modal .modal-header .modal-headersignupdata p {
        font-size: 13px;
        color: white;
        font-weight: 600;
        margin: 4px;
    }

    .modal .modal-header .modal-headersignupdata h5 {
        font-size: 17px;
        font-weight: 700;
        color: white;
        padding-bottom: 10px;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink {
        position: relative;
        overflow: hidden;
        border: none;
        width: 70%;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: linear-gradient(to right, orange, rgb(255, 43, 78));
        color: white;
        cursor: pointer;
        transition: color 0.4s ease;
        margin-bottom: 10px;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgb(255, 43, 78), orange);
        /* reversed gradient */
        opacity: 1;
        transition: opacity 0.6s ease;
        z-index: 1;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink:hover::before {
        opacity: 1;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink .content {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink h4 {
        font-size: 21px;
        color: white;
        padding-top: 5px;
    }

    .modal .modal-header .modal-headersignupdata .whatsapplink .whatsapp {
        font-size: 50px;
        color: green;
        margin-right: 10px;
    }

    .modal-signupbody {
        padding: 20px 0px;
    }

    .modal-signupbody .modal-signup-input {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
        padding: 5px 0px;
    }

    .modal-signupbody .modal-signup-input label {
        font-size: 15px;
        color: white;
        padding-bottom: 5px;
    }

    .modal-signupbody .modal-signup-input input[type="text"] {
        width: 100%;
        padding: 6px;
        background: #292929;
        border-radius: 10px;
        border: 1px solid #393939;
        outline: none;
        margin-bottom: 5px;
    }

    .modal-signupbody .modal-signup-input input[type="password"] {
        width: 100%;
        padding: 6px;
        background: #292929;
        border-radius: 10px;
        border: 1px solid #393939;
        outline: none;
        margin-bottom: 5px;
    }

    .modal-signupbody .captchabox {
        /* border: 1px solid white; */
        height: auto;
        width: 100%;
    }

    .modal-signupbody .captchabox .captchaimg {
        /* border: 1px solid white; */
        height: auto;
        width: 40%;
        padding: 20px;
    }

    .modal-signupbody button {
        font-size: 16px;
        font-weight: 700;
        color: black;
        background-color: #ffd000;
        padding: 8px;
        width: 100%;
        border-radius: 5px;
        border: none;
        margin: 8px 0px;
    }


    /* ----------------------------Cricket------------------------ */

    .cricket-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .cricket-sec .cricket-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: hidden;
    }

    .cricket-sec .cricket-middle::-webkit-scrollbar {
        display: none;
    }

    .cricket-sec .cricket-middle .cricketgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .cricket-sec .cricket-middle .cricketgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .cricket-sec .cricket-middle .cricketgames .cricketgames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .cricket-sec .cricket-middle .cricketgames .cricketgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cricket-sec .cricket-middle .cricketgames .cricketgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .cricket-sec .cricket-middle .cricketgames .cricketgames-img .imgbox h4 {
        font-size: 13px;
        padding-top: 8px;
        color: rgb(0, 0, 0, .9);
    }

    .cricket-sec .cricketscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .cricket-sec .cricketscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .cricket-sec .cricketscore .cricketbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .cricket-sec .cricketscore .cricketbox .gamename {
        border: 1px solid lightgrey;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        display: none;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        display: none;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
        /* padding-top: 15px; */
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left p {
        font-size: 11px;
        padding-left: 6px;
        font-weight: 600;
        padding-top: 15px;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left p .livedot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: green;
        border-radius: 50%;
        margin-right: 6px;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left .live {
        font-size: 9px;
        font-weight: 700;
        color: rgb(255, 191, 0);
        padding-top: 10px;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .left .images img {
        height: 15px;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cricket-sec .cricketscore .cricketbox .gamename .right button {
        padding: 3px;
        width: 54px;
        font-size: 13px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .cricket-sec .cricketscore .cricketbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .cricket-sec .cricketscore .cricketbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }


    /* ----------------------------Soccer------------------------ */

    .soccer-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .soccer-sec .soccer-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: hidden;
    }

    .soccer-sec .soccer-middle::-webkit-scrollbar {
        display: none;
    }

    .soccer-sec .soccer-middle .soccergames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .soccer-sec .soccer-middle .soccergames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .soccer-sec .soccer-middle .soccergames .soccergames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .soccer-sec .soccer-middle .soccergames .soccergames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .soccer-sec .soccer-middle .soccergames .soccergames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .soccer-sec .soccer-middle .soccergames .soccergames-img .imgbox h4 {
        font-size: 13px;
        padding-top: 8px;
        color: rgb(0, 0, 0, .9);
    }

    .soccer-sec .soccerscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .soccer-sec .soccerscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .soccer-sec .soccerscore .soccerbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .soccer-sec .soccerscore .soccerbox .gamename {
        border: 1px solid lightgrey;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        display: none;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        display: none;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
        /* padding-top: 15px; */
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left p {
        font-size: 11px;
        padding-left: 6px;
        font-weight: 600;
        padding-top: 15px;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left p .livedot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: green;
        border-radius: 50%;
        margin-right: 6px;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left .live {
        font-size: 9px;
        font-weight: 700;
        color: rgb(255, 191, 0);
        padding-top: 10px;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .left .images img {
        height: 15px;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .soccer-sec .soccerscore .soccerbox .gamename .right button {
        padding: 3px;
        width: 54px;
        font-size: 13px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .soccer-sec .soccerscore .soccerbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .soccer-sec .soccerscore .soccerbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }


    /* ----------------------------Tennis------------------------ */

    .tennis-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .tennis-sec .tennis-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: hidden;
    }

    .tennis-sec .tennis-middle::-webkit-scrollbar {
        display: none;
    }

    .tennis-sec .tennis-middle .tennisgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .tennis-sec .tennis-middle .tennisgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .tennis-sec .tennis-middle .tennisgames .tennisgames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .tennis-sec .tennis-middle .tennisgames .tennisgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .tennis-sec .tennis-middle .tennisgames .tennisgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .tennis-sec .tennis-middle .tennisgames .tennisgames-img .imgbox h4 {
        font-size: 13px;
        padding-top: 8px;
        color: rgb(0, 0, 0, .9);
    }

    .tennis-sec .tennisscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .tennis-sec .tennisscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .tennis-sec .tennisscore .tennisbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 3px 5px lightgrey;
    }

    .tennis-sec .tennisscore .tennisbox .gamename {
        border: 1px solid lightgrey;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .leftnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        display: none;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .rightnumbers {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        display: none;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .rightnumbers .number {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .rightnumbers .number p {
        font-size: 16px;
        font-weight: 600;
        /* padding-top: 15px; */
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left p {
        font-size: 11px;
        padding-left: 6px;
        font-weight: 600;
        padding-top: 15px;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left p .livedot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: green;
        border-radius: 50%;
        margin-right: 6px;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left .live {
        font-size: 9px;
        font-weight: 700;
        color: rgb(255, 191, 0);
        padding-top: 10px;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left .images {
        /* border: 1px solid black; */
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .left .images img {
        height: 15px;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .right {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tennis-sec .tennisscore .tennisbox .gamename .right button {
        padding: 3px;
        width: 54px;
        font-size: 13px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .right .btns button:nth-child(even) {
        background-color: #faa9ba;
    }

    .right .btns button:nth-child(odd) {
        background-color: #2eabff;
    }

    .tennis-sec .tennisscore .tennisbox .moregame {
        /* border: 1px solid black; */
        height: 1.9rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .tennis-sec .tennisscore .tennisbox .moregame a {
        font-size: 14px;
        color: black;
        font-weight: 700;
        text-decoration: none;
    }


    /* ----------------------------Casino------------------------ */

    .casino-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .casino-sec .casino-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .casino-sec .casino-middle::-webkit-scrollbar {
        display: none;
    }

    .casino-sec .casino-middle .casinogames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .casino-sec .casino-middle .casinogames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .casino-sec .casino-middle .casinogames .casinogames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .casino-sec .casino-middle .casinogames .casinogames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .casino-sec .casino-middle .casinogames .casinogames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .casino-sec .casinoscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .casino-sec .casinoscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .casino-sec .casinoscore .casinobox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .casino-sec .casinoscore .casinobox .casinogames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .casino-sec .casinoscore .casinobox .casinogames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .casinoplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .casinogames:hover .casinoplaybtn {
        opacity: 1;
    }


    /* ----------------------------Sexy------------------------ */

    .sexy-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .sexy-sec .sexy-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .sexy-sec .sexy-middle::-webkit-scrollbar {
        display: none;
    }

    .sexy-sec .sexy-middle .sexygames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .sexy-sec .sexy-middle .sexygames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .sexy-sec .sexy-middle .sexygames .sexygames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .sexy-sec .sexy-middle .sexygames .sexygames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .sexy-sec .sexy-middle .sexygames .sexygames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .sexy-sec .sexyscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .sexy-sec .sexyscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .sexy-sec .sexyscore .sexybox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .sexy-sec .sexyscore .sexybox .sexygames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .sexy-sec .sexyscore .sexybox .sexygames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .sexyplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .sexygames:hover .sexyplaybtn {
        opacity: 1;
    }


    /* ----------------------------Evolution------------------------ */

    .evolution-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .evolution-sec .evolution-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .evolution-sec .evolution-middle::-webkit-scrollbar {
        display: none;
    }

    .evolution-sec .evolution-middle .evolutiongames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .evolution-sec .evolution-middle .evolutiongames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .evolution-sec .evolution-middle .evolutiongames .evolutiongames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .evolution-sec .evolution-middle .evolutiongames .evolutiongames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .evolution-sec .evolution-middle .evolutiongames .evolutiongames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .evolution-sec .evolutionscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .evolution-sec .evolutionscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .evolution-sec .evolutionscore .evolutionbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .evolution-sec .evolutionscore .evolutionbox .evolutiongames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .evolution-sec .evolutionscore .evolutionbox .evolutiongames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .evolutionplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .evolutiongames:hover .evolutionplaybtn {
        opacity: 1;
    }


    /* ----------------------------Spribe------------------------ */

    .spribe-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .spribe-sec .spribe-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .spribe-sec .spribe-middle::-webkit-scrollbar {
        display: none;
    }

    .spribe-sec .spribe-middle .spribegames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .spribe-sec .spribe-middle .spribegames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .spribe-sec .spribe-middle .spribegames .spribegames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .spribe-sec .spribe-middle .spribegames .spribegames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .spribe-sec .spribe-middle .spribegames .spribegames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .spribe-sec .spribescore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .spribe-sec .spribescore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .spribe-sec .spribescore .spribebox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .spribe-sec .spribescore .spribebox .spribegames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .spribe-sec .spribescore .spribebox .spribegames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .spribeplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .spribegames:hover .spribeplaybtn {
        opacity: 1;
    }


    /* ----------------------------Playing------------------------ */

    .playing-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .playing-sec .playing-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .playing-sec .playing-middle::-webkit-scrollbar {
        display: none;
    }

    .playing-sec .playing-middle .playinggames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .playing-sec .playing-middle .playinggames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .playing-sec .playing-middle .playinggames .playinggames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .playing-sec .playing-middle .playinggames .playinggames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .playing-sec .playing-middle .playinggames .playinggames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .playing-sec .playingscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .playing-sec .playingscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .playing-sec .playingscore .playingbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .playing-sec .playingscore .playingbox .playinggames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .playing-sec .playingscore .playingbox .playinggames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .playingplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .playinggames:hover .playingplaybtn {
        opacity: 1;
    }


    /* ----------------------------Habanero------------------------ */

    .habanero-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .habanero-sec .habanero-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .habanero-sec .habanero-middle::-webkit-scrollbar {
        display: none;
    }

    .habanero-sec .habanero-middle .habanerogames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .habanero-sec .habanero-middle .habanerogames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .habanero-sec .habanero-middle .habanerogames .habanerogames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .habanero-sec .habanero-middle .habanerogames .habanerogames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .habanero-sec .habanero-middle .habanerogames .habanerogames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .habanero-sec .habaneroscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .habanero-sec .habaneroscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .habanero-sec .habaneroscore .habanerobox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .habanero-sec .habaneroscore .habanerobox .habanerogames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .habanero-sec .habaneroscore .habanerobox .habanerogames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .habaneroplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .habanerogames:hover .habaneroplaybtn {
        opacity: 1;
    }


    /* ----------------------------Ezugi------------------------ */

    .ezugi-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .ezugi-sec .ezugi-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .ezugi-sec .ezugi-middle::-webkit-scrollbar {
        display: none;
    }

    .ezugi-sec .exugi-middle .exugigames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .exugi-sec .exugi-middle .exugigames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .exugi-sec .exugi-middle .exugigames .exugigames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .exugi-sec .exugi-middle .exugigames .exugigames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .exugi-sec .exugi-middle .exugigames .ezugigames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .ezugi-sec .ezugiscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .ezugi-sec .ezugiscore h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .ezugi-sec .ezugiscore .ezugibox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .ezugi-sec .ezugiscore .ezugibox .ezugigames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .ezugi-sec .ezugiscore .ezugibox .ezugigames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .ezugiplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .ezugigames:hover .ezugiplaybtn {
        opacity: 1;
    }


    /* ----------------------------Jili------------------------ */

    .jili-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .jili-sec .jili-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .jili-sec .jili-middle::-webkit-scrollbar {
        display: none;
    }

    .jili-sec .jili-middle .jiligames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .jili-sec .jili-middle .jiligames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jili-sec .jili-middle .jiligames .jiligames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .jili-sec .jili-middle .jiligames .jiligames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .jili-sec .jili-middle .jiligames .jiligames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .jili-sec .jiliscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .jili-sec .jiliscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jili-sec .jiliscore .jilibox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .jili-sec .jiliscore .jilibox .jiligames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .jili-sec .jiliscore .jilibox .jiligames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .jiliplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .jiligames:hover .jiliplaybtn {
        opacity: 1;
    }

    /* ----------------------------Jili------------------------ */

    .jili-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .jili-sec .jili-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .jili-sec .jili-middle::-webkit-scrollbar {
        display: none;
    }

    .jili-sec .jiliscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .jili-sec .jiliscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jili-sec .jiliscore .jilibox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .jili-sec .jiliscore .jilibox .jiligames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .jili-sec .jiliscore .jilibox .jiligames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .jiliplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .jiligames:hover .jiliplaybtn {
        opacity: 1;
    }

    /* ----------------------------Jdb------------------------ */

    .jdb-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .jdb-sec .jdb-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .jdb-sec .jdb-middle::-webkit-scrollbar {
        display: none;
    }

    .jdb-sec .jdb-middle .jdbgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .jdb-sec .jdb-middle .jdbgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jdb-sec .jdb-middle .jdbgames .jdbgames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .jdb-sec .jdb-middle .jdbgames .jdbgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .jdb-sec .jdb-middle .jdbgames .jdbgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .jdb-sec .jdbscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .jdb-sec .jdbscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .jdb-sec .jdbscore .jdbbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .jdb-sec .jdbscore .jdbbox .jdbgames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .jdb-sec .jdbscore .jdbbox .jdbgames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .jdbplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .jdbgames:hover .jdbplaybtn {
        opacity: 1;
    }


    /* ----------------------------Evoplay------------------------ */

    .evoplay-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .evoplay-sec .evoplay-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .evoplay-sec .evoplay-middle::-webkit-scrollbar {
        display: none;
    }

    .evoplay-sec .evoplay-middle .evoplaygames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .evoplay-sec .evoplay-middle .evoplaygames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .evoplay-sec .evoplay-middle .evoplaygames .evoplaygames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .evoplay-sec .evoplay-middle .evoplaygames .evoplaygames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .evoplay-sec .evoplay-middle .evoplaygames .evoplaygames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .evoplay-sec .evoplayscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .evoplay-sec .evoplayscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .evoplay-sec .evoplayscore .evoplaybox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .evoplay-sec .evoplayscore .evoplaybox .evoplaygames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .evoplay-sec .evoplayscore .evoplaybox .evoplaygames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .evoplayplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .evoplaygames:hover .evoplayplaybtn {
        opacity: 1;
    }


    /* ----------------------------Rich88------------------------ */

    .rich88-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .rich88-sec .rich88-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .rich88-sec .rich88-middle::-webkit-scrollbar {
        display: none;
    }

    .rich88-sec .rich88-middle .rich88games {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .rich88-sec .rich88-middle .rich88games h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .rich88-sec .rich88-middle .rich88games .rich88games-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .rich88-sec .rich88-middle .rich88games .rich88games-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .rich88-sec .rich88-middle .rich88games .rich88games-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .rich88-sec .rich88score {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .rich88-sec .rich88score h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .rich88-sec .rich88score .rich88box {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .rich88-sec .rich88score .rich88box .rich88games {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .rich88-sec .rich88score .rich88box .rich88games img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .rich88playbtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .rich88games:hover .rich88playbtn {
        opacity: 1;
    }


    /* ----------------------------pgsoft------------------------ */

    .pgsoft-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .pgsoft-sec .pgsoft-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .pgsoft-sec .pgsoft-middle::-webkit-scrollbar {
        display: none;
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames .pgsoftgames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames .pgsoftgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .pgsoft-sec .pgsoft-middle .pgsoftgames .pgsoftgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .pgsoft-sec .pgsoftscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .pgsoft-sec .pgsoftscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .pgsoft-sec .pgsoftscore .pgsoftbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .pgsoft-sec .pgsoftscore .pgsoftbox .pgsoftgames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .pgsoft-sec .pgsoftscore .pgsoftbox .pgsoftgames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .pgsoftplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .pgsoftgames:hover .pgsoftplaybtn {
        opacity: 1;
    }


    /* ----------------------------aviator------------------------ */

    .aviator-sec {
        /* border: 1px solid black; */
        display: flex;
    }

    .aviator-sec .aviator-middle {
        /* border: 1px solid black; */
        height: 84vh;
        width: 100%;
        border-left: 4px solid rgb(198, 197, 197);
        border-right: 4px solid rgb(198, 197, 197);
        overflow: auto;
    }

    .aviator-sec .aviator-middle::-webkit-scrollbar {
        display: none;
    }

    .aviator-sec .aviator-middle .aviatorgames {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .aviator-sec .aviator-middle .aviatorgames h5 {
        font-size: 14px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .aviator-sec .aviator-middle .aviatorgames .aviatorgames-img {
        /* border: 1px solid black; */
        height: 8rem;
        width: 100%;
        display: flex;
    }

    .aviator-sec .aviator-middle .aviatorgames .aviatorgames-img .imgbox {
        /* border: 1px solid black; */
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .aviator-sec .aviator-middle .aviatorgames .aviatorgames-img .imgbox img {
        width: 100%;
        height: 100%;
        /* border: 1px solid black; */
        /* border-radius: 50%; */
    }

    .aviator-sec .aviatorscore {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
    }

    .aviator-sec .aviatorscore h5 {
        font-size: 13px;
        padding: 5px;
        background: rgb(233, 233, 233);
        color: rgb(57, 57, 57);
    }

    .aviator-sec .aviatorscore .aviatorbox {
        /* border: 1px solid black; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        /* box-shadow: 1px 3px 5px lightgrey; */
        /* padding: 10px; */
    }

    .aviator-sec .aviatorscore .aviatorbox .aviatorgames {
        /* border: 1px solid black; */
        height: 140px;
        width: 160px;
      	min-width: 140px;
      	max-width: 170px;
        margin-right: 5px;
        margin-top: 13px;
        border-radius: 8px;
        position: relative;
        /* Needed for absolute positioning of button */
        overflow: hidden;
        /* Ensures button doesn't go outside */
    }

    .aviator-sec .aviatorscore .aviatorbox .aviatorgames img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        display: block;
    }

    /* Play button styling */
    .aviatorplaybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show button on hover */
    .aviatorgames:hover .aviatorplaybtn {
        opacity: 1;
    }


    .mobile-footer-nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #222;
        color: #fff;
        padding: 5px 0;
        display: block;
        z-index: 999;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .mobile-footer-nav a {
        color: white;
        font-size: 15px;
        text-decoration: none;
      	padding: 0px 25px;
    	border-radius: 30px;
    	transition: 0.3s;
    }

    .mobile-footer-nav a svg {
        font-size: 12px;
    }

  	.mobile-footer-nav a.active {
    	background: #feb500;
    	padding: 6px 30px;
    	border-radius: 30px;
    	font-weight: bold;
	}

}