/*
 * legacy.css — сумісність зі старим шаблоном.
 *
 * Автовитяг зі старого style.css: правила для 193 класів, які
 * використовуються в наших шаблонах, але зникли в новому шаблоні Preclinic.
 * Мета — щоб усі існуючі сторінки рендерились без правок розмітки.
 *
 * Скорочувати цей файл у міру переведення сторінок на нові класи.
 * Згенеровано скриптом, не редагувати вручну без потреби.
 */

.input-block {
	margin-bottom: 20px;
}
table.table td .avatar {
	margin: 0 5px 0 0;
}
table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table.table td h2 a {
	color: #757575;
}
table.table td h2 a:hover {
	color: #009efb;
}
table.table td h2 span {
	color: #9e9e9e;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}
.table-nowrap td, .table-nowrap th {
    white-space: nowrap;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.card-box {
	background-color: #fff;
	border-radius: 12px;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}
.cal-icon:after {
	background: transparent url("../img/icons/calendar-icon.2b35d9f5beca.svg") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 24px;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	width: 24px;
	cursor: pointer;
}
.cal-icon {
	position: relative;
	width: 100%;
}
.bg-success,
.badge-success {
	background-color: #55ce63 !important;
}
.bg-danger,
.badge-danger {
	background-color: #f62d51 !important;
}
.dropdown-action .dropdown-toggle:after {
	display: none;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.top-nav-search {
    float: left;
    margin-left: 22px;
}
.top-nav-search form {
    margin-top: 13px;
	position: relative;
    width: 270px;
}
.top-nav-search .form-control {
    background: rgba(46, 55, 164, 0.05);
	border-radius: 12px;
	border: 0;
    height: 40px;
    padding: 10px 15px 10px 40px;
}
.top-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    min-height: 45px;
    padding: 7px 10px;
    position: absolute;
    left: 0;
    top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top-nav-search .form-control::-webkit-input-placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.top-nav-search .form-control::-moz-placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.top-nav-search .form-control:-ms-input-placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.top-nav-search .form-control::-ms-input-placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.top-nav-search .form-control::placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.sidebar-menu ul li a span.menu-side {
	font-size: 18px;
	min-height: 24px;
	line-height: 18px;
	transition: all 0.2s ease-in-out 0s;
	background: rgba(46, 55, 164, 0.05);
	border-radius: 8px;
	width: 40px;
	height: 40px;
	margin-left: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.logout-btn {
	margin: 50px 0px;
}
.logout-btn a span.menu-side {
	font-size: 18px;
    min-height: 24px;
    line-height: 18px;
    transition: all 0.2s ease-in-out 0s;
    background: rgba(46, 55, 164, 0.05);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	flex-shrink: 0;
}
.logout-btn a {
    padding: 12px 20px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    color: #2E37A4;
    font-weight: 500;
}
.logout-btn a span {
	margin-left: 10px;
}
.login-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right .login-right-wrap .input-block {
	position: relative;
}
.login-wrapper .loginbox .login-right .login-right-wrap .input-block label {
	font-size: 12px;
	color: #333448;
	font-weight: 500;
	position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    margin-bottom: 0;
	padding: 0px 5px;
}
.login-danger,
.star-red {
	color: #FF0000;
}
.account-subtitle {
    color: rgba(51, 52, 72, 0.5);
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
	font-weight: 500;
}
.account-subtitle a {
	color: #2E37A4;
}
.login-wrapper .loginbox .login-right h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 40px;
}
.login-wrapper .loginbox .login-right .forgotpass {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 40px;
}
.remember-me .custom_check {
	color: #333448;
	font-size: 13px;
	font-weight: 500;
}
.remember-me .custom_check .checkmark {
	width: 18px;
	height: 18px;
	top: 2px;
    left: 2px;
	border: 2px solid rgba(51, 52, 72, 0.2);
	border-radius: 4px;
	background-color: #fff;
}
.remember-me .custom_check .checkmark::after {
	left: 3px;
    top: 0px;
}
.login-wrapper .loginbox .login-right .forgotpass a {
	color: #00D3C7;
	font-size: 14px;
	font-weight: 500;
	margin-left: auto;
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
	color: #333;
	text-decoration: underline;
}
.login-wrapper .loginbox .login-right .dont-have {
	color: #a0a0a0;
	margin: 20px 0px;
}
.login-wrapper .loginbox .login-right .dont-have a {
	color: #18AEFA;
	font-weight: 500;
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
	text-decoration: underline;
}
.profile-views {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
	color: rgba(51, 52, 72, 0.2);
	cursor: pointer;
}
.login-right .form-control {
	border: 2px solid rgba(46, 55, 164, 0.1);
	border-radius: 10px;
	height: 45px;
}
.login-right .form-control:focus {
	border: 2px solid rgb(74 83 199 / 80%);
}
.btn-block {
    width: 100%;
}
.account-logo {
	margin-bottom: 40px;
	text-align: left;
}
.login-right .btn-primary {
	background: linear-gradient(92.39deg, #4E57CD 1.86%, #2E37A4 100%);
	border-radius: 12px;
	font-size: 16px;
	padding: 10px 15px;
}
.login-right .btn-primary:hover {
	background: linear-gradient(92.39deg, #2E37A4 1.86%, #00318b 100%);
	border: 1px solid #00318b;
}
.next-sign {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.login-btn {
	margin-bottom: 40px;
}
.login-wrapper .login-right .user-lock-screen h2 {
	margin-bottom: 10px;
}
.user-lock-screen p {
	margin-bottom: 0;
	color: #333448;
	font-size: 14px;
	font-weight: 500;
}
.user-lock-screen {
	margin-bottom: 30px;
}
.login-sec {
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: auto;
}
.log-img img {
	margin: 0 auto;
}
.login-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.login-wrap {
	background-color: #2E37A4;
    top: 0;
    left: 0;
    position: fixed;
	height: 100vh;
	padding: 0px;
	border-radius: 0px 65px 65px 0px;
}
.login-wrap-bg {
	position: absolute;
	right: 0;
	padding: 15px 90px 15px;
	height: 100%;
}
.login-wrap .login-sec {
	position: absolute;
	background-image: url("../img/login-0l.ccc1b192d1b9.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover, auto;
	width: 100%;
}
.login-wrapper .loginbox {
	background: #FFFFFF;
	box-shadow: 0px 80px 80px rgba(46, 55, 164, 0.03);
	border-radius: 24px;
	display: flex;
	max-width: 830px;
	width: 100%;
}
.login-wrapper .loginbox .login-right {
	padding: 50px;
	width: 100%;
}
.dash-widget {
	background-color: #fff;
	border-radius: 12px;
	backdrop-filter: blur(2px);
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}
.comman-flex-center {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.card-table.card-table-top .card-body {
	height: 175px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.chart-title {
	margin-bottom: 25px;
}
.chart-title h4 {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	color: #333;
}
.chart-title span {
	color: #009efb;
}
.good-morning-blk {
	background: #FFFFFF;
	border-radius: 12px;
	margin-bottom: 25px;
	position: relative;
	z-index: 9;
}
.good-morning-blk:before {
	content: "";
	position: absolute;
    background-image: url("../img/bg-img-01.6d16e97ef3c2.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
	height: 100%;
	z-index: -1;
}
.morning-user {
	padding: 50px 0px 50px 35px;
}
.morning-user h2 {
	font-size: 28px;
	font-weight: 600;
}
.morning-user h2 span {
	color: #2E37A4;
}
.morning-user p {
	font-size: 15px;
	font-weight: 500;
	color: rgba(51, 52, 72, 0.5);
	margin-bottom: 0;
}
.morning-img img {
	position: absolute;
    bottom: 0;
}
.position-blk {
	position: relative;
}
.activity-top {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.activity-boxs {
	background: rgba(46, 55, 164, 0.05);
	width: 45px;
	height: 45px;
	margin-right: 10px;
	border-radius: 50px;
}
.departments-list h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.departments-list p {
	font-size: 14px;
	font-weight: 600;
	color: rgba(51, 53, 72, 0.5);
	margin-bottom: 0;
}
.chart-user-icon {
	position: relative;
}
.chart-user-icon img {
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.table-dash .dataTables_length,
.table-dash .dataTables_info,
.table-dash .pagination {
	display: none;
}
.table-image {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.table-image img {
	margin-right: 10px;
}
.patient-views {
	color: #2E37A4;
	font-size: 14px;
	font-weight: 500;
}
.appoint-time span {
	color: rgba(51, 52, 72, 0.5);
	font-size: 12px;
	font-weight: 500;
}
.appoint-time h6 {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
}
.doctor-list-blk {
	background: #FFFFFF;
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 25px;
}
.doctor-widget {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.doctor-box-icon {
	width: 66px;
	height: 66px;
	background: #2E37A4;
	border-radius: 12px;
	margin-right: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.doctor-content {
	width: 100%;
}
.doctor-content h4 {
	font-size: 24px;
	color: #2E37A4;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
}
.doctor-content h5 {
	font-size: 14px;
	margin-bottom: 0;
}
.doctor-content h4 span:nth-child(2) {
	font-size: 14px;
	color: rgb(51 52 72 / 20%);
}
.doctor-content h4 span:last-child {
	font-size: 10px;
	border-radius: 20px;
	margin: auto;
	padding: 5px;
}
.border-right-bg:before {
	content: "";
	position: absolute;
	background: rgba(46, 55, 164, 0.2);
	height: 44px;
	width: 2px;
	right: 0;
}
.teaching-card {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.steps-history {
	margin-bottom: 0;
	margin-right: 10px;
	align-items: baseline;
    display: inline-grid;
	padding: 0;
	width: 40px;
}
.steps-history li {
	margin-top: 5px;
	color: rgba(51, 53, 72, 0.5);
    font-weight: 500;
	list-style: none;
	font-size: 12px;
}
.doctor-date-list {
	padding: 0;
}
.doctor-date-list li {
	list-style: none;
	color: #333548;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}
.doctor-date-list li span {
	color: rgba(51, 53, 72, 0.5);
	font-size: 12px;
	font-weight: 500;
	padding-left: 15px;
}
.doctor-date-list li i {
	font-size: 6px;
}
.dolor-activity {
	width: 100%;
}
.dolor-activity .stick-line {
	text-decoration: line-through;
	color: rgba(51, 53, 72, 0.5);
}
.active-doctor {
	border: 1px solid rgba(46, 55, 164, 0.2);
	box-shadow: 0px 25px 50px rgba(46, 55, 164, 0.07);
	border-radius: 14px;
	padding: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.doctor-sub-list {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid rgba(46, 55, 164, 0.2);
	box-shadow: 0px 25px 50px rgba(46, 55, 164, 0.07);
	border-radius: 14px;
	width: 100%;
	position: absolute;
	z-index: 99;
	display: none;
}
.ongoing-blk {
	position: relative;
}
.schedule-time li {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(46, 55, 164, 0.2);
	border-radius: 5px;
}
.schedule-time li {
	margin-right: 5px;
	margin-bottom: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.schedule-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-top: 1px solid rgba(51, 52, 72, 0.2);
	padding-top: 10px;
	flex-wrap: wrap;
}
.appoint-start {
	font-size: 12px;
	border-radius: 10px;
	padding: 10px 20px;
}
.doctor-date-list .new-dot i {
	font-size: 5px;
}
.patient-new-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}
.ongoing-drapt {
	position: relative;
	margin-left: auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ongoing-drapt i {
	background: #FFFFFF;
	border: 1px solid rgba(46, 55, 164, 0.2);
	box-shadow: 0px 25px 50px rgba(46, 55, 164, 0.07);
	border-radius: 6px;
	color: #2E37A4;
	width: 20px;
	height: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.doctor-date-list li .ongoing-drapt i {
	font-size: 12px;
}
.active-doctor.dropdown-toggle::after {
	display: none;
}
.doctor-sub-list .dropdown-item {
	padding: 0;
}
.doctor-sub-list .dropdown-item:focus, 
.doctor-sub-list .dropdown-item:hover {
    background-color: transparent;
}
.active-doctor .active-circles {
	color: #00D3C7;
}
.doctor-date-list .active-doctor span {
	color: #2E37A4;
}
.doctor-date-list .active-doctor span.ongoing-drapt {
	color: rgba(51, 52, 72, 0.5);
}
.note-checkit .custom_check .checkmark {
	border: 2px solid rgba(46, 55, 164, 0.2);
	border-radius: 5px;
}
.note-checkit .custom_check input:checked ~ .checkmark {
    background-color: #2E37A4;
    border-color: #2E37A4;
}
.note-checkit .custom_check {
	color: #333548;
	font-size: 12px;
	font-weight: 600;
}
.activity-box {
	position: relative;
}
.activity-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.activity .activity-list > li .activity-user {
	height: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 8px;
	width: 32px;
}
.activity .activity-list > li .activity-content {
	margin: 0 0 0 40px;
	padding: 0;
	position: relative;
}
.activity-list > li {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
.activity-list > li:last-child .activity-content {
	margin-bottom: 0;
}
.activity-user .avatar {
	height: 32px;
	line-height: 32px;
	margin: 0;
	width: 32px;
}
.activity-list > li .activity-user {
	background: #fff;
	height: 32px;
	left: -7px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	width: 32px;
}
.activity-list > li .activity-content {
	background-color: #fff;
	margin: 0 0 20px 40px;
	padding: 0;
	position: relative;
}
.activity-list > li .time {
	color: rgba(51, 52, 72, 0.5);
	display: block;
	font-size: 12px;
	line-height: 1.35;
}
.activity-list > li:hover .activity-delete {
	display: inline-block;
}
.activity-list::before {
    background: rgba(46, 55, 164, 0.1);
    bottom: 0;
    content: "";
    left: 23px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.timeline-group {
	margin-right: 20px;
	min-width: 100px;
}
.timeline-group h4 {
	color: #333448;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.timeline-group-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comman-activitys {
	background: rgba(51, 52, 72, 0.05);
	border-radius: 0px 16px 16px 16px;
	padding: 20px;
	width: 100%;
}
.comman-activitys h3 {
	color: #2E37A4;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.comman-activitys h3 span {
	color: #333448;
	font-size: 14px;
	font-weight: 500;
}
.comman-activitys p {
	color: rgba(51, 52, 72, 0.5);
	margin-bottom: 0px;
	font-size: 12px;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: #333;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #2e37a4;
	border-color: #2e37a4;
	color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
	border-radius: 50px;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.profile-img-wrap {
	height: 120px;
	position: absolute;
	width: 120px;
	background: #fff;
	overflow: hidden;
}
.profile-basic {
	margin-left: 140px;
}
.profile-img-wrap img {
	width: 120px;
	height: 120px;
}
.fileupload.btn {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(33, 33, 33, 0.5);
	border-radius: 0;
	padding: 3px 10px;
	border: none;
}
.fileupload input.upload {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: -3px;
	top: -3px;
	padding: 5px;
}
.btn-text {
	color: #fff;
}
.chat-search .input-block {
	position: relative;
	width: 100%;
}
.settings-menu {
	background: #E4EEFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
	border-radius: 10px;
	padding: 0 15px;
}
.settings-menu li a {
	padding: 12px 0;
	border-bottom: 1px solid #FFFFFF;
	width: auto;
	height: auto;
	background: #E4EEFF;
	font-weight: 600;
	font-size: 14px;
    color: #000;
}
.settings-menu li a:focus, .settings-menu li a:hover {
    color: #000;
    background-color: #E4EEFF;
}
.settings-menu li:last-child a {
	border: 0;
}
.settings-menu .user-img {
	font-size: 18px;
}
.settings-menu .user-img img {
	width: 36px;
    border-radius: 10px;
}
.settings-menu.setting-list-menu li a {
	background: transparent;
}
.top-recheck .custom_check input {
	position: relative;
}
.form-focus .focus-label {
	font-size: 16px;
	font-weight: 400;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0, 22px, 0) scale(1);
	-ms-transform: translate3d(0, 22px, 0) scale(1);
	-o-transform: translate3d(0, 22px, 0) scale(1);
	transform: translate3d(0, 22px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	left: 12px;
	top: -8px;
	z-index: 1;
	color: #888;
}
.form-focus.focused .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -14px;
	font-size: 12px;
	z-index: 1;
}
.profile-basic .cal-icon {
	width: 100%;
}
.form-focus.select-focus .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -20px;
	font-size: 12px;
	z-index: 1;
}
.action-icon {
	color: #777;
	font-size: 14px;
	background: rgba(51, 52, 72, 0.05);
	border-radius: 10px;
	width: 31px;
	height: 31px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-left: auto;
}
.card-box.profile-header {
	margin: 0;
}
.profile-view .profile-img-wrap {
	height: 150px;
	width: 150px;
}
.profile-view .profile-basic {
	margin-left: 170px;
}
.notifications {
	padding: 0;
}
.notifications .drop-scroll {
	height: 290px;
	width: 400px;
}
.notifications.msg-noti .drop-scroll {
	width: 310px;
}
.notifications .notification-heading {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.45;
	color: #616161;
}
.notifications .notification-time {
	font-size: 12px;
	line-height: 1.35;
	color: #bdbdbd;
}
.notifications ul.notification-list > li {
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
}
.notifications ul.notification-list > li:last-child {
	border-bottom: none;
}
.notifications ul.notification-list > li a {
	display: block;
	padding: 12px;
	border-radius: 2px;
}
.notifications ul.notification-list > li a:hover {
	background-color: #fafafa;
}
.drop-scroll {
	overflow-y: scroll;
	position: relative;
}
.topnav-dropdown-header,
.topnav-dropdown-footer {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
}
.topnav-dropdown-footer a {
	display: block;
	text-align: center;
	color: #333;
}
.action-circle.completed {
	background: #35BA67;
	border: 1px solid #2fa65c;
}
.action-circle.completed .material-icons {
	color: #fff;
}
.topnav-dropdown-footer {
	border-top: 1px solid #eee;
}
.notification-box {
	bottom: 0;
	margin-right: -300px;
	position: fixed;
	right: 0;
	top: 70px;
	transition: all 0.4s ease 0s;
	width: 300px;
	z-index: 101;
	border-left: 1px solid #ddd;
}
.open-msg-box .notification-box {
	margin-right: 0;
}
.msg-sidebar {
	background-color: #fff;
}
.list-box {
	list-style: none;
	padding-left: 0;
}
.list-item.new-message {
	background-color: rgba(0, 0, 0, 0.2);
}
.list-left {
	height: 48px;
	position: absolute;
	width: 48px;
}
.list-body {
	padding: 0 0 0 50px;
}
.message-author {
	color: #333448;
	float: left;
	font-weight: bold;
	width: 175px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
}
.message-time {
	color: #888;
	float: right;
	font-size: 11px;
}
.message-content {
	color: #333;
	font-size: 11px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.custom_check {
    color: #1B2559;
    display: inline-block;
    position: relative;
    font-size: 13px;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #C4C4C4;
    background-color: transparent;
    border-radius: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_check input:checked ~ .checkmark:after {
    display: block;
}
.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    color: #ffffff;
    font-size: 9px;
}
.form-custom.cal-icon:after {
    font-size: 14px;
}
.date-list .date-btn {
    background: #fff;
    color: #1B2559;
    border: 1px solid #E7EAFC;
    border-radius: 4px;
    padding: 10px 0 !important;
    width: 100%;
}
.date-list .date-btn:hover {
    background: #00d3c7;
    color: #fff;
    border: 1px solid #E7EAFC;
}
.custom_check input:checked ~ .checkmark {
    background-color: #2e37a4;
    border-color: #2e37a4;
}
.invoices-tabs-card {
    background: transparent;
	box-shadow: none;
    border: 0;
}
.inovices-card .card-body {
    padding: 15px;
}
.invoices-main-tabs {
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 10px;
}
.invoices-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.invoices-tabs ul li {
    position: relative;
    display: inline-block;
    margin-right: 36px;
}
.invoices-tabs ul li a.active {
    color: #2e37a4;
    border-bottom: 2px solid #2e37a4;
}
.invoices-settings-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}
.invoices-settings-icon {
    color: #2e37a4;
    margin-right: 20px;
}
.invoices-settings-btn .btn {
    font-weight: 600;
    color: #fff;
	background-color: #2e37a4;
    padding: 12px 0;
    min-width: 167px;
    border: 1px solid #2e37a4;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.inovices-card {
    border-radius: 5px;
}
.inovices-widget-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.inovices-widget-icon img {
    width: 50px;
}
.inovices-widget-header .inovices-amount {
    font-weight: 600;
    font-size: 20px;
    color: #2e37a4;
}
.inovices-all {
    font-weight: 500;
    color: #1B2559;
    margin-top: 16px;
}
.inovices-all span {
    font-size: 10px;
    margin-left: 15px;
}
.invoices-tabs ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #1B2559;
    padding-bottom: 24px;
}
.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}
.bg-danger-light {
    background-color: rgb(255 218 218 / 49%) !important;
    color: #FF0000 !important;
}
.table .invoice-link {
    color: #009efb;
}
.invoices-settings-btn .btn svg {
	margin-right: 10px;
}
.invoices-settings-btn .btn:hover {
    background: #00d3c7;
    border: 1px solid #00d3c7;
}
.invoices-tabs> ul> li > a:hover {
    color: #2e37a4;
}
a.invoices-settings-icon:hover {
    color: #00d3c7;
}
.invoices-upload-btn:hover .upload {
	background-color: #00d3c7;
}
.invoice-setting-btn .cancel-btn:hover {
	background-color:#474d52 ;
}
.invoice-setting-btn button:last-child:hover {
	background-color: #00d3c7;
}
.settings-btns button:nth-child(1):hover {
	background-color: #00d3c7;
}
.settings-btn:hover .upload {
	background-color: #00d3c7;
}
.nav-tabs.menu-tabs .nav-link:hover {
	background: #2e37a4;
	color: #fff;
}
.form-row.links-cont a:hover {
    background: #00d3c7;
}
.form-row.links-cont button:hover {
    background: #00d3c7;
}
.doctor-name {
	margin: 0;
}
.doctor-name a {
	color: #333;
}
.comman-table.custom-table thead tr th,
.comman-table.custom-table tbody tr td {
	color: #333448;
	font-size: 14px;
	font-weight: 500;
}
.comman-table.custom-table thead tr th {
	font-weight: 600;
}
.show-entire .dataTables_length {
	display: none;
}
.doctor-table-blk h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.doctor-table-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}
.doctor-search-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}
.doctor-search-blk .top-nav-search {
	margin-left: 15px;
}
.doctor-search-blk .top-nav-search form {
	margin: 0px;
}
.add-group {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.add-group .btn-primary {
	background: rgba(46, 55, 164, 0.05);
	border-radius: 12px;
	color: #2E37A4;
	width: 40px;
	height: 40px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.add-group .btn-primary:hover { 
	border: 0;
	background: #2E37A4;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.add-group .btn-primary:hover img { 
	filter: invert(1) brightness(100);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.table.comman-table > thead > tr > th,
.table.comman-table > tbody > tr > td {
	padding: 15px 15px;
}
.card-table .card-body {
	padding: 0;
}
.page-table-header {
	padding: 15px 15px 0px 15px;
}
.card-table .dataTables_info {
	padding-left: 15px;
	font-size: 14px;
}
.profile-image a {
	color: #333448;
}
.profile-image a:hover {
	color: #2e37a4;
}
.submit-btn {
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	min-width: 200px;
	padding: 8px 20px;
	text-transform: uppercase;
}
.custom-badge {
	border-radius: 8px;
	display: inline-block;
	font-size: 12px;
	min-width: 115px;
	padding: 5px 15px;
	text-align: center;
	border: 0;
}
.status-red,
a.status-red {
	background-color: #ffe5e6;
	color: #fe0000;
}
.status-green,
a.status-green {
	background: rgba(0, 211, 199, 0.1);
	color: #00D3C7;
}
.status-orange,
a.status-orange {
	background-color: #fef5e4;
	color: #ff9b01;
}
.status-blue,
a.status-blue {
	background-color: #e5f3fe;
	color: #008cff;
}
.status-pink,
a.status-pink {
	background-color: #ffe5f6;
	color: #ff01a2;
}
.local-forms.input-block {
	position: relative;
	margin-bottom: 30px;
}
.local-forms label {
	font-size: 12px;
    color: #333448;
    font-weight: 500;
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    margin-bottom: 0;
    padding: 0px 5px;
	z-index: 99;
}
.local-forms .select2-container .select2-selection--single {
	height: 45px;
}
.local-forms .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}
.local-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.settings-btn.upload-files-avator .upload {
	width: 148px;
	background: #F4F5FA;
	color: #2E37A4;
	font-size: 14px;
	font-weight: 500;
	right: -2px;
    top: -2px;
	height: 46px;
}
.top-nav-search.table-search-blk .btn {
	min-height: 45px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.doctor-profile-head {
	background: rgba(51, 52, 72, 0.05);
	border-radius: 10px;
}
.follow-group {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.doctor-follows {
	text-align: center;
}
.doctor-follows h5 {
	color: rgba(51, 52, 72, 0.5);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.doctor-follows h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.follow-btn-group {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.follow-btn-group .btn-info {
	min-width: 127px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border-radius: 10px;
	padding: 9px 15px;
}
.follow-btn-group .follow-btns {
	background: #2E37A4;
	border: 1px solid #2E37A4;
	margin-right: 15px;
}
.follow-btn-group .follow-btns:hover {
	background: #00D3C7;
	border: 1px solid #00D3C7;
}
.follow-btn-group .message-btns {
	background: #00D3C7;
	border: 1px solid #00D3C7;
}
.follow-btn-group .message-btns:hover {
	background: #2E37A4;
	border: 1px solid #2E37A4;
}
.doctor-personals-grp .card {
	border-radius: 10px;
	box-shadow: none;
}
.setting-form-blk .local-forms label {
	font-size: 12px;
    color: rgba(51, 52, 72, 0.5);
}
.setting-form-blk .local-forms .form-control::placeholder {
	color: rgba(51, 52, 72, 0.5);
	font-size: 14px;
}
.about-info h4 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	font-size: 18px;
	font-weight: 500;
}
.about-info h4 i {
	color: #8C8C8C;
	background: rgba(51, 53, 72, 0.05);
	border-radius: 10px;
	width: 31px;
	height: 31px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.about-info {
	margin-bottom: 25px;
}
.list-space {
	padding: 0;
	margin: 0;
}
.about-me-list ul li {
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.about-me-list ul li:last-child {
	margin-bottom: 0;
}
.about-me-list ul li h4 {
	min-width: 50%;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
}
.about-me-list ul li span {
	min-width: 50%;
	font-size: 14px;
	font-weight: 500;
	color: rgba(51, 53, 72, 0.5);
}
.tab-content-set {
	border-bottom : 4px solid rgba(46, 55, 164, 0.05);
    padding-bottom: 25px;
	margin-bottom: 25px;
}
.tab-content-set ul li a.active::after, 
.tab-content-set ul li a:hover::after {
    position: absolute;
    content: "";
    background: #2E37A4;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -29px;
}
.tab-content-set ul li a.active,
.tab-content-set ul li a:hover {
	color: #2E37A4;
}
.tab-content-set ul li a.active .set-about-icon,
.tab-content-set ul li a:hover .set-about-icon {
	background: rgba(46, 55, 164, 0.05);
}
.tab-content-set ul li a.active .set-about-icon img,
.tab-content-set ul li a:hover .set-about-icon img {
	filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
}
.tab-content-set li a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(51, 53, 72, 0.5);
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
.tab-content-set li {
	padding-right: 20px;
}
.set-about-icon {
	background: rgba(51, 53, 72, 0.05);
	border-radius: 8px;
	width: 40px;
	height: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.profile-table.custom-table thead tr th,
.profile-table.custom-table tbody tr td {
    font-size: 14px;
    color: #333548;
	font-weight: 500;
	padding: 10px;
}
.profile-table.custom-table thead tr th {
	color: #333548;
}
.profile-table.custom-table tbody tr td {
    color: rgba(51, 53, 72, 0.5);
}
.profile-table.custom-table tbody tr {
	box-shadow: none;
}
.profile-check-blk .remember-me {
	margin-bottom: 20px;
}
.profile-check-blk .custom_check input:checked ~ .checkmark {
    background-color: #2E37A4;
    border-color: #2E37A4;
}
.patient-profile-table tbody tr td:nth-child(4) {
    color: rgba(51, 52, 72, 0.5);
}
.invoice-counts {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.payrolss-counts {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 2px solid rgba(46, 55, 164, 0.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.payrolss-counts h5 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
}
.blog {
	position: relative;
	margin: 0 0 25px;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 20px;
}
.blog-image {
	overflow: hidden;
}
.blog-image,
.blog-image > a,
.blog-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.blog-image img {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 16px;
}
.blog-image a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-image {
	margin-bottom: 30px;
}
.blog-content {
	position: relative;
}
.blog-title {
	color: #000;
	font-weight: normal;
	margin: 0 0 20px;
}
.blog-content p {
	color: rgba(51, 52, 72, 0.75);
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 25px;
}
.read-more {
	color: #282628;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
}
.read-more:hover {
	color: #009efb;
	margin-left: 10px;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.read-more i {
	color: #2E37A4;
	font-size: 18px;
	margin-right: 3px;
}
.widget {
	margin-bottom: 30px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
}
.widget h5 {
	color: #333548;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px;
}
.grid-blog .blog-title {
	font-size: 16px;
	margin: 0 0 10px;
}
.grid-blog .blog-title a {
	color: #333448;
	font-size: 16px;
	font-weight: 500;
}
.grid-blog .blog-content p {
	font-size: 14px;
	margin: 0 0 15px;
	color: rgba(51, 52, 72, 0.5);
}
.grid-blog .blog-info {
	border: 0;
	border-top: 1px solid #eaeaea;
	margin-bottom: 0;
	padding: 12px 0;
}
.grid-blog .blog-image {
	margin-bottom: 20px;
	border-radius: 16px;
}
.grid-blog .read-more {
	font-size: 14px;
	margin-bottom: 0px;
	color: #2E37A4;
	font-weight: 500;
}
.blog-views {
    position: absolute;
    top: 20px;
    left: 15px;
    background: #F5F6FA;
    border-radius: 6px;
    padding: 4px 10px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    font-size: 12px;
}
.blog-views h5 {
	color: #2E37A4;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
}
.view-blog-list.blog-views {
    bottom: 20px;
	top: inherit;
}
.blog-views li {
	color: #2E37A4;
	font-weight: 600;
}
.blog-views li:first-child {
	margin-right: 10px;
}
.blog-grp-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin-bottom: 25px;
}
.blog-img-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-blk-blog h4 a {
	font-size: 15px;
	font-weight: 600;
	color: #333448;
}
.content-blk-blog h4 {
	margin-bottom: 0;
}
.content-blk-blog h5 {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
	color: rgba(51, 53, 72, 0.5);
}
.blog-grp-blk span {
	color: #2E37A4;
	font-size: 12px;
	font-weight: 500;
}
.blog-grp-blk img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.blog-view .blog-title {
	font-size: 18px;
	font-weight: 500;
}
.widget h3 {
	color: #333448;
	font-size: 18px;
	margin: 0 0 20px;
}
.new-comment .input-block {
	margin-bottom: 20px;
}
.error-pages {
	background: #fff;
}
.error-box {
	border-radius: 5px;
	line-height: 1;
	margin: 0 auto;
	max-width: 620px;
	padding: 50px 30px 55px;
	text-align: center;
	width: 100%;
}
.error-wrapper {
	margin: 0;
	color: #4F5155;
	-moz-box-align: center;
	-moz-box-pack: center;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
}
.error-box h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px;
}
.error-box p {
	margin-bottom: 40px;
	color: rgba(51, 52, 72, 0.5);
}
.error-box img {
	margin-bottom: 50px;
}
.error-box .btn {
	text-transform: capitalize;
	min-width: 179px;
	padding: 10px 15px;
	border-radius: 12px;
}
.download-grp {
    display: flex;
    flex-wrap: wrap;
}
.invoices-grid-card .text-sm {
	font-size: 14px;
}
.page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}
.settings-menu {
    margin-bottom: 30px;
}
.settings-menu ul {
    display: block;
    padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.settings-menu ul li a.active {
    color: #2e37a4 !important;
    border: 0;
}
.settings-menu ul li {
	margin-bottom: 15px;
}
.settings-menu ul li:last-child {
	margin-bottom: 0;
}
.settings-menu ul li a {
    color: #1B2559;
    padding: 0;
    border: 0 !important;
    display: inline-block;
}
.invoices-upload-btn {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 50px;
}
.invoices-upload-btn .upload {
    position: absolute;
    background: #2e37a4;
    border-radius: 4px;
    right: 6px;
    top: 8px;
    width: 136px;
    height: 32px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.invoices-upload-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}
.invoice-setting-btn .cancel-btn {
    background: #6c757d;
}
.invoice-setting-btn .btn {
    min-width: 160px;
    padding: 10px 0;
    color: #fff;
    border-radius: 8px;
	border: 0;
}
.invoice-setting-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.page-header {
    margin-bottom: 1.875rem;
}
.invoice-head-clinic {
	border-bottom: 2px solid rgba(46, 55, 164, 0.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.invoice-counts h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.invoice-counts h4 span {
	font-size: 15px;
	font-weight: 500;
	color: rgb(51 53 72 / 50%);
}
.invoice-counts a {
	padding: 3px 23px;
    font-size: 15px;
	border-radius: 8px;
	margin-left: 15px;
}
.settings-menu-links .nav-tabs.menu-tabs {
    border: none;
    margin-bottom: 20px;
	margin-top: 20px;
}
.nav-tabs.menu-tabs .nav-item {
    padding-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link {
    color: #fff;
    background: #2e37a4;
}
.nav-tabs.menu-tabs .nav-link {
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
   background: rgb(46 55 164 / 53%);
}
.settings-form {
    margin-top: 20px;
}
.settings-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}
.settings-btn .upload {
    position: absolute;
    z-index: 11;
    background: #2e37a4;
    border-radius: 5px;
    right: 2px;
    top: 1.5px;
    width: 41px;
    height: 41px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.settings-size {
    font-size: 13px;
    color: #131523;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
}
.settings-size span {
    font-weight: 700;
}
.upload-images {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    display: flex;
    margin-top: 30px;
    width: 196px;
    height: 78px;
    justify-content: space-around;
    align-items: center;
    position: relative;
	margin-bottom: 24px;
}
.upload-images img {
    max-height: 45px;
    width: auto;
}
.upload-images .btn-icon {
    color: #00d3c7;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    width: 20px;
    height: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 0px;
    top: 0px;
    justify-content: center;
    -webkit-justify-content: center;
}
.star-red {
    color: #ff0000;
}
form .btn-gradient-primary {
    font-size: 14px;
    padding: 8px 40px;
    color: #fff;
}
.settings-form .custom_radio {
    color: #000;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.settings-form .custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #2e37a4;
    border-radius: 50%;
}
.custom_radio input:checked ~ .checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.settings-form .custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2e37a4;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.settings-form .social-icon {
    width: 50px;
    height: 42px;
    margin-right: 6px;
    color: #fff;
    background: #2e37a4;
    border: 1px solid #2e37a4;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 4px;
}
.settings-form .links-cont .social-icon::after {
    content: "";
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    margin-left: 4px;
}
.settings-form .trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background-color: #2e37a4;
    color: #fff;
    position: relative;
    font-size: 16px;
	margin-left: 6px;
}
.settings-form .bootstrap-tagsinput .tag {
    margin-right: 5px;
    margin-bottom: 0px;
    color: #000000;
    background: #E4E4E4 !important;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
}
.settings-form .bootstrap-tagsinput {
    display: block;
    color: #333;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-shadow: unset;
    min-height: 46px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 4px;
}
.form-row.links-cont {
    margin-bottom: 0px;
}
.settings-form .input-block label {
    margin-bottom: 10px;
	font-size: 13px;
}
.card-block tr th,
.card-block tr td {
	font-size: 14px;
}
.avatar.shape {
	border-radius: 6px;
}
.avatar.shape img {
	border-radius: 6px;
}
.bg-danger-light {
    background-color: rgb(255 218 218 / 49%) !important;
    color: #FF0000 !important;
}
.ribbon-primary {
	background: #2E37A4;
}
.ribbon-primary.ribbon-corner:before {
	border-top-color: #2E37A4;
	border-left-color: #2E37A4;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
	border-right-color: #2E37A4;
	border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #2E37A4;
}
.ribbon-primary.ribbon-clip:before {
	border-color: transparent;
	border-top-color: #43f;
	border-right-color: #43f;
}
.ribbon-primary.ribbon-clip-right:before {
	border-right-color: transparent;
	border-top-color: #43f;
	border-left-color: #43f;
}
.ribbon-primary.ribbon-clip-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #43f;
	border-right-color: #43f;
}
.ribbon-primary.ribbon-clip-bottom-right:before {
	border-top-color: transparent;
	border-bottom-color: #43f;
	border-right-color: transparent;
	border-left-color: #43f;
}
.ribbon-bookmark.ribbon-primary:before {
	border-color: #2E37A4;
	border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
	border-right-color: #2E37A4;
	border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
	border-right-color: #f73164;
	border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
	border-right-color: #51bb25;
	border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
	border-right-color: #dc3545;
	border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
	border-right-color: #2E37A4;
	border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
	border-right-color: #f4f4f4;
	border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
	border-right-color: #2c323f;
	border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
	border-right-color: #f8d62b;
	border-left-color: transparent;
}
.ribbon-bookmark.ribbon-info:before {
	border-color: #2E37A4;
	border-right-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
	border-right-color: #2E37A4;
	border-bottom-color: transparent;
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
	border-right-color: #f73164;
	border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
	border-right-color: #51bb25;
	border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
	border-right-color: #dc3545;
	border-left-color: transparent;
}
.ribbon-info {
	background: #2E37A4;
	background: #2E37A4;
}
.ribbon-info.ribbon-corner:before {
	border-top-color: #2E37A4;
	border-left-color: #2E37A4;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
	border-right-color: #2E37A4;
	border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #2E37A4;
}
.ribbon-info.ribbon-clip:before {
	border-color: transparent;
	border-top-color: #9106e7;
	border-right-color: #9106e7;
}
.ribbon-info.ribbon-clip-right:before {
	border-right-color: transparent;
	border-top-color: #9106e7;
	border-left-color: #9106e7;
}
.ribbon-info.ribbon-clip-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #9106e7;
	border-right-color: #9106e7;
}
.ribbon-info.ribbon-clip-bottom-right:before {
	border-top-color: transparent;
	border-bottom-color: #9106e7;
	border-right-color: transparent;
	border-left-color: #9106e7;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
	border-right-color: #2E37A4;
	border-bottom-color: transparent;
}
.ribbon-light.ribbon-corner.ribbon-right:before {
	border-right-color: #f4f4f4;
	border-left-color: transparent;
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
	border-right-color: #2c323f;
	border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
	border-right-color: #f8d62b;
	border-left-color: transparent;
}
.ribbon {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	clear: left;
	position: absolute;
	top: 12px;
	left: 0px;
	color: #fff;
	z-index: 1;
}
.ribbon-right {
	left: auto;
	right: -2px;
}
.custom-file-container__custom-file {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
	margin-top: 5px;
}
.custom-file-container__custom-file:hover {
	cursor: pointer;
}
.custom-file-container__custom-file__custom-file-input {
	box-sizing: border-box;
	min-width: 14rem;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}
.custom-file-container__custom-file__custom-file-input:focus ~ span {
	outline: 1px dotted #dddde0;
	outline: 0px auto -webkit-focus-ring-color;
}
.custom-file-container__custom-file__custom-file-control {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: auto;
	overflow: hidden;
	line-height: 1.5;
	user-select: none;
	background-clip: padding-box;
	border-radius: 0.25rem;
	height: auto;
	border: 1px solid #f1f2f3;
	color: #3b3f5c;
	font-size: 15px;
	padding: 8px 10px;
	letter-spacing: 1px;
	background-color: #f1f2f3;
}
.custom-file-container__custom-file__custom-file-control__button {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
	display: block;
	height: auto;
	padding: 10px 16px;
	line-height: 1.25;
	background-color: #bdbdbd;
	color: #ffffff;
	border-left: 1px solid #e0e6ed;
	box-sizing: border-box;
}
.auth-logo {
	display: flex;
	justify-content: center;
}
.sidebar .logout-btn {
	margin-top: 0;
}

@media only screen and (min-width: 991px) {
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span.menu-side {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
  }
  .mini-sidebar .sidebar-menu .logout-btn a {
		padding: 12px 10px;
  }
  .mini-sidebar.expand-menu .sidebar-menu .logout-btn a {
		padding: 12px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-md {
		width: 500px;
  }
  .nav-tabs.nav-tabs-solid {
		background-color: #fafafa;
		border: 0;
  }
  .nav-tabs.nav-tabs-solid > li {
		margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-solid > li > a {
		border-color: transparent;
  }
  .nav-tabs.nav-tabs-solid > li > a:hover,
	.nav-tabs.nav-tabs-solid > li > a:focus {
		background-color: #f5f5f5;
  }
  .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
		background-color: #f5f5f5;
		border-color: transparent;
  }
}
@media only screen and (max-width: 1199.98px) {
  .follow-btn-group .btn-info {
		min-width: auto;
  }
  .profile-table.custom-table thead tr th, .profile-table.custom-table tbody tr td {
		padding: 10px;
  }
  .invoices-tabs ul li {
		margin-right: 10px;
  }
  .invoices-tabs ul li a {
		font-size: 14px;
  }
  .login-wrap-bg {
		padding: 15px 50px 15px;
  }
  .login-wrapper .loginbox .login-right {
		padding: 30px;
  }
  .morning-user {
		padding: 30px 0px 30px 30px;
  }
  .morning-user h2 {
		font-size: 28px;
		font-weight: 600;
  }
  .border-right-bg:before {
		display: none;
  }
  .border-right-bg {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .login-wrap {
		display: none;
  }
  .account-logo,
	.login-wrapper .loginbox .login-right h2,
	.login-wrapper .loginbox .login-right .forgotpass,
	.login-btn {
		margin-bottom: 25px;
  }
  .login-wrapper .loginbox .login-right h2 {
		font-size: 20px;
  }
  .error-box h3 {
		font-size: 26px;
  }
  .mob-view {
		display: none;
  }
  .morning-user {
		padding: 25px 0px 25px 25px;
  }
  .morning-user h2 {
		font-size: 26px;
  }
  .doctor-follows h5 {
		font-size: 12px;
  }
  .doctor-follows h4 {
		font-size: 16px;
  }
  .follow-btn-group .btn-info {
		min-width: 90px;
		font-size: 12px;
		padding: 4px 15px;
  }
  .feather-chevron-right:before {
		top: 2px;
		position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .table .invoice-link {
		font-size: 14px;
  }
  .notifications {
		right: -48px;
  }
  .notifications:before,
	.notifications:after {
		right: 60px;
  }
  .modal-body.card-box {
		background-color: #fff;
		border: none;
		border-radius: inherit;
		box-shadow: unset;
		margin-bottom: 0;
		padding: 15px;
  }
  .nav-tabs.nav-tabs-solid {
		padding: 5px;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
		border-radius: 5px;
  }
  .nav-tabs.nav-tabs-solid > li > a {
		border-left-width: 0!important;
  }
  .blog-view .blog-title {
		font-size: 18px;
  }
  .widget h3 {
		font-size: 18px;
  }
  .login-wrapper .loginbox .login-right .forgotpass,
	.next-sign {
		display: block;
  }
  .remember-me {
		margin-bottom: 10px;
  }
  .login-right .btn-primary {
		font-size: 14px;
		padding: 7px 15px;
  }
  .account-subtitle {
		margin-bottom: 15px;
  }
  .login-wrap-bg {
		padding: 15px 20px 15px;
  }
  .login-wrapper .loginbox .login-right {
		padding: 20px;
  }
  .error-box h3 {
		font-size: 18px;
  }
  .error-box p {
		font-size: 14px;
  }
  .error-box img {
		margin-bottom: 25px;
  }
  .morning-img img {
		position: relative;
		width: 100%;
  }
  .good-morning-blk:before {
		display: none;
  }
  .morning-user {
		padding: 0;
  }
  .good-morning-blk {
		padding: 20px;
  }
  .morning-user h2 {
		font-size: 20px;
  }
  .morning-user p {
		font-size: 14px;
  }
  .page-header .breadcrumb {
		font-size: 14px;
  }
  .steps-history li,
	.doctor-date-list li {
		font-size: 12px;
  }
  .doctor-date-list li span {
		padding-left: 5px;
  }
  .border-right-bg:before {
		display: none;
  }
  .border-right-bg {
		margin-bottom: 10px;
  }
  .active-doctor {
		display: block;
  }
  .doctor-follows h5 {
		font-size: 12px;
  }
  .doctor-follows h4 {
		font-size: 16px;
  }
  .follow-group {
		padding: 0px 15px;
  }
  .follow-btn-group .btn-info {
		font-size: 14px;
		padding: 6px 15px;
  }
  .follow-btn-group {
		margin: 15px 0px;
  }
  .names-profiles h4,
	.tab-content-set li a {
		font-size: 16px;
  }
  .tab-content-set ul li a.active::after, 
	.tab-content-set ul li a:hover::after {
		display: none;
  }
  .tab-content-set li {
		margin-bottom: 15px;
  }
  .tab-content-set {
		padding: 0;
  }
  .invoice-counts h4 {
		display: inline-block;
  }
  .activity-list::before {
		display: none;
  }
  .timeline-group-blk {
		display: block;
  }
  .comman-activitys {
		padding: 12px;
		margin-top: 5px;
  }
  .blog-grp-blk {
		flex-wrap: wrap;
  }
  .blog-img-blk {
		margin-bottom: 5px;
  }
  .blog-grp-blk span {
		margin-left: auto;
  }
  .grid-blog .blog-title a {
		font-size: 15px;
  }
  .settings-btn.upload-files-avator .upload {
		width: 120px;
		font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .download-grp {
		margin-top: 10px;
  }
  .invoices-tabs ul li {
		margin-right: 0;
		display: block;
		margin-bottom: 14px;
  }
  .schedule-time {
		margin-bottom: 10px;
  }
  .invoices-tabs ul li a {
		padding-bottom: 0;
  }
  .invoices-settings-btn {
		justify-content: start;
  }
  .nav-tabs.menu-tabs .nav-link {
		padding: 10px;
  }
  ul.nav.nav-tabs.menu-tabs {
		padding: 10px;
  }
  .invoice-setting-btn .btn {
		min-width: auto;
		padding: 10px;
  }
  .profile-view .profile-basic {
		margin-left: 0;
  }
  .profile-img-wrap {
		position: relative;
		margin: 0 auto;
  }
  .profile-view .profile-img-wrap {
		margin: 0 auto 10px;
		height: 100px;
		width: 100px;
  }
  .profile-basic {
		margin-left: 0;
		margin-top: 15px;
  }
  .error-box h1 {
		font-size: 50px;
  }
  .submit-btn {
		min-width: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .doctor-search-blk .add-group {
		margin-top: 10px;
  }
  .doctor-search-blk .top-nav-search {
		margin-left: 0;
  }
  .follow-btn-group .btn-info {
		min-width: auto;
  }
}
