/* === Owl Carousel Styles === */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");

/* === LightGallery Styles === */
@import url("stylesheet.css?ver:1.025");

/* === Jumpspree App Styles === */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

/* === Jumpspree App Styles === */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


.mob-head-right .refer-btn {
    display: none;
}    
li.drop-menu .sub-nav li {
    margin: 0;
}
header .drop-down-menu-share {
    border: 1px solid #32415852;
    background: #171717;
}
header li.drop-menu .sub-nav li a {
    border: 1px solid #32415852;
    font-size: 14px;
} 
header div.sub-nav ul {
    background: #171717 !important;
    border: 1px solid #32415852;
    padding: 10px 10px;
}   
    .qrcodeforstaticpage{display: none;}    
/*
body.light-mode  header div.sub-nav ul {
    background: #fff !important;
    border: 1px solid #32415852;
    padding: 10px 10px;
}    
body.light-mode div.sub-nav li a:hover {
    background: #eaeaea !important;
}    
body.light-mode div.sub-nav img {
    filter: invert(0);
}    
*/
.nav-bar img.user-image {
    width: 28px;
    margin-left: 5px;
    height: 28px;
    border-radius: 50%;
}
.mob-head-right {
    display: none
}  
/*
li.get-app-btn a img {
    display: none;
} 
*/
header li.get-app-btn a img {
    display: block;
    width: 20px;
    float: left;
    margin-right: 5px;
}
body.dark-mode header li.get-app-btn a img {
    filter: invert(1) brightness(4);
}
body.dark-mode .header-wrapper li.get-app-btn a {
    background: #3b3b3b !important;
    color: rgb(212 212 212) !important; 
}
.header-wrapper li.get-app-btn a {
    background: #fff;
    border-radius: 50px;
    display: block;
    position: relative;
}
body.light-mode header li.get-app-btn a img {
    filter: invert(1) brightness(4);
}    
body.light-mode .header-wrapper li.get-app-btn a {
    background: #3b3b3b !important;
    color: rgb(212 212 212) !important; 
}    
body.dark-mode img.user-image.user-placeholder {
/*    filter: invert(1) brightness(2) !important;*/
}    
.nav-bar ul {
    padding-left: 0;
}  
body.light-mode .header-wrapper li.get-app-btn a {
    background: #fff !important;
    color: #000 !important; 
}      
body.light-mode header li.get-app-btn a img {
    filter: invert(0) brightness(0);
}  
input.padleft {
    padding-left: 34px !important;
}    
body.dark-mode .header-wrapper li.get-app-btn a{
    border-radius: 53px;
    padding: 0px 20px;
    margin-right: 0;
    border: 1px solid #3241585c;
    background: #111 !important;
    height: 41px;
    display: flex;
    align-items: center;
}
.header-wrapper li.get-app-btn.active a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}    

/*    31-05-2025*/
    .get-the-app-btn {
    font-size: 0 !important;
    width: 35px !important;
}
    .side-menu {
    border-radius: 53px;
    padding: 0px 9px;
    margin-right: 0;
    border: 1px solid #3241585c;
    background: #111;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #fff;
    font-size: 20px;
    width: 35px;
    margin-left: 43px !important;
}
.blog-side-menu {
    position: fixed;
    height: 100vh;
    z-index: 99999;
    background: #000000cc;
    width: 100%;
    right: 0;
    top: 0;
} 
  .blog-side-menu  img.logo-ico.hide-on-desktop.hide-on-mob {
        display: block !important;
        width: 25px;
    }    
/*.side-menu-inner {
    height: 100vh;
    background: #0a0a0a;
    width: 220px;
}*/
.side-menu-inner ul {
    margin-top: 10px;
    float: left;
}
.side-menu-inner a {
    padding: 10px 20px;
    display: block;
    color: #fff !important;
    font-size: 14px;
}    
 
.side-menu-inner ul{padding: 0;}    
.side-menu-bottom {
    clear: both;
    width: 100%;
    border-top: 1px solid #1f1f1f;
    margin-top: 20px !important;
    float: left;
    padding-top: 15px;
    margin: 0 auto;
}
.col-md-3.col-sm-2.left_section.side-menu-opend {
    z-index: 9 !important;
}    
.blog-side-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: none;
}

.blog-side-menu-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.side-menu-inner {
    height: 100vh;
    background: #0a0a0a;
    width: 250px;
    position: absolute;
    left: -250px;
    transition: left 0.5s ease;
}

.blog-side-menu-show .side-menu-inner {
    left: 0;
}
.side-menu-inner i {
    position: relative;
    top: 2px;
    margin-right: 4px;
    font-size: 16px;
}
.side-menu-logo a {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 20px;
}

.side-menu-logo img {
    filter: invert(1);
}    
    .report-a-problem-tab{display: none;}    
/*    31-05-2025*/    
     
  @media screen and (max-width: 767px) {
    .nav-bar.hide-on-mob.nav-menu-for-active{
    display: none;
}  
      .qrcodeforstaticpage{display: flex !important;}  
      .blog-side-menu{
          display: block;
      }      
body.dark-mode .header-wrapper li.get-app-btn a {
    padding: 10px 17px;
}
      
.nav-bar li.get-app-btn img {
    display: none;
}
body.light-mode .header-wrapper li.get-app-btn a, body.dark-mode .header-wrapper li.get-app-btn a {
    background: none !important;
}      
    li.active.hide-on-desktop.active-user img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }
      .mob-head-right {
    display: flex;
}
button.bn.btn-refer {
    background: #6e12ff;
    background: linear-gradient(90deg, #6e12ff 0%, #8909ff 100%);
    border: none;
        color: #fff;
        padding: 5px 6px;
        font-size: 12px;
        border-radius: 5px;
}
.header-report-brand {
    text-align: center;
    padding: 16px 0;
    margin-bottom: 20px;
}      
.mob-head-right {
    gap: 10px;
    display: flex
}  
.suer-image img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}   
.suer-image img {
/*        filter: invert(1) brightness(2);*/
}
.nav-bar:after{display: none}    
.nav-bar{background: #474747}      
button.bn.btn-refer {
    display: flex;
    align-items: center;
}
button.bn.btn-refer img {
    filter: invert(1);
    width: 15px;
    margin-right: 3px;
}
    .after-login-menu img {
        filter: invert(1);
    }      
}       