body{font-family: Arial, Helvetica, sans-serif;}

/*Nav Css*/
div.mobile-div
{
    margin-left: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.questionpanel {
    display: none;
}

.subcategorypanel {
    display: none;
}

.btnstartquiz {
    text-align: right;
    margin-top: 10px;
    float: right;
}
.btnstartquiz button{ width: 150px; padding: 10px;}

.btnans-container {
    display: flex;
    gap: 10px; /* Adjust the gap between buttons as needed */
}

.btnnext {
    text-align: right;
   padding: 10px 20px;
   
}

.progress{border-radius: 50px; margin-bottom: 50px;}

#qheading { 
    font-size: 20px !important;
    font-weight: normal !important;
    color: #000 !important;
}
.card-body input[type=text]{border: solid 1px #D9D9D9; border-radius: 8px; padding: 10px; width: 320px;}

.nav-link1{width: 48px; height: 48px; background-color: #fff; border-radius: 50%;}

#qheadinglbl {
    FLOAT: right;
    font-size: 14px;
    font-weight: normal !important;
    color: #000 !important;
}
#qsubheading{
    font-size:16px;
    letter-spacing:0vw;
}
#result{
    font-size:large;
    letter-spacing: 0cqmax;
    padding-top: 15px;

    
}

h6.collapse-header {
    word-wrap: break-word;
    white-space: normal !important; /* Ensures that text wraps */
    width: 100%; /* You can adjust this width as needed */
}
.subcatalign{
    height: 500px;
    overflow-y: auto;
}
label.subcat-label{
    word-wrap: break-word;
    white-space: normal; /* Ensures that text wraps */
    width: 100%; /* You can adjust this width as needed */
    font-size: 12px;
    padding-left: 10px;
}

footer.sticky-footer{
    position: absolute;
    top: 100%;
    padding-left: 50%;
}

/* Modal styles */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black w/ opacity */
}

/* Spinner styles */
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
.math-var {
            font-family: 'Times New Roman', Times, serif; /* Traditional math font */
            font-size: 1.1em; /* Adjust size to be slightly larger */
            font-style: italic; /* Italicize for math notation */
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Right sidebar styling */
.right-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #f8f9fa;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    padding-top: 20px;
    z-index: 1000;
    transition: transform 0.3s ease;
}

/* Adjust the content area to have a margin on the right */
#content-wrapper {
  
}

.menu-detail-items ul{flex-direction: row !important;}

.menu-detail-items a{ color: #000 !important;  }

.static-top .btn-secondary{ background: transparent; color: #000; border: none;}
.static-top .btn-secondary button{ color: #000;}



/* Mobile view: hide the sidebar by default */
@media (max-width: 768px) {
    .right-sidebar {
        transform: translateX(100%);
    }
    #content-wrapper {
        margin-right: 0;
    }

    /* Sidebar visible when toggled */
    .right-sidebar.active {
        transform: translateX(0);
    }

    /* Content shifts when sidebar is active */
    .right-sidebar.active + #content-wrapper {
        margin-right: 270px;
    }
}
#toggleRightSidebar {
    color: blue; /* Sets the color of the "☰" icon to blue */
    font-size:large; /* Adjust the font size if needed */
    background: none; /* Removes any default background */
    border: none; /* Removes any border */
    cursor: pointer; /* Changes the cursor to pointer on hover */
    margin-top: 20px;
}

.home-text{background-color: #3358C6; color: #fff; padding: 20px 40px 00px 40px ; border-radius: 10px;}
.responsive-img{ width: 100%;
    height: auto;}

    .responsive-img-60{width: 60%;
        height: 60%;}

    .quickfinder{padding: 50px 50px; clear: both;}
    .quickfinder .col-3{padding: 20px !important; border-right: solid 1px #ccc;}
.Footer{background-color: #f8f9fc; font-size: 12px;}
    .Footer ul{display: flex; font-size: 12px; text-align: right;}
    .Footer ul li{margin: 0 5px;}
    .Footer ul li a{ color: #444444; text-decoration: none;}

    .responsive-img{width: 100%; height: 100%;}

    .card{background-color: #fff;    border: none !important; border-radius: 10px; padding: 25px;}

    .card-header{background: transparent !important; border: none !important;}














 
    
    .login-block {
        
    }
    
    .login-block .auth-box {
        margin: 20px auto 0;
        max-width: 450px !important
    }
    
    .card {
     
    }


    
    .card .card-block {
        padding: 1.25rem
    }
    
    .f-80 {
        font-size: 80px
    }
    
    .form-group {
        margin-bottom: 1.25em
    }
    
    .form-material .form-control {
        display: inline-block;
        height: 32px;
        width: 100%;
        border: none;
        border-radius: 0;
        font-size: 14px;
        font-weight: 400;
        padding: 9px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; 
        border: solid 1px #ccc;
        border-radius: 10px;
    }
    
    .btn-md {
         background-color: #0d6efd;
         color: #fff;
         padding: 10px 20px;
         box-shadow: none;
         border-radius: 5px;
         border: none;
         font-size: 16px;
    }
    
    .btn-primary {
        
    }
    
    .btn {
        
    }
    
    .m-b-20 {
        margin-bottom: 20px
    }
    
    .btn-md {
         
    }
    
    .heading{
    
      font-size: 21px;
    
    }
    
    #infoMessage p{
    
         
    }
    
    
    .btn-google {
            color: #545454;
        background-color: #ffffff; 
    }
    
    
    .or-container {
        align-items: center;
        color: #ccc;
        display: flex;
        margin: 25px 0;
    }
    
    .line-separator {
        background-color: #ccc;
        flex-grow: 5;
        height: 1px;
    }
    
    .or-label {
        flex-grow: 1;
        margin: 0 15px;
        text-align: center;
    }


    .top-filter-items ul li{float: left; list-style: none; width: 175px; margin-right: 10px; margin-bottom: 15px; font-size: 12px; font-weight: bold;}

    .sidebar .nav-item .collapse{position: unset !important; margin-bottom: 20px;}


    @media (max-width: 768px) {
       
        .card {
            
            padding: 0px;
        }
        .btnnext { 
             padding: 5px;
        }

        #qheadinglbl {
            FLOAT: none;
            font-size: 12px !important; 
            text-align: left;
        }

        .card-body input[type=text] { 
            width: 190px;
        }

        .Footer ul{padding: 0px;}
        .sidebar-dark .nav-item .nav-link{font-size: 12px; padding: 5px;}

    }
    .maths{
        color: #ac0000;
        font-weight: bold;
    }
    .one{
        color:#3358c6;
        font-weight: bold;
    }
    .two{
        color:#ffa901;
        font-weight: bold;
    }

    /* Default style: hide the div */
.mobile-div {
    display: none;
}

/* Media query for mobile screens (max-width: 768px) */
@media (max-width: 768px) {
    .mobile-div {
        display: block;  /* Show the div on mobile screens */
    }
}