#chartdiv {
    width: 100%;
    height: 400px;
}

.bg-light-primary {
    background: #474b4f  !important;
    /* box-shadow: 0px 0px 4px 2px rgb(147 147 147); */
    box-shadow: 4px 3px 3px 0px rgb(0, 0, 0);
    transition: all .6s;
    color: #fff; 
    font-weight: 600;
    height: 100px;
}

.bg-light-primary:hover {
    background: #a10e08 !important;
    border-radius: 15px;
}
.side_menu:hover:focus {
    outline: none; /* To remove the default focus outline, if needed */
    background: #0693ff81;
}


.menu-link.block-menu,
.fa {
    color: #fc4349 !important;
}

.menu-link.block-menu:hover {
    color: #800b0b !important;
}

.shadow {
    box-shadow: 0px 8px 6px rgba(47, 8, 99, 0.1) !important
}

.login_box {
    /* style="border-radius: 5rem;background-color: black !important; box-shadow: 0px -1px 20px 0px white !important;" */
    border-radius: 5rem;
    background-color: black !important; 
    box-shadow: 0px -1px 20px 0px #bfff79 !important;
}
/* .login_box:hover {
    border-radius: 5rem;
    background-color: #0000005e;
    box-shadow: 0px -1px 20px 0px white !important;
} */
.edit-remove-btn {
    background: #d00000;
    color: #fff;
    width: max-content;
    padding: 3px 6px 3px 6px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    /* margin-top: 5px;
    margin-bottom: 5px; */
}
.login_bg {
    background: url(../img/login_bg.png) no-repeat;
    background-size: 100%;
    /* border-radius: 40px; */
}

.blurred-bg {
    background: url(../img/login_background_4.jpg) no-repeat;
    background-size: 100%;
}

.side_drop::before:hover {
    position: absolute;
    top: 6px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(148, 146, 146);
    border-bottom: 10px solid transparent;
    content: '';
} 

.profile_down::before {
    position: absolute;
    top: -50px;
    left: 251px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(255, 255, 255);
    border-bottom: 10px solid transparent;
    content: '';
    right: 19px;
    bottom: 132px;
    transform: left;
    rotate: 89deg;
    top: -14px;
}

.menu-sub.show::before:hover {
    position: absolute;
    top: 18px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(114, 114, 114);
    border-bottom: 10px solid transparent;
    content: '';
}

.menu-sub.show::before {
    position: absolute;
    top: 18px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(252, 67, 73);
    border-bottom: 10px solid transparent;
    content: '';
}

.menu-sub-noarrow::before {
    display: none !important;
}

.filterOpen {
    display: none;
}

.filterOn:focus .filterOpen {
    display: block;
}

.custom-class {
    color: #fff !important; 
}

.close-icon {
    color: #3c3c3c !important; 
    position: absolute;
    left: 240px;
    background: #ffffffd6;
    padding-left: 6px;
    cursor: pointer;
    padding-right: 6px;
    top: 5px;
    padding-bottom: 2px;
    border-radius: 44px;
}

.menu-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border: #332e85 1px dashed;
    padding: 2rem 0;
    border-radius: 15px;
    flex-direction: column;
    gap: 2rem;
    font-size: 1rem;
    cursor: pointer;
}
.menu-block.active, .menu-block.active h5{
    text-align: center;
    color: white;
    border: #332e85 0px dashed;
}
.owl-carousel .menu-block.active{
    background: #332e85;
}
.carousel-wrap {
    /* padding: 0 5%; */
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

@media (max-width: 767.98px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }

    .blurred-bg {
        background: url(../img/login_background_4.jpg) no-repeat;
        background-size: cover;
    }


}

@media (max-width: 1200px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }

    .blurred-bg {
        background: url(../img/login_background_4.jpg) no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1400px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }

    .blurred-bg {
        background: url(../img/login_background_4.jpg) no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1550px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }

    .blurred-bg {
        background: url(../img/login_background_4.jpg) no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1500px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: 600px 100px;
        background-position: bottom center;
    }
}

@media (max-width: 1580px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: 600px 100px;
        background-position: bottom center;
    }
}
@media (max-width: 1920px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: 600px 100px;
        background-position: bottom center;
    }
}


@media (min-width: 1660px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: 600px 100px;
        background-position-y: center;
    }
}

@media (max-width: 1742px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: cover;
        background-position: top center;
        
    }

    .blurred-bg {
        background: url(../img/login_background_4.jpg) no-repeat;
        background-size: cover;
    }
}
@media (max-width: 1851px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .blurred-bg {
        background: url(../img/login_background_4.jpg) no-repeat;
        background-size: 800px 100px;
    }
}

@media (max-width: 2451px) {
    .login_bg {
        background: url(../img/login_bg.png) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }

    .blurred-bg {
        background: url(../img/login_background_4.jpg) no-repeat;
        background-size: cover;
    }
}


/* Preloader */
.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #ddd;
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Montserrat', sans-serif;
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: red;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: #808080;
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
    left: 0;
}

.ctn-preloader .loader-section.section-right {
    right: 0;
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}


/* Style for mobile menu */

.accordionnnn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000; /* Adjust the z-index as needed */
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer_buton_two {
  width: 150px; 
  height: 150px; 
  padding: 0px !important; 
  margin: 10px !important;
  transition: 0.5s;
}

.navv ul li {
  padding: 10px;
}

.navv {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  .navv li {
    position: relative;
    display: inline-block; 
  }

.navv li:before {
    /* content: ""; */
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
  }

.navv a:link, .navv a:visited {
    display: block;
    text-decoration: none;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#353434));
    background-image: -webkit-linear-gradient(top, #444444, #353434); 
    background-image: -moz-linear-gradient(top, #444444, #353434); 
    background-image: -ms-linear-gradient(top, #444444, #353434); 
    background-image: -o-linear-gradient(top, #444444, #353434); 
    color: #a7a7a7;
    margin: 36px;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    line-height: 144px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    border: solid 1px transparent;
    background: red;
  }

.navv a:before {
    /* content: ""; */
    display: block;
    background: #fff;
    border-top: 2px solid #ddd;
    position: absolute;
    top: -18px;
    left: -18px;
    bottom: -18px;
    right: -18px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: inset 0px 8px 48px #ddd;
  }
  
  .navv a:active {
    box-shadow: 0px 3px 4px #aaa inset, 0px 2px 3px #fff;
    transform: rotate(25deg) !important;
  }
  
  .navv a:hover {
    text-decoration: none;
    color: #555;
    transform: rotate(25deg) !important;
  }
.section-content {
  display: none;
  padding: 10px;
  transition: 2s;
  max-height: 0;
  overflow: hidden;
}

.section-content.active {
  display: block;
  transition: 2s;
  max-height: 1000px; /* Adjust this value based on your content height */
}

@media (max-width: 575px) {
  .bet-mobile {
    width: 40%;
  }
}

@media (420px <= width <= 580px) {
    .bet-mobile{
        width: 43%;
        height: 45px;
    }
}

@media (max-width: 491px) {
    .sidenav {
        height: 542px !important;
        position: fixed;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #9b9b9b;
        overflow-x: hidden;
        transition: 0.5s;
        border-radius: 10px 0px 0px 0px;
    }

    .sidenav2 {
        height: 542px !important;
        position: fixed;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #9b9b9b;
        overflow-x: hidden;
        transition: 0.5s;
        border-radius: 10px 0px 0px 0px;
    }
}

@media (min-width: 768px) {
    .sidenav {
        height: 394px !important;
        position: fixed;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #9b9b9b;
        overflow-x: hidden;
        transition: 0.5s;
        border-radius: 10px 0px 0px 0px;
    }

    .sidenav2 {
        height: 394px !important;
        position: fixed;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #9b9b9b;
        overflow-x: hidden;
        transition: 0.5s;
        border-radius: 10px 0px 0px 0px;
    }
}

.today-result-count {
  width: 91%; 
  font-size: 25px; 
  position: relative; 
  top: 7px; 
  left: 7px; 
  border: 2px solid #fff; 
  border-radius: 10px; 
  padding-left: 3px; 
  color: #fff;
}

.section-header {
  /*padding: 10px;*/
  cursor: pointer;
  transition: 2s;
  /*height: 70px;*/
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  /* background: #3333334d; */
  /* background: #9b9b9b; */
  background: rgb(51,51,51);
  background: linear-gradient(137deg, rgba(51,51,51,1) 0%, rgba(135,135,135,1) 11%, rgba(51,51,51,1) 27%, rgba(135,135,135,1) 46%, rgba(51,51,51,1) 69%, rgba(135,135,135,1) 83%, rgba(51,51,51,1) 93%);
  width: 20%
}

.invest-amount {
  width: 91%; 
  font-size: 25px; 
  position: relative; 
  top: 7px; 
  left: 7px; 
  border: 2px solid #fff; 
  border-radius: 10px; 
  padding-left: 3px; 
  color: #fff; 
}
.test-image {
  display: inline-block;
}

.arrow-up{
    position: relative; 
    height: 35px;
}

.arrow-down{
    position: relative; 
    display: none; 
    height: 35px;
}

.right-icon{
    border-radius: 10px 0px 0px 0px !important;
    background: #fc4349;
}

.left-icon{
    border-radius: 0px 10px 0px 0px !important;
    background: #fc4349;
}

.menu-top{
    border-top: 1px solid #ddd;
}

.sidenav {
    height: 470px;
    width: 0;
    position: fixed;
    z-index: 1;
    bottom: 0; /* Change top to bottom */
    right: 0;
    background-color: #9b9b9b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 10px 0px 0px 0px;
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    transition: 0.5s;
    border-bottom: 1px solid #ddd;
}

.sidenav .fa {
    color: #ff0000 !important;
    font-size: 22px;
}

.sidenav a:hover {
    color: #f1f1f1 !important;
    background: #444242;
}

.sidenav .closebtn {
    position: absolute;
    top: -8px;
    left: -47px;
    font-size: 36px;
    background: #9b9b9b00;
    cursor: pointer;
}

.sidenav {
    padding-top: 15px;
}

.sidenav a {
    font-size: 14px;
}

.sidenav2 {
    height: 470px; /* Set the desired height */
    width: 0;
    position: fixed;
    z-index: 1;
    bottom: 0; /* Change top to bottom */
    right: 0;
    background-color: #9b9b9b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 10px 0px 0px 0px;
}

.sidenav2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    transition: 0.5s;
    border-bottom: 1px solid #ddd;
}

.sidenav2 a:hover {
    color: #f1f1f1 !important;
    background: #444242;
}

.sidenav2 .fa {
    color: #ff0000 !important;
    font-size: 22px;
}

.sidenav2 .closebtn {
    position: absolute;
    top: -8px;
    left: -47px;
    font-size: 36px;
    background: #9b9b9b00;
    cursor: pointer;
}

.sidenav2 {
    padding-top: 15px;
}

.sidenav2 a {
    font-size: 14px;
}

.right-icon-align {
    margin-top: 4px;
    width: 35px;
}

.menu-logo{
    height: 55px !important;
    width: 216px;
}

.menu-title-mobile{
    display: flex;
    align-items: center;
    flex-grow: 0;
    background: #d0d0d0;
    padding: 5px 13px 6px 1px;
    border-radius: 10px;
}

.submenu-mobile-master{
    z-index: 1 !important;
    background-color: white !important;
    width: 187px !important;
    border-radius: 8px !important;
    transform: translate3d(10px, -4px, 0px) !important;
}   

.submenu-mobile{
    width: 150px !important;
    background-color: white !important;
    border-radius: 8px !important;
    transform: translate3d(10px, -4px, 0px) !important;
}

.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link{
    padding-left: 0;
}

.arrow-up{
    display: block;
    padding: 0px 25px; 
    height: 35px;
}

.toggle-icon{
    margin-left: 142px;
}

.symbol.symbol-30px > img{
    width: 35px;
    height: 35px;
}

.aside-menu .menu .menu-item .menu-link{
    padding-left: 7px;
}

.arrow-down{
    display: none;
    padding: 0px 25px; 
    height: 35px;
}

.bet-mobile{
    /* width: 40%; */
    height: 45px;
}

.text-dummy{
    display: none !important;
}

@media (min-width: 492px) {
    .dummy-line{
        display: none !important;
    }
}

@media (490px <= width <= 491px) {
    .text-dummy{
        display: block !important;
    }
}