.right-setting{
    padding: 0px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.notification {
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.notification .badge {
    position: absolute;
    top: 0px;
    right: -5px;
    height: 14px;
    width: 10px;
    background-color: #FF6464;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 6px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 10px;
    border-radius: 50%;
}

.notif{
    width: 27px;
}
.arrow {
    border: solid #504f4f;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.drop-tog{
    background-color: transparent;
    border: none;
    position: relative;
    margin: 15px 20px 0px 10px;
}
.img-profile{
    width: 58px;
    border-radius: 50%;
    display: inline;
    margin-right: 0px;
    vertical-align: top;
}
.profile-name{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.2px;
    color: #000;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-top: 0px;
    text-align: left;
}
.patient-id{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
    color: #7F7F7F;
    text-transform: none;
}
.profile-icon td{
    background-color: transparent;
    padding: 2px 7px;
    position: relative;
}
.patient-pos{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #747474;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-top: 5px;
    text-align: left;
}
.icon-name{
    padding-right: 0px !important;
}
.pr-0{
    padding-right: 0px;
}
.img-notif{
    width: 45px;
    display: inline;
    border-radius: 150px;
}
.dropdown-menu{
    padding: 0px;
}
.dropdown-menu>li>a{
    padding: 10px 0px;
    white-space: normal !important;
    margin: 0 15px;
}
.dropdown-menu>li>a:hover{
    background-color: transparent;
}
.dropdown-menu li a:hover .notif-msg{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.notif-msg{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 12px;
    color: #000;
    text-transform: none;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
}
.notif-time{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 12px;
    color: #ccc;
    text-transform: none;
    float: right
}
.notifs{
    width: 100%;
}
.notifs th{
    background-color: transparent;
    position: relative;
}
.dropdown-menu.arrow-top {
  margin-top: 5px;
}
.dropdown-menu.arrow-top:after {
    content: " ";
    position: absolute;
    right: 2px;
    top: -10px;
    border-top: none;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 10px solid #EBEBEB;
    z-index: 1;
    display: none;
}
.arrow-top-after {
  content: " ";
  position: absolute;
  right: 5px;
  top: -7px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
    z-index: 2;
}
.notif-dropdown{
    left: -195px;
    float: none;
    border: 2px solid #EBEBEB;
    box-shadow: none;
    border-radius: 6px;
    width: 250px;
    height: 230px;
    overflow-y: auto;
}
.notif-dropdown-info{
    left: -25px;
    float: none;
    border: 2px solid #EBEBEB;
    box-shadow: none;
    border-radius: 6px;
    width: 223px;
}
.sidebar {
    margin: 0;
    padding: 0 30px;
    width: 220px;
    background-color: #fff;
    position: fixed;
    height: 100%;
    overflow: auto;
    margin-top: 0px;
    padding-top: 10px;
/*    box-shadow: 0 1px 7px 1px rgb(0 0 0 / 9%);*/
    z-index: 9;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

.sidebar a.active {
  color: #0037A5;
  background-color: transparent;
    font-family: 'Poppins', sans-serif; font-weight: 500;
}

.sidebar a:hover:not(.active) {
  background-color: #dddddd3b;
/*  color: #BB0404;*/
}

div.main {
    margin-left: 375px;
    padding: 77px 70px 70px 0px;
}
.main-box{
    z-index: 1;
}
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}
/* width */
.sidebar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* Track */
.sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}
/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #1592E6; 
}
.side-nav h3{
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #808080;
    text-transform: uppercase;
}
.side-nav a{
    padding: 9px 9px 9px 20px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #6A6A6A;
    text-transform: capitalize;
}
.img-side{
    width: 18px;
    margin-right: 10px;
    vertical-align: top;
    top: 15px;
    margin-top: 2px;
    color: #A9A9A9
}
.line{
    border: 0.3px solid #80808026;
    margin-right: 50px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* dropdown*/
/* reset our lists to remove bullet points and padding */
.dropdown-files,
.submenu-files {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* make ALL links (main and submenu-files) have padding and background color */
.dropdown-files a,
.dropdown-files label {
    display: block;
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 15px;
    
}
.dropdown-files label:hover{
    background-color: #ebebeb;
    border-radius: 5px;
    cursor: pointer
}
.dropdown-files img{
    margin-right: 17px;
}
.dropdown-files input {
  display: none;
}
/* add hover behaviour */
.dropdown-files a:hover {
  background-color: #C5C5C5;
}
/* when hovering over a .dropdown-files item,
  display the submenu-files inside it.
  we're changing the submenu-files's max-height from 0 to 200px;
*/
.dropdown-files :checked+.submenu-files {
  display: block;
  max-height: 200px;
}
/*
  we now overwrite the background-color for .submenu-files links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/
.submenu-files a {
  background-color: transparent;
  padding: 5px 20px;
  font-size: 13px;
}
/* hover behaviour for links inside .submenu-files */
.submenu-files a:hover {
  background-color: transparent;
    color: #4A9EFF
}
/* this is the initial state of all submenu-filess.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu-files {
  overflow-y: scroll;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
    margin-bottom: 20px;
    height: 160px;
}
/* width */
.submenu-files::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
.submenu-files::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.submenu-files::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}

/* Handle on hover */
.submenu-files::-webkit-scrollbar-thumb:hover {
  background: #2ab299; 
}
/* Home Icon */
.home-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_dashboard.svg);
    background-size: 11px 21px;
    height: 21px;
    width: 11px;
    background-repeat: no-repeat;
}
.sidebar a.active .home-icon, 
.sidebar a:hover .home-icon, 
.side-menu a.active .home-icon,
.side-menu a:hover .home-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_dashboard_hover.svg);
}
.home-icon span{
    padding-left: 22px;
}
/* Appointments */
.appointments-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/appointment_icon.svg);
    background-size: 10px 21px;
    height: 21px;
    width: 10px;
    background-repeat: no-repeat;
}
.sidebar a.active .appointments-icon, 
.sidebar a:hover .appointments-icon, 
.side-menu a.active .appointments-icon,
.side-menu a:hover .appointments-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/appointment_icon_hover.svg);
}
.appointments-icon span{
    padding-left: 22px;
}

/* history */
.history-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_time.svg);
    background-size: 12px 21px;
    height: 21px;
    width: 12px;
    background-repeat: no-repeat;
}
.sidebar a.active .history-icon, 
.sidebar a:hover .history-icon, 
.side-menu a:hover .history-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_time_hover.svg);
}
.history-icon span{
    padding-left: 22px;
}

/* scan */
.scan-icon{
    background-image: url(../images/nav/scan-icon.svg);
    height: 15px; 
    width: 15px;
    background-repeat: no-repeat;
}
.sidebar a.active .scan-icon, 
.sidebar a:hover .scan-icon, 
.side-menu a:hover .scan-icon{
    background-image: url(../images/nav/scan-icon-hover-01.svg);
}
.scan-icon span{
    padding-left: 22px;
}

/* settings */
.settings-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_settings.svg);
    background-size: 12px 21px;
    height: 21px;
    width: 12px;
    background-repeat: no-repeat;
}
.sidebar a.active .settings-icon, 
.sidebar a:hover .settings-icon, 
.side-menu a.active .settings-icon,
.side-menu a:hover .settings-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_settings_hover.svg);
}
.settings-icon span{
    padding-left: 22px;
}

/* set schedule */
.sched-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_calendar.svg);
    background-size: 11px 21px;
    height: 21px;
    width: 11px;
    background-repeat: no-repeat;
}
.sidebar a.active .sched-icon, 
.sidebar a:hover .sched-icon, 
.side-menu a.active .sched-icon,
.side-menu a:hover .sched-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_calendar_hover.svg);
}
.sched-icon span{
    padding-left: 22px;
}
.hidden-bar .side-menu ul li a.active{
    color: #0037A5
}
/* set schedule */
.logout-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_open_account_logout.svg);
    background-size: 14px 23px;
    height: 23px;
    width: 14px;
    background-repeat: no-repeat;
}
.sidebar a.active .logout-icon, 
.sidebar a:hover .logout-icon, 
.side-menu a:hover .logout-icon{
    background-image: url(../images/dashboard_icons/sidenav_icons/icon_open_account_logout_hover.svg);
}
.logout-icon span{
    padding-left: 22px;
}

.side-menu h3{
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #858585;
    margin-top: 50px;
}
.logout{
    color: #205cca !important;
}
.logout:hover{
    color: #000 !important;
}
.hidden-prof{
    padding: 25px 20px 0;
    text-align: center;
}
.hidden-notif{
    display: none;
}
form.search-type{
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
form.search-type input[type=text] {
    padding: 9px 10px 9px 0px;
    float: left;
    width: 85%;
    background: #fff;
    outline:none;
    font-size: 13.5px;
    color: #6A6A6A;
    font-family: 'Poppins', sans-serif; font-weight: 400;
}
form.search-type button img{
    width: 13px;
    margin-top: -3px;
}
form.search-type input::placeholder{
    font-style: normal;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 13.5px;
    color: #6A6A6A;
}
form.search-type button {
    float: left;
    width: 15%;
    padding: 9px 0px;
    margin-right: -1px;
    background: #fff;
    border: none;
    cursor: pointer;
}


form.search-type::after {
  content: "";
  clear: both;
  display: table;
}
.td-history{
    vertical-align: top;
    padding-top: 3px;
}
.pl-12{
    padding-left: 12px;
}
.pl-5{
    padding-left: 6px;
}
.hidden-bar-closer img{
    width: 43px;
    height: 43px;
}
.btn-scan-qr{
    border: 1px solid #0037A5;
    color:  #0037A5;
    padding: 10px 20px;
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: normal;
    cursor: pointer;
}
.btn-scan-qr:hover{
    background-color: #0037a508;
}
.btn-scan-qr img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 35px;
}
.btn-scan-qr span{
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
    margin-top: 10px;
}
.height-100 {
    padding-top: 15px;
    height: calc(80% - 30px);
    overflow-y: auto;
}
.profile-icon{
    margin-left: 0px;
}
.profile-icon .arrow-width{
    width: 12%;
}
.inline-name{
    display: inline-block;
    text-align: left;
    width: auto;
    padding-right: 30px;
}
.inline-arrow{
    display: inline-block;
    position: absolute;
    top: 13px;
}
.padd-30{
    padding: 10px 30px;
}
.td-profile{
    padding-right: 30px;
    position: relative;
}
.profile-icon td{
    text-align: left;
}
.arrow-right-btn {
    position: absolute;
    right: 10px;
    top: 35%;
}
.td-img-prof{
    width: 75px;
}
.grid-container-head {
    display: grid;
    grid-template-columns: 70.5% 29.5%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.grid-container-time {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.grid-item-head {
    margin: 0px 10px;
    position: relative;
}
.grid-item-time {
    margin: 0px 10px;
    position: relative;
}
.search_time{
    float: right;
}
.row-search:after {
    content: "";
    display: table;
    clear: both;
}
.column-time-1 {
    float: left;
    width: 36%;
    padding: 10px 7px;
    position: relative;
}
.column-time-2 {
    float: left;
    width: 64%;
    padding: 10px;
    position: relative;
}
.row-search{
    margin: 0 -20px;
}
.row-right:after {
    content: "";
    display: table;
    clear: both;
}
.col-right-1 {
        float: left;
    width: 16%;
    padding: 0px;
    position: relative;
}
.col-right-2 {
    float: left;
    width: 84%;
    padding: 0px;
    position: relative;
}
.col-right-2 table{
    width: 100%;
}
.new-page-title{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    margin: 32px 15px;
}
.time-notif{
    color: #E38517;
}
.datetime-created{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 11px;
    color: #000000b3;
    text-transform: none;
    margin-bottom: 0px;
    display: block;
}
.dot-notif {
    height: 7px;
    width: 7px;
    background-color: #0037A5;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 24px;
}
.frl-profile-box{
    background-color: #BB0404;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 17px 10px 17px 30px;
}
.frl-left-profile{
    margin-right: 5px;
}
.prof-circle {
    height: 67px;
    width: 67px;
    position: relative;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.prof-circle img {
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.frl-right-profile h4{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}
.frl-prof-green {
    display: inline;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    
    font-size: 11px;
    color: #87FF9F;
    width: fit-content;
    line-height: 1em;
}
.frl-prof-green .dot-on {
    height: 4px;
    width: 4px;
    background-color: #87FF9F;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.frl-profile-box td{
    vertical-align: middle;
}
.side-icon{
    margin-right: 10px;
}
.overview-icon img{
    width: 14px;
}
.bio-icon img{
    width: 15px;
}
.skill-icon img{
    width: 15px;
}
.exp-icon img{
    width: 15px;
}
.educ-icon img{
    width: 15px;
}
.avail-icon img{
    width: 13px;
}
.lang-icon img{
    width: 12px;
}
.attach-icon img{
    width: 12px;
}
.review-icon img{
    width: 13px;
}
.mobile-main-header{
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    padding: 20px 50px;
    z-index: 999;
    width: 100%;
}
.mobile-main-header .nav-toggler button {
    position: relative;
    display: block;
    height: 30px;
    width: 25px;
    background: transparent;
    color: #464646ed;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    
}     
.mobile-main-box {
    background-color: transparent;
    width: 100% !important;
}
.home-res .mobile-main-header .nav-toggler button{
    color: #505050;
}
.home-res .mobile-main-header{
    top: 20px;
}
.home-res .side-menu a.login-link {
    font-family: 'Poppins', sans-serif; font-weight: 400;
    
    font-size: 12px;
    color: #fff;
    background-color: #BB0404;
    padding: 10px 25px;
    border-radius: 4px;
    margin: 10px 30px 20px 30px;
    text-align: center;
}
.home-res .side-menu a.join-link {
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 12px;
    color: #BB0404;
    padding: 11px 20px;
    border: 1px solid #BB0404;
    border-radius: 4px;
    margin: 10px 30px 20px 30px;
    text-align: center;
}
.all-page.side-menu a.login-link {
    font-family: 'Poppins', sans-serif; font-weight: 400;
    
    font-size: 12px;
    color: #fff;
    background-color: #BB0404;
    padding: 10px 25px;
    border-radius: 4px;
    margin: 10px 30px 20px 30px;
    text-align: center;
}
.all-page.side-menu a.join-link {
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 12px;
    color: #BB0404;
    padding: 11px 20px;
    border: 1px solid #BB0404;
    border-radius: 4px;
    margin: 10px 30px 20px 30px;
    text-align: center;
}