body{
    font-family: "Red Hat Display", sans-serif;
    background: #178199;
}
.bg-login{
    background: url('../images/login-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding:1%;
}
.signin{
    background: linear-gradient(180deg, #E9FBFF 0%, rgba(233, 251, 255, 0.85) 100%);
    border-radius: 20px;
}
.form-control{
    background: #EAFFFC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 50px;
    padding-left: 24px;
    color: #838F8D;
}
.form-control option{
    color: #838F8D;
}
label {
    color: #178199;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    top: -13px;
    left: 8px;
    height: 14px;
    padding: 0px 17px;
    display: block;
    width: auto;
    border-bottom: 1px solid #daf3f8;
}
.form-control:focus {
    color: inherit !important;
    border-color: none !important; 
    outline: 0;
    box-shadow: none !important;
}
.form-check-label{
    position: static;
    border: none;
    padding: 0px 10px;
}
.panelbtn{
    gap: 10px;
    height: 60px;
    background: #178199;
    border-radius: 10px;
    height: 50px;
    border-color: #178199;
}
.socialbg{
    background: #EAFFFC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.clear{
    clear: both;
}
span.iconlogin {
    position: absolute;
    top: 0px;
    right: 15px;
    top: 15px;
    font-size: 18px;
    color: #787878;
}
.mlmsidebar li button {
    font-size: 18px;
    width: 100%;
}
.mlmsidebar li button.active{
    background: #459AAD;
}
.arrowdropclosed{
    float: right;
}
.btn:hover{
    box-shadow: none !important;
}
.showingli li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.showingli {
    padding-top: 14px;
}
.showingli {
    border-left: 1px solid #46C5E2;
    padding: 14px 11px 5px 9px;
    margin-left: 21px;
    margin-bottom: 10px !important;
}
.showingli li a {
    padding: 0px 7px 10px 20px;
    position: relative;
}
.showingli li {
    position: relative;
}
.showingli li:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #46c5e2;
    position: absolute;
    left: -9px;
    top: 13px;
}
.showingli li a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #46c5e2;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    left: 0px;
}
.arrowdropclosed{
    rotate: 90deg;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -o-transition: 300ms ease all;

}
.collapsed .arrowdropclosed {
    rotate: 0deg;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -o-transition: 300ms ease all;
}
.logomedical {
    border-bottom: 1px solid #4196a9;
}
.topheader {
    display: flex;
}

.mlmtop_sidebar {
    width: 280px;
}
.mlmtop_body {
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}


.mlmsidebar{
    position: relative;
    width: 280px;
    height: 85vh;
    /* overflow: auto; */
}
.mlmsidebar .logomedical:before {border-right: 1px solid #4196a9;position: absolute;content: "";right: -14px;width: 2px;height: 100%;top: -10px;}
.mlmsidebar .logomedical {
    position: relative;
}
.logomedical {
    padding: 0px 11px 33px 15px !important;
    padding: 0px 11px 0px 15px !important;
    margin: 0 8px;
    display: inline-block;
}
/* scrollbar */
.mlmsidebar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
.mlmsidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mlmsidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 100);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.mlmsidebar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}
.usersnotichng li {
    list-style: none;
    text-decoration: none;
}
.usersnotichng li span {
    width: 48px;
    height: 48px;
    background: #2E8EA3;
    display: block;
    border-radius: 100px;
    text-align: center;
    line-height: 48px;
    margin: 0px 5px 0 0;
}
.usersnotichng li span svg {
    width: 22px;
}
.searchadminpanel-parent {background: #2C8EA3;border: 1px solid #4C9FB1;color: #fff !important; display: flex; align-items: center; border-radius: 10px; }
.searchadminpanel { background: transparent; border: 0; outline: none; }

.searchadminpanel::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
  }
.searchadminpanel::placeholder {
    color: #fff;
}
.searchadminpanel:focus{
    background: #2C8EA3;
    color: #fff;
}
span.searchicon {
    margin-left: 15px;
    width: 40px;
    border-right: 1px solid #287b8d;
}
.searchadminpanel {
    /* padding-left: 26% !important; */
    /* width: 280px; */
}
.logindrop .btn {
    background: none;
    border: none;
    display: flex;
    gap: 10px;
}
.logindrop .btn:after {content: "";position: absolute;top: 27%;right: -5px;}
.maincontent{
    background: #E9FBFF;
    height: auto;
    width: 100%;
    border-radius: 30px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
}
.maincontentarea {
    display: flex;
    transition: 1s all;
}
.patientform{
    border-radius: 20px;
}
.patientform input.form-control{
    background: #F9FBFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.adminbtn{
    background: #178199;
    border-color: #178199;
}
.notification {
    width: 18px;
    height: 18px;
    background: #FF5934;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 1px;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}
li.separater {
    width: 1px;
    height: 44px;
    background: #4196a9;
    margin-left: 18px;
    margin-right: -7px;
}
.logindrop .dropdown-menu {
    width: 96%;
}
.actions span i{
    font-size: 18px !important;
}
.patientform span.iconlogin{
    top: 9px;
}
.patientform .dropdown{
    background: #F9FBFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.nav-tabs {
    background: #D4F7FF;
    border-radius: 10px !important;
}
.nav-tabs .nav-link {
    font-weight: 500;
    color: #8EA6AB;
}
.dateclass .btn{
    border-color: #d4d6d9;
    background: #f9fbff;
    border-left: none;
}
.dateclass input.form-control{
    border-right: none !important;
}    
.dateclass .gj-datepicker-bootstrap button[role=right-icon] .gj-icon{
    top:12px !important;
}
.dateclass .btn:hover{
    color: #000;
}
button:active {
    outline: none;
}
.btn:focus{
    box-shadow: none !important;
}
.nav-tabs .nav-link:hover {
    border-color: #D4F7FF !important;
}
.nav-tabs .nav-link:hover {
    border-color: #D4F7FF !important;
}
.nav-tabs li {
    padding: 0 0px;
    position: relative;
}
.nav-tabs li button:before {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0px;
    top: 10px;
    background: #8EA6AB;
    rotate: 328deg;
}
.nav-tabs li:last-child:before {
    display: none;
}
.nav-tabs li:last-child:before {
    display: none;
}
.nav-tabs li button {
    padding: 12px 40px 12px 40px;
    border-radius: 10px !important;
    border: none !important;
    position: relative;
    z-index: 10;
}
.nav-tabs li button:hover{
    background: #178199;
    color: #fff;
}
.nav-tabs li button.active{
    background: #178199 !important;
    color: #fff !important;
}
button.active:before {
    display: none;
}
.nav-tabs li button:hover:before {
    display: none;

}
span.normal {
    font-weight: normal;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}   

/*google captcha css */

canvas {
    max-width: 100%;
}
#refresh-captcha {
    background: none;
    border: none;
    color: #787878;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    z-index: 1;
}
.panelbtn:hover, .panelbtn:focus {
    background: #136476;
    border-color: #136476;
}
.footerlogo img.wp-image-4090 {
    max-width: 64%;
}
#captcha {
    margin: -16px 0 0 0;
}
canvas#captcha {
    margin: 0;
    position: absolute;
    top: 51%;
    transform: translate(-50%, -50%);
    left: 58%;
}
#refresh-captcha i {
    margin: 2px -11px 0 5px;
}




.web-logo {
    display: none;
}

.tab-logo {
    display: block;
}

.toggle-sidebar {
    display: inline-block;
    max-width: 30px;
    vertical-align: top;
    padding-top: 10px;
    float: right;
}
.toggle-sidebar img { 
    min-width: 30px;
}
.toggle-sidebar-web {
    display: none;
}

.mlmsidebar {
    /* display: none; */
    width: 300px;
    transition: 0.6s all;
    translate: 0px;
    /* position: absolute; */
    z-index: 1;
    height: -webkit-fill-available;
}
.show-menu.mlmsidebar {
    /* display: block; */
    /* translate: -100px; */
    /* width: 0; */
    width: 90px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    
}
.toggle-sidebar img {
    filter: brightness(6);
}
.maincontent {
    overflow: hidden;
}


@media(min-width: 1110px) {
    .web-logo {
        display: block;
    }
    .toggle-sidebar,
    .tab-logo {
        display: none;
    }
    .toggle-sidebar-web {
        display: block;
    }
    .toggle-sidebar { 
        float: left;
        padding-top: 10px;
    }
    .toggle-sidebar img { 
        min-width: 30px;
    }

    .show-menu.mlmsidebar .menu-item-text {
        display: none;
    }
    .mlmsidebar.show-menu .collapse {
        translate: -300px;
        transition: 1s;
        position: relative;
        background: #178199;
        width: 300px;
        z-index: 114;
    }
    .mlmsidebar.show-menu .collapse.show {
        width: 300px;
        translate: 0;
    }
}

@media(max-width: 1109px) {
    .mlmsidebar {
        /* display: none; */
        width: 0;
        transition: 1s all;
        translate: -200px;
        position: absolute;
        background: #178199db;
        z-index: 1;
        height: -webkit-fill-available;
    }
    .show-menu.mlmsidebar {
        /* display: block; */
        width: 300px;
        translate: 0px;
    }
    .maincontent {
        overflow: hidden;
    }
}


@media screen and (max-width: 580px){
    .bg-login{
        padding:10%;
    }
    .socialbg {
        margin-bottom: 20px;
    }
    .entercp, .pnelbtnmob{
        margin-top: 30px !important;
    }
}

