: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 {
	background: url(../img/login-banner.jpg) no-repeat center center / cover;
	background-attachment: fixed;
	position: relative;
	height: 100vh;
}
.login_screen .contentside {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	width: 540px;
	max-width: 100%;
}
.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;
}
.logo_with_title {
	text-align: center;
	color: #fff;
}
.logo_with_title h1 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 8px 0 0 0;
	padding: 0;
}
label {
	color: #686868;
	font-size: 13px;
	line-height: 1;
	font-weight: 500!important;
}
.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;
}
.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;
}
.bbn {
	border-bottom: none!important;
}
.userinfoPanel {
	font-weight: 500;
}
.userinfoPanel .info {
	line-height: 1.2;
}
.user-panel.userinfoPanel img {
	width: 32px;
}
.form-control {
	background-color: #ecf0f7;
	border-color: #e0e8f3;
	transition: all .2s ease;
	min-height: 40px;
}
.form-control:focus {
	background-color: #fff;
}
.btn {
	padding-top: .55rem;
	padding-bottom: .55rem;
}
.content-header {
    border-bottom: 1px solid #dee2e6;
}
.bg-light-2 {
    background-color: #F7F9FC;
}
.content-header {
    padding: 15px .5rem;
}
.calendar-controls-l {

}
.calendar-controls-r {
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
.fw-500 {
    font-weight: 500!important;
}
.btn-outline-secondary:not(:hover) {
    background-color: #fff;
}
.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    height: 30px;
    min-height: initial;
}
.t-val-m td, .t-val-m th {
    vertical-align: middle;
}
.dropdown-noarrow.dropdown-toggle::after {
	display: none;
}
.dropdown-menu-small {
    font-size: 12px;
}
.image-border-grey {
	border: 1px solid #d2d2d2;
}
.radius50 {
	border-radius: 50%;
}
.main-header .navbar-nav .nav-item .nav-link.dropdown-toggle {
	padding-right: 24px!important;
}
.main-header .navbar-nav .nav-item .nav-link.dropdown-toggle:after{
	content: url('https://api.iconify.design/bi:chevron-down.svg?height=14');
	/*vertical-align: -0.125em;*/
	border: none;
	position: absolute;
	right: 4px;
	top: calc(50% - 6px);
}
ul.cdropdown_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.cdropdown_list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.cdropdown_list li a {
	text-decoration: none;
	display: block;
	padding: 8px 14px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	transition: all .2s ease;
}
ul.cdropdown_list li a figure ,
ul.cdropdown_list li a span {
	margin: 0;
}
ul.cdropdown_list li a figure svg {
	font-size: 18px;
}
ul.cdropdown_list li a figure {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
ul.cdropdown_list li a span {
	display: block;
	width: 100%;
}
ul.cdropdown_list li a:hover {
	background-color: #f8f8f8;
}
ul.cdropdown_list li a:hover svg ,
ul.cdropdown_list li a:hover {
	color: #332846;
}
.input-white {
	background-color: #fff;
}
.rborder {
    border-right: 1px solid #888;
}
.fw-500 {
    font-weight: 500!important;
}
.searchfield {
	position: relative;
}
.searchfield input.form-control {
	width: 200px;
	max-width: 100%;
}
.searchfield .searchfield_icon {
	position: absolute;
	right: 10px;
	top: 4px;
	border:none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.content-wrapper {
    background-color: #f4f6f9;
}
.patients-table, .patients-table tr {
    transition: all .3s ease;
}
.patients-table tr:hover {
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    background-color: #f4f9ff;
}
.nav-sidebar>.nav-item .nav-icon path {
	fill: #412677;
	color: #412677;
}
.nav-sidebar>.nav-item .nav-link.active .nav-icon path {
	fill: #ffffff;
	color: #ffffff;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #412677;
    color: #fff;
}
.patients-table td, .patients-table th {
    white-space: nowrap;
}
.sidebar.dbsidebar .nav-sidebar>.nav-item>.nav-link.active figure,
.sidebar.dbsidebar .nav-sidebar>.nav-item>.nav-link figure {
	margin: 0 6px 0 0;
	width: 24px;
	position: relative;
	height: auto;
	max-height: 24px;
	text-align: center;
}
.sidebar.dbsidebar .nav-sidebar>.nav-item>.nav-link.active figure svg ,
.sidebar.dbsidebar .nav-sidebar>.nav-item>.nav-link figure svg {
	font-size: 18px;
	width: auto;
	max-width: 100%;
}
.pagecounter {
	font-weight: 500;
	border-right: 1px solid #888;
	padding-right: 1rem;
	margin-right: 1rem;
	display: flex;
	align-items: center;
}
.radius-10 {
    border-radius: 10px;
}
.has-shadow {
    transition: all .3s ease;
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
}
.has-shadow:hover {
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 18%);
}
.panel-white {
    background-color: #fff;
}
.uploadpic {
	display: flex;
	align-items: center;
}
.uploadpic figure {
	background-color: #DBDBDB;
	width: 110px;
	height: 110px;
	position: relative;
	margin: 0 1.5rem 0 0;
}
.uploadpic figure img {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	width: auto;
	max-width: 90%;
	max-height: 90%;
}
.uploadpic button {
	border: none;
	outline: none;
	padding: .3rem 1rem;
}
.panel-info {
	background-color: #E0D2F0;
}

.btm_action_button {
	min-width: 160px;
}
.btm_action_button.btn-light {
	color: red;
}
.btn , input , select {
	font-size: 14px;
}
.fs-24 {
	font-size: 24px;
}
.panel-welcome {
	padding: 60px 36% 60px 60px;
	position: relative;
	overflow: hidden;
}
.panel-welcome:before {
	content: "";
	background-color: #ad7eff38;
	width: 400px;
	height: 400px;
	border-radius: 400px;
	position: absolute;
	right: -140px;
	top: 50%;
	transform: translateY(-50%);
}
.panel-welcome figure {
	position: absolute;
	width: 140px;
	height: 140px;
	top: 50%;
	right: 50px;
	margin: 0;
	transform: translateY(-50%);
}
.panel-welcome figure img ,
.panel_icon_box figure img ,
ul.current_day_info li figure svg  {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	width: auto; height: auto;
	max-width: 100%;
	max-height: 100%;
}
.panel-welcome h1 {
	font-size: 24px;
	font-weight: 600;
}
.hasEqualPanels .panel {
	height: 100%;
}
.has-shadow-2 {
	box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 10%);
}
.panel_icon_box {
	display: flex;
	align-items: center;
}
.panel_icon_box figure {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 60px;
	background-color: #eee;
	position: relative;
	margin: 0 20px 0 0;
}
.panel_icon_box figcaption {
	color: #ABABAB;
	font-weight: 700;
}
.panel_icon_box figcaption strong  {
	color: #111;
	font-size: 24px;
	display: block;
}
.panel_icon_box figure.panel_icon_1 {
	background-color: #e8f0fa;
}
.panel_icon_box figure.panel_icon_2 {
	background-color: #ebfce5;
}
.panel_icon_box figure.panel_icon_3 {
	background-color: #fff0f0;
}
.panel_icon_box figure.panel_icon_4 {
	background-color: #e9eeff;
}
.userinfoPanel_style1 {
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.emergency_contact_box {
	background-color: #ff5e5e;
	padding: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 10px;
	width: 35%;
	width: 440px;
	max-width: 100%;
	margin: 40px auto 20px;
}
.emergency_contact_box a {
	color: #fff;
	text-decoration: underline;
}
ul.current_day_info {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.current_day_info li {
	width: 300px;
	max-width: 100%;
	margin: 0 0 8px 0;
	padding: 10px 12px;
	border-radius: 8px;
	transition: all .2s ease;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
ul.current_day_info li:hover {
	background-color: #f8f8f8;
}
ul.current_day_info li figure {
	min-width: 40px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 1;
	position: relative;
	background-color: #efefef;
	margin: 0 12px 0 0;
}
ul.current_day_info li figure svg {
	font-size: 24px;
}
ul.current_day_info li figcaption {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
}
ul.current_day_info li figcaption a  {
	font-weight: 700;
}
ul.current_day_info li figcaption p {
	margin: 0;
}

ul.timeslot_list {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
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;
}














































































































































































































































