body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

main {
  flex: 1;
}

footer {
  margin-top: auto;
}
.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.answer:hover {
    background-color: #e7e7e7;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.ques_ans {
    margin-bottom: 10px;
    /* border: 1px solid #ddd; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
}

.form-check-input[type=checkbox] {
    border-radius: 0.12em !important;
}

li.list-group-item {
    background: unset !important;
}

.form-check-input:checked {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.form-control:focus{
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.submit-btn {
    background-color: #035ce2;
    color: #ffff;
    border: unset;
}

.submit-btn:hover {
    background-color: #0055d2;
    color: #ffff;
}

.search_bar {
    /*margin-right: 330px !important;*/
    display: flex;
    align-items: center;
    position: relative;
}

.bi-search{
    position: absolute;
    transform: translate(-75%, -1%);
    right: 0px;
}
.more {
        cursor: pointer;
        color: blue;
    }

    .search-icon {
        display: block;
    }

    .search-icon-hidden {
        display: none;
    }
    @keyframes shimmer {
        0% { background-position: -468px 0; }
        100% { background-position: 468px 0; }
    }
    
    /* Style for shimmer container */
    .shimmer-container {
        max-width: 100%;
        margin: 0 auto;
    }
    
    /* Style for individual shimmer lines */
    .shimmer-line {
        height: 20px; /* Adjust height based on your design */
        margin-bottom: 15px; /* Adjust spacing between lines */
        background: #f6f7f8;
        background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
        background-repeat: no-repeat;
        background-size: 800px 104px; /* Adjust based on your design */
        border-radius: 5px; /* Adjust as needed */
        animation: shimmer 1.5s infinite linear; /* Adjust animation duration */
    }
    
    /* Pagination Styles */
    .pagination-container {
        text-align: center;
        margin-top: 20px;
        margin-bottom:20px;
    }
    
    .pagination {
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0;
        justify-content: center;
    }
    
    .pagination li {
        display: inline;
        margin-right: 5px;
    }
    
    .pagination li a {
        color: #333;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    
    .pagination li a:hover {
        background-color: #f0f0f0;
    }
    
    .cat-box {
        width: fit-content;
        padding: 2px 10px;
        display: flex;
        align-items: center;
        color: #000;
        margin-right: 10px;
    }
    .cat-box:hover {
        border-color: #a3a3a3 !important;
    }
    .footer-menu a {
    color: #767676;
    }

    .footer-menu li {
    border-color: #767676 !important;
    }

    img.social-links{
        transition: 0.3s;
    }

    img.social-links:hover {
        border-radius: 50px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .ques-order{
        order: 6 !important;
    }

@media (min-width:992px) and (max-width:1500px) {
    .search_bar {
        order: unset !important;
    }
    

}

.mb-lable{
    display: none;  
}

@media only screen and (max-width: 992px) {
    .ques-order {
        order: unset !important;
        margin-left: auto;
        padding-right: 12px;
    }
    .ques-lable {
       display: none; 
    }
    .mb-lable{
        display: block;  
    }
    .ques-order .ques-main{
        margin-top: 0px !important;
    }
}

.toggle-btn-wrapper {
    position: relative;
    width: 100px;
}

/* Set default styles */
.toggle-btn-default {
    border: 1px solid #CCCCCC;
    background-color: #ab649c;
    height: 27px;
    width: 70px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 18px;
}

.toggle-btn-control {
    width: 34px;
    height: 20px;
    background-color: #cccccc;
    border: 2px solid #a9a9a9;
    color: red;
    font-weight: bold;  
    position: absolute;
    top: 3px;
    right: 31px;
    z-index: 2;
    border-radius: 0 15px 15px 0;
}

/* Animation speeds and types */
.transform-btn, .transform-control {
    -webkit-transition: all 0.8s ease;  
    -moz-transition: all 0.8s ease;  
    -o-transition: all 0.8s ease;  
    -ms-transition: all 0.8s ease;  
    transition: all 0.8s ease;
}

/* Changes to the button */
.transform-btn-active {
    background-color: #b4acb3;
}

/* Changes to the toggle square on top */
.transform-control-active {
    right: 64px;
    border-radius: 15px 0 0 15px;
}

.loader {
    border: 16px solid #cccccc;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.color-gray{
    color: #94969f;
}

/* additional css */

/* login-signup css */
::selection {
    background: #1a75ff;
    color: #fff;
}

.wrapper {
    overflow: hidden;
    max-width: 500px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.25) !important;
    margin: auto;
}

.wrapper .title-text {
    display: flex;
    width: 200%;
}

.wrapper .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 30px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 30px;
    background: -webkit-linear-gradient(left, #003366, #004080, #0059b3, #0073e6);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked~label.login {
    color: #000;
}

#login:checked~label.signup {
    color: #000;
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
}

.wrapper .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
    height: 57px;
    width: 100%;
    margin-top: 20px;
}

.form-inner form .field input, .field textarea  {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 15px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-inner form .field input:focus, .field textarea:focus  {
    border-color: #1a75ff;
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #1a75ff;
}

.form-inner form a:hover,
.form-inner form .signup-link a:hover .form-inner form.login-link a:hover {
    text-decoration: underline !important;
}

.logi-sign-btn {
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(right, #003366, #004080, #0059b3, #0073e6);
    border-radius: 15px;
    transition: all 0.4s ease;
    color: #fff;
    border: none;
    padding: 15px 0px;
    text-align: center;
}

.shadow {
    box-shadow: 0px 4px 12px 0px rgba(74, 58, 255, 0.19) !important;
}

/* profile page css */
.nav-tabs .profile-menu.show .nav-link,
.nav-tabs .nav-link.active {
    background: -webkit-linear-gradient(right, #003366, #004080, #0059b3, #0073e6) !important;
    color: #fff !important;
    border-radius: 9px;
}

.nav-tabs .profile-menu.show .nav-link,
.nav-tabs .nav-link:hover {
    background: #f0f3f2;
    border-radius: 9px;
}

.field {
    position: relative;
    margin-bottom: 20px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.camera {
    top: 85%;
    left: 54%;
    transform: translate(-50%, -50%);
    padding: 5px 6px;
    background: -webkit-linear-gradient(right, #003366, #004080, #0059b3, #0073e6) !important;
    color: aliceblue;
}
.hide_loader {
    display: none;
}
.modal-backdrop{
    width: 112vw;
    height: 112vh;
}
a.premium-btn {
    white-space: nowrap;
    cursor: pointer;
    background-color: transparent;
    padding: 6px 14px;
    border: 2px solid rgb(193, 163, 98);
    border-radius: 20px;
    z-index: 1;
}
a.premium-btn::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: rgb(255, 255, 255);
    left: 12%;
    top: 7.5px;
    border-radius: 80%;
    filter: blur(1px);
}
.premium-text{
    margin: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.2;
    color: rgb(193, 163, 98);
}