@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');
body {    
    background: var(--background-color);
    font-family: 'Gowun Dodum', sans-serif;
}
/*-------------------Login-----------------------------*/
.about-line {
    color: #333;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}
/*-------------------Login-----------------------------*/
/*------------------Bootsrap Extended------------------*/
.form-control:focus,
.form-select:focus {
    border-color: var(--main-color-60);
    box-shadow: 0 0 0 4px var(--main-color-30);
}
.btn-auto {
    background-color: var(--main-color-90);
    color: var(--secondary-color);
}
.btn-auto:hover {
    background-color: var(--main-color);
    color: var(--secondary-color);
}
.btn-auto:focus,
.btn-outline-auto:focus {
    border-color: var(--main-color-60);
    box-shadow: 0 0 0 4px var(--main-color-30);
}
.btn-outline-auto {
    color: var(--main-color);
    border-color: var(--main-color);
}
.btn-outline-auto:hover {
    color: var(--secondary-color);
    background: var(--main-color);
}
h1,h2,h3,h4,h5,h6 {
    color: var(--main-color);
}
/*------------------Bootsrap Extended------------------*/
/*-------------Arrow----------------------*/
.bars {
    text-align: right;
    width: 20px;
    height: 20px;
    transition: 0.4s;
}
.bar {
    background: var(--main-color-80);
    padding: 1px 0;
    width: 100%;
    border-radius: 20px;
    transition: 0.3s;
}
.bar:nth-child(2) {
    margin: 7px 0;
}
.arrow {
    transform: rotateZ(180deg);
}
.arrow .bar:not(:nth-child(2)) {
    width: 11px;
    margin-left : 14px;
}
.arrow .bar:nth-child(1) {
    transform: rotateZ(55deg);
    transform-origin: top left;
    margin-top: 1px;
    margin-bottom: -1px;
}
.arrow .bar:nth-child(3) {
    transform: rotateZ(-55deg);
    transform-origin: bottom left;
    margin-top: -1px;
    margin-bottom: 1px;
}
/*-------------Arrow----------------------*/
/*-------------------Header-----------------------------*/
.main-header {
    background-color: var(--header-color);
    display: flex;
    align-items: stretch;
    box-shadow: 0 0px 5px #ccc;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.company-logo a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 60px;
    border-right: 1px solid #eee;
}
.company-logo .full-logo {
    width: 200px;
}
.company-logo .full-logo img {
    width: 160px;
    height: 55px;
}
.company-logo .short-logo {
    width: 60px;
    display: none;
}
.company-logo .short-logo img {
    width: 55px;
    height: 55px;
}
.header-btns {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.header-button {
    border: none;
    height: 60px;
    font-size: 22px;
    padding-left: 8px;
    padding-right: 8px;
    background: none;
    color: var(--main-color-80);
}
.header-button:hover {
    background: rgba(53, 53, 53, 0.08);
}
.header-button img {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--main-color-50);
}
.remove-arrow::after {
    content: none;
}
/*-------------------Header-----------------------------*/
/*-------------------Side Navigation--------------------*/
.side-navbar {
    /* background-color: var(--menu-background); */
    background-color: rgba(var(--menu-background),1);
    width: 200px;
    height: calc( 100vh - 60px);
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 0px;
    z-index: 98;
    transition: 0.2s;
    overflow: auto;
}
.side-navbar-nav,
.side-navbar-sub-menu,
.side-navbar-report-menu {
    list-style-type: none;
    padding: 0;
}
.side-navbar-nav {
    padding: 5px 0;
}
.side-navbar-item {
    background: none;
    transition: 0.2s;
}
.side-navbar-item:hover {
    background: rgba(0,0,0,0.2);
}
.side-navbar-link {
    display: flex;
    text-decoration: none;
    padding: 0 10px;
    color: rgba(var(--menu-text),0.6);
    transition: 0.2s;
}
.side-navbar-link:hover {
    color: rgba(var(--menu-text),.9);
}
.side-navbar-icon {
    /* background: red; */
    width: 40px;
    height: 40px;
    /* font-size: 18px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-navbar-text {
    /* background: yellow; */
    width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side-sub-menu .drop-icon {
    transition: 0.2s;
}
.side-sub-menu .rotate-arrow {
    transform: rotate(90deg);
    transform-origin: center center;
}
.side-navbar-sub-menu {
    padding: 5px 0;
}
.side-sub-menu>.side-navbar-sub-menu {
    display: none;
}
.side-navbar-sub-menu>.side-navbar-item:hover {
    background: none;
}
.side-navbar-sub-menu .side-navbar-link>.side-navbar-text {
    height: 30px;
    margin-left: 40px;
}
.side-sub-report-menu>.side-navbar-report-menu {
    display: none;
    padding-left: 10px;
}
.side-navbar-report-menu>.side-navbar-item:hover {
    background: none;
}
.side-navbar-report-menu .side-navbar-link {
    font-size: 14px;
}
.side-navbar-report-menu .side-navbar-link>.side-navbar-text {
    height: 25px;
    margin-left: 40px;
}
/*-------------------Side Navigation--------------------*/
/*--------------------Content----------------------------*/
.breadcrumb-wrapper {
    background:var(--background-color);
    width: calc( 100% - 200px );
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: fixed;
    top: 60px;
    left: 200px;
    z-index: 97;
    transition: 0.2s;
}
.section {
    width: calc( 100% - 200px );
    margin-left: 200px;
    padding: 15px 15px 0px 15px;
    transition: 0.2s;
}
.action-bar {
    display: flex;
    justify-content: space-between;
}
.notificaiton-bar {
    width: 300px;
    position: fixed;
    right: 20px;
    top: 65px;
    z-index: 1102;
}
.sticky-notificaiton-bar {
    width: 300px;
    position: fixed;
    right: 20px;
    top: 65px;
    z-index: 1101;
}
.alert {
    margin: 0;
}
.white-space {
    background: #fff!important;
    border-radius: .2rem!important;
    padding: 1rem!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    transition: 0.2s;
}
.sticky {
    position: fixed;   
    top: 1px;
    z-index: 2000;
    width: 82%;
  }
  @media only screen and (max-width: 600px) {
    .sticky {
        position: relative; 
        z-index: 0;
        width: 100%;     
      }
  }

/* #preloader {
    text-align: center;
}
.loading-text {
    font-weight: bold;
    margin-top: 5px;
} */
#preloader {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
}
.preloader-body {
    background: rgb(255,255,255);
    text-align: center;
    padding: 0.75rem;
    border-radius: 5px;
}
.loading-text {
    margin-top: 10px;
    font-weight: bold;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
/*--------------------Content----------------------------*/
/*--------------------Dropdown----------------------------*/
.dropdown-menu {
    border:none;
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    margin-top: 10px !important;
}
.dropdown-divider {
    margin: 5px 0;
    border-top-color: #999;
}
/*--------------------Dropdown----------------------------*/
/*--------------------profile----------------------------*/
.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0,0,0,.075);
}
.profile-img img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.color-palette {
    border-radius: 5px;
}
.color-palette label {
    display: block;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.color-palette label:hover {
    background: rgba(0, 0, 0, 0.2);
}
/*--------------------profile----------------------------*/
/*--------------------Filter----------------------------*/
.filter-wrapper {
    /* background: yellow; */
    position: relative;
}
.filter-box {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    right: 0;
    margin-top: 10px;
    width: 200px;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: none;
}
/*--------------------Filter----------------------------*/
/*--------------------Checkbox Collapse----------------------------*/
.checkbox-collapse-header {
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}
.checkbox-collapse-header:first-child {
    border-top: none;
}
.checkbox-collapse-body {
    padding: 10px;
    padding-left: 30px;
    display: none;
}
.sub_module_items {
    padding: 3px;
}
.rotate-collapse-arrow {
    transform: rotate(-180deg);
    transform-origin: center center;
    transition: 0.3s;
}
/*--------------------Custom Collapse----------------------------*/
/*------------------------Auto Complete--------------------------*/
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: var(--main-color) !important; 
    color: var(--secondary-color) !important; 
}
/*------------------------Auto Complete--------------------------*/
/*----------------------Table Body Scroll------------------------*/
.table-scroll {
    overflow-y: auto;
}
.table-scroll thead {
    position: sticky;
    top:-1px;
    background-color: var(--main-color);
    color: var(--secondary-color);
}
/*----------------------Table Body Scroll------------------------*/
/*----------------------Question.php------------------------*/
.question_header p {
    margin: 0;
}
.question_options {
    background: #e6e6e6;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.question_options p {
    margin: 0;
    margin-left: 10px;
}
.question_options img {
    height: 50px;
    margin-left: 10px;
}
.question_options.correct {
    background: #6be87e;
}
.question_solution p {
    margin: 0;
    text-align: justify;
}
/*----------------------Question.php------------------------*/
/*-----------------Upload image preview---------------------*/
  .upload-preview-image
  {
    cursor: pointer;
    background-color: #000000e8;
    color: #f8f8f8;
    /* padding: 5px; */
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 11px;
    border-radius: 1px;
    font-size: small;
    
  }
 .max_width_user_img{
    width: 50%;     
    margin: auto;
  } 
  .max_width_user_img1{
    width: 100%;     
    margin: auto;
  }  
   .appointment-date-wise{
       display: flex;
   }
   .chile_date2{
    margin-left: 15px;;
}
.chile_date_input1{
    margin-left:15px;
}
.lead_status_formate{
    border-radius:0px;
    color:white;
}
.lead_status_formate:hover{
    
    color:white;
}
  @media screen and (max-width: 768px) {  
    
    .max_width_user_img {
        width: 36%;
        margin: auto;
        margin-bottom: 10px;
    } 
    .max_width_user_img1 {
        width: 36%;
        margin: auto;
        margin-bottom: 10px;
    }
    .mb{
        margin-bottom: 8px;
    }
    .appointment-date-wise{
        display: block;
    }  
    .chile_date2{
        margin-left: 0px;
        margin-top:10px;
    } 
    .chile_date1{
        margin-left: 0px;
        margin-top:10px;
    } 
    .chile_date_input1{
        margin-left:10px;
    }
} 
/*-----------------End Upload image preview-----------------*/
@media screen and (max-width: 575px) {
    .side-navbar {
        margin-left: -200px;
    }
    .company-logo .full-logo {
        width: 162px;
    }
    .company-logo .full-logo img {
        width: 130px;
        height: 45px;
    }
    .breadcrumb-wrapper {
        width: 100%;
        left: 0px;
    }
    .section {
        width: 100%;
        margin-left: 0px;
    }
}

.created_name_area{
    font-size: 11px;
    background: #cfe2ff;
    padding: 2px 15px 0px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px dashed;
    border-bottom: none;
    font-weight: bold;
    text-transform: uppercase;
}
.alert-message{
    position: fixed;
    width: 350px;   
    right: 0;
    bottom: -300px;
    z-index: 3000;  
    transition:  bottom 1s;
}
.animate-alert-message{
    bottom: 0px;    
}
.close-message{    
    bottom: -380px !important;
    z-index: 3000;  
    transition:  bottom 1s;
}


