body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}


/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f5f5f5; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #999; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  


.home_menu-container {
    width:100%;
    margin: 0 auto;
    padding: 20px 0;
}
.home_menu {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0;
    background-color: #fff;
}
.home_menu a, .home_menu a:link, .home_menu a:visited, .home_menu a:focus {
    color: #000;
    text-decoration: none;
}
.home_menu a:hover {
    color: #227087;
    text-decoration: none;
}
.home_menu > li {
    display: block;
    margin-left: -4px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    /* box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1); */
    border: 1px solid transparent;
}
.home_menu > li > a {
    padding: 8px 1.5vw;
    display: block;
    position: relative;
}


.home_menu > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 1vw;
}




.home_menu > li > a i{
    width: 30px;
    font-size: 16px;
}

.home_menu > li:hover > a {
    color: #00aa69;
}
.home_menu > li:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
/* Megadrop width dropdown */
 .home_menu > li > .megadrop {
    opacity: 0;
    background-color: #fff;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 100%;
    width: 730px;
    min-height: 100%;
    text-align: left;
    margin-top:30px;
    padding: 0;
    z-index: 99;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.home_menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.home_menu ul li:hover:after {
    color: #227087;
}

.home_menu > li > ul li ul, .home_menu li >ul li, .home_menu > li > .megadrop, .home_menu > li > ul, .home_menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}

.every_section_title {
    padding: 12px 30px;
}

.every_section_title h6 {
    font-size: 14px;
}

.every_section_title i {
    width: 25px;
    font-size: 16px;
    vertical-align: baseline;
    color: #00aa69;
}

.home_sidebar {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    max-height: 550;
    min-height: 100%;
}

.megadrop_subtitle {
    font-size: 14px;
    display: inline-block;
    min-width: 135px;
    font-weight: 500;
    text-decoration: underline;
}

.megadrop_span {
    display: inline-block;
    margin-right: 12px;
}

.megadrop_span a{
    color: #00aa69 !important;
}

.primary_div_two {
    background-color: #fff;
    max-height: 550;
    min-height: 100%;
    overflow: auto;
    border-radius: 5px;
}

.primary_div_three {
    background-color: #fff;
    max-height: 310px;
    overflow: auto;
}

.primary_div_five {
    background-color: #fff;
    overflow: auto;
}

.counters.d-flex {
    gap: 20px;
}

.to_div_visit {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    width: 30%;
    min-width: fit-content;
}

.to_div_visit h6{
    font-size: 14px;
}

.active_user_div img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.active_user_div p {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    margin: 8px;
}

.active_user_div span {
    width: 10px; 
    height: 10px; 
    background-color: #00aa69; 
    display: block;
    border-radius: 100%;
}

/* .to_div_visit:hover {
    background-image: linear-gradient(to right, #00AB69 , #0D905E);
    border: 1px solid #ddd;
    color: white !important;
    padding: 10px;
    border-radius: 10px;
    
} */

/* .to_div_visit:hover  .home_font_three {
    
   
    color: white !important;
    
} */

.stack_image {
    width: 30px;
    border-radius: 100%;
    margin-right: 5px;
}

.stack_span {
    min-width: 60px;
    display: inline-block;
}

.to_visit_number img {
    width: 40px;
    height: 40px;
}

.teto_div > div {
    width: 32%;
}

.home_font_three {
    font-size: 12px;
    font-weight: 600;
    color: #999;
}

.home_font_four {
    font-size: 16px;
    font-weight: 600;
}

.home_font_fifth {
    font-size: 10px;
    font-weight: 600;
    color: #999;
}

.home_top_nav .nav-link {
    color: #999 !important;
    background-color: transparent !important;
    font-weight: 600;
    padding: 0px;
}

.home_top_nav .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: transparent !important;
    font-weight: 600;
}

.exp_date_circle {
    background-color: #F2F3F5;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    padding: 5px;
}

.exp_date_circle span {
    font-size: 10px;
    font-weight: 600;
    margin-top: -3px;
    display: inline-block;
}

.tiny_btn_one {
    background-color: #00aa69;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 0px;
    float: right;
}

.noti_name_circle {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}

.home_noti_div {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.revnew_div {
    font-size: 12px;
    font-weight: 600;
}

.home_search {
    position: relative;
}

.home_search input::placeholder{
    
    color: #fff;
    
}

.home_search input{
    background-color: #0D905E;
    color: #fff;
    border-radius: 20px;
    border: none;
    font-size: 12px;
    padding: 5px 30px;
    min-width: 200px;
    outline: none;
}

.home_search i{
    position: absolute;
    left: 10px;
    color: #fff;
    top: 6px;
    font-size: 14px;
}





/* media Query start  */


@media only screen and (max-width: 768px) {
    .home_menu > li > .megadrop {
        opacity: 0;
        background-color: #fff;
        visibility: hidden;
        position: static;
        list-style: none;
        top: 0px;
        /* left: 100%; */
        width: 100%;
        min-height: 100%;
        text-align: left;
        margin-top: 30px;
        padding: 0;
        z-index: 99;
        overflow: hidden;
        border: 1px solid #ddd;
    }
    
    
    .home_menu > li {
        display: block;
        margin-left: -4px;
        border-left: 1px solid rgba(255, 255, 255, 0.11);
        box-shadow: -1px 0 0 rgb(0 0 0 / 10%);
        height: 38px;
    }

    .home_menu > li:hover {
        background-color: #fff;
        border: 1px solid #ddd;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        height: 300px;
        margin-bottom: 32px;

    }

  }


