/* Global  Style */
body {
	font-family: 'Montserrat', sans-serif;
}
.ui-widget {
	font-family: 'Montserrat', sans-serif !important;
}
.font-52 {
	font-size: 52px !important;
}
.font-32 {
	font-size: 32px !important;
}
.font-150 {
	font-size: 150px !important;
}
.font-34 {
	font-size: 34px !important;
}
.font-44 {
	font-size: 44px !important;
}
.font-29 {
	font-size: 29px !important;
}
.font-22 {
	font-size: 22px !important;
}
.font-24 {
	font-size: 24px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-17 {
	font-size: 17px !important;
}
.font-15 {
	font-size: 15px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-10 {
	font-size: 10px !important;
}
.font-8 {
	font-size: 8px !important;
}
.font-9 {
	font-size: 9px !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.font-weight-600 {
	font-weight: 600 !important;
}
.cr-pointer {
	cursor: pointer;
}
.text-warning {
	color: #eb212e !important;
}
.back-hover:hover {
	background-color: #eb212e !important;
}
.back-hover:hover i {
	color: #ffffff !important;
}
.modal .close:focus {
	outline: 0;
}
.text-primary {
	color: #eb212e !important;
}
.text-dark {
	color: #09070A !important;
}
.text-black {
	color: #000000 !important;
}
.text-theme {
	color: #eb212e !important;
}
.text-theme-black {
	color: #070707 !important;
}
.text-theme-light {
	color: #526076 !important;
}
.text-blue {
	color: #808FAC !important;
}
.text-theme-grey {
	color: #8F8F8F !important;
}
.px-full{
	padding-left: .75rem;
	padding-right: .75rem;
}
.h-auto {
	height: auto !important;
}
.rounded-top-15 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.custom-switch .custom-control-label::before {
	width: 2.8rem;
	height: 1.3rem;
	border-radius: 30px;
}
.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 0px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - -1px);
	height: calc(1rem - -1px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	transform: translateX(1.5rem);
}
.b-color {border-color: #DADADA !important;}
.bootstrap-select .dropdown-toggle {
	background-color: #fff !important;
	border-color: #fff !important;
	font-size: 13px;
	overflow: hidden;
}
.bootstrap-select .dropdown-menu, .bootstrap-select .bs-searchbox .form-control {
	font-size: 13px;
}
.bootstrap-select .dropdown-menu .dropdown-item.active {
	color: #536475;
}
.bootstrap-select.btn-group .dropdown-menu {
	left: -1px !important;
	right: -1px;
	z-index: 9999;
}
.contact-last-column{
	width: 100px;
	position: unset !important;
}
.table-responsive table.table td:last-child,
.table-responsive table.table th:last-child {
	right: 12px;
	top: auto;
	background: #FFFFFF;
	position: absolute;
	height: 20px;
	width: 50px;
}
.remove-abs .table-responsive table.table th:nth-last-child(2) {
	min-width: inherit;
	width: auto !important;
}
.table-responsive table.table td:last-child.dataTables_empty {
	position: unset !important;
}
.table-responsive table.table th:last-child {
	background-color: #eb212e;
	border-color: #eb212e;
	opacity: 1;
	z-index: 1;
	height: 18px;
	color: #fff;
}
.border-transparent {
	border-color: transparent !important;
}
.table-responsive table.table th,
.table-responsive table.table td {
	vertical-align: middle;
}
.table-responsive table.dataTable th,
.table-responsive table.dataTable td {
	vertical-align: middle;
	white-space: nowrap;
}
.table-responsive table.table th:nth-last-child(2){
	min-width: 220px;
	width: auto !important;
}
/* Date Range Picker */
.daterangepicker.ltr.show-ranges table thead {
	background-color: inherit;
}
.daterangepicker .ranges li.active {
	background-color: #eb212e;
	color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #eb212e;
}
.daterangepicker .drp-buttons .btn.applyBtn {
	background-color: #eb212e;
	border-color: #eb212e;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
	background-color: #FFFFFF;
	border-color: #D6D6D6;
	color: #424244;
}
.daterangepicker .drp-buttons .btn.cancelBtn:hover {
	color: #fff;
	background-color: #858796;
	border-color: #858796;
}
.daterangepicker td.in-range {
	background-color: #707070;
	color: #ffffff;
}
.daterangepicker td.active.end-date.in-range.available {
	background-color: #eb212e;
}
.add-column-modal .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: #D1D1D1;
	border-color: #D1D1D1;
}
.remove-sort-ioc .dropdown {
	top: -8px;
}
.remove-sort-ioc .dropdown .dropdown-menu {
	min-width: 20rem;
}
.remove-sort-ioc .dropdown-menu.inner .dropdown-item {
	white-space: inherit;
}
.remove-sort-ioc .dropdown .dropdown-menu.actions {
	min-width: inherit;
}
.matching-title {
	text-overflow: ellipsis;
	white-space: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bootstrap-select .dropdown-toggle::after {display: none;}
.bootstrap-select .bs-searchbox .form-control {border: 1px solid #CBD6E2;}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner:focus, .bootstrap-select:active, .bootstrap-select:focus, .bootstrap-select button:focus, .bootstrap-select button span:focus, .bootstrap-select .dropdown-toggle:focus {box-shadow: none !important;outline: none !important;}
.bootstrap-select.form-control {
	border: 1px solid #d1d3e2 !important;
}
.bootstrap-select.btn-group .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #3F3F3F;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
	padding: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
	/*max-height: 215px !important;*/
}
/*.bootstrap-select.btn-group .dropdown-menu.inner {*/
/*max-height: 200px !important;*/
/*}*/
.bootstrap-select.btn-group .dropdown-menu.inner a.dropdown-item {
	padding: 8px 10px 10px 10px;
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item:hover > span.dropdown-item-inner .text {
	color: #eb212e;
}
.btn-check-style .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-check-style .btn-outline-secondary:hover, .btn-check-style .btn-outline-secondary:focus {
	background-color: #eb212e !important;
	border-color: #eb212e !important;
	box-shadow: none !important;
}
.btn-check-list {
	padding-left: 13px;
	flex: 0 0 16.66667%;
}
.form-height, .form-height .bootstrap-select.form-control {height: 36px !important;font-weight: 400 !important;line-height: 1.5 !important;}
.form-height, .form-height .bootstrap-select.form-control, .bootstrap-select.form-control.form-height {border-color: #DBDBDB !important;}
@media (min-width: 992px){
	.modal-lg {
		max-width: 760px;
	}
}

::-webkit-input-placeholder {color: #BCBCBC !important;}
:-ms-input-placeholder {color: #BCBCBC !important;}
::placeholder {color: #BCBCBC !important;}

.dark-theme {background-color: #09070A !important;}

.bg-yellow {
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning, .bg-warning {background-color: #eb212e !important;}
.btn-warning, .badge-warning {
	background-color: #eb212e;
	border-color: #eb212e;
}
.bg-warning {
	background-color: #eb212e;
	background-image: -webkit-gradient(linear,left top,right top,from(#eb212e),to(#4259ff));
	background-image: -webkit-linear-gradient(left,#eb212e,#4259ff);
	background-image: -o-linear-gradient(left,#eb212e,#4259ff);
	background-image: linear-gradient(
			90deg
			,#eb212e,#4259ff);
	border-color: #eb212e;
}
.btn-warning:hover, .btn-warning:not(:disabled):not(.disabled):active {
	border-color: #eb212e;
}
.btn-warning:focus, .btn-warning.focus {
	border-color: #eb212e;
	box-shadow: 0 0 0 0.2rem rgb(118 66 255 / 50%);
}
.btn-outline-warning {color: #eb212e;border-color: #eb212e;}
.btn-outline-warning:hover, .btn-outline-warning.btn-grey:hover {background-color: #eb212e;border-color: #eb212e !important;color: #fff;}
.btn-outline-warning.btn-grey {color: #070707;border-color: #ABA6A6;}

.bg-gradient-primary {background-color: #0c0c0c;background-image: inherit;}

.theme-color {color: #070707 !important;}

.radius-8 {border-radius: 8px !important;}
.radius-10 {border-radius: 10px !important;}
.radius-12 {border-radius: 12px !important;}
.radius-15 {border-radius: 15px !important;}
.radius-left-15 {
	border-top-left-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
}
.radius-30 {border-radius: 30px !important;}
.btn-outline-primary {color: #eb212e;border-color: #eb212e;}
.btn-outline-primary:hover {background-color: #eb212e;border-color: #eb212e;}

.lh-normal {line-height: normal !important;}
.lh-1 {line-height: 1 !important;}
.lh-40 {
	line-height: 40px;
}
.m-content {width: max-content;}
.max-content {
	width: max-content !important;
}
form.user .form-control-user {
	font-size: 16px;
	border-radius: 5px !important;
	padding: 1.3rem 1rem;
}

form.user .btn-user {
	font-size: 18px;
	border-radius: 10rem;
	padding: .5rem 1rem;
}
.custom-input.custom-input-inline {display: inline-block;width: auto;margin-right: 0.5rem;}
.custom-input input {display: none;}
.custom-input label:not(.error) {color: #4D4D4D;padding-left: 20px;font-size: 16px;position: relative;transition: all 0.2s ease;}
.custom-input label:not(.error)::before {top: 0 !important;}
.custom-input label:not(.error)::before {content: '';height: 16px;width: 16px;top: -4px;left: 0;border: 1px solid #E3E2DD;background-color: #FFFFFF;position: absolute;transition: all 0.2s ease;}
.custom-input.checkbox input:checked ~ label:not(.error)::after {top: 3px;content: '';border-bottom: 1px solid #ffffff;border-right: 1px solid #ffffff;position: absolute;transform: rotate(45deg);height: 9px;width: 5px;left: 6px;}
.custom-input label:not(.error)::after {transition: all 0.2s ease;}
.custom-input.checkbox input:checked ~ label:not(.error)::before {content: '';border: 1px solid #eb212e;background-color: #eb212e;position: absolute;left: 0;top: -4px;}
div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_length select {height: 34px;border-color: #C8C8C8 !important;}
table thead {background-color: #EAEAEA;}

.custom-input label {width: 16px;height: 16px;display: inline-block;margin-bottom: 0;}
.custom-input.custom-input-100 label {width: auto;}
.select-drop {-moz-appearance: none;-webkit-appearance: none;appearance: none;height: 16px;vertical-align: top;}
.select-drop.dropdown-toggle::after {display: none;}
.custom-drop:hover, .custom-drop:focus {background-color: #E4E4E4;}
.custom-input.custom-input-inline {height: 16px;}
.custom-drop .dropdown-menu a:hover {color: #eb212e !important;}
.lead-listing div.dataTables_wrapper div.dataTables_filter {padding-left: 50px;}
select:focus {outline: none !important;}
table .custom-input label:not(.error)::before, .dropdown .custom-input label:not(.error)::before {top: 0 !important;}
table .custom-input.checkbox input:checked ~ label:not(.error)::after, .dropdown .custom-input.checkbox input:checked ~ label:not(.error)::after {top: 3px;}
.table-bordered td {border-width: 1px 0;}

div.dataTables_wrapper div.dataTables_paginate, .dataTables_length {float: right;}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter label {font-size: 14px;color: #737373;}
div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input {border: 1px solid #bbb;border-radius: 5px;}
div.dataTables_wrapper div.dataTables_filter label {float: left;}
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
	font-size: 12px;
	display: inline-block;
	margin: 10px 0 20px;
	cursor: pointer;
}
div.dataTables_wrapper div.dataTables_paginate {
	float: right;
	position: absolute;
	right: 10px;
}
.paginate_button {border: 1px solid #707070;display: inline-block;padding: 5px 10px;min-width: 30px;min-height: 20px;text-align: center;margin: 0 2px;}
table tr:hover {box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;}
.paginate_button.current, .paginate_button.current:hover {background-color: #eb212e;color: #fff;border-color: #eb212e;}

.badge {font-weight: normal;padding: 9px 10px;}
.badge-yellow {background-color: #F1F4C1 !important;color: #644F09 !important;}
.badge-green {background-color: #C1F4D4 !important;color: #096415 !important;}
.badge-teal {background-color: #D8F8FD !important;color: #096415 !important;}
.badge-grey {background-color: #C4C4C4 !important;color: #230C0C !important;}
.badge-lavendar {background-color: #F2CDF6 !important;color: #950595 !important;}
.badge-blue {background-color: #D1D5FF !important;color: #3350AC !important;}
.badge-pink {background-color: #FFB4BB !important;color: #840404 !important;}
.btn-outline-yellow {border: 1px solid #F1F4C1 !important;color: #644F09 !important;display: block;}
.btn-outline-green {border: 1px solid #096415 !important;color: #096415 !important;display: block;}
.btn-outline-teal {border: 1px solid #9cbabf !important;color: #096415 !important;display: block;}
.btn-outline-grey {border: 1px solid #C4C4C4 !important;color: #230C0C !important;display: block;}
.btn-outline-lavendar {border: 1px solid #950595 !important;color: #950595 !important;display: block;}
.btn-outline-blue {border: 1px solid #3350AC !important;color: #3350AC !important;display: block;}
.btn-outline-pink {border: 1px solid #840404 !important;color: #840404 !important;display: block;}

.lead-listing .btn-outline-warning {display: block;}
.lead-listing .btn-outline-danger {display: block;}

.btn-outline-yellow:hover {background-color: #F1F4C1 !important;color: #fff !important;}
.btn-outline-green:hover {background-color: #096415 !important;color: #fff !important;}
.btn-outline-teal:hover {background-color: #9cbabf !important;color: #fff !important;}
.btn-outline-grey:hover {background-color: #C4C4C4 !important;color: #fff !important;}
.btn-outline-lavendar:hover {background-color: #950595 !important;color: #fff !important;}
.btn-outline-blue:hover {background-color: #3350AC !important;color: #fff !important;}
.btn-outline-pink:hover {background-color: #840404 !important;color: #fff !important;}
.table-responsive::-webkit-scrollbar, .filter-style .modal-body::-webkit-scrollbar, .lead-ul::-webkit-scrollbar {width: 5px;height: 5px;}
.table-responsive::-webkit-scrollbar-track, .filter-style .modal-body::-webkit-scrollbar-track, .lead-ul::-webkit-scrollbar-track {background: #E9E9E9;border-radius: 35px;}
.table-responsive::-webkit-scrollbar-thumb, .filter-style .modal-body::-webkit-scrollbar-thumb, .lead-ul::-webkit-scrollbar-thumb {background: #C5C3C2;border-radius: 35px;}
.table-responsive, .table-res-contain {max-width: 1200px;margin: 0 auto;}
.dash-com-scroll {
	max-height: 375px;
	overflow-y: auto;
	overflow-x: hidden;
}
.dash-com-scroll::-webkit-scrollbar {width: 3px;height: 3px;}
/*.dash-com-scroll::-webkit-scrollbar:hover {width: 5px;height: 5px;visibility: visible;}*/
.dash-com-scroll::-webkit-scrollbar-track {background-color: transparent;border-radius: 35px;}
.dash-com-scroll::-webkit-scrollbar-thumb {background-color: transparent;border-radius: 35px;display: none}
.dash-com-scroll:hover::-webkit-scrollbar-thumb {background-color: #777;border-radius: 35px;display: block;}
.w-60 {width: 60%;}
.w-1 {
	width: 1%;
}
.w-2 {
	width: 2%;
}
div.dataTables_wrapper div.dataTables_filter {
	display: none;
}
/* Login  Page */
.login-right {
	background-color: #eee;
	/*border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;*/
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	min-height: 625px;
}
.login-right label {
	color: #888;
}
.login-left li span,
.login-right a, .log-save {
	color: #aaa;
}
.login-left li {
	color: #eb212e;;
}
.log-foot {
	bottom: 0;
	left: 0;right: 0;
}
.log-save {
	right: 15px;
	bottom: 19px;
}
.log-img img {
	max-height: 300px;
}
.login-left {
	background-image: url(../img/login-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #010204 !important;
    }
.login {
	/*border-top-left-radius: 40px;*/
	overflow: hidden;
	/*border-bottom-left-radius: 40px;*/
}


/* Header */
.topbar .navbar-search .btn {
	box-shadow: 3px 5px 5px #f9ebd3;
	width: 37px;
	height: 37px;
	top: -1px;
	right: 1px;
	position: absolute;
	border-radius: 10px !important;
	padding: 2px 10px;
	z-index: 9;
}

/* Side Menu */
.collapse-inner .nav-item.active .nav-inner, .collapse-inner .nav-item:hover .nav-inner {background-color: #fff;}
.nav-inner {min-width: 62px;}
.sidebar-brand-icon {
	display: block;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
	color: #eb212e!important;
}
.sidebar-toggled .sidebar-brand-icon {display: block;}
.sidebar .sidebar-brand {height: inherit;}
.sidebar .nav-item .nav-link.active, .sidebar .nav-item.active .nav-link span, .sidebar-dark .nav-item.active .nav-link[data-toggle=collapse]::after {color: #eb212e;}
.sidebar .nav-item .nav-link, .sidebar .nav-item .nav-link span {font-size: 18px;}
.topbar .nav-item .nav-link .badge-counter {bottom: 10px;transform: inherit;width: 19px;height: 19px;padding: 2px;font-size: 8px;border-radius: 50%;border: 1px solid #fff;box-shadow: 1px 3px 10px #aaa;line-height: 15px;font-weight: bold;}
.topbar .nav-item .nav-link .img-profile {border-width: 3px !important;}
.sidebar.toggled .nav-item .collapse {position: relative;left: inherit;}
.sidebar.toggled .nav-item .collapse .collapse-inner {min-width: 100%;}
.sidebar-toggled .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after, .sidebar-toggled .sidebar .nav-item .nav-link[data-toggle=collapse]::after, .sidebar-toggled .sidebar-dark .nav-item.active .nav-link[data-toggle=collapse]::after {display: none;}
.sidebar-toggled .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after, .sidebar-toggled .sidebar-dark .nav-item.active .nav-link[data-toggle=collapse]::after {top: -20px;position: relative;}
.sidebar.toggled .nav-item .nav-link {padding: 0.5rem 0.6rem;}
.sidebar.toggled .nav-item .nav-link {text-align: left;}
.sidebar .custom-drop:hover, .sidebar .custom-drop:focus {background-color: inherit;}
.sidebar .dropdown .dropdown-menu {min-width: inherit;left: 0;right: 0;margin: 0 auto;font-size: 14px;max-width: 120px;transform: translate3d(0px, 39px, 0px)!important;}
/*.sidebar .nav-link:hover .nav-inner, .sidebar .nav-link.active .nav-inner {background-color: #fff;}*/
.sidebar .nav-link img, .menu-logout img {max-width: 18px;}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
	background-color: inherit;
	color: #eb212e!important;
}
.sidebar-dark .sidebar-brand img {max-height: 57px;}
.topbar .navbar-search {width: 19rem;}
.topbar .navbar-search input {height: 37px;border-radius: 10px !important;font-size: 13px;}
.topbar .navbar-search input:focus {outline: none;box-shadow: none;}
.topbar .navbar-search .btn i {font-size: 15px;}
.menu-logout {
	background-color: #3A3939;
	bottom: 0;
	left: 0;
	right: 0;
	height: 118px;
	max-width: 120px;
	position: absolute;
	z-index: 0;
	border-bottom-left-radius: 30px;
}
.bottom-edge-left{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 120px;
	right: 0;
	bottom: 0;
	background: #3a3939;
	z-index: 0;
}
.bottom-edge-right{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #E9E9E9;
	z-index: 0;
}
.menu-logout a {
	max-width: 120px;
}


/* Dashboard */
.card-total .progress {
	height: 3px;
}
.card-total .progress-bar.progress-stud {
	background-color: #33AD96;
	border-style: inherit;
}
.card-total .progress-bar.progress-new-stud {
	background-color: #CD9749;
	border-style: inherit;
}
.card-total .progress-bar.progress-staff {
	background-color: #4382CD;
	border-style: inherit;
}
.card-total .progress-bar.progress-fees {
	background-color: #CA5367;
	border-style: inherit;
}
.dash-tabs-list ul li a {
	background-color: #ffffff;
	color: #070707;
	font-size: 14px;
}
.dash-tabs-list ul li a.active {
	color: #eb212e !important;
	border-top: 3px solid #04004D !important;
}
#wrapper {
	display: flex;
	background: #f8f8f8;
}
.status-visit i {color: #BEBBBB;}
#wrapper #content-wrapper {
	/*background: linear-gradient(#070707, #333232);*/
	overflow: hidden;
}
#wrapper #content-wrapper #content {
	background-color: #F8F8F8;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	overflow: hidden;
}
.topbar{
	border-top-right-radius: 0px !important;
}
.dash-left-1 .btn-outline-primary, .dash-right-1 .btn-outline-primary {background-color: #EBECF8;font-size: 20px;}
.dash-left-1 .nav-link.active {
	color: #070707;
}
.dash-left-1 .nav-link {
	color: #A4A6AD;
	font-size: 12px;
}
.agents-ul {
	margin: 0 -20px;
}
.dash-left-1 .inc-success .fa-arrow-right, .dash-left-1 .inc-danger .fa-arrow-right {
	width: 25px;
	height: 25px;
	padding: 0 5px;
}
.dash-left-1 .inc-success .fa-arrow-right {
	transform: rotate(-45deg);
}
.date-style input {background-color: #F5F5F5;}
.date-pic input, .date-style input {color: #808186;}
.dash-left-1 .inc-danger .fa-arrow-right {
	transform: rotate(45deg);
}
.dash-left-1 .nav-link::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	border-bottom: 3px solid transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.dash-left-1 .nav-link.active::after {
	border-bottom: 3px solid #eb212e;
}
.dash-left-1 .tab-pane .card:last-child {
	margin-bottom: 0 !important;
}
.graph-pane {background-color: #fdfdfd;}
.units-det {background-color: #ECECEC;}
.leg-circle {
	border: 4px solid black;
	color: #fff;
	font-size: 6px;
}
.leg-color-1 {
	border-color: #eb212e;
}
.leg-color-2 {
	border-color: #bdc3c7;
}
.leg-color-3 {
	border-color: #dbdfe2;
}
.leg-color-4 {
	border-color: #e8ecf1;
}
.leg-color-5 {
	border-color: #eb212e;
}
.graph-contain small {
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: -15px auto 0;
	display: inline-block;
	font-size: 20px;
}
.progress {
	height: 0.6rem;
}
.progress-det .card-body li:nth-child(odd){
	background-color: #F5F7FB;
}
.progress-ul {
	display: none;
}
.card-border {border: 1px dashed #bbb;}
.progress-det .leg-circle {
	border-color: #BEC2C5;
}
.card.active .leg-circle {
	border-color: #eb212e;
}
.progress-det .dash-left-1 .card-body li:nth-child(odd) {background-color: inherit;}
.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.quick-1 {background-color: #EDEDFB;}
.quick-2 {background-color: #DEFBF4;}
.quick-3 {background-color: #FFE0E0;}
.quick-4 {background-color: #FFF4E3;}
.quick-5 {background-color: #F5F5F5;}
.quick-6 {background-color: #FAE4FF;}
.quick-btn-img {
	min-height: 45px;
}
.lease-prop {
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	max-width: 155px;
}
.exp-leases #canvas-holder {
	max-width: 300px;
}
.prop-set-img img {
	max-height: 25px;
}
.prop-set-img li {
	width: 16%;
}

/* Contact */
.breadcrumb-contain .img-fluid {
	max-height: 25px;
}
.breadcrumb-contain .nav-tabs .nav-link {
	color: #000000;
	font-weight: normal;
}
.contact-contain p {
	min-height: 27px;
}
.import-contain {
	max-height: 123px;
}
.import-contain img {
	max-height: 70px;
}
.breadcrumb-contain .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #eb212e;
	border-color: #eb212e !important;
}
.breadcrumb-contain .breadcrumb-item+.breadcrumb-item::before {
	color: #000000;
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 free";
	font-size: 17px;
}
.quick-btn-img img {
	max-height: 50px;
}
.lead-listing-menu .l-menu-item::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	border-bottom: 3px solid transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.lead-filter-sec .drop-select {
	background-color: #E4E4E4;
	color: #606060;
	font-size: 14px;
}
.lead-filter-sec .dropdown .dropdown-item {
	color: #616161;
	font-weight: 600;
	font-size: 12px;
}
.lead-filter-sec .custom-input label:not(.error)::before,
.dropdown .custom-input label:not(.error)::before {
	top: 3px !important;
}
.lead-filter-sec .custom-input.checkbox input:checked ~ label:not(.error)::before {
	content: '';
	border: 1px solid #606060;
	background-color: #606060;
	position: absolute;
	left: 0;
	top: -4px;
}
.lead-filter-sec .custom-input label:not(.error)::before {
	border-radius: 6px;
}
.lead-filter-sec .dropdown .dropdown-item.active {
	color: #F3B51F !important;
}
.bg-lead-table-list {
	background-color: #FFFBF2;
}
.new-lead .img-fluid {
	max-height: 100px;
}
.new-lead h6 {
	min-height: 52px;
}
.new-lead a {
	border: 1px solid #707070;
	padding: 10px 10px;
}
.new-lead a:hover {
	border: 1px solid #eb212e;
}
.new-lead p {
	min-height: 60px;
}
#content-wrapper #content > .container-fluid {
	min-height: 890px;
}

/* Create Lead */
.create-lead .form-group > label, .create-lead .form-group > .form-control {color: #536475;font-size: 20px;}
.create-lead .form-group > .form-control {border: 1px solid #CBD6E2;}
.create-lead .form-group > label a {font-size: 18px;}
.create-lead .form-control {
	height: 35px !important;
}
.create-lead textarea.form-control {
	height: auto !important;
}
.create-lead input.form-control:focus,
.create-lead select.form-control:focus,
.create-lead textarea.form-control:focus {
	border: 2px solid #EAA502 !important;
	box-shadow: none !important;
	outline: 0;
}
.create-lead .btn-outline-warning {
	border-color: #CBD6E2;
}
.create-lead .btn-outline-warning:hover,
.create-lead .btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	background-color: #606060;
	border-color: #606060 !important;
	color: white;
}
.irs-line {background: #E4E2E3;border-color: #E4E2E3;}
.irs-bar {border-top: 1px solid #eb212e;border-bottom: 1px solid #eb212e;background: #eb212e;}
.irs-slider {border: 7px solid #fff;background: #eb212e}
.irs-from, .irs-to, .irs-single {background: #070707;}
.btn-toggle.btn-secondary {color: #6b7381;background: #bdc1c8;}
.btn-toggle.btn-secondary.active {background-color: #eb212e !important;border-color: #eb212e!important;}
.btn-toggle.active {transition: background-color 0.25s;}
.toggle-btn-switch .btn-toggle {top: 50%;transform: translateY(0%);width: 40px;height: 18px;border-radius: 30px;}
.btn-toggle > .handle {position: absolute;top: 1px;left: 0.1875rem;width: 0.825rem;height: 0.825rem;border-radius: 50%;background: #fff;transition: left 0.25s;}
.btn-toggle.btn-secondary:before, .btn-toggle.btn-secondary:after {color: #6b7381;}
.btn-toggle.active:before {opacity: 0.5;}
.btn-toggle:before, .btn-toggle:after {color: #6b7381;}
.btn-toggle:before, .btn-toggle:after {line-height: 1.5rem;width: 4rem;text-align: center;font-weight: 600;font-size: 0.75rem;text-transform: uppercase;letter-spacing: 2px;position: absolute;bottom: 0;transition: opacity 0.25s;}
.btn-toggle.active:after {opacity: 1;}
.btn-toggle.active > .handle {left: 1.2875rem;transition: left 0.25s;}
.toggle-btn-switch button:focus {outline: none;}
.create-lead select, .bootstrap-select.btn-group > .dropdown-toggle {-moz-appearance: none; -webkit-appearance: none;background-image: url("../img/theme-arrow.png");background-repeat: no-repeat;background-position: 98% center;background-size: 12px;}
.addMore {border-color: #CBD6E2 !important;left: 130px;max-width: 445px;top: 25px;display: none;}
.modal-header .close {
	opacity: 1;
	font-weight: 400;
	padding: 0;
	height: 30px;
	width: 30px;
	font-size: 28px;
	right: 15px;
	top: 15px;
	position: relative;
	border-radius: 50%;
}
.modal-header .close:hover {
	background: #606060 !important;
	color: #ffffff !important;
	opacity: 1 !important;
}
.modal-header .close:focus {outline: none;opacity: 1;}
.create-lead main,
.import-lead main {
	border: 1px dashed #707070;
}
#upload {display: none;}

/* Lead Listing */
.head-lead-list {
	font-family: 'Poppins', sans-serif;
	color: #33475B;
}
.lead-listing-menu a {
	color: #616161;
	font-weight: normal;
	font-size: 14px;
}
.lead-listing-menu .active a {
	color: #eb212e;
	font-size: 14px;
	font-weight: 600;
}
.lead-listing-menu > ul {
	border-width: 1px !important;
	border-color: #CACACA !important;
}
.send-comment-group .btn-group-toggle .btn-secondary {
	background: 0;
	border: 0;
	color: #424244 !important;
	font-size: 12px !important;
	padding: 4px 12px !important;
	margin-right: 16px;
}
.send-comment-group .btn-group-toggle .btn-secondary.active,
.send-comment-group .btn-group-toggle .btn-secondary:hover,
.send-comment-group .btn-group-toggle .btn-secondary:focus {
	background-color: #CFCFCF !important;
	border-color: #CFCFCF !important;
	color: #707070 !important;
	border-radius: 5px !important;
	font-size: 12px;
	font-weight: 600;
}
.action-table {right: 30px;top: 5px;z-index: 1;display: none;}
.action-table a {color: #AEAEAE;}
/*.action-table a span:last-child {display: none;}*/
.action-table a:hover {color: #eb212e;}
.action-table a:hover span {display: inline-block;white-space: nowrap;}
.action-table > ul {padding: 2px 10px !important;}
.action-ico:hover .action-table {display: block;}
#save-listing a.theme-color:hover {
	font-weight: bold;
	background-color: #CFCFCF;
}
.bootstrap-tagsinput {
	border: 1px solid #d1d3e2;
	padding: .375rem .75rem;
	border-radius: .35rem;
	max-width: 100%;
	width: 100%;
}
.tag-ip .label-info {
	background-color: #707070;
	display: inline-block;
	padding: 0.4em 0.7em 0.4em;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 5px;
}
.tt-menu {
	background-color: #fff;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
	padding: 20px;
	width: 100%;
}
.tt-suggestion.tt-selectable {cursor: pointer;}
span.twitter-typeahead {
	display: block;
	width: 100%;
	color: #ADADAE;
	font-size: 10px;
	padding: 0;
}
span.twitter-typeahead > input {
	padding: 0;
}
#preview-slide .owl-nav {
	border: 1px solid #CDCDCD;
	border-radius: 10px;
	max-width: 128px;
	padding: 10px 0;
	margin: 10px auto;
	min-height: 46px;
}
#preview-slide.owl-carousel .owl-nav button.owl-next, #preview-slide.owl-carousel .owl-nav button.owl-prev {
	color: #CDCDCD;
	width: 40px;
	font-size: 25px;
	margin: 0;
	height: 25px;
	line-height: 25px;
}
#preview-slide.owl-carousel .owl-nav button:focus {outline: none;}
.slide-count {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 45px;
	bottom: 9px;
}
#preview-slide.owl-carousel .owl-nav button.owl-prev {
	float: left;
}
#preview-slide.owl-carousel .owl-nav button.owl-next {
	float: right;
}

/* Tejesh */
table.lead-listing-table .bootstrap-select.btn-group .dropdown-menu,
table.lead-listing-table .bootstrap-select.btn-group > .dropdown-toggle {
	min-width: 11rem !important;
}
table.lead-listing-table .bootstrap-select.btn-group .no-results {
	background: #eb212e;
	white-space: inherit;
}
table.lead-listing-table .bootstrap-select.btn-group .dropdown-menu {
	background-color: #eb212e;
	color: #ffffff;
}
.border-dashed-theme {
	border: 1px dashed #F3B51F;
}
.bg-file-theme {
	background-color: #FDFAEB;
}
.font-18 {
	font-size: 18px;
}
.font-weight-semibold {
	font-weight: 600;
}


/*.create-prj img {*/
/*max-height: 132px;*/
/*}*/

.switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 18px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider.round {
	border-radius: 20px;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #C5C4C4;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
input:checked + .slider {
	background-color: #eb212e;
}
input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
.slider.round:before {
	border-radius: 50%;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 0;
	bottom: 0;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	/*border: 1px solid #eb212e;*/
}
.unit-radio label {
	display: block;
	position: relative;
	height: 100px;
	margin-top: 25px;
	cursor: pointer;
}
.unit-radio label input {
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.unit-radio label .unit-box {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.unit-radio label input:checked + .unit-box:after {
	position: absolute;
	content: "";
	left: calc(100% - 18px);
	top: calc(0% - 10px);
	right: 0;
	background-image: url("../img/active-tick.svg");
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 30px;
	background-size: contain;
}
.unit-radio label input:checked + .unit-box {
	border-color: #FF9E00 !important;
}
.rc-theme {
	color: #eb212e;
}
.preview-prj .progress .progress-bar {
	background-color: #eb212e;
}
.preview-prj .progress {
	height: 15px;
	border-radius: 20px;
	background-color: #EAEAEA;
}
.file-drop-area {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 100%;
	padding: 15px;
	border-radius: 3px;
	transition: 0.2s;
	justify-content: center;
	height: 80px;
}
.file-drop-area .file-btn {
	flex-shrink: 0;
	background-color: #FF9E00;
	border: 1px solid #FF9E00;
	border-radius: 5px;
	padding: 8px 30px;
	margin-right: 10px;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
}
.file-drop-area .file-msg {
	font-size: small;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #A0A7B1;
	max-width: 50%;
}
.file-drop-area .file-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}
.unit-details .input-group-append::before,
.rent-details .input-group-append::before {
	content: "";
	border-left: 1px solid #707070 !important;
	height: 1.5em;
	position: absolute;
	top: 7px;
}
.unit-details .input-group,
.rent-details .input-group {
	border: 1px solid #d1d3e2;
	border-radius: .35rem;
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #eb212e;
	background-color: #eb212e;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 3px;
}
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.upload-btn-wrapper .btn {
	background-color: #EBECF6;
	color: #000000;
	padding: 8px 25px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
.upload-btn-wrapper input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.prop-prev-img img {
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
}
.unit-details .accordion .card-header {
	cursor: pointer;
	background-color: #EFEFEF;
}
.unit-details .accordion .card-header:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f106";
	float: right;
	font-weight: 900;
}
.unit-details .accordion .card-header.collapsed:after {
	content: "\f107";
}
.custom-control-label::before,
.custom-control-label::after {
	top: 2px;
}
label.custom-control-label {
	cursor: pointer;
}
.card-body .btn-warning .fa-plus {
	height: 18px;
	width: 18px;
}
.documents-table .table th {
	color: #8E919D;
	font-size: 10px;
	font-weight: 600;
	background-color: #FAFAFA;
	border: 0 !important;
	padding: 15px 12px;
}
.documents-table .table tr td {
	color: #536475;
	font-size: 12px;
	font-weight: 600;
	padding: 18px 12px;
	border-top: 0;
	border-bottom: 1px solid #E8E8EB;
}
.dash-market-table .table th {
	color: #000000;
	font-size: 10px;
	font-weight: 500;
	background-color: #EFEFEF;
	border: 0 !important;
	padding: 15px 12px;
	text-transform: uppercase;
}
.dash-market-table .table tr td {
	color: #000000;
	font-size: 10px;
	font-weight: 500;
	padding: 18px 12px;
	border-top: 0;
	border-bottom: 1px solid #E8E8EB;
	cursor: pointer;
}
.table-compaign .table th {
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-top: 0;
	border-bottom: 0;
	color: #707070;
}
.table-compaign .table tr td {
	border-bottom: 1px solid #E8E8EB;
}
.table-compaign .table tr td span.metrics-color {
	color: #707070;
}
.compaign-collapse,
.automate-collapse {
	cursor: pointer;
}
.completed-cir::before {
	content: "";
	display: inline-block;
	background: #1EC366;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	margin-right: 4px;
}
.pause-cir::before {
	content: "";
	display: inline-block;
	background: #FE2E2E;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	margin-right: 4px;
}
.bg-light-theme {
	background-color: #F3F3F3;
}
.bg-copy {
	background-color: #EEEEEE;
}
.pending-bg {
	background-color: #FEC4CA;
	color: #E3121D;
}
.active-bg {
	background-color: #D0F0E8;
	color: #3FC2A3;
}
.user-type-bg {
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	border: 1px solid #C7C7C7;
	font-weight: 600;
}
.xml-feed-bg {
	background-color: #F2DEDE;
	color: #E03232;
	border-radius: 5px;
	padding: 10px;
	font-size: 11px;
	display: block;
	font-weight: 600;
}
.advanced-bg {
	background-color: #FAD7E2;
	color: #DC1616;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.advanced-on-bg {
	background-color: #D7E6FA;
	color: #303030;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.lead-badge {
	background-color: #D8F8FD;
	color: #096415;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.visited-bg {
	background-color: #FFC6C6;
	color: #EA0C0C;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.visit-req-contain .badge {
	padding: 7px 0.5rem !important;
}
.visit-scheduled-bg {
	background-color: #eb212e;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.re-schedule-bg {
	background-color: #121212;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.sheet-bg {
	background-color: #FFF0D4;
	color: #735307;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.visit-progress-bg {
	background-color: #D9EDFF;
	color: #091D9B;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.sent-bg {
	background-color: #FFCACF;
	color: #C80505;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.request-bg {
	background-color: #F0EDFF;
	color: #534C8D;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
}
.leased-bg {
	background-color: #F0EDFF;
	color: #534C8D;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.listed-bg {
	background-color: #F9F2D9;
	color: #856F29;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.rented-bg {
	background-color: #D1ECD8;
	color: #0F4A03;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.selling-bg {
	background-color: #FFFFFF;
	color: #FF0000;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 4px 6px;
	font-size: 8px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.chiller-bg {
	background-color: #171717;
	color: #FFFFFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 4px 6px;
	font-size: 8px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.visit-bg {
	background-color: #E85C3F;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 4px 6px;
	font-size: 8px;
	display: block;
	text-align: center;
	font-weight: 600;
}
.unit-prop-badge {
	position: absolute;
	top: 8px;
	left: 0;
}
.visit-prop-badge {
	position: absolute;
	bottom: -5px;
	right: -7px;
}
.font-18 {
	font-size: 18px;
}
.projects-nav .nav.nav-tabs a {
	background: none;
	border: 0;
	font-size: 13px;
	color: #989595;
}
.projects-nav .nav.nav-tabs a.active {
	color: #000000;
	font-weight: bold;
}
.prop-detail-tab .nav.nav-tabs a.nav-item {
	background: none;
	border: 0;
	font-size: 14px;
	color: #A4A4A4;
	font-weight: 600;
}
.prop-detail-tab .nav.nav-tabs a.nav-item.active {
	color: #1C1E20;
	border-bottom: 2px solid #1E4564;
}
.prop-detail-tab .nav.nav-tabs li {
	padding: 0 44px 0 0;
}
.btn-outline-secondary {
	background-color: #FFFFFF;
	border-color: #D6D6D6;
	color: #424244;
}
.prj-over-table .table tr td {
	border-bottom: 0;
	background: #ffffff;
	padding: 12px;
	vertical-align: middle;
}
.prj-over-table .table th {
	background-color: #F0F6FA;
	border-bottom: 1px solid #C6C6C6 !important;
	border-top: 1px solid #C6C6C6 !important;
}
.prj-over-table thead>tr {
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}
.all-prop-card-in {
	width: 610px;
}
.all-units-list {
	height: 490px;
	overflow: auto;
}
.card.all-prop-card {
	color: #7E7E7E;
}
.all-prop-card:hover {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.drop-select.dropdown-toggle::after {
	content: "\f107";
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: inherit;
}
.drop-select:focus,
.actions-select:focus {
	outline: 0;
	box-shadow: none;
}
.card.email-perform-dash .btn-group.btn-group-toggle .btn-secondary,
.nav-market-manage .btn-group.btn-group-toggle .btn-secondary {
	font-size: 10px;
	background-color: #DDDDDD;
	color: #000000;
	border-color: #707070;
	font-weight: 400;
}
.card.email-perform-dash .btn-group.btn-group-toggle .btn-secondary.active,
.nav-market-manage .btn-group.btn-group-toggle .btn-secondary.active {
	background-color: #E9E9E9 !important;
}
.card.email-perform-dash .input-group,
.nav-market-manage .input-group {
	border: 1px solid #707070;
	border-radius: 5px;
	align-items: center;
}
.actions-select.dropdown-toggle::after {
	content: "\f107";
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: inherit;
}
.type-unit {
	border: 1px solid #D0D0D0;
	padding: 4px;
	display: inline;
	color: #000000;
	font-weight: normal;
	margin-left: 6px;
	border-radius: 5px;
	font-size: 10px;
}
.dropdown-ellipsis .dropdown-toggle::after {
	display: none;
}
.dropdown-ellipsis .dropdown-toggle {
	background: inherit;
}
.dropdown-ellipsis .dropdown-toggle i {
	color: #788090;
}
.dropdown.dropdown-ellipsis:hover>.dropdown-menu {
	display: block;
}
.dropdown-ellipsis .dropdown-toggle.bg-grey {
	background-color: #ECF0F4;
}
.dropdown-ellipsis button:focus {
	outline: 0;
}
.views-modal .modal-dialog .modal-content {
	border-radius: 12px;
	border: 0;
}
.views-modal .modal-dialog .modal-content .modal-header {
	background-color: #eb212e;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	color: #ffffff;
	padding: 12px 15px;
}
.views-modal .modal-header .close {
	font-weight: 400;
	height: 30px;
	width: 30px;
	font-size: 28px;
	background: #FFFFFF;
	color: #eb212e;
	border-radius: 50%;
}
.views-modal .modal-dialog .modal-body select.form-control {
	background-color: #E7E7E7;
	border-color: #E7E7E7;
}
.views-modal .btn-dark {
	color: #110E0E;
	background-color: #D7D7D7;
	border-color: #D7D7D7;
}
.views-modal img.view-badge {
	position: absolute;
	right: 3px;
	bottom: 0;
}
.modal.visit-modal .modal-content {
	border-top-left-radius: 0;
	border: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.modal.filter-modal .modal-content {
	border-top-left-radius: 0;
	border: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.modal.visit-modal {
	padding-right: 0 !important;
}
.visit-modal .modal-header .close {
	font-weight: 400;
	height: 25px;
	width: 25px;
	font-size: 24px;
	background: #eb212e;
	color: #FFFFFF;
	border-radius: 50%;
}
.nav-pills-codes li a {
	color: #A3A6AE;
	font-size: 12px;
	padding: 10px 32px;
}
.nav-pills-codes {
	background: #F8FAFD;
	border-radius: 10px;
	border: 1px solid #E4E4E4;
}
.nav-pills-codes .nav-link.active,
.nav-pills-codes .show>.nav-link {
	color: #4A4A4A;
	background-color: #FFFFFF;
	border: 1px solid #E9EAED;
	border-radius: 10px;
}
.codes-bg {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 14px;
	border-radius: 5px;
}
.acc-code-number {
	background-color: #F3F1FF;
	color: #504891;
}
.own-code-number {
	background-color: #FCF4E1;
	color: #A28B4A;
}
.clean-code-number {
	border: 1px dashed #707070;
	color: #252526;
	padding: 9px 12px;
}
.filter-modal.fade .modal-dialog {
	-webkit-transform: translate(-60%,0)scale(1);
	transform: translate(-60%,0)scale(1);
}
.filter-modal.fade.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.visit-modal.fade .modal-dialog {
	-webkit-transform: translate(60%,0)scale(1);
	transform: translate(60%,0)scale(1);
}
.visit-modal.fade.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.filter-modal .filter-close {
	cursor: pointer;
}
.filter-modal .btn-group-toggle {
	display: inline;
}
.filter-modal .btn-group-toggle .btn-outline-secondary {
	background-color: #FFFFFF !important;
	border-color: #707070 !important;
	font-size: 12px;
	color: #2C2C2C !important;
	margin-right: 8px;
	margin-bottom: 5px;
}
.filter-modal .btn-group-toggle .btn-outline-secondary:not(:disabled):not(.disabled).active,
.filter-modal .btn-group-toggle .btn-outline-secondary:not(:disabled):not(.disabled):active,
.filter-modal .btn-group-toggle .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff !important;
	background-color: #eb212e !important;
	border-color: #eb212e !important;
}
.bg-light-warning {
	background-color: #FFF0D4;
}
.status-list .card-footer {
	background-color: #E7E7E7;
}
.circl-sm label::before {
	content: "";
	background-color: #ECECEC;
	display: inline-block;
	height: 15px;
	width: 15px;
	line-height: 8px;
	border-radius: 5px;
	margin: -3px 8px;
}
.activity-feed .feed-item:first-child {
	border-top-right-radius: 3px;
}
.activity-feed .feed-item:last-child {
	border: 1px solid transparent;
	border-bottom-right-radius: 3px;
}
.activity-feed .feed-item {
	padding-top: 20px;
	/* border-right: 1px solid #eaeaea; */
	/* border-top: 1px solid #eaeaea; */
	padding-bottom: 15px;
	background: transparent;
	border-bottom: 1px dashed #707070;
}
.activity-feed .feed-item {
	position: relative;
	padding-bottom: 30px;
	padding-left: 30px;
	border-left: 1px solid #999999;
}
.activity-feed .feed-item:after {
	top: -5px;
	border: 1px solid #84c529;
}
.activity-feed .feed-item:after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 8px;
	height: 8px;
	border-radius: 6px;
	border: 1px solid #22B518;
	background-color: #22B518;
}
.activity-feed .feed-item:last-child:after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 8px;
	height: 8px;
	border-radius: 6px;
	border: 1px solid #838383;
	background-color: #838383;
}
.activity-feed .feed-item:last-child {
	border-left: 1px solid #999999;
}
.full-chat-w .full-chat-middle {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background-color: #fff;
}
.full-chat-w .full-chat-middle .chat-head {
	background-color: #f3f2f2;
}
.full-chat-w .full-chat-middle .chat-head {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.full-chat-w .full-chat-middle .user-info {
	font-size: 0.90rem;
}
.full-chat-w .full-chat-middle .user-info img {
	width: 25px;
	border-radius: 50%;
	margin-right: 3px;
}
.full-chat-w .full-chat-middle .user-actions a {
	margin-left: 1rem;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.full-chat-w .chat-content-w {
	height: 374px;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}
.full-chat-w .chat-content-w .chat-content {
	padding: 20px;
	min-height: 500px;
}
.full-chat-w .chat-content-w .chat-message.self {
	text-align: right;
}
.full-chat-w .chat-content-w .chat-message {
	margin-bottom: 20px;
}
.full-chat-w .chat-content-w .chat-message .chat-message-content {
	padding: 15px 35px;
	background-color: #f6f7f8;
	color: #594939;
	max-width: 600px;
	display: inline-block;
	margin-bottom: -20px;
	margin-left: 20px;
	border-radius: 5px;
	text-align: left;
	word-break: break-all;
}
.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-avatar {
	float: left;
	z-index: 1;
	position: relative;
	margin-left: -21px;
}
.full-chat-w .chat-content-w .chat-message.opponent .chat-message-date {
	margin-top: 18px;
}
.full-chat-w .chat-content-w .chat-message.opponent .chat-message-date span {
	float: right !important;
	margin-right: 5px;
}
.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-content {
	background-color: #f8f9fc;
	color: #707070;
	margin-left: 50px;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
}
.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-date {
	margin-left: 190px;
}
.chat-message-content .btn-warning:disabled {
	opacity: 1;
}
.w-90 {
	width: 90%;
}
.full-chat-w .chat-content-w .chat-message.self.opponent .badge.badge-name {
	border: 1px solid #E7E7E7;
	border-radius: 10px;
	background: transparent;
	color: #000000 !important;
	margin-bottom: 8px;
}
.full-chat-w .chat-content-w .chat-message.self.opponent {
	text-align: left;
}
.full-chat-w .chat-content-w .chat-message .chat-message-date {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 0.62rem;
	color: #838383;
	margin-top: 18px;
}
.full-chat-w .chat-content-w .chat-message .chat-message-content a.badge-warning:hover,
.full-chat-w .chat-content-w .chat-message .chat-message-content a.badge-warning:focus {
	font-size: 12px;font-weight: normal;
}
.full-chat-w .chat-content-w .chat-message.self .chat-message-content {
	background-color: #EBEBEB;
	color: #373333;
	/* margin-right: 20px; */
	margin-left: 0;
	font-weight: 600;
	border-radius: 15px;
}
.full-chat-w .chat-content-w .chat-message .chat-message-avatar {
	display: inline-block;
	vertical-align: bottom;
}
.full-chat-w .chat-content-w .chat-message .chat-message-avatar img {
	background-color: #fff;
	width: 50px;
	padding: 10px;
	height: auto;
	border-radius: 50px;
	display: inline-block;
}
.full-chat-w .chat-controls {
	padding: 20px;
	padding-top: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.full-chat-w .chat-input input[type="text"] {
	padding: 20px 20px 20px 0px;
	border: none;
	display: block;
	width: 100%;
	outline: none;
}
.full-chat-w .chat-input-extra {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.full-chat-w .chat-content-w::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.full-chat-w .chat-content-w::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}
.full-chat-w .chat-content-w::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 10px;
}
.full-chat-w .chat-content-w:hover::-webkit-scrollbar-thumb {
	background: #777;
	border-radius: 10px;
	cursor: pointer;
}
.chat-set-popup .card-body {
	height: calc(100vh - 230px);
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.chat-set-popup .card-body::-webkit-scrollbar {
	width: 5px;
	height: 20px;
}
.chat-set-popup .card-body::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.chat-set-popup .card-body::-webkit-scrollbar-thumb {
	background: transparent;
	height: 10em;
	border-radius: 35px;
}
.chat-set-popup .card-body:hover::-webkit-scrollbar-thumb {
	background: #F1F1F1;
	height: 10em;
}
.fotorama__thumb-border {
	border-style: unset;
	border-color: unset;
	background-image: unset;
}
img.fotorama__img {
	width: 166px !important;
	height: 100px !important;
}
.fotorama__thumb::before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.7);
	left: 0;
	right: 0;
	height: 100%;
	z-index: 99;
}
.fotorama__active .fotorama__thumb::before{
	visibility: hidden;
}
.fotorama__arr--next {
	right: 20px !important;
	width: 11px !important;
	height: 20px !important;
	background: url('https://res.cloudinary.com/dsieaglmz/image/upload/New_Web/img/page-sprites.png') -375px -10px !important;
}
.fotorama__arr--prev {
	left: 20px !important;
	width: 16px !important;
	height: 24px !important;
	background: url('https://res.cloudinary.com/dsieaglmz/image/upload/New_Web/img/page-sprites.png') -333px -178px !important;
}
.fotorama__loaded--img .fotorama__html img,
.fotorama__thumb.fotorama__loaded.fotorama__loaded--img img {
	border-radius: 25px !important;
	max-height: 390px;
	object-fit: cover;
}
.fotorama__stage {
	max-height: 390px;
	object-fit: cover;
}
.fotorama__thumb {
	border-radius: 20px !important;
}
.fotorama__thumb:focus {
	outline: 0 !important;
}
.fotorama__thumb-border {
	border: 0 !important;
}
/*.fotorama__nav.fotorama__nav--thumbs.fotorama__shadows--right {*/
/*width: inherit !important;*/
/*}*/
.currency-filter {
	font-size: 10px;
	padding: 7px 9px;
}
.currency-filter-lead .bootstrap-select.form-control {
	border: 0 !important;
}
.bg-leads-activity {
	background-color: #F2F2F2;
	border-radius: 10px;
}
.pub-status {
	background-color: #070707;
	border-radius: 5px;
	padding: 10px 0;
}
.email-camp-card .card-header {
	background-color: #ECECEC;
}
.email-camp-card .card-body p {
	line-height: 25px;
}
.card-reports:hover {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
	background-color: #eb212e !important;
}
.card-reports:hover .hover-white {
	color: #FFFFFF !important;
}
.card-reports:hover .hover-bg-white {
	background-color: #FFFFFF !important;
	color: #eb212e !important;
}
.reports-display-type .btn-group .btn-secondary {
	background-color: #FFFFFF;
	border-color: #E5E5E5;
}
.reports-display-type .btn-group .btn-secondary.active {
	background-color: #E0E0E0;
	border-color: #BABABA;
}
.report-view-tabs .date-range-card:hover {
	background-color: #fff;
}
.report-view-tabs .nav-tabs a {
	border: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	color: #BDBEC0 !important;
}
.report-view-tabs .nav-tabs a.active {
	color: #eb212e !important;
}
.date-range-card.card {
	background-color: #F8F8F8;
}
.settings-menu .nav,
.reply-mail-menu .nav {
	flex-direction: column;
}
.settings-menu .nav .nav-link,
.reply-mail-menu .nav .nav-link {
	color: #000000 !important;
	font-size: 13px;
	padding: 12px;
	margin-right: 8px;
}
.settings-menu .nav .nav-link.active,
.reply-mail-menu .nav .nav-link.active {
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 0;
}
.settings-menu .nav .nav-link:hover,
.reply-mail-menu .nav .nav-link:hover {
	background-color: #FFFFFF;
}
.settings-menu {
	height: calc(100vh - 230px);
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.side-msg-list {
	height: calc(100vh - 130px);
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.settings-menu::-webkit-scrollbar,
.side-msg-list::-webkit-scrollbar,
.reply-mail-menu::-webkit-scrollbar,
.all-units-list::-webkit-scrollbar {
	width: 10px;
	height: 4px;
}
.settings-menu::-webkit-scrollbar-track,
.side-msg-list::-webkit-scrollbar-track,
.reply-mail-menu::-webkit-scrollbar-track,
.all-units-list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F1F1F1;
}
.settings-menu::-webkit-scrollbar-thumb,
.side-msg-list::-webkit-scrollbar-thumb,
.reply-mail-menu::-webkit-scrollbar-thumb,
.all-units-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #C1C1C1;
	cursor: pointer;
}
.nav-basic-info .fa-info-circle {
	color: #707070;
}
.email-dash-card.card:hover {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
}
.inbox-menu .inbox-list a.active {
	background-color: #E9E7E7;
	font-weight: 600;
}
.inbox-menu .inbox-list a:hover {
	background-color: #E9E7E7;
	color: #000000;
}
span.mail-badge::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 8px;
}
span.mail-draft-badge::before {
	background: #CBCBCB;
}
span.mail-schedule-badge::before {
	background: #F3B51F;
}
span.mail-sent-badge::before {
	background: #01C5A6;
}
span.mail-archive-badge::before {
	border: 1px solid #707070;
}
.mail-listing-table div.dataTables_wrapper div.dataTables_filter {
	display: none;
}
.side-msg-list ul li .badge-user-type {
	border: 1px solid #E7E7E7;
	border-radius: 10px;
	background: #ffffff;
	color: #000000 !important;
	font-size: 10px;
	padding: 6px 14px;
}
.side-msg-list ul li p {
	color: #A9A8B9;
}
.side-msg-list {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 12px;
}
.border-right-ht::after {
	content: "";
	height: 1px;
	width: 120px;
	background: #E2E2E2;
	border-right: 1px white;
	position: absolute;
	transform: rotate(90deg);
	top: 20px;
}
.circle-calendar {
	/* padding: 12px; */
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D6D6D6;
	border-radius: 50%;
}
.chat-set-popup .bg-secondary {
	background-color: #DFDDDD !important;
}
.chat-set-popup .bg-secondary.chat-msg {
	margin-top: 10px;
	padding: 10px 6px;
	width: 80%;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.chat-set-popup .card {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.chat-set-popup .user-avatar {
	height: 35px;
	padding: 5px;
	width: 35px;
}
.close-chat {
	background-color: #D3D3D3;
	color: #000000;
	border-radius: 50%;
	padding: 15px 20px;
}
.close-chat:hover {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
/*.inbox-menu {*/
/*background-color: #EBEBEB;*/
/*}*/
.reply-mail-menu .user-avatar {
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.reply-mail-menu span.active-badge::after {
	content: "";
	display: inline-block;
	background-color: #56C060;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
	right: 2px;
	bottom: 8px;
}
.reply-mail-menu {
	background-color: #EBEBEB;
	padding: 15px;
}
/*.reply-mail-menu.active {*/
/*left: -371px;*/
/*transition: 0.5s ease;*/
/*}*/
.reply-mail-menu {
	height: calc(100vh - 70px);
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	/*position: absolute;*/
	/*left: inherit;*/
	/*transition: 0.5s ease;*/
}
.reply-modal {
	max-width: 325px;
	position: fixed;
	top: 70px;
	right: -325px;
	border: 1px solid #DCDCDC;
	/*transition: 0.5s ease;*/
	z-index: 100;
	bottom: 0;
}
.reply-modal .modal-body {
	height: calc(100vh - 300px);
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.reply-modal .modal-body::-webkit-scrollbar {
	width: 5px;
	height: 20px;
}
.reply-modal .modal-body::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.reply-modal .modal-body::-webkit-scrollbar-thumb {
	background: transparent;
	height: 10em;
	border-radius: 35px;
}
.reply-modal .modal-body:hover::-webkit-scrollbar-thumb {
	background: #eb212e;
	height: 10em;
}
.reply-modal.active {
	right: 0;
	/*transition: 0.5s ease;*/
}
.reply-modal .modal-header {
	background-color: #EAEAEA;
}
.reply-modal .bg-body-reply {
	background-color: #F8F8F8;
}
.reply-modal .reply-comment-nav nav .nav-tabs a.nav-link {
	color: #000000;
	border: 0;
	font-size: 12px;
}
.reply-modal .reply-comment-nav nav .nav-tabs a.nav-link.active {
	border-bottom: 2px solid #000000;
}
.reply-modal .modal-footer input:focus, input:focus {
	outline: 0;
	box-shadow: none !important;
}
.reply-modal .file-share {
	background-color: #F0EEEE;
}
.dwn-report {
	margin: 2px 0px;
}
.ow-view .nav-tabs {
	margin: 0 -8px;
}
/*.your-photos-prev.owl-theme.owl-carousel {*/
/*transform: rotate(90deg);*/
/*}*/
/*.your-photos-prev.owl-theme .item{*/
/*transform: rotate(-90deg);*/
/*}*/
/*.your-photos-prev.owl-theme.owl-carousel .owl-nav{*/
/*display: flex;*/
/*justify-content: space-between;*/
/*}*/
.your-photos-prev.owl-theme .owl-nav {
	text-align: left !important;
}
.your-photos-prev.owl-theme .owl-nav .owl-prev span,
.your-photos-prev.owl-theme .owl-nav .owl-next span {
	display: none !important;
}
.your-photos-prev button.owl-prev,
.your-photos-prev button.owl-next {
	background: #E7E7E7 !important;
	height: 30px;
	width: 35px;
}
.your-photos-prev button.owl-prev:focus,
.your-photos-prev button.owl-next:focus {
	outline: 0 !important;
}
.your-photos-prev button.owl-prev::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 900;
	color: #797979;
	font-size: 22px;
}
.your-photos-prev button.owl-next::after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 900;
	color: #797979;
	font-size: 22px;
}
.cover-image-bg {
	background-color: #92DD91;
	color: #095D25;
	border-radius: 5px;
	padding: 4px 10px;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.badge-cover-img {
	position: absolute;
	top: -12px;
	z-index: 2;
	left: -10px;
}
.overall-count-one {
	position: absolute;
	top: 18px;
	left: 87px;
	text-align: center;
	max-width: 100px;
	margin: 0 auto;
}
.overall-count-two {
	position: absolute;
	top: 65px;
	left: 65px;
	text-align: center;
	max-width: 100px;
	margin: 0 auto;
}
.invoice-deta-card .card-header {
	background-color: #E4E4E4;
}
.create-project .basic-details .switch,
.create-project .media-docs .switch {
	width: 35px;
	height: 15px;
}
.create-project .basic-details .slider:before,
.create-project .media-docs .slider:before {
	height: 15px;
	width: 15px;
	border: 1px solid #eb212e;
}
.create-project .progress-bar {
	border-width: inherit;
}
.bg-projects-list {
	background-color: #F0F6FA;
	color: #424244;
}
.calendar-left-menu .fa-angle-right {
	background-color: #F9A413;
	color: #ffffff;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	padding: 4px 8px;
	display: inline;
}

/* 27-08-2020 */

/* Lead Details */
.lead-add-height {
	height: calc(100vh - 230px);
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
}
.lead-add-height::-webkit-scrollbar {
	width: 5px;
	height: 20px;
}
.lead-add-height::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.lead-add-height::-webkit-scrollbar-thumb {
	background: #cccccc;
	height: 10em;
	border-radius: 35px;
}
.prop-req-height {
	height: calc(100vh - 530px);
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
}
.prop-req-height::-webkit-scrollbar {
	width: 5px;
}
.prop-req-height::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.prop-req-height::-webkit-scrollbar-thumb {
	background: #cccccc;
	height: 10em;
	border-radius: 35px;
}
.notes-list .click-add {
	transition: 0.5s all ease;
}
.notes-list .click-add.active {
	height: 200px !important;
	transition: 0.5s all ease;
}
.lead-prof-img span {
	bottom: -5px;
	right: -5px;
}
.lead-media li a {
	font-size: 12px;
	width: 20px;
	height: 20px;
	padding: 1px;
}
.lead-opt li a i {
	color: #888484;
}
.lead-opt li a i {border: 1px solid #D0D0D0;}
.ox-auto {overflow-x: auto;}
.ox-auto::-webkit-scrollbar, .lead-det-prof::-webkit-scrollbar {width: 4px;height: 4px;margin-left: 5px;padding-left: 10px;}
.ox-auto::-webkit-scrollbar-track, .lead-det-prof::-webkit-scrollbar-track {border-radius: 10px;background-color: #ccc;margin-left: 5px;padding-left: 10px;}
.ox-auto::-webkit-scrollbar-thumb, .lead-det-prof::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #777;cursor: pointer;margin-left: 5px;padding-left: 10px;}
.lead-act i {
	background-color: #E3E3E3;
	width: 30px;
	height: 30px;
	line-height: 22px;
}
.card-comment img {
	max-width: 30px;
}
.lead-det .full-chat-w .chat-content-w {
	height: 600px;
}
.lead-det .nav-tabs a,
.prop-detail-tab .nav-tabs a {
	color: #000;
}
.lead-det .nav-tabs a.active,
.prop-detail-tab .nav.nav-tabs a.active {
	color: #eb212e;
}
.lead-det .nav-tabs a::before,
.prop-detail-tab .nav.nav-tabs a::before {
	position: absolute;
	content: "";
	border-bottom: 4px solid transparent;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	margin: 0 auto;
}
.lead-det-prof {
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}
.lead-det .nav-tabs a.active::before,
.prop-detail-tab .nav.nav-tabs a.active::before {
	border-bottom: 4px solid #eb212e;
}
.wiz-det img {max-height: 60px;}
.sw-theme-arrows>.nav .nav-link.active {border-color: #FF9E00;background: #FF9E00;}
.sw-theme-arrows>.nav .nav-link.active::after {
	border-left-color: #FF9E00;
}
.sw-theme-arrows>.nav .nav-link.done {border-color: #FFC566;background: #FFC566;}
.sw-theme-arrows>.nav .nav-link.done::after {border-left-color: #FFC566;}
.sw-theme-arrows>.nav .nav-link {
	font-size: 12px;
}
.sw-theme-arrows .toolbar>.btn {
	background-color: #070707;
	border: 1px solid #070707;
	font-size: 14px;
}
.lead-require a {cursor: pointer;}
.lead-det-sect {background-color: #F8F7F7;}
.instr {color: #C8C8C8;}
.meet-type a, .meet-time a, .meet-time select {
	color: #9B9B9B;
	border: 1px solid #DFE3EB;
}
.meet-type a.active, .meet-time a.active, .meet-time select.active {
	color: #fff;
	border: 1px solid #eb212e;
	background-color: #eb212e;
}
.meet-circle {
	bottom: -5px;
}

/* Contracts */
.head-filter {width: 50px;height: 50px;background-color: #F1F5F7;}
.contract-action .custom-drop > a, .contract-view button {
	border: 1px solid #EBF0F6;
	padding: 2px 10px;
	height: inherit;
}
.custom-drop {
	background-color: #E4E4E4;
}
.contract-view button {background-color: #EBF0F6;}
.delete-head {display: none;}

/* Deal Stage */
.deal-opt .select-drop, .deal-opt .btn-outline-warning {background-color: #fff;}
.stage-menu a.active {background-color: #E3E3E3;}
.stage-opt .custom-drop > a, .stage-opt > button {
	border: 1px solid #CBD6E2 !important;
}
.stage-card-in {width: 380px;}
.stage-card .card-body {background-color: #F8F8F8;}
.bg-progress-1 {background-color: #D99104;}
.bg-progress-2 {background-color: #E19F2A;}
.bg-progress-3 {background-color: #F4BE5E;}
.bg-progress-4 {background-color: #FBD695;}
.bg-progress-5 {background-color: #EAF0F6;}
.progress {height: 6px;}
.progress-bar {border-width: 0 4px 0 0;border-color: #fff;border-style: solid;}

/* Task Listing */
.reply-ico {
	transform: rotateY(180deg);
}
.stage-list .ten-list a.active {background-color: #E9E7E7;font-weight: bold;color: #070707 !important;}
.stage-list .dropdown-menu a {color: #B1ABAB;}
.stage-list .dropdown-menu {
	transform: inherit !important;
	top: 30px !important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: inherit;
}
.stage-menu.stage-right a.active {
	background-color: inherit;
	color: #070707;
}
.stage-menu a.active {
	color: #070707;
}
.stage-menu.stage-right a, .stage-menu a {
	color: #999;
}
.filter-style .form-control, .filter-style .btn-warning {
	height: 45px;
}
.filter-style .modal-body {
	height: 491px;
	overflow-y: auto;
}
.agent-listing td {vertical-align: middle;}
.agent-listing .action-table {top: 18px;}
.ag-count {
	color: #BBBBBD;
	border: 1px solid #BBBBBD;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.ag-add input.form-control,
.ag-add select.form-control,
.ag-add .upload-btn-wrapper {
	height: 40px;
}
.ag-add input.form-control:focus,
.ag-add select.form-control:focus,
.ag-add textarea.form-control:focus {
	border: 2px solid #EAA502 !important;
	box-shadow: none !important;
	outline: 0;
}
.ag-add .prof-update .profile-pic,
.ag-add .prof-update .circle {
	width: 76px;
	height: 76px;
}
.ln {background-color: #0F588D;}
.tw {background-color: #4F9ED4;}
.fb {background-color: #3B5598;}
.inst {background-color: #DF1F70;}
.media-contain a {
	height: 18px;
	width: 18px;
	font-size: 8px;
	line-height: 19px;
	margin: 0 2px;
	padding: 0 1px 0 0px;
	text-align: center;
}
.ag-progress .progress-bar {
	background-color: #eb212e;
}
.ag-progress .progress {
	background-color: #E4E4E4;
	height: 6px !important;
}
.prof-edit-link {
	bottom: 5px;
	right: 10px;
}
.ag-user-img {max-height: 60px;max-width: 60px;}
.verified-user span {
	right: 3px;
	bottom: 8px;
}
.profile-page p img {
	max-height: 13px;
}
.ag-prof label,
.ag-add label,
.ag-add .custom-input label:not(.error) {color: #48494F;}
.ag-name .img-fluid {
	opacity: 0.4;
}
.em-add .form-group > label {color: #858796;}
.ag-add .custom-input label:not(.error)::before {
	top: 2px !important;
}
.ag-add .custom-input.radio input:checked ~ label:not(.error)::after {
	top: 6px;
}
.view-list a.active {opacity: 1;}
.view-list a {opacity: 0.4;}
.ag-prop img {
	max-height: 21px;
}
.custom-input.radio input:checked ~ label:not(.error)::before {
	content: '';
	border: 1px solid #FFC333;
	background-color: #FFC333;
	position: absolute;
	left: 0;
}
.custom-input.radio label:not(.error)::before {
	border-radius: 16px;
}
.custom-input.radio input:checked ~ label:not(.error)::after {
	content: '';
	position: absolute;
	background: white;
	height: 8px;
	width: 8px;
	left: 4px;
	top: 2px;
	border-radius: 50%;
}
.custom-input.radio input:checked ~ label:not(.error)::after {
	top: 8px;
}
.custom-input.radio label {
	width: 150px;
}
.tenant-doc img {max-height: 70px;}

/* Tenant */
.add-tenant .form-control {border: 1px solid #C8C8C8 !important;}
#result img {
	max-height: 100px;
}
.tenant-doc {
	border: 2px dashed #eb212e;
	background-color: #FDFAEB;
}
.tenant-desig {color: #D6D6D6;}
.tenant-user .card:hover {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.ten-menu a {
	color: #989595;
}
.ten-menu a.active {
	color: #000;
	font-weight: 600;
}
.t-prop {background-color: #F7F7F7;}
.ten-list a {color: #303030;}
.ten-list a.active {background-color: #eb212e;color: #fff;}
.ten-status {background-color: #F1F1F1;}
.tkt-collapse .card-header .btn-header-link:after {content: "\f107";font-family: 'Font Awesome 5 Free';font-weight: 900;float: left;margin-right: 10px;}
.tkt-collapse .card-header .btn-header-link.collapsed:after {content: "\f106";}
.tkt-collapse .collapse.show {min-height: 200px;}
.ten-srch button {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.ten-srch input {border-top-left-radius: 0;border-bottom-left-radius: 0;border-color: #eb212e;}
.ten-comment {background-color: #F1F1F1;border-radius: 15px;border-bottom-right-radius: 0;}

/* Profile Update */
.prof-update .profile-pic {
	width: 128px;
	height: 128px;
	display: block;
}
.prof-update .file-upload {
	display: none;
}
.prof-update .circle {
	overflow: hidden;
	width: 128px;
	height: 128px;
}
.prof-update img {
	max-width: 100%;
	height: auto;
}
.prof-update .p-image {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.prof-update .p-image:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.prof-update .upload-button {
	font-size: 1.2em;
}
.prof-update .upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #999;
}
.contact-basic-sec .prof-update .profile-pic {
	width: 35px;
	height: 35px;
	object-fit: cover;
}
.prof-pen {
	border: 1px solid #eb212e;
	width: 15px;
	height: 15px;
	bottom: -5px;
	right: -5px;
	text-align: center;
}
.call-style {
	width: 25px;
	height: 25px;
	line-height: 24px;
}
/* End Profile Update */
.btn-yellow, .bg-yellow {background-color: #FFC970;}
.prop-slider.owl-carousel .owl-nav button.owl-next, .prop-slider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 20%;
	font-size: 20px;
	margin: 0;
	width: 20px;
}
.prop-slider.owl-carousel .owl-nav button.owl-prev {
	float: left;
	left: -20px;
}
.prop-slider.owl-carousel .owl-nav button.owl-next {
	float: right;
	right: -20px;
}
.prop-slider button:focus {outline: none !important;}
.alert-contain i {
	left: 0;
	top: 2px;
}
.verified-user .prop-selling {
	left: 0;
	right: inherit;
	top: 10px;
	bottom: inherit;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.calendar-events span {
	left: -10px;
	top: 10px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.cal-event-desc, .cal-events:hover .cal-event-img {display: none;}
.cal-events:hover .cal-event-desc {display: block;}
.full-events table thead {
	background-color: inherit;
}
.cal-events .cal-event-img img {
	height: 114px;
	object-fit: cover;
	border-radius: 12px;
}
.cal-events .cal-event-desc {
	height: 114px;
}
.full-events .fc-day-number.fc-other-month {
	opacity: 1;
	font-size: 12px;
	color: #888;
}
.full-events .fc-event {
	background-color: #eb212e;
	border-color: #eb212e;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 7px 10px;
}
.full-events .fc-event:hover {color: #fff;}
.full-events .fc-widget-header th.fc-day-header {
	font-size: 12px;
	font-weight: normal;
	color: #070707;
	border: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.full-events td.fc-widget-header {
	border: 0;
}
.full-events .fc-toolbar .fc-button.fc-state-default.fc-state-active {
	background-color: #04004D;
	color: #fff;
}
.full-events .fc-toolbar .fc-button.fc-state-default {
	background-color: #fff;
	color: #070707;
	font-size: 12px;
	background-image: inherit;
}
.full-events .fc-toolbar .fc-button:focus, .event-pop input:focus {outline: none;}
.full-events table tr:hover {box-shadow: inherit !important;}
.fc-toolbar h2, .fc-time-grid .fc-slats td, .fc-ltr .fc-axis {
	font-size: 12px;
	color: #070707;
}
/*.fc-now-indicator {*/
/*border-color: #eb212e !important;*/
/*}*/
.full-events table tr:hover {box-shadow: inherit !important;}
.cal-select .ui-widget-header, .cal-select table thead {
	background: inherit;
	font-size: 11px;
}
.cal-select .ui-widget-header {
	border-width: 0 0 1px 0;
}
.cal-select .ui-state-active,
.cal-select .ui-widget-content .ui-state-active {
	background-color: #eb212e !important;
	border-color: #eb212e !important;
	border-radius: 12px;
	padding: 3px 6px;
}
.cal-select table.ui-datepicker-calendar thead tr th span {
	color: #72768B;
	font-weight: bold;
	font-size: 12px;
}
.cal-select .ui-state-default,
.cal-select .ui-widget-content .ui-state-default {
	border: 0;
	background-color: inherit;
	text-align: center;
	color: #1E2022;
}
.cal-select .ui-datepicker {
	width: 14em;
	border: 0 !important;
}
.cal-select .ui-widget-header a.ui-datepicker-clear-month {
	top: -15px;
	position: absolute;
	right: -15px;
	display: none;
}
.cal-select a.ui-datepicker-prev.ui-corner-all span,
.cal-select a.ui-datepicker-next.ui-corner-all span {
	background-image: inherit;
}
.cal-select a.ui-datepicker-prev::before {
	content: "\f104";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	color: #D0D4DC;
}
.cal-select a.ui-datepicker-next::after {
	content: "\f105";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	color: #D0D4DC;
}
.cal-select a.ui-datepicker-prev:hover,
.cal-select a.ui-datepicker-next:hover {
	background: #eb212e;
	border-color: #eb212e;
	line-height: 19px;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff !important;
}
.cal-select .ui-datepicker .ui-datepicker-prev,
.cal-select .ui-datepicker .ui-datepicker-next {
	text-align: center;
}
.cal-select .ui-datepicker td {
	padding: 9px 1px;
	font-size: 12px;
}
.cal-select .ui-datepicker-title span {
	font-weight: bold;
	font-size: 14px;
}
.cal-select .ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em 8px;
}
.cal-select .ui-datepicker .ui-datepicker-header {
	margin-bottom: 8px;
}
.cal-select .main {
	/*position: absolute;*/
	width: 230px;
	/*height: 420px;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px black;
    transform: translate(-50%, -50%);
    transition: all 0.195s ease;
    transform-style: preserve-3d;*/
}
/*.cal-select .main.is-rotated-left {
    transform: translate(-50%, -50%) rotateY(-4deg);
}
.cal-select .main.is-rotated-right {
    transform: translate(-50%, -50%) rotateY(4deg);
}*/
.cal-select .main .sideb,
.cal-select .main .right-wrapper {
	background-color: white;
	/*width: 50%;*/
	float: left;
	height: 100%;
	box-sizing: border-box;
	/*padding: 25px;*/
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.cal-select .main .header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px;
}
.cal-select .main .header i {
	padding: 0 5px;
	cursor: pointer;
	color: #D0D4DC;
}
.cal-select .main .header span {
	display: inline-block;
	margin: 0 3px;
	font-weight: 700;
	color: #1E2022;
	font-size: 12px;
}
.cal-select .main .right-wrapper {
	background-color: #f05855;
	color: white;
	transform-origin: left center;
	transform: rotateY(110deg);
	transition: all 0.5s;
}
.cal-select .main .right-wrapper.is-active {
	transform: rotateY(0deg);
}
.cal-select .main .right-wrapper .header {
	text-align: left;
	justify-content: center;
}
.cal-select .main .right-wrapper .day {
	font-size: 12em;
	text-indent: -12px;
	display: block;
}
.cal-select .main .right-wrapper .month {
	font-size: 2.5em;
}
.cal-select .main .sideb .showDate {
	color: white;
	text-align: right;
	width: 100%;
}
.cal-select .main .sideb .showDate i {
	cursor: pointer;
	background: #f05855;
	border-radius: 4px;
	padding: 8px 12px;
	transform: scale(1);
	transition: all 0.3s;
}
/*.cal-select .main .sideb .showDate i.is-active {
    transform: scale(-1);
}*/
.cal-select .main .sideb table {
	text-align: center;
	width: 90%;
	margin: 30px auto 0;
	table-layout: fixed;
	border-collapse: collapse;
}
.cal-select .main .sideb table tbody:before {
	content: "-";
	display: block;
	line-height: 0.75em;
	color: transparent;
}
.cal-select .main .sideb table th {
	color: #72768B;
	font-size: 0.75em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.cal-select .main .sideb table td {
	padding: 9px 5px;
	color: #ced0ce;
	font-size: 0.75em;
	transition: all 0.3s;
	position: relative;
}
/*.cal-select .main .sideb table td::before {
    content: "";
    display: none;
    width: 50%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -8px);
    background-color: #f05855;
}*/
.cal-select .main .sideb table td.currentDay::before {
	display: block;
}
.cal-select .main .sideb table td.selectable {
	color: #1E2022;
	cursor: pointer;
}
.cal-select .main .sideb table td.selectable:hover {
	background: #eb212e;
	color: white;
}
.cal-select .main .sideb table td.between {
	background-color: #707070;
	color: white;
}
.cal-select .main .sideb table td.active,
.cal-select .main .sideb table td.hover {
	background: #eb212e;
	color: white;
}
.cal-select .main .sideb table td.active, .cal-select .main .sidephpb table td.selectable.currentDay.active {border-radius: 15px 0 0 15px;}
.cal-select .main .sideb table td.hover, .cal-select .main .sideb table td.selectable.currentDay.hover {border-radius: 0 15px 15px 0;}
.cal-select .main .sideb table td.selectable.currentDay {background-color: #eb212e;border-radius: 7px;}
.addnewicon {
	position: absolute;
	right: 11px;
	top: 9px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #eb212e;
	line-height: 30px;
}
.user-rules .rule-left .bootstrap-select {
	border-radius: .35rem 0 0 .35rem;
}
.user-rules .rule-right .bootstrap-select {
	border-radius: 0 .35rem .35rem 0;
}
.user-rules .rule-left .bootstrap-select .dropdown-toggle {background-color: #f8f9fc !important;}

.multiple-img .image-uploader {
	border-radius: 10px;
}
.multiple-img .image-uploader .uploaded .uploaded-image img {
	width: auto;
	height: auto;
	object-fit: inherit;
	position: relative;
	margin: 0 auto;
	max-width: 85px;
}
.multiple-img .image-uploader .uploaded .uploaded-image {
	display: inline-flex;
	width: 105px;
	padding: 10px;
	height: 105px;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	float: left;
	border-radius: 10px;
}
.multiple-img .image-uploader {min-height: 8.7rem;}
.grad {
	/*background: linear-gradient(to right, #070707, #eb212e);*/
	background: #eb212e;
	line-height: normal;
}
.grad-btn {
	background: linear-gradient(to right, #9a9898, #eb212e);
}
.remove-abs .font-ab {
	color: #424244 !important;
	border-color: #e3e6f0 !important;
	border-left-width: 1px !important;
	height: auto !important;
}
.position-unset {
	position: unset !important;
}
.table-res-contain.remove-abs .table-responsive table.table td:last-child,
.table-res-contain.remove-abs .table-responsive table.table th:last-child {
	position: relative;
	width: 100px !important;
	background: 0;
}
.view-notes-list .table-res-contain.remove-abs .table-responsive table.table td:last-child, .view-notes-list .table-res-contain.remove-abs .table-responsive table.table th:last-child {
	background: inherit;
	height: auto;
}
.view-notes-list .table-res-contain.remove-abs .table-responsive table.table thead {
	background-color: rgba(0,0,0,.075);
}
.grad-btn-alert {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	max-width: 500px;
	text-align: center;
	padding: 30px 10px;
	border-radius: 10px;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
	margin: auto;
	font-size: 14px;
}
.confirm-box button.close {
	right: 10px;
	top: 5px;
	z-index: 1;
}
.activities-modal {
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}
.activities-modal {display: none;}
.activities-modal.active {display: block;}
.activities-sect {overflow-y: auto;height: 410px;}
.activities-sect::-webkit-scrollbar {width: 5px;height: 5px;}
.activities-sect::-webkit-scrollbar-track {background: #E9E9E9;}
.activities-sect::-webkit-scrollbar-thumb {background: #C5C3C2;}
.activities-sect .card-body:nth-child(odd) {background-color: #f9f9f9;}
#new-task .custom-input.checkbox input:checked ~ label:not(.error)::after, #create-ticket .custom-input.checkbox input:checked ~ label:not(.error)::after {top: 5px;}
#new-task .custom-input label:not(.error)::before, #create-ticket .custom-input label:not(.error)::before {top: 3px !important;}
#add-note .custom-input label:not(.error)::before {top: 4px !important;}
.page-item.active .page-link, .page-link:hover {
	background-color: #eb212e;
	border-color: #eb212e;
	color: #fff;
}
.page-link {color: #eb212e;margin-left: 3px;}
.role-menus legend {
	font-size: 16px;
}
.role-menus .custom-input > label {
	width: auto;
	font-size: 14px;
	display: inline-block;
}
.role-menus fieldset > div {
	margin-bottom: 10px;
}
.role-menus .custom-input label:not(.error)::before {
	top: 1px !important;
}
.role-menus > .row > div {
	max-width: 33%;
}


.dc-upload .fileUpload {
	position: relative;
	overflow: hidden;
	height: 43px;
	margin-top: 0;
}

.dc-upload .fileUpload input.uploadlogo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 42px;
}

.dc-upload input::-webkit-file-upload-button {
	cursor: pointer !important;
	height: 42px;
	width: 100%;
}
.custom-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/theme-arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 12px;
}
.cheque-choice {display: none;}
.booking-form .login-right {
	background-color: #F8F8F8;
}
.booking-form .table-responsive table.table td:last-child,
.booking-form .table-responsive table.table th:last-child {
	width: 85px;
}
.booking-form .table-responsive table.table th:last-child {
	height: 45px;
}
.com-docs-append > div:only-child .com-docs-remove, .cheque-append > div:only-child .cheque-remove, .req-card-append > div:only-child .req-card-remove {
	display: none !important;
}
.com-docs-append > div:not(:first-child) .com-docs-remove, .cheque-append > div:not(:first-child) .cheque-remove {
	display: inline-block !important;
}
.req-card {background-color: #f8f9fc;}
.req-card.bg-ec {
	background-color: #ececec;
}
.req-collapse-icon i {color: #d1d3e2;}
.req-card button.btn:focus {box-shadow: none;outline: none;}
#content-wrapper #content > .container-fluid.auto-height {min-height: auto;}
.com-msg .side-msg-list {height: 570px;}
.com-msg .full-chat-w .chat-content-w {height: 535px;}
.more-details, .less-span, .detail-row.active .more-span {display: none;}
.detail-row.active .more-details, .detail-row.active .less-span {display: block;}
.cheque-append .doc-filename {
	position: absolute;
	left: 8px;
	background-color: #fff;
	font-size: 11px !important;
	overflow: hidden;
	height: 16px;
	top: 9px;
	line-height: normal;
}
.table-res-contain td {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.agent-conversation .tenant-ch ~ .con-date,
.tenant-conversation .con-title {
	max-width: 320px;
}
.tenant-ch {
	max-width: 320px;
	background-color: #eee;
	border-radius: 15px;
	padding: 20px;
	margin-left: auto;
}
.offer-conversation {
	height: 335px;
	overflow: auto;
}
.crm-dashboard .date-range i,
.d-block.date-pic i,.d-inline-block.date-pic i {
	right:10px;
	top: 9px;
}
.crm-dashboard #myKanban {
	overflow-x: auto;
	padding: 20px 0;
}
.crm-dashboard #myKanban::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.crm-dashboard #myKanban::-webkit-scrollbar-track {
	background: #E2E4E6 !important;
	border-radius: 35px;
}
.crm-dashboard #myKanban::-webkit-scrollbar-thumb {
	background: #8F929E !important;
	height: 3em;
	border-radius: 35px;
}
#myKanban .success {background: #00B961; color:#fff}
#myKanban .info {background: #2A92BF; color:#fff}
#myKanban .warning {background: #F4CE46; color:#fff}
#myKanban .danger {background: #e74a3b; color:#fff}
#myKanban .error {background: #FB7D44; color:#fff}
.crm-dashboard .kanban-board {
	border-radius: 15px;
	overflow: hidden;
}
.crm-dashboard .kanban-board header {
	font-size: 14px;
}
.crm-dashboard .kanban-board header .kanban-title-board {
	color: #fff;
}
.crm-dashboard .kanban-board .kanban-drag {
	height: 234px;
	overflow-y: auto;
}
.crm-dashboard .kanban-board .kanban-drag::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.crm-dashboard .kanban-board .kanban-drag::-webkit-scrollbar-track {
	background: #CECFD4;
	border-radius: 35px;
}
.crm-dashboard .kanban-board .kanban-drag::-webkit-scrollbar-thumb {
	background: #8F929E !important;
	height: 3em;
	border-radius: 35px;
}
.crm-dashboard .kanban-item {
	border-radius: 15px;
}
.accordion.rule-accord .card-header {
	cursor: pointer;
}
.accordion.rule-accord .card-header:after {
	font-family: 'FontAwesome';
	content: "\f078";
	float: right;
	font-size: 12px;
	line-height: 40px;
}
.accordion.rule-accord .card-header.collapsed:after {
	content: "\f078";
}

ul.pagination li a{
	border: 1px solid #707070;
    display: inline-block;
    padding: 5px 10px;
    min-width: 30px;
    min-height: 20px;
    text-align: center;
    color: #888;
    margin: 0 2px;
 }
 ul.pagination li a.active {
    background-color: #eb212e;
    color: #FFF;
    border: 1px solid #eb212e;
}
.cke_editable {
	height: 150px;
	overflow: auto !important;
}

/* Media Queries */
@media (max-width: 1199px){
	.dash-left-1 .nav-link, .inc-danger, .inc-success {
		font-size: 13px;
	}
	.dash-left-1 h1 {
		font-size: 1.5rem;
	}
	.dash-right-1 h2 {
		font-size: 21px;
	}
	.dash-right-1 p {
		font-size: 12px;
	}
	.progress-det h5 {
		font-size: 16px;
	}
	.dash-left-1 a.btn, .dash-left-1 a.btn span {font-size: 10px !important;float: left;margin-top: 0 !important;line-height: 1;}
	.quick-btn {width: 100% !important;}
	.progress-ul {font-size: 10px !important;}
}

@media(max-width: 1199px) and (min-width: 992px){
	.lease-prop p {font-size: 10px !important;}
	.lease-prop h1 {font-size: 17px;}
	.lease-prop img {max-height: 35px;}
	.lease-prop {bottom: 10px;max-width: 100px;}
}

@media (max-width: 991px) {
	.log-foot {font-size: 15px !important;}
	.log-save {right: 25px;}
	.register .login-right label {font-size: 15px !important;}
	.topbar .navbar-search {width: 13rem;}
	/* Tejesh 04-09-2020 */
	.lead-listing-menu ul.list-group,
	.lead-require ul.nav-tabs {
		width: max-content;
	}
	.card-body.filter-tab-rap-md .filter-tab{
		flex-wrap: wrap !important;
		position: static !important;
	}

	.card-body.filter-tab-rap-md .filter-tab > div{
		margin-bottom: 10px !important;
	}
}

@media (min-width: 768px){
	.sidebar.toggled {
		min-width: 120px;
		/*border-top-left-radius: 30px;*/
	}
	.lead-det-sect ul.list-group {
		width: max-content;
	}
}

@media (max-width: 767px) {
	.login .card-body {background-color: inherit !important;}
	.login-right {border-radius: 30px;}
	.no-border {border: 0 none !important;}
	.sidebar .nav-item .nav-link, .sidebar .nav-item .nav-link span {font-size: 0.65rem;text-align: left;}
	.card-body.filter-tab-rap .filter-tab{
		flex-wrap: wrap !important;
		position: static !important;
	}

	.card-body.filter-tab-rap .filter-tab > div{
		margin-bottom: 10px !important;
	}
	.sidebar.navbar-nav .nav-item .collapse .collapse-inner {min-width: 100%;}
	.sidebar.navbar-nav .nav-item .nav-link[data-toggle=collapse].collapsed::after, .sidebar-toggled .sidebar .nav-item .nav-link[data-toggle=collapse]::after, .sidebar .nav-item .nav-link[data-toggle=collapse]::after, .sidebar-toggled .sidebar-dark .nav-item.active .nav-link[data-toggle=collapse]::after, .sidebar-dark .nav-item.active .nav-link[data-toggle=collapse]::after {display: inline !important;}
	.sidebar.navbar-nav .nav-item .nav-link[data-toggle=collapse].collapsed::after, .sidebar-toggled .sidebar-dark .nav-item.active .nav-link[data-toggle=collapse]::after, .sidebar-dark .nav-item.active .nav-link[data-toggle=collapse]::after {top: -20px;position: relative;}
	.sidebar.navbar-nav .nav-item .nav-link {padding: .75rem 0.6rem;}
	.sidebar.navbar-nav .nav-item .nav-link {text-align: left;}
	#wrapper #content-wrapper.remove-ov-res::before {
		position: inherit !important;
		background: inherit !important;
		z-index: inherit !important;
	}
	#wrapper #content-wrapper:before {
		position: inherit;
		left: 104px;
		right: 0;
		top: 0;
		content: "";
		bottom: 0;
		background: inherit;
		z-index: 9;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
	}
	.sidebar-toggled #wrapper #content-wrapper:before {content: inherit;}

	.topbar #sidebarToggleTop {z-index: 9;background: #dddfeb;}
	.dash-tabs-list ul,
	.agents-ul ul {
		width: max-content !important;
	}
	.quick-btn {
		width: 100%;
	}
	.navbar-nav.sidebar li.nav-item a.nav-link i.material-icons,
	.navbar-nav.sidebar li.nav-item a.nav-link span {
		text-align: center;
		width: 100%;
	}
	.sidebar .nav-item .collapse .collapse-inner .collapse-item,
	.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
		white-space: nowrap !important;
	}
	.sidebar .nav-item .collapse {
		z-index: 10;
	}
	.width-3-0{
		width:30% !important;
	}
	.width-4-0{
		width:40% !important;
	}
	.width-5-0{
		width:50% !important;
	}
}

@media (max-width: 575px){
	.log-foot {font-size: 13px !important;}
	.login-right .btn-user {font-size: 26px !important;}
	.register .login-right h1 {font-size: 25px !important;}
	.graph-pane h5 {font-size: 0.9rem;}
	.create-application .wizard-inner li.active{height: auto !important;}
	.pos-static{position: static !important;}
	div.dataTables_wrapper div.dataTables_paginate{position: static}
	.width-3-0,
	.width-4-0,
	.width-5-0{
		width:100% !important;
	}
}

@media (min-width: 576px){
	/* Tejesh */
	.modal.visit-modal .modal-dialog {
		max-width: 400px;
		margin-left: auto;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.modal.filter-modal .modal-dialog {
		max-width: 400px;
		margin-left: 15.3rem;
		margin-right: 0;
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}
@media (min-width: 1280px){
	.modal-dialog.modal-lg {
		max-width: 900px;
	}
}
@media(max-width:1399px){
table.m-content {width: 100%;}
}
@media (min-width: 1400px){
	.offer-conversation { height: 525px; }
	.table-responsive, .table-res-contain {max-width: 100%;}
	table.m-content {width: 100%;}
	.table-res-contain .table thead th:not(:last-child) {width: auto !important;}
	.full-list table.m-content {width: max-content;}
	.modal-dialog.modal-lg {
		max-width: 1100px;
	}
	.remove-res-page div.dataTables_wrapper div.dataTables_paginate {
		position: inherit;
	}
	/*.login-right,
	.login-left {
		min-height: 605px;
		max-height: 875px;
	}*/
}
@media (min-width: 1366px){
	.login-right,
	.login-left {
		min-height: 722px;
		max-height: 875px;
	}
}
@media (min-width: 1920px){
	.login-right,
	.login-left {
		min-height: 1081px;
		max-height: 1081px;
	}
}
/*custom css*/
.mentor .nav-link {
    background-color: #eb212e;
    color: #fff;
}
.mentor .nav-link.active {
    background-color: #eeeeee;
    color: #eb212e;
}
.mentor .nav-tabs .nav-item {
    margin: 2px;
}
.btn-outline-secondary:hover {
	background-color: #424244;
	border-color: #424244;
	color: #fff;
}
.table-margin > div.dataTables_wrapper {
    margin-top: 15px !important;
}
@media (min-width: 768px){
.sidebar {
	width: 300px !important;
}
.sidebar .nav-item .nav-link i {
    font-size: 18px;
}
.sidebar.toggled .nav-item .nav-link span {
	font-size: 10px !important;
    width: 100%;
    text-align: center;
}
.sidebar .nav-item .nav-link span {
	vertical-align: text-top;
}
.navbar-nav.sidebar.toggled li.nav-item a.nav-link i.material-icons {
	text-align: center;
	width: 100%;
}
.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    position: absolute;
    right: 10px;
    top: 6px;
}
}
a {color: #eb212e;}
.recent-alerts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0;
}
.recent-alerts span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70px;
    display: inline-block;
}
.text-primary {color: #eb212e !important;}
.sales-table .dataTables_wrapper {
    margin-top: 1rem !important;
}
.property-img-thumb,
.floor-img-thumb {
	max-height: 94px;
	border: 2px solid;
	padding: 1px;
	cursor: pointer;
	width: 110px;
}
.property-img-pip,
.floor-img-pip {
	display: inline-block;
	margin: 12px 18px 0 0;
	position: relative;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
}
/*.property-img-pip:hover .property-img-remove {*/
/*display: block;*/
/*}*/
.property-img-remove,
.floor-img-remove {
	background: #ffffff;
	border: 1px solid #eb212e;
	color: #eb212e;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 6px;
	bottom: 3px;
	width: 25px;
	border-radius: 50%;
	height: 25px;
	font-size: 14px;
	top: 5px;
	/*display: none;*/
}
.property-img-remove:hover,
.floor-img-remove:hover {
	background: #eb212e;
	color: #fff;
}
.property-img,
.floor-img {
	min-width: 140px;
	max-width: 140px;
	min-height: 140px;
	max-height: 140px;
	object-fit: cover;
	border-radius: 10px;
	border-color: #eb212e;
	border-width: 1px;
}
.prev-show-ck {
	display: none;
}
.send-offer-box button.close{
	right: 10px;
	top: 5px;
	z-index: 9;
}
.new-popup {
	display: none;
}
.new-popup {
	/*position: absolute;
    right: 0;
    max-width: 300px;
    max-height: 300px;
    left: 50%;
    top: 186em;
    margin-top: -250px;
    margin-left: -250px;*/
	z-index: 1;
	background: #ffffff;
}
.event-det .new-popup:after, .event-det .new-popup:before {display: none;}
.event-det button.close {
	width: 40px;
	position: absolute;
	right: 17px;
	color: #555;
	top: 20px;
}
.event-det.fade:not(.show) {
	opacity: 1;
}
.event-calendar-pop {
	padding: 0;
	border-radius: 15px;
	overflow: hidden;
	border: 0 !important;
	max-height: 310px;
	height: inherit !important;
}
.event-calendar-pop .ui-widget-header {
	border: 0 !important;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.event-calendar-pop.ui-dialog .ui-dialog-titlebar-close {
	border: 0;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	background: #fff;
}
.event-calendar-pop.ui-dialog .ui-dialog-titlebar-close:focus {
	outline: none;
}
.event-calendar-pop.ui-dialog .ui-dialog-titlebar-close:active {
	background-color: #3f3e40;
}
.event-calendar-pop.ui-draggable .ui-dialog-titlebar {
	background-color: #f4b30d;
	color: #fff;
}
.new-popup:after, .new-popup:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.new-popup:after {
	border-color: rgba(213, 213, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.new-popup:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}

.lead-type-tl .btn-group-toggle .warm-ld.active,
.lead-type-tl .btn-group-toggle .warm-ld:hover,
.lead-type-tl .btn-group-toggle .warm-ld:focus {
	background-color: #eb212e !important;
	border-color: #eb212e !important;
}
.lead-type-tl .btn-group-toggle .cold-ld.active,
.lead-type-tl .btn-group-toggle .cold-ld:hover,
.lead-type-tl .btn-group-toggle .cold-ld:focus {
	background-color: #36b9cc !important;
	border-color: #36b9cc !important;
}
.lead-type-tl .btn-group-toggle .hot-ld.active,
.lead-type-tl .btn-group-toggle .hot-ld:hover,
.lead-type-tl .btn-group-toggle .hot-ld:focus {
	background-color: #e74a3b !important;
	border-color: #e74a3b !important;
}
.modal .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 150px !important;
	overflow: auto !important;
}
.modal .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.modal .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.modal .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
	background: #eb212e !important;
	height: 10em;
	border-radius: 35px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 150px !important;
	overflow: auto !important;
}
.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
	background: #eb212e !important;
	height: 3em;
	border-radius: 35px;
}
.create-project .bootstrap-select.btn-group .dropdown-menu {
	max-height: inherit !important;
}
.create-project .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 250px !important;
	overflow: auto !important;
}
.create-project .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.create-project .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.create-project .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
	background: #eb212e !important;
	height: 4em;
	border-radius: 35px;
}
.dataTables_wrapper .dataTables_length {
	float: right;
	position: absolute;
	top: 0;
	right: 13px;
}
.dataTables_wrapper {
	margin-top: 3rem !important;
}
.remove-ab-page div.dataTables_wrapper div.dataTables_paginate {
	position: inherit;
}
.modal .modal-body .remove-ab-page div.dataTables_wrapper div.dataTables_paginate {
	position: absolute;
	right: 10px;
}
.modal-body.doc-body .remove-ab-page div.dataTables_wrapper div.dataTables_paginate {
	position: inherit;
}
.border-dashed-black {
	border: 1px dashed;
	border-radius: 10px;
	padding: 15px 15px;
	margin: 10px 0;
	background-color: #f8f9fc;
}
/*.border-dashed-black .elements {*/
/*height: 140px;*/
/*}*/
.border-dashed-black .upload-btn-wrapper {
	max-height: 140px;
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 140px;
	flex-wrap: wrap;
	align-content: center;
	line-height: 20px;
	margin-top: 12px;
}
.border-dashed-black .upload-btn-wrapper input[type=file] {
	height: 140px;
	right: 0;
	max-width: 140px;
}
.upload-block {
	width: 140px;
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
	padding-left: 0;
}
.table.table-bordered .bootstrap-select .dropdown-header {
	padding: .5rem .5rem;
}
.table.table-bordered .bootstrap-select.btn-group .dropdown-menu.inner {
	overflow: auto;
}
.table.table-bordered .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.table.table-bordered .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.table.table-bordered .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
	background: #eb212e !important;
	height: 3em;
	border-radius: 35px;
}
.crm-dashboard .fc-scroller.fc-time-grid-container {
	overflow: hidden scroll !important;
	height: 748px !important;
}
.crm-dashboard .fc-scroller.fc-time-grid-container::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	visibility: hidden;
	transition: 0.5s all ease;
}
.crm-dashboard .fc-scroller.fc-time-grid-container::-webkit-scrollbar-track {
	background: #EAEAEA;
	border-radius: 35px;
}
.crm-dashboard .fc-scroller.fc-time-grid-container::-webkit-scrollbar-thumb {
	background: transparent !important;
	height: 3em;
	border-radius: 35px;
}
.crm-dashboard .fc-scroller.fc-time-grid-container:hover::-webkit-scrollbar {
	visibility: visible;
	transition: 0.5s all ease;
}
.crm-dashboard .fc-scroller.fc-time-grid-container:hover::-webkit-scrollbar-thumb {
	background: #CECFD4 !important;
	height: 3em;
	border-radius: 35px;
}
.crm-dashboard .fc-time-grid .fc-slats td {
	height: 3em;
}
.crm-dashboard .fc-row.fc-widget-header,
.crm-dashboard .fc-row.fc-week {
	margin-right: 0 !important;
}
.ui-timepicker-list li {
	font-weight: 400;
	font-size: 15px;
}
.ui-timepicker-wrapper::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.ui-timepicker-wrapper::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
	background: #eb212e !important;
	height: 3em;
	border-radius: 35px;
}
.ui-timepicker-wrapper {
	width: 200px !important;
}
.ui-timepicker-list li {
	padding: 5px 0 5px 20px !important;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #eb212e !important;
}
span.clock-ioc {
	position: absolute;
	right: 12px;
	top: 25px;
}
/*
    Clearable text inputs
*/
.clearable{
	background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
	padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
	transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; } /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */
.offer-conversation::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.offer-conversation::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 35px;
}
.offer-conversation::-webkit-scrollbar-thumb {
	background: #eb212e !important;
	height: 3em;
	border-radius: 35px;
}
.status_remarks-error .error {
	width: 100% !important;
	font-size: 13px !important;
}
.status_remarks.error {
	width: 100% !important;
}
/*.error {*/
/*width: 100% !important;*/
/*font-size: 13px !important;*/
/*color: #fd4040;*/
/*}*/
.modal{
	overflow: auto!important;
}
.req-card select.bs-select-hidden,
.req-card select.selectpicker {
	display: block !important;
}
table.dataTable thead .asc-align.sorting:after,
table.dataTable thead .asc-align.sorting_asc:after,
table.dataTable thead .asc-align.sorting_desc:after,
table.dataTable thead .asc-align.sorting_asc_disabled:after,
table.dataTable thead .asc-align.sorting_desc_disabled:after {
	right: 2em;
	top: 60px;
}
table.dataTable thead .asc-align.sorting:before,
table.dataTable thead .asc-align.sorting_asc:before,
table.dataTable thead .asc-align.sorting_desc:before,
table.dataTable thead .asc-align.sorting_asc_disabled:before,
table.dataTable thead .asc-align.sorting_desc_disabled:before {
	right: 1.5em;
	top: 60px;
}
.scroll-to-top {
	z-index: 100;
}
span.del-icon {
	border-radius: 50px;
	height: 25px;
	border: 1px solid #eb212e;
	color: #eb212e;
	width: 25px;
	display: inline-flex;
	margin: 0 6px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
}
span.del-icon:hover {
	background-color: #eb212e;
	color: #ffffff;
}
.fotorama {
	border-radius: 25px;
}
/*.documents-data {*/
/*border: 1px solid;*/
/*margin: 15px 0;*/
/*border-radius: 10px;*/
/*}*/
/*.width-100 {*/
/*width: 100px !important;*/
/*}*/

.selected-property-id {
	background-color: #f9ebd3;
}
.top-img-hide .fotorama__stage__frame.fotorama__active.fotorama__loaded.fotorama__loaded--img > img {
	display: none;
}
.image-not-av img {
	object-fit: contain !important;
}
star,
label.d-block.w-100.text-uppercase.mb-0.font-13 > span {
	color: #e74a3b !important;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
	white-space: normal;
}
.nav-inner span {color: #fff !important;}
.sidebar .nav-item .nav-link.active span, .sidebar .nav-item .nav-link:hover span {color: #eb212e !important;}
.topbar .navbar-search .btn-warning {background-image: linear-gradient(90deg,#f3313e,#eb212e) !important;border-color: #eb212e;box-shadow: 3px 5px 5px #ded2fd;}
.border-warning {
	border-color: #eb212e !important;
}
.toggled .sidebar-brand-icon {
	display: block;
	height: 55px;
	width: 55px;
	line-height: 53px;
}
.navbar-nav.sidebar li.nav-item a.nav-link i.material-icons {
	color: #fff !important;
}
.navbar-nav.sidebar li.nav-item a.nav-link:hover i.material-icons, .navbar-nav.sidebar li.nav-item a.nav-link.active i.material-icons {
	color: #eb212e !important;
}
a.text-warning:hover, a.text-warning:focus {
	color: #eb212e !important;
}
.table-res-contain.remove-abs .table-responsive table.table td:last-child, .table-res-contain.remove-abs .table-responsive table.table th:last-child {
    position: relative;
    width: 100px !important;
    background: 0;
    right: inherit;
    color: inherit;
    height: auto;
}
.table-res-contain.remove-abs .table-responsive table.table th:last-child {
    border-bottom: 2px solid #e3e6f0;
    border-top: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
}
.prop-detail-tab .nav.nav-tabs .tab-pane a::before {
    position: absolute;
    content: "";
    border-bottom: 4px solid transparent;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    margin: 0 auto;
}
.prop-detail-tab .nav.nav-tabs .tab-pane.active a::before {
    border-bottom: 4px solid #eb212e;
}
.prop-detail-tab .nav.nav-tabs .tab-pane.active a {
    color: #eb212e;
}

/* Admin Overview Dashboard */
.ov-dashboard {
	color: #171717;
}
.dash-top-img img {
	max-height: 170px;
}
.bg-gradient-primary-card {
	background-color: #DEEEFE;
}
.paid-tabs-style a.nav-link span {
	color: #CDCBCB;
}
.paid-tabs-style a.nav-link.active span {
	color: #eb212e;
}
.paid-tabs-style .nav-link.active::after {
	border-bottom: 2px solid #eb212e;
}
.paid-tabs-style .nav-link::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	border-bottom: 2px solid transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.card.paid-list-card {
	border-color: #AFA8A8;
	background-color: #EEF5FC;
}
.card.paid-list-card .bootstrap-select.form-control {
	border: 1px solid #E7EBF0 !important;
	border-radius: 5px !important;
	height: 40px !important;
}
.card.paid-list-card .bootstrap-select.btn-group > .dropdown-toggle {
	background-position: 90% center;
}
.card.paid-list-card .card-body select.selectpicker {
	box-shadow: 0 .15rem 0.45rem 0 rgba(58,59,69,.15)!important;
}
.dash-card {
	border-color: #EAEAEA;
}
.dash-card div.dataTables_wrapper div.dataTables_info,
.dash-card div.dataTables_wrapper div.dataTables_paginate {
	margin: 10px 0 0;
}
/* End Admin Overview Dashboard */

/* Listing */
/*.head-theme {*/
	/*color: #173F5F;*/
/*}*/
.vacant-bg {
	color: #DF153E;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	background-color: #EED5CE;
}
.blocked-bg {
	color: #BF9505;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	background-color: #FAF8C5;
}
.in-active-bg {
	color: #5843D3;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	background-color: #E0E9FF;
}
.submitted-bg {
	color: #B28E15;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	background-color: #F0EDD0;
}
.eligible-bg {
	color: #3FC2A3 !important;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	background-color: #D0F0E8;
}
.paid-bg {
	color: #378e79;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	background-color: #6ee4c8;
}
.in-process-bg {
	color: #2331B3 !important;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	background-color: #DCF0F7;
}
.rejected-bg {
	color: #DF153E;
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	background-color: #EED5CE;
}
.stat-date {
	color: #C8C8C8;
	font-size: 10px;
}
.proj-price span {
	color: #444148;
}
.over-view-title {
	color: #20201C;
}
.circl-sm label::before {
	content: "";
	background-color: #ECECEC;
	display: inline-block;
	height: 18px;
	width: 18px;
	line-height: 8px;
	border-radius: 50%;
	margin: -6px 8px -6px 0;
}
.circl-sm label,
.circl-sm span {
	color: #707070;
}
.desc-title {
	color: #2E2E2E;
}
.owner-name {
	color: #444148;
}
.owner-name-one {
	color: #939295;
}
.action-ico .dropleft .dropdown-toggle::before,
.action-ico.dropleft .dropdown-toggle::before {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}
.sweet-alert .sa-icon {
	margin: 30px auto;
}
.sweet-alert h2 {
	font-size: 21px;
	margin: 30px auto;
}
.sweet-alert {
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 15px !important;
}
.sweet-alert .sa-button-container .confirm.btn {
	font-size: 14px;
	border-radius: 10px;
}
.sweet-alert .sa-button-container .cancel.btn {
	border-color: #5F6B75;
	font-size: 14px;
	border-radius: 10px;
}
.sweet-alert .sa-button-container .cancel.btn:hover {
	background-color: #5F6B75;
	border-color: #5F6B75;
	color: #FFFFFF;
}
.modal-style-register h5 {
	color: #173F5F;
}
.modal-style-register .modal-header .close {
	opacity: 1;
	font-weight: 400;
	padding: 0;
	height: 35px;
	width: 35px;
	font-size: 28px;
	right: 0;
	top: 0;
	position: relative;
	border-radius: 50%;
	background-color: #DBDDE9;
	margin: -7px;
}
.modal-style-register .modal-header .close:hover {
	background-color: #eb212e !important;
	color: #ffffff !important;
	opacity: 1 !important;
}
.register-form label {
	color: #AFB0B5;
}
.comm-tabs-style .nav-link {
	color: #707070;
	font-size: 16px;
	background-color: transparent !important;
	font-weight: 500;
}
.comm-tabs-style .nav-link::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	border-bottom: 3px solid transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.comm-tabs-style .nav-link.active {
	color: #050404;
	font-weight: 600;
}
.comm-tabs-style .nav-link.active::after {
	border-bottom: 3px solid #040303;
}
.tenant-det label {
	color: #0D1D2D;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	min-height: 100%;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	cursor: inherit;
	display: block;
	left: 0;
}
.bg-filename {
	background-color: transparent;
	border: 1px solid #EEEEEE;
}
.bg-filename span.p-filename {
	color: #666666;
	font-weight: 500;
}
.c-pointer {
	cursor: pointer;
}
.bg-filename .fa-file-alt,
.bg-filename .remove-file {
	color: rgb(0 0 0 / 20%);
}
.bg-filename .remove-file:hover {
	color: #eb212e;
}
.my-crs-list .btn-group-toggle .btn-secondary {
	background-color: transparent;
	margin-right: 20px;
	border-radius: 10px !important;
	border-color: #B9B9B9;
	color: #1F2638;
	font-weight: 600;
	padding: 10px 18px;
	display: flex;
	font-size: 15px;
	align-items: center;
}
.my-crs-list .btn-group-toggle .btn-secondary.active,
.my-crs-list .btn-group-toggle .btn-secondary:focus,
.my-crs-list .btn-group-toggle .btn-secondary:hover {
	background-color: #fff !important;
	color: #1F2638;
	border-color: #fff;
	box-shadow: none;
}
.sort-drop .bootstrap-select.btn-group > .dropdown-toggle.bs-placeholder {
	color: #1F2638;
	font-weight: 500 !important;
}
.sort-drop .bootstrap-select.form-control.form-height {
	border: 0 !important;
}
.sort-drop .bootstrap-select.btn-group .dropdown-menu.inner a.dropdown-item {
	padding: 8px 10px 10px 35px;
}
.sort-drop .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
	vertical-align: middle;
}
.sort-drop .bootstrap-select .dropdown-toggle {
	line-height: inherit !important;
}
.sort-drop .bootstrap-select.btn-group > .dropdown-toggle {
	height: 100%;
	display: flex;
	align-items: center;
}
.sort-drop .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sort-drop .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
	display: inherit;
}
.sort-drop .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark::before {
	content: "";
}
.sort-drop .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark::after {
	content: "";
	border: 1px solid #949396;
	position: absolute;
	left: 15px;
	height: 13px;
	width: 13px;
	margin-top: -15px;
	border-radius: 50%;
}
.sort-drop .bootstrap-select.btn-group .dropdown-menu a.dropdown-item.selected span.dropdown-item-inner span.text {
	color: #eb212e;
}
.sort-drop .bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark::before {
	content: "\f00c";
	position: absolute;
	left: 18px;
	margin-top: -12px;
}
.sort-drop .bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
	left: 0;
	font-size: 7px;
	color: #eb212e;
	border-radius: 50%;
	right: inherit;
	margin-top: -1px;
}
.sort-drop .bootstrap-select.btn-group .dropdown-menu a.dropdown-item.selected span.dropdown-item-inner span.check-mark::after {
	border-color: #eb212e;
}
/* End Listing */


/* Personal Details */
.user-info-card {
	/*background-image: linear-gradient(90deg,#7642FF,#4259ff) !important;*/
	background-color: #eb212e;
	background-image: -webkit-gradient(linear,left top,right top,from(#eb212e),to(#4259ff));
	background-image: -webkit-linear-gradient(left,#eb212e,#4259ff);
	background-image: -o-linear-gradient(left,#eb212e,#4259ff);
	background-image: linear-gradient(90deg,#eb212e,#4259ff);
}
.user-info-card .user-avatar {
    max-height: 230px;
    min-height: 200px;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ffffff;
    width: 100%;
    background-color: #fff;
}
.user-info-card .input-group .form-control {
	height: 43px;
}
.user-info-card .input-group .form-control:focus {
	z-index: 2;
}
.user-info-card .input-group-append .btn {
	position: absolute;
	left: 262px;
	top: 4px;
	background-color: #2D2D2D;
	border-color: #2D2D2D;
}
/* End Personal Details */

/* Registration */
.personal-det .next-btn,
.com-det .next-btn,
.documents-det .next-btn {
	padding: 11px 0;
}
.verif-det h5 {
	color: #FF1C1C;
}
.verif-det p {
	color: #767986;
}
.delete-headline {
	position: relative;
	right: 0;
	top: -13px;
}
/*.show-on-add {*/
	/*display: none;*/
/*}*/
/* Registration */
/* Request Builder */
.template-creation, .template-preview {
    max-height: 520px;
    overflow: auto;
    height: 100%;
}
.template-contain .form-control {
    border-radius: 0;
    height: inherit;
    padding: .375rem .75rem;
    border: 1px solid #E3E2DD;
    color: #333333;
    width: 100%;
    font-size: 14px;
}
.text-red {color: #eb212e;}
.title-ico-edit > label, .response-modal li {
    cursor: pointer;
}
.title-edit .controls {
    right: -5px;
    top: 7px;
}
.template-contain a, .template-contain .linkPop {
    font-size: 1rem;
    font-weight: bold;
    color: #eb212e;
    cursor: pointer;
    letter-spacing: 0;
}
.description-title label.control-label, .description-title {
    display: block !important;
    width: 95%;
}
.title-edit.desc-edit .controls {
    top: 1px;
    cursor: pointer;
}
.template-contain .card {
    border-radius: 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgb(149 149 149 / 50%);
    -webkit-box-shadow: 0 2px 12px 0 rgb(149 149 149 / 50%);
    margin-bottom: 1.2rem;
    border: 0;
}
.template-contain .card-header {
    padding: 15px 15px 10px;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #FFFFFF;
}
.temp-accr .card-link {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    padding-left: 10px;
}
.head-arr {
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}
.svg-arr {
    right: 30px;
    top: 25px;
}
.temp-accr .table-bordered.table-head {
    background-color: #fafafa;
}
.table-head td {
    color: #4D4D4D;
    font-weight: bold;
}
.temp-accr .table-bordered td, .temp-accr .table-bordered th {
    vertical-align: middle;
    border-bottom: 0;
    border-top: 0;
}
.sect-head {
    background-color: #f5f5f5;
}
.quest-del, .sect-del {
    top: 10px;
    right: -16px;
    z-index: 1;
    display: none;
}
td.selected .quest-del, td.selected .sect-del, td.selected .icon-set {
    display: block;
}
.icon-set {
    left: -85px;
    top: 0;
    z-index: 1;
    background-color: #f8f9fc;
    border: 1px solid;
    display: none;
}
.sect-head .icon-set {
    left: -37px;
}
.template-contain .shadow {
    box-shadow: 0 2px 4px 0 rgb(149 149 149 / 50%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(149 149 149 / 50%);
}
.font-8 {
    font-size: 8px !important;
}
.sect-quest > td:before, .quest-row > td:before {
    position: absolute;
    content: "";
    border-left: 1px solid rgba(235,33,46,0.6);
    width: 0.08px;
    height: 84%;
    top: 10px;
    bottom: 0;
    left: 25px;
}
.quest-row > td {
    padding-left: 25px !important;
}
.quest-row > td:before {
    left: 11px;
    border-left: 1px solid rgba(61,1,41,0.1);
}
.template-contain .badge {
    border-radius: 20px;
    padding: 0.40rem 0.5rem 0.15rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
}
.tab-response .svg-arr {
    top: 5px;
    right: 6px;
}
.table-opt {
    display: none;
}
.template-creation, .template-preview {
    max-height: 520px;
    overflow: visible;
    height: 100%;
}
div.template-preview {
    overflow: inherit;
}
.page-head {
    background-color: #F5F5F5;
    border-bottom: 1px solid rgb(205, 205, 205);
    border-top: 1px solid rgb(205, 205, 205);
}
.preview-contain {
    max-height: 384px;
    overflow-y: scroll;
}
.prev-sect {
    border-top: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
}
.template-contain .btn {
    border-radius: 0;
    padding: 0.75rem 1.5rem .75rem;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}
.template-contain .modal {
    z-index: 1051;
}
.template-contain .modal .modal-content {
    border: 0;
    border-radius: 0;
}
.edit-res, .other-res {
    top: 10px;
    right: 0;
    z-index: 1;
}
.edit-response, .other-response, .notify-pop {
    top: 0;
    right: -100%;
    z-index: 9999;
    transition: all 0.5s;
    max-width: 530px;
}
.table-opt .custom-checkbox .custom-control-label::before, .check-pm.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border-color: #420128;
}
.sect-arr {
    background-color: #eb212e;
    left: 10px;
    top: 5px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    transition: all 0.2s;
}
.font-20 {
    font-size: 20px !important;
}
.template-contain .btn-primary, .other-response .btn-primary, .edit-response .btn-primary {
    color: #fff;
    background-color: #eb212e;
    font-weight: 400 !important;
    border-color: #eb212e;
    transition: all 0.2s ease;
}
.other-response .btn-primary, .edit-response .btn-primary {
	font-weight: bold !important;
}
.template-contain table tr:hover {
    box-shadow: none!important;
}
.response-ip {
    border: 0 none;
}
.color-palette {
    top: 8px;
    right: 10px;
}
.response-ul > li.response-active .score-contain {
    display: none;
}
.response-focus {
    display: none;
}
.response-ul > li.response-active .response-focus {
    display: block;
}
.response-ul > li.response-active .score-contain {
    display: none;
}
.response-ip:focus {
    border: 1px solid #000;
}
.fail-response {
    max-width: 50px;
    text-align: center;
}
.edit-res-bfre::before {
    position: fixed;
    background: rgba(0,0,0,0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}

.template-builder-left a {
	color: #777;
	position: relative;
}
.form-builder-dialog {
	overflow-y: inherit !important;
}
.app_table tr:nth-child(even) {
	background-color: #f9f9f9;
}
.template-builder-left a:hover,
.template-builder-left a.active {
	color: #eb212e;
}
.template-builder-left a.active::after {
	content: "";
	position: absolute;
	right: -7px;
	border-right: 4px solid;
	height: 45px;
	top: -8px;
}
.drag-ico {top: 10px;left: 0;}
/* End Request Builder */
.bg-primary {
	background-color: #eb212e !important;
}
.initiate {color: #bbb;}
.initiate:hover {color: #eb212e;}
.cursor-pointer {cursor: pointer !important;}
.pickerdrop .bootstrap-select .dropdown-toggle {background-color: #eb212e !important;color: #fff !important;border-radius: 10px;font-size: 12px;}
.pickerdrop .bootstrap-select.btn-group .dropdown-toggle .filter-option {text-transform: uppercase;text-align: center;}

.com-course .plus {
	cursor: pointer;
}
.template-inner.selected .template-image {
    border-color: #eb212e;
}
.template-image:hover {
	border: 1px solid #eb212e;
}
.template-image {
    border: 1px solid #ddd;
}
.template-inner.active .template-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.6);
    border-radius: 15px;
    text-align: center;
    max-height: 385px;
}
.template-hover a {
    color: #fff;
}
.upload-maintain .upload-btn-wrapper {
    width: 90%;
}
.upload-maintain .upload-action {
    width: 10%;
}
.table-res-contain td {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.e-compaign > div {
	min-width: 80px;
}

/*#lead-listing-table_wrapper {
	margin-top: 0px !important;
	*/
.stage-list .nav-pills .nav-link{
	color: #8F8F8F;
	font-size: 14px
}


/*tab*/

/*.ten-list li,.task-listtab li {
    width: 100%;
}
.nav-pills.task-listtab .nav-link.active {
    background: #eaeaea;
}*/
.stage-list .nav-pills .nav-link.active{
	background-color: #eb212e;
	color: #fff;
	font-size: 14px
}
/*time table CSS*/
#external-events {
  padding: 0 10px;
  border: 1px solid #eee;
  text-align: left;
  border-radius: 10px;
}

#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}

#external-events .fc-event {
  margin: 10px 0;
  cursor: pointer;
}

#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}

#external-events p input {
  margin: 0;
  vertical-align: middle;
}
.event-course-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
}
.fc-view-container .fc-view {
	margin: 10px 0px;
}
.full-events td.fc-widget-header {
	border:  1px solid #ddd !important;
}
.full-events .fc {
	overflow-y: auto;
    overflow-x: hidden;
}
.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: 0 !important;
    resize: auto !important;
}
img.announcement-img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.object-cover {
	object-fit: cover !important;
}
.dx-scheduler-appointment-popup {
	display: none;
}
.dx-theme-background-color0 { background-color: #33b37b; color: #fff; }
.dx-theme-background-color1 { background-color: #886da2; color: #fff; }
.dx-theme-background-color2 { background-color: #23698c; color: #fff; }
.dx-theme-background-color3 { background-color: #910d69; color: #fff; }
.dx-theme-background-color4 { background-color: #f2c637; color: #fff; }
.dx-theme-background-color5 { background-color: #337ab7; color: #fff; }

.dash-tabs-list.study-details ul li a {
	padding: 11px 12px !important;
	background-color: #f8f8f8;
	border-radius: 5px !important;
    margin-right: 5px;
}

.dash-tabs-list.study-details ul li a:hover {
	background: #eb212e !important;
	color: #fff !important;
}

.dash-tabs-list.study-details ul li a.active {
	background: #eb212e !important;
	color: #fff !important;
	border-top: transparent !important;
    border-radius: 5px !important;
}
.pe-none{
    pointer-events: none;
}
.invoice-tables .table-res-contain .table thead th:not(:last-child) {
    width: initial !important;
}
.invoice-tables input, .invoice-tables select {
    width: 200px;
}
.invoice-tables th.text-align-right {
    text-align: right;
}
.invoice-tables i.fa {
    font-size: 19px;
    cursor: pointer;
    color: #eb212e;
}
.invoice-tables td[align="right"] input {
    text-align: right;
}
.gradetab .table-responsive table.table tr:last-child td ,
.borer-remove-bottom .table-responsive table.table tr:last-child td{
    border-bottom: none !important;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject {
	white-space: normal !important;
}
tr.odd.invoive-listing {
    background: #FAFAFA;
}
.user-profile-img {
	width: 70px;
	height: 70px;
}
.survey-lists-accordion .panel.panel-default {
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.survey-lists-accordion .panel-title a {
    display: block;
    border-bottom: 1px solid #dbdbdb;
    padding: 16px 15px;
    font-size: 17px;
    text-decoration: none;
    background-color: #FAFAFA;
}
.survey-lists-accordion .course-view-title a {
    display: block;
    border-bottom: none;
    padding: 16px 15px;
    font-size: 17px;
    text-decoration: none;
    background-color: #FAFAFA;
}
.survey-lists-accordion .panel-body {
    padding: 16px;
}
.survey-lists-accordion a[aria-expanded="false"]{
    border-bottom-color: transparent;
}
.survey-lists-accordion h4.panel-title{
    margin-bottom: 0;
}
.survey-lists-accordion .panel-title a:before {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
}
.survey-lists-accordion a[aria-expanded="true"]:before {
    content: "\f107";
}
.survey-lists-accordion .panel-title a {
    color: #0c0c0c;
    font-weight: 500;
}
.survey-lists-accordion td.align-middle {
    border-left: 1px solid #e3e6f0;
}
.survey-lists-accordion table tr:hover {
    box-shadow: initial !important;
}
.docx-img img {
    width: 100%;
    height: 150px;
}
/* Step Wizard */
.create-application .wizard-inner {
    background: #fff;
    border-radius: 10px;
}
.create-application .wizard-inner ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    overflow: hidden;
}
.create-application .wizard-inner li, .create-application .wizard-inner li.active {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    width: 25%;
    padding: 12px 10px;
}
.create-application .wizard-inner li a {
    text-decoration: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.create-application .wizard-inner li a .title {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}
.create-application .wizard-inner li a .step-text {
    color: #070707;
    vertical-align: middle;
    line-height: 24px;
    font-size: 12px;
    padding-left: 8px;
    text-transform: uppercase;
}
.create-application .steps li.first.active {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.create-application .wizard-inner li.active {
    position: relative;
    height: 48px;
    background-color: #DFDFDF;
}
.create-application .wizard-inner li.active:before, .create-application .wizard-inner li.active:after {
    content: " ";
    position: absolute;
    border-top: 25px solid transparent;
    border-bottom: 23px solid transparent;
}
.create-application .wizard-inner li.active:before {
    left: 100%;
    border-left: 11px solid #DFDFDF;
    top: 0;
    bottom: 0;
}
.create-application button.default-btn.next-step, .create-application button.default-btn.prev-step {
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: .35rem;
    border: 1px solid transparent;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
}
.create-application button.default-btn.next-step {
    background-color: #4e73df;
    border-color: #4e73df;
}
.create-application button.default-btn.prev-step {
  background-color: #6b6d7d;
  border-color: #6b6d7d;
  margin-right: 10px;
}
.create-application button.default-btn.next-step.skip-btn {
    display: none;
}
.create-application .wizard .tab-pane > ul {
  display: inline-flex;
}
.chat-input input:focus {
    outline: 0;
}

.custom-control {
    vertical-align: top;
}
.checkbox-aligns .custom-control {
    padding: 0;
}
.checkbox-aligns .custom-control label {
    margin: 0;
}
.filter-tab > div {
    width: 156px;
    padding-right: 12px;
}
.cke_chrome {
	display: none !important;
}
.scholarship-table .dataTables_wrapper {
	margin-top: 1rem !important;
}
.staff-profile-img {
	height: 160px;
	object-fit: cover;
}
/**/
.docx-img {
position: relative;
z-index: 1;
}
.down-icon {
position: absolute;
top: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
align-items: center;
display: none;
justify-content: center;
}
.docx-img:hover .down-icon {
display: flex;
cursor: pointer;
text-decoration: none;
}
.down-icon .material-icons {
font-size: 22px;
    line-height: 42px;
    color: #eb212e;
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
/*profile*/
.profile-mdx-content .card-header {
    padding: 16px;
    font-weight: 600;
    color: #000;
}
.profile-mdx-content ul {
    padding: 0;
}
.profile-mdx-content li {
    margin: 12px 0;
    color: #000;
    list-style: none;
}
.profile-mdx-content li span, .profile-mdx-content li i {
    vertical-align: top;
}
.card .card-body1 {
    padding:8px 16px;
}
.profile-mdx-content li span {
    color: #eb212e;
    font-weight: 500;
    margin-bottom:6px;
    display: block;
}
.profile-mdx-img img {
    object-fit: cover;
    height: 100%;
} 
.profile-mdx-content .card {
    border-radius: 0;
    border: none;
}
.profile-mdx-content li p {
    font-size: 14px;
    color: #858796;
}
.card-form-common h3 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.card-form-common .form-group {
    margin: 0;
    margin-bottom: 1rem;
}
.card-form-common .control-label {
    display: block;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}
.card-form-common .form-group {
    font-size: 12px;
    color: #858796;
}
.card-form-common .card-body{
	padding: 0;
	margin-bottom:20px;
}
.card-form-common .card-body .card-body {
    padding: 1.25rem;
}
.input-date-sec {
	width: 186px !important;
}
.card-form-common br {
    display: none;
}
.absolute-center {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
}
.relative {
  position: relative;
}
.comm-tab-card .comm-tabs-style .nav-link.active::after {
    width: 100%;
    border-top: 3px solid #040303;
    border-bottom: 3px solid transparent;
    top: 0;
}
.comm-tab-card .comm-tabs-style .nav-link {
    font-weight: normal;
    text-transform: inherit !important;
    font-size: 14px;
}
.comm-tab-card .comm-tabs-style .nav-link.active {
    color: #eb212e;
}
.survey-lists-accordion.accord-list .panel-title a:before {
	top: 5px;
    position: relative;
}
.text-white.font-weight-bold option {
    color: #000;
}
.table-res-contain .table thead th.eligibility-width {
    width: 500px !important;
    white-space: normal;
}
.eligibility-normal .table-responsive table.dataTable th, .eligibility-normal .table-responsive table.dataTable td {
    white-space: normal;
}
.table-res-contain .table thead th.eligibility-width2 {
    width: 130px !important;
}
.table-res-contain .table thead th.eligibility-width3 {
    width: 65px !important;
}
div#external-events {
    max-height: 600px;
    overflow: auto;
}
div#external-events::-webkit-scrollbar{
	width: 5px;
    height: 5px
}
div#external-events::-webkit-scrollbar-thumb{
	background: #C5C3C2;
    border-radius: 35px;
} 
.card-form-common.accordion-layout-cards .form-group{
	font-size: 13px;
}
.show-newemail-template{
	display: none;
} 
.pieBg {
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 20px solid #e5e5e5;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.filter-days {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.pending-bg, .active-bg,.inprogress-bg{
    min-width: 86px;
    padding: 5px 8px;
    font-size: 11px;
    display: block;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}
.inprogress-bg{
	background-color: orange;
	color: #000;
}
/**********************swati********************/