:root {
  --primary-color: #412677;
  --primary-hover-color: #412677;
}
a {
	color: #412677;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: 300;
	margin: 0;
	padding: 0;
	background-color: #F7F9FC;
}
.fw-300 {
	font-weight: 300!important;
}
.fw-400 {
	font-weight: 400!important;
}
.fw-500 {
	font-weight: 500!important;
}
.fw-600 {
	font-weight: 600!important;
}
.fw-700 {
	font-weight: 700!important;
}
.h-100 {
	height: 100%;
}
.login_screen {
	height: 100%;
	height: 100vh;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.login_screen .figside {
	width: 50%;
}
.login_screen .figside img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.login_screen .contentside {
	width: 50%;
	padding: 80px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.panel-white {
	background-color: #fff;
}
.has-shadow {
	transition: all .3s ease;
	box-shadow: 0 0 18px 1px rgba(0,0,0,.10);
}
.has-shadow:hover {
	box-shadow: 0 0 20px 1px rgba(0,0,0,.18);
}
.radius-10 {
	border-radius: 10px;
}
.logo_wrap {
	margin-bottom: 2rem;
}
.logo_wrap img {
	width: auto;
	max-width: 260px;
}
label {
	color: #332846;
	font-size: 14px;
}
.btn-primary {
	border: none;
	background-color: var(--primary-color);
	color: #fff;
	font-weight: 500;
}
.btn-primary:hover ,
.btn-primary:focus ,
.btn-primary:active {
	border: none;
	background-color: var(--primary-hover-color);
	color: #fff;
}
.login_form_panel {
	width: 500px;
	max-width: 100%;
}
.brand-link .brand-text img {
	width: 120px;
}
.color-dark {
	color: #444;
}
.notification-badge {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
	top: -2px;
}
/*.control-sidebar {
	z-index: 1040;
}
body.control-sidebar-slide-open:before {
	content: "";
	transition: all .3s ease;
	transition-delay: .5s;
	position: fixed;
	top: 0; bottom: 0; right: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1030;
}*/
.sidebar.dbsidebar {
	padding: 0;
}
.sidebar.dbsidebar .nav-sidebar>.nav-item>.nav-link.active ,
.sidebar.dbsidebar .nav-sidebar>.nav-item>.nav-link {
	box-shadow: none;
	border-radius: 0;
	padding: 14px 10px 14px 24px;
	display: flex;
	font-size: 14px;
	font-weight: 500;
}
.asdsad {
	background-color: #412677;
}
.bbn {
	border-bottom: none!important;
}
.userinfoPanel {
	font-weight: 500;
}
.userinfoPanel .info {
	line-height: 1.2;
}
.user-panel.userinfoPanel img {
	width: 32px;
}
.appdetail_box.control-sidebar {
	width: 540px;
	right: -540px;
}
.control-sidebar-slide-open .control-sidebar.appdetail_box,
.control-sidebar-slide-open .control-sidebar.appdetail_box::before {
	right: 0;
}
.bg-light-2 {
	background-color: #F7F9FC;
}
.bb {
	border-bottom: 1px solid #ccc;
}
ul.detaillist {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style-type: none;
}
ul.detaillist li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
ul.detaillist li:last-of-type {
	margin-bottom: 0;
}
ul.detaillist li figure ,
ul.detaillist li p {
	margin: 0;
}
ul.detaillist li figure {
	margin-right: 12px;
	font-size: 24px;
	width: 24px;
}
ul.detaillist li p {
	font-size: 14px;
	font-weight: 500;
}
.userinfo_box_detailed {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.userinfo_box_detailed .ubd_fig {
	margin: 0 1rem 1rem 0;
	width: 60px;
}
.lh2 {
	line-height: 1.4;
}
.theme-dark {
	color: #444;
}
.btn100 {
	min-width: 100px;
}
.btn140 {
	min-width: 140px;
}
.btn-has-border ,
.btn-has-border:hover ,
.btn-has-border:focus {
	border-width: 1px;
	border-style: solid;
}
.btn-has-border.btn-primary {
	border-color: var(--primary-color);
}
.btn-has-border.btn-primary:hover {
	border-color: var(--primary-hover-color);
}
.btn-outline-secondary:not(:hover) {
	background-color: #fff;
}
.appointment_detail_tabs.nav-pills .nav-link {
	background-color: transparent;
	font-weight: 500;
	text-transform: capitalize;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	padding: 8px 0 5px 0;
	margin-right: 1.5rem;
}
.appointment_detail_tabs.nav-pills .nav-link.active,
.appointment_detail_tabs.nav-pills .show>.nav-link {
	border-bottom-color: var(--primary-color);
	color:  var(--primary-color);
	padding: 8px 0 5px 0;
}
.appdetail_box_upper {
	padding: 30px 30px 0 30px;
}
ul.customized_timeline {
	margin: 10px 0;
	padding: 0 0 0 40px;
	list-style-type: none;
	position: relative;
}
ul.customized_timeline li {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	position: relative;
}
ul.customized_timeline:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #aab7e7;
	position: absolute;
	left: 20px;
	top: 0;
}
ul.customized_timeline li span {
	width: 30px;
	height: 30px;
	background-color: #fff;
	display: inline-block;
	border-radius: 30px;
	border: 2px solid var(--primary-color);
	position: absolute;
	top: 50px;
	left: -35px;
}
ul.customized_timeline li:hover span {
	background-color: #cedaeb;
}
ul.customized_timeline li .ctHeader {
	padding: 24px;
	background-color: #fff;
	border-radius: 6px;
}
ul.customized_timeline li:hover .ctHeader {
	padding: 24px;
	background-color: #f1f4f9;
}
ul.customized_timeline li .ctFooter {
	padding: 10px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.customized_timeline li .ctFooter p ,
ul.customized_timeline li .ctHeader p {
	margin: 0;
	font-size: 12px;
}
ul.customized_timeline li .ctFooter p {
	font-weight: 400;
}
.doc_info_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 400;
}
.doc_info_box figure {
	width: 50px;
	min-width: 50px;
	margin-right: 1rem;
}
.sidebar_wrap {
	height: calc(100vh - 60px);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.control-sidebar.appdetail_box {
	height: 100%;
	height: calc(100% - 112px);
	overflow: auto;
}
.userinfo_box_detailed_footer {
	padding: 1rem;
	border-top: 1px solid #eee;
	text-align: right;
}
ul.detaillist li figure svg {
    position: relative;
    top: -3px;
}
.fs-20 {
	font-size: 20px;
}
.fs-22 {
	font-size: 22px;
}
.bg-light-3 {
	background-color: #f7f9fc;
}
.user_info_panel_sm {
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
	transition: all .3s ease;
	margin-bottom: 2px;
}
.user_info_panel_sm:hover ,
.user_info_panel_sm.active ,
.user_info_panel_sm.active:hover {
	background-color: var(--primary-color);
	color: #fff;
	cursor: pointer;
}
.user_info_panel_sm:hover .text-muted ,
.user_info_panel_sm.active .text-muted  {
	color: #fff !important;
}
.user_info_panel_sm figure {
	margin: 0 10px 0 0;
	min-width: 40px;
	max-width: 40px;
}
.user_info_panel_sm figcaption {
	font-size: 14px;
	font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-header {
	border-bottom: 1px solid #dee2e6;
}
ul.timeslot_list {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
  max-height: 300px;
  overflow: auto;
}
ul.timeslot_list li {
	margin: 0 30px 20px 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	min-width: 80px;
	padding: 8px 0;
	border-radius: 4px;
	transition: all .3s ease;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	text-align: center;
}
ul.timeslot_list li:hover {
	background-color: #eee;
	cursor: pointer;
}
ul.timeslot_list li.active ,
ul.timeslot_list li.active:hover {
	background-color: var(--primary-color);
	cursor: pointer;
	color: #fff;
}
.user_info_panel_lg {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user_info_panel_lg > figure {
	margin: 0 30px 20px 0;
	width: 100px;
	min-width: 100px;
}
.user_info_panel_lg figcaption {
	width: 100%;
}
.theme-blue {
	color: var(--primary-color);
}
.has-overlay {
	position: relative;
}
.relative {
	position: relative;
}
.has-overlay:before {
	content: "";
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 90%);
	z-index: 1030;
}
.booked_modal {

}
.fig100 {
	width: 100px;
	height: 100px;
}
.fig100 > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.modal-close {
	font-size: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    transition: all .3s ease;
    transform-origin: center;
}
.modal-close:hover {
	transform: rotate(180deg)!important;
}
.brand-link .brand-image {
	opacity: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}
body.sidebar-collapse .brand-link .brand-image {
	opacity: 1;
	width: auto;
	height: auto;
	visibility: visible;
	transition-delay: .3s;
}
.brand-link {
	text-align: center;
}
.fc-daygrid-event-dot {
	display: none;
}
.calendar_event_card .cal_cardtitle {
	font-weight: 600;
	color: #222;
	font-size: 12px;
}
.calendar_event_card .cal_cardtitle {
	font-weight: 600;
	color: #222;
}
.calendar_event_card .cal_cardtime_status {
	margin-top: 6px;
}
.calendar_event_card .cal_cardappointment_status ,
.calendar_event_card .cal_cardtime_status {
	color: #929292;
	font-size: 10px;
	font-weight: 500;
}
.calendar_event_card {
	background-color: #fff;
	padding: 12px;
	border-radius: 6px;
	transition: all .3s ease;
	border-top: 4px solid transparent;
}
.calendar_event_card:hover {
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,.1);
}
.calendar_event_card.appointment-cancelled {
	border-top-color: #DE5858;
}
.calendar_event_card.appointment-current {
	border-top-color: #2AC267;
}
.calendar_event_card.appointment-emergency {
	border-top-color: red;
}
.calendar_event_card.appointment-pending {
	border-top-color: #412677;
}
.calendar_event_card a {
	text-decoration: none;
	font-weight: 400;
}
.calendar_event_card {
	position: relative;
}
.calendar_event_card .status-icon {
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 18px;
	width: 18px;
	height: 18px;
}
.calendar_event_card .cal_cardtitle ,
.calendar_event_card .cal_cardappointment_status ,
.calendar_event_card .cal_cardtime_status {
	width: calc(100% - 28px);
}
.calendar_event_card {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.fc-dayGridMonth-view .calendar_event_card .cal_cardappointment_status {
	display: none;
}
.fc-timeGridWeek-view .calendar_event_card .cal_cardtime_status ,
.fc-timeGridDay-view .calendar_event_card .cal_cardtime_status {
	margin-top: 0;
}
.fc-timeGridWeek-view .calendar_event_card ,
.fc-timeGridDay-view .calendar_event_card {
	padding: 4px 12px;
	/*min-height: 70px;*/
}
.fc-media-screen .fc-timeGridDay-view .fc-timegrid-event ,
.fc-media-screen .fc-timeGridWeek-view .fc-timegrid-event {
	position: relative;
}
.fc .fc-toolbar.fc-header-toolbar ,
.cal_cardtime_status + .fc-event-main ,
.fc-event-title {
	display: none;
}
.fc-event-title,.fc-event-time ,
.fc-daygrid-event-dot{
	display:none !important;
}
.card-body .fc {
	margin-top: 0;
}

.booked_modal .modal-dialog {
	text-align: center;
}
.booked_modal .modal-content  {
	padding: 40px;
	position: relative;
}
.booked_modal  .modal-content .modal-body ,
.booked_modal  .modal-content .modal-footer {
	padding: 0;
}
.booked_modal  .modal-content .close {
	position: absolute;
	right: -30px;
	top: -30px;
}
.booked_modal  .modal-content .modal-footer {
	border-top: none;
	margin-top: 20px;
	justify-content: center;
}
.calendar_event_card .cal_cardtitle,
.calendar_event_card .cal_cardappointment_status,
.calendar_event_card .cal_cardtime_status {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.calendar-controls-l {

}
.calendar-controls-r {
	text-align: right;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: var(--primary-color);
}
.rborder {
	border-right: 1px solid #888;
}
.nowrap {
	white-space: nowrap;
}
.btn-hallow-circle {
	border: none;
	background: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	padding: 0;
	line-height: 1;
}
.btn-hallow-circle:hover {
	background-color: #412677;
	box-shadow: 1px 1px 4px rgba(0,0,0,.1);
}
.btn-hallow-circle:hover svg {
	color: #fff !important;
}
.dropdown-menu.dropdown-menu-right.dropdown-menu-small {
	z-index: 10000;
}
.dropdown-noarrow.dropdown-toggle::after {
	display: none;
}
.dropdown-menu-small {
	font-size: 12px;
}
.dropdown-menu-lg {
	max-width: 500px;
	min-width: 480px;
}
.t-val-m td ,
.t-val-m th {
	vertical-align: middle;
  text-align: left;
}
.patients-table ,
.patients-table tr {
	transition: all .3s ease;
}
.patients-table td,
.patients-table th {
	white-space: nowrap;
}
.patients-table th {
	border-top: none;
}
.patients-table tr:hover {
	box-shadow: 2px 2px 10px rgba(0,0,0,.15);
	background-color: #f4f9ff;
  cursor: pointer;
}


















































































































































































































































































