@charset "utf-8";
/*==============================================================

	Name:style.css
	Version:1.0.0

==============================================================*/

/*==============================================================
	Common Styles Initials
==============================================================*/
html {
	-webkit-text-size-adjust: none;
	/* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
	-webkit-appearance: none;
}
*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: #031e23;
	width: 100%;
	height: 100%;
	background: #dee2e633;
}
a {
	outline: none;
	text-decoration: none;
	color: #555;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
input, textarea, select {
	outline: none;
	resize: none;
	font-family: "Inter", sans-serif;
}
a, input, button {
	outline: none !important;
}
button::-moz-focus-inner {
 border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #202342;
	font-family: "Inter", sans-serif;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
.slick-slide {
	outline: none !important;
}
.container {
	max-width: 1120px;
	width: 100%;
}
/*==============================================================
	Global Styles Start
==============================================================*/
.pre-loader {
	background: #ffffff;
	background-position: center center;
	background-size: 13%;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12345;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pre-loader .loader-logo {
	padding-bottom: 15px;
}
.pre-loader .loader-progress {
	height: 8px;
	border-radius: 15px;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	background: #ecf0f4;
	overflow: hidden;
}
.pre-loader .bar {
	width: 0%;
	height: 8px;
	display: block;
	background: rgba(25, 118, 210, 1);
}
.pre-loader .percent {
	text-align: center;
	font-size: 24px;
	display: none;
}
.pre-loader .loading-text {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding-top: 15px;
}
.mx-w-150 {
	max-width: 150px;
}
.mx-h-300 {
	max-height: 300px;
}
.mx-h-350 {
	max-height: 350px;
}
.mx-h-380 {
	max-height: 380px;
}
.mx-h-400 {
	max-height: 400px;
}
.mx-h-450 {
	max-height: 450px;
}
.pd-0 {
	padding: 0px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.pd-5 {
	padding: 5px;
}
.pd-10 {
	padding: 10px;
}
.pd-20 {
	padding: 20px;
}
.pd-ltr-20 {
	padding: 20px 30px;
}
.pd-30 {
	padding: 30px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.margin-5 {
	margin: 5px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}
.font-30 {
	font-size: 30px;
	line-height: 1.33em;
}
.font-24 {
	font-size: 24px;
	line-height: 1.42em;
}
.font-20 {
	font-size: 20px;
	line-height: 1.5em;
}
.font-18 {
	font-size: 18px;
	line-height: 1.65em;
}
.font-16 {
	font-size: 16px;
	line-height: 1.62em;
}
.font-14 {
	font-size: 14px;
	line-height: 1.71em;
}
.font-12 {
	font-size: 12px;
	line-height: 1.83em;
}
.h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	font-family: "Inter", sans-serif;
	color: #1b3133;
}
.h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	font-family: "Inter", sans-serif;
	color: #1b3133;
}
.h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color: #1b3133;
	font-family: "Inter", sans-serif;
}
.page-header h4 {
	font-size: 22px;
	font-weight: 700;
	color: #000000;
	font-family: "Inter", sans-serif;
}
.h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: #1b3133;
	font-family: "Inter", sans-serif;
}
.line-height-1 {
	line-height: 1;
}
.line-height-1-2 {
	line-height: 1.2;
}
.line-height-1-3 {
	line-height: 1.3;
}
.weight-300 {
	font-weight: 300;
}
.weight-400 {
	font-weight: 400;
}
.weight-500 {
	font-weight: 500;
}
.weight-600 {
	font-weight: 600;
}
.weight-700 {
	font-weight: 700;
}
.weight-800 {
	font-weight: 800;
}
.height-auto {
	height: auto;
}
.height-100-p {
	height: 100%;
}
.width-50-p {
	width: 50%;
}
.width-box {
	width: 50px;
	height: 50px;
}
.max-width-100 {
	max-width: 100px;
}
.max-width-150 {
	max-width: 150px;
}
.max-width-200 {
	max-width: 200px;
}
.max-width-300 {
	max-width: 300px;
}
.max-width-400 {
	max-width: 400px;
}
.max-width-500 {
	max-width: 500px;
}
.max-width-600 {
	max-width: 600px;
}
.max-width-700 {
	max-width: 700px;
}
.max-width-800 {
	max-width: 800px;
}
.max-width-900 {
	max-width: 900px;
}
.max-width-1000 {
	max-width: 1000px;
}
.min-height-200px {
	min-height: 200px;
}
.bg-cover {
	background-size: cover !important;
}
.bg-light-blue {
	background-color: #e1e1f5;
}
.color-light-blue {
	color: #e1e1f5;
}
.bg-light-gray {
	background-color: #ecf0f4;
}
.bg-white {
	background: #ffffff;
}
.color-white {
	color: #ffffff;
}
.bg-light-green {
	background-color: #41ccba;
}
.text-light-green {
	color: #00e091;
}
.bg-blue {
	background-color: rgba(25, 118, 210, 1);
}
.text-blue {
	color: rgba(25, 118, 210, 1);
}
.text-light-blue {
	color: #2976aa;
}
.bg-light-orange {
	background-color: #f56767;
}
.text-light-orange {
	color: #f56767;
}
.bg-light-purple {
	background-color: #a683eb;
}
.text-light-purple {
	color: #a683eb;
}
.bg-orange {
	background-color: #f5956c;
}
.text-orange {
	color: #f5956c;
}
.text-yellow {
	color: #ecc72f;
}
.text-green {
	color: #46be8a;
}
.text-orange-50 {
	color: #f2a654;
}
.text-blue-50 {
	color: #62a8ea;
}
.text-red-50 {
	color: #e14e50;
}
.border-radius-0 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.border-radius-4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.border-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.border-radius-6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.border-radius-8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.border-radius-100 {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
}
.wave1 {
	background-image: url(../images/wave.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.card-box, .da-card {
	padding: 1.5rem 1.5rem;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #3c71b824;
	-moz-box-shadow: 0px 0px 10px #3c71b824;
	box-shadow: 0px 0px 10px #3c71b824;
}
.card-img-top {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.card-img-bottom {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.card-img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.card-title {
	font-size: 18px;
	font-weight: 600;
}
.card-header {
	font-weight: 500;
	font-size: 16px;
}
.card-text {
	font-size: 15px;
}
.badge {
	padding: 0.75em;
}
.badge-sm {
	padding: 0.45em 0.55em;
	font-size: 60%;
}
.page-link:focus {
	box-shadow: none;
}
.highcharts-root {
	font-family: "Inter", sans-serif !important;
}
.bootstrap-select .dropdown-toggle {
	height: 45px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: 400;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
	height: 38px;
	padding-right: 30px;
}
.bootstrap-select .dropdown-toggle .filter-option {
	height: auto;
}
.bootstrap-select .dropdown-toggle.btn-light {
	background-color: transparent;
	border-color: #d4d4d4;
}
.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active {
	background-color: transparent;
	border-color: #d4d4d4;
}
.dropdown-toggle::after {
	/* content: "\f107"; */
	border: 0;
	font-family: "FontAwesome";
	vertical-align: unset;
	width: auto;
	height: auto;
	border: 0 !important;
	margin: 0;
}
.bootstrap-select .dropdown-toggle::after {
	position: absolute;
	right: 10px;
}
.dropdown.show > .dropdown-toggle::after {
	content: " ";
}
.dropdown-toggle.no-arrow:after {
	display: none;
}
.dropdown-menu {
	border: 0;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
	font-size: 15px;
	font-weight: 400;
	padding: 0.657rem 1rem;
	letter-spacing: 0;
	color: #444444;
	font-family: "Inter", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #000000;
}
.form-control, .custom-select, .custom-file-input {
	font-family: "Inter", sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	height: auto;
	padding: 1rem 1rem;
	line-height: normal;
	border-color: #d4d4d4;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control.form-control-sm {
	height: 38px;
}
.form-control.form-control-line {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
}
.custom-file-label {
	font-family: "Inter", sans-serif;
	color: #000000;
	font-weight: 400;
	height: 45px;
	padding-top: 0.475rem;
	border-color: #d4d4d4;
	letter-spacing: 0.035em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-file-label::after {
	height: 100%;
	padding-top: 0.475rem;
}
textarea.form-control {
	height: 80px;
}
.form-control.height-auto {
	height: auto;
}
.input-group {
	margin-bottom: 25px;
}
.input-group.custom > .form-control, .input-group.custom > .custom-select {
	width: 100%;
}
.input-group.custom > .form-control:not(:first-child), .input-group.custom > .custom-select:not(:first-child) {
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	padding-left: 50px;
}
.input-group.custom > .custom-select:not(:last-child), .input-group.custom > .form-control:not(:last-child) {
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	padding-right: 50px;
}
.input-group-prepend.custom {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	height: 100%;
}
.input-group-append.custom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 12;
	height: 50px;
	z-index: 8;
}
.input-group-text {
	border: 0;
	background: transparent;
}
.form-control:focus ~ .input-group-append .fa {
	color: rgba(25, 118, 210, 1);
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
	height: 50px;
	font-size: 16px;
}
/* ---------------- form validation class -------------*/
.has-success {
	color: #28a745;
}
.form-control-success {
	border-color: #28a745;
	background-image: url(../images/check-mark-green.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 20px 20px;
}
.form-control-success:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0px 0px 0px 1px #28a745;
	-moz-box-shadow: 0px 0px 0px 1px #28a745;
	box-shadow: 0px 0px 0px 1px #28a745;
}
.has-warning {
	color: #ffc107;
}
.form-control-warning {
	border-color: #ffc107;
	background-image: url(../images/caution-sign.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 20px 20px;
}
.form-control-warning:focus {
	border-color: #ffc107;
	-webkit-box-shadow: 0px 0px 0px 1px #ffc107;
	-moz-box-shadow: 0px 0px 0px 1px #ffc107;
	box-shadow: 0px 0px 0px 1px #ffc107;
}
.has-danger {
	color: #ff5555;
}
.form-control-danger {
	border-color: #ff5555;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 14px 14px;
}
.form-control-danger:focus {
	border-color: #ff5555;
	-webkit-box-shadow: 0px 0px 0px 1px #ff5555;
	-moz-box-shadow: 0px 0px 0px 1px #ff5555;
	box-shadow: 0px 0px 0px 1px #ff5555;
}
/* ---------------- form validation class -------------*/

.btn {
	font-family: "Inter", sans-serif;
	letter-spacing: 0;
	font-weight: 700;
	padding: 0.9rem 1.5rem 0.7rem;
	font-size: 16px;
	border-radius: 5px;
	line-height: normal;
	text-transform: capitalize;
}
.btn-lg {
	padding: 0.657rem 1rem;
}
.btn-lg, .btn-group-lg > .btn {
	font-size: 16px;
}
.btn-group-sm > .btn, .btn-sm {
	padding: 0.4rem 0.8rem;
	font-size: 14px;
}
.btn:focus, .btn.focus {
	box-shadow: none !important;
}
.btn-rounded {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.breadcrumb {
	background: none;
	padding: 0.75rem 0;
}
.breadcrumb-item.active {
	color: rgba(25, 118, 210, 1);
	font-weight: 500;
}
.breadcrumb-item a {
	color: #031e23;
}
.breadcrumb-item + .breadcrumb-item::before {
	font-family: "FontAwesome";
	content: "\f105";
}
.customscroll-10-p > .mCustomScrollBox > .mCSB_container {
	padding: 10px;
}
/*-------------------------------- datepicker style ----------------*/
.datepicker {
	z-index: 1060;
}
.datepicker--day-name {
	color: rgba(25, 118, 210, 1);
}
.datepicker--nav-action path {
	stroke: rgba(25, 118, 210, 1);
}
.datepicker--cell.-focus-, .datepicker--nav-title:hover, .datepicker--nav-action:hover {
	background: #e1e1f5;
	color: rgba(25, 118, 210, 1);
}
.datepicker--cell.-selected- {
	color: #ffffff;
}
.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
	display: none;
}
.datepicker--time-current-hours, .datepicker--time-current-minutes {
	color: rgba(25, 118, 210, 1);
}
.datepicker-inline .datepicker {
	margin: 0 auto;
}
/*---------------- clock picker style -------------------*/
.form-control.time-picker:disabled, .form-control.time-picker[readonly] {
	background: #ffffff;
}
.form-control.time-picker-default:disabled, .form-control.time-picker-default[readonly] {
	background: #ffffff;
}
.custom-control {
	padding-left: 35px;
	cursor: pointer;
	padding-bottom: 5px;
}
.custom-control-label {
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding-top: 2px;
}
.custom-control-label::before {
	width: 20px;
	height: 20px;
	top: 2px;
	left: -30px;
	background-color: transparent;
	border: 2px solid rgba(25, 118, 210, 1);
}
.custom-control-label::after {
	width: 20px;
	height: 20px;
	left: -30px;
	background-size: 60%;
	top: 2px;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
	background-color: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: rgba(25, 118, 210, 1);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url(../images/check-mark.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: rgba(25, 118, 210, 1);
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	border: 2px solid rgba(0, 123, 255, 0);
}
.select2-container .select2-selection--single {
	height: 45px;
	border-color: #d4d4d4;
	outline: 0;
	letter-spacing: 0.035em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #d4d4d4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 43px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: rgba(25, 118, 210, 1);
	color: #ffffff;
	border-color: rgba(25, 118, 210, 1);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #000;
}
.select2-container--default .select2-selection--multiple {
	min-height: 45px;
	border-color: #d4d4d4;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-top: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #ffffff;
}
.select2-dropdown {
	border-color: #d4d4d4;
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
}
.select2-search--dropdown {
	padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: rgba(25, 118, 210, 1);
	color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(25, 118, 210, 1);
}
.bootstrap-select.btn-group .dropdown-menu.inner {
	display: block;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.bootstrap-select .dropdown-header {
	color: #222222;
	font-weight: 700;
	font-size: 15px;
}
.bootstrap-select .dropdown-menu li .dropdown-item:hover {
	color: rgba(25, 118, 210, 1);
}
.bootstrap-select .dropdown-menu li .dropdown-item.active:hover {
	background-color: rgba(25, 118, 210, 1);
	color: #ffffff;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	top: 13px;
}
.bootstrap-select .bs-ok-default:after {
	border-width: 0 2px 2px 0;
}
.dropup .dropdown-toggle::after {
	content: "\f107";
	border: 0;
	font-family: "FontAwesome";
	vertical-align: unset;
	width: auto;
	height: auto;
	border: 0 !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 0.55rem 1rem;
	color: #667f87;
	font-family: "Inter", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bootstrap-select.btn-group .dropdown-menu li.divider {
	border: 1px solid #eaeaea;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
	background: #e1e1f5;
	color: #000000;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	color: #cecece;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
	background: #e1e1f5;
	color: #000000;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	background: url(../images/check-mark-green.png);
	width: 15px;
	height: 15px;
	background-size: contain;
}
.label-info {
	background-color: #009efb;
}
.bootstrap-tagsinput .tag {
	display: inline-block;
	padding: 2px 6px;
	margin: 2px;
	font-size: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.docs-options .dropdown-menu {
	max-height: 250px;
	overflow: auto;
}
.docs-buttons {
	padding-top: 15px;
}
.docs-buttons label {
	margin-bottom: 0;
}
.docs-buttons .btn {
	margin-bottom: 5px;
}
.table thead th {
	font-weight: 600;
	font-size: 15px;
	border-bottom: 0;
	padding-left: 10px;
}
.table td, .table th {
	vertical-align: middle;
}
.table td {
	font-size: 14px;
	font-weight: 500;
	padding: 0.7rem;
}
.table-striped tbody tr:nth-of-type(odd) {
	background: #eaeef2;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background: #ecf0f3 !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background: #ecf0f3 !important;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable tbody tr.selected {
	background-color: #181f48 !important;
	color: #ffffff;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color: rgba(25, 118, 210, 1) !important;
}
/* datatable style */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
	font-family: "dropways";
	font-size: 14px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	content: "\eabb";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	content: "\eaba";
	right: 0.2em;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
	color: rgba(25, 118, 210, 1);
}
table.dataTable > tbody > tr.child ul.dtr-details {
	white-space: normal;
}
table.dataTable > tbody > tr.child ul.dtr-details .dtr-title {
	display: block;
}
div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate, .dataTables_length, div.dataTables_wrapper div.dataTables_filter, .dt-buttons {
	padding-left: 15px;
	padding-right: 1px;
	font-size: 14px;
}
.dataTables_length label {
	font-size: 14px;
}
.dt-checkbox {
	width: 20px;
	height: 20px;
	position: relative;
}
.dt-checkbox input {
	position: absolute;
	opacity: 1;
	z-index: 1;
	width: 100%;
	height: 100%;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}
.dt-checkbox span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #9e9e9e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dt-checkbox span:before {
	content: "";
	background: url(../images/check-mark.png) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -1px;
	background-size: 12px 12px;
	background-position: center center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dt-checkbox input:checked ~ span {
	background: rgba(25, 118, 210, 1);
	border-color: rgba(25, 118, 210, 1);
	color: #ffffff;
}
.dt-checkbox input:checked ~ span:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.plyr {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
.popover-header {
	font-weight: 500;
}
.list-group-flush .list-group-item {
	border-top: 0;
	margin-bottom: 0;
}
.docs-cropped .modal-body > img, .docs-cropped .modal-body > canvas {
	max-width: 100%;
}
.apexcharts-svg * {
	font-family: "Inter", sans-serif !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
	box-shadow: none;
	border: 0;
	border-radius: 0;
	font-family: "FontAwesome";
	background: transparent;
	content: "\f107";
	color: #444444;
	font-size: 23px;
	left: 7px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
	top: 50%;
	margin-top: -7px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	content: "\f106";
	background: transparent;
}
/*==============================================================
	Global Styles End
==============================================================*/

/*==============================================================
	Header Start
==============================================================*/
.header {
	position: fixed;
	padding: 0 30px;
	height: 70px;
	width: calc(100% - 280px);
	background: #ffffff;
	right: 0;
	top: 0;
	z-index: 123;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.header-left {
	display: flex;
	align-items: center;
	height: 100%;
	width: 50%;
}
.header-left .search-toggle-icon {
	display: none;
}
.header-left .header-search {
	width: 100%;
	padding-left: 20px;
}
.header-left .header-search .form-group {
	position: relative;
}
.header-left .header-search .search-icon {
	position: absolute;
	left: 17px;
	top: 12px;
	font-size: 20px;
	color: #777777;
}
.header-left .header-search .dropdown {
	position: static;
	right: 0;
	top: 0;
	padding-right: 10px;
}
.header-left .header-search .dropdown .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0px;
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	-webkit-border-radius: 0 0.25rem 0.25rem 0;
	-moz-border-radius: 0 0.25rem 0.25rem 0;
	border-radius: 0 0.25rem 0.25rem 0;
	color: #777777;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-left .header-search .dropdown .dropdown-toggle:hover, .header-left .header-search .dropdown.show .dropdown-toggle {
	background: rgba(25, 118, 210, 1);
	color: #ffffff;
}
.header-left .header-search .dropdown .dropdown-menu {
	width: 100%;
	min-width: 100%;
	margin-top: 5px;
	padding: 20px;
}
.header-left .header-search .search-input {
	padding-left: 50px;
	padding-right: 55px;
}
.header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-left .brand-logo {
	max-width: 180px;
	display: block;
}
.header-right .brand-logo a {
	padding: 0px 6px 0px;
}
.header-right .menu-icon {
	position: relative;
	right: 0;
	float: left;
	display: none;
}
.user-info-dropdown .dropdown-toggle {
	display: flex;
	font-size: 24px;
	color: #000000;
	align-items: center;
	justify-content: right;
}
.user-info-dropdown .dropdown-toggle .user-icon {
	width: 50px;
	height: 50px;
	padding: 5px;
	background: #ebeff3;
	border: 2px solid rgba(25, 118, 210, 1);
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.user-info-dropdown .dropdown-toggle .user-icon img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.user-info-dropdown .dropdown-toggle .user-name {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	color: #000000;
	font-family: "Inter", sans-serif;
}
.user-info-dropdown .dropdown-menu {
	min-width: 185px;
}
.dropdown-menu-icon-list .dropdown-item {
	position: relative;
	padding-left: 45px;
}
.dropdown-menu-icon-list .dropdown-item i {
	position: absolute;
	left: 16px;
	top: 50%;
	font-size: 18px;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}
.user-notification {
	float: right;
	margin-right: 10px;
	/*padding-top: 12px;*/
	padding: 22px 5px 10px 0;
}
.user-notification .dropdown-toggle {
	font-size: 20px;
	padding: 10px;
	color: #555555;
	position: relative;
}
.user-notification .dropdown-toggle .badge {
	position: absolute;
	right: 8px;
	top: 10px;
	background: #f5678a;
	width: 5px;
	height: 5px;
	display: block;
	padding: 0;
}
.user-notification .dropdown-menu {
	width: 400px;
	padding: 20px 10px;
}
.notification-list ul li a {
	display: block;
	position: relative;
	padding: 10px 15px 10px 75px;
	min-height: 75px;
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.notification-list ul li a img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 13px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.2);
}
.notification-list ul li a h3 {
	font-size: 16px;
	color: #202342;
	font-weight: 700;
	text-transform: capitalize;
	font-family: "Inter", sans-serif;
	padding-bottom: 5px;
}
.notification-list ul li a h3 span {
	float: right;
	font-size: 12px;
	font-weight: 500;
	padding-top: 2px;
}
.notification-list ul li a p {
	margin-bottom: 0;
}
.header-dark .header, .header-dark .header-left .header-search {
	background: #142127;
}
.header-dark .header .user-info-dropdown .dropdown-toggle, .header-dark .header .user-info-dropdown .dropdown-toggle .user-name, .header-dark .menu-icon, .header-dark .search-toggle-icon {
	color: #ecf0f4;
}
.header-dark .user-notification .dropdown-toggle {
	color: #ecf0f4;
}
.header-dark .header .header-left .header-search .search-input {
	background: rgba(236, 236, 236, 0.1);
	border-color: transparent;
	color: #ecf0f4;
}
.header-dark .header .header-left .header-search .search-input:focus {
	border-color: #4b4d50;
}
.header-dark .header .header-left .header-search .search-input::-webkit-input-placeholder {
 opacity: 1;
 color: #bfc4ca;
}
.header-dark .header .header-left .header-search .search-input:-moz-placeholder {
 opacity: 1;
 color: #bfc4ca;
}
.header-dark .header .header-left .header-search .search-input::-moz-placeholder {
 opacity: 1;
 color: #bfc4ca;
}
.header-dark .header .header-left .header-search .search-input:-ms-input-placeholder {
 opacity: 1;
 color: #bfc4ca;
}
.header-dark .header .header-left .header-search .search-icon {
	color: #ecf0f4;
}
/*==============================================================
	Header End
==============================================================*/
/*==============================================================
	Footer Start
==============================================================*/
.footer-wrap {
	width: 100%;
	position: relative;
	/*height: 44px;*/
	text-align: center;
	font-weight: 500;
}
.footer-wrap a {
	color: rgba(25, 118, 210, 1);
	text-decoration: underline;
}
/*==============================================================
	Footer End
==============================================================*/
/*==============================================================
	Side Bar Start
==============================================================*/
.menu-icon, .search-toggle-icon {
	width: 45px;
	height: 45px;
	font-size: 28px;
	line-height: 1;
	background: rgba(25, 118, 210, 1);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 5px;
}
.search-toggle-icon {
	font-size: 20px;
}
.brand-logo {
	width: 100%;
	height: 70px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	position: relative;
    z-index: 10;
    background: #fff;
}
.brand-logo span {
	font-size: 2px;
}
.brand-logo a .dark-logo, .sidebar-light .brand-logo a .light-logo {
	display: none;
}
.brand-logo a .light-logo, .sidebar-light .brand-logo a .dark-logo {
	display: block;
}
.brand-logo a span {
	display: block;
	margin-left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.brand-logo .horizontal_logo img {
	max-width: 180px;
	display: block;
	height: 100%;
}
.brand-logo .horizontal_logo img {
	padding: 1rem;
	width: 100%;
	display: block;
	height: 100%;
}
.left-side-bar {
	position: fixed;
	left: 0;
	top: 0;
	max-width: 280px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left-side-bar .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #ecf0f4;
}
.left-side-bar:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left-side-bar .menu-block {
	height: calc(100vh - 70px);
	padding: 6px 0;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.left-side-bar .close-sidebar {
	font-size: 18px;
	color: #888888;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 20px;
	display: none;
}
.sidebar-menu > ul > li {
	padding: 0 12px;
	margin-bottom: 1rem;
}
.sidebar-menu .dropdown-toggle {
	display: block;
	padding: 1rem 1rem;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: 500;
	position: relative;
	border-radius: 5px;
	line-height: normal;
	font-family: "Inter", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-menu .dropdown-toggle:after {
	content: "\F282";
	position: absolute;
	right: 15px;
	font-size: 15px;
	font-weight: 700;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	font-family: bootstrap-icons;
	display: none;
}
.sidebar-menu .dropdown.show > .dropdown-toggle::after {
	content: "\F286";
}
.sidebar-menu .dropdown-toggle.no-arrow:after {
	display: none;
}
.sidebar-menu.icon-style-2 .dropdown-toggle:after {
	content: "\F4FE";
	font-size: 22px;
	font-weight: 700;
	font-family: bootstrap-icons;
}
.sidebar-menu.icon-style-2 .dropdown.show .dropdown-toggle:after {
	content: "\F2EA";
}
.sidebar-menu.icon-style-3 .dropdown-toggle:after {
	content: "\F280";
	font-weight: 400;
}
.sidebar-menu.icon-style-3 .dropdown.show .dropdown-toggle:after {
	content: "\F281";
}
.sidebar-menu .dropdown-toggle .micon {
	font-size: 20px;
	font-weight: 400;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	position: relative;top: 10px;

}
.sidebar-menu .dropdown-toggle:hover .micon, .sidebar-menu .show > .dropdown-toggle .micon {
	color: #ffffff;
}
.sidebar-menu .dropdown-toggle .new {
	font-size: 24px;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.sidebar-menu .dropdown-toggle .new:before {
	line-height: 14px;
}
.sidebar-menu .submenu {
	position: relative;
	width: 100%;
	display: none;
	background: rgba(236, 240, 244, 0.1);
	padding: 4px 6px;
	border-radius: 0 0 8px 8px;
}
.sidebar-menu .submenu:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 31px;
	top: 0;
	display: none;
	background: none;
	border-left: 2px dashed rgba(25, 118, 210, 1);
}
.sidebar-menu .submenu li {
	position: relative;
	padding: 2px 0;
}
.sidebar-menu .submenu li > a:before {
	content: "\f208";
	position: absolute;
	line-height: 1;
	left: 28px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	font-family: Ionicons;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-menu.icon-list-style-2 .submenu li > a:before {
	content: "\f10c";
	font-family: FontAwesome;
}
.sidebar-menu.icon-list-style-3 .submenu li > a:before {
	content: "\eb1d";
	font-family: dropways;
}
.sidebar-menu.icon-list-style-4 .submenu li > a:before {
	content: "\edd2";
	font-family: dropways;
}
.sidebar-menu.icon-list-style-5 .submenu li > a:before {
	content: "\ee07";
	font-family: dropways;
}
.sidebar-menu.icon-list-style-6 .submenu li > a:before {
	content: "\ee36";
	font-family: dropways;
}
.sidebar-menu .submenu li.dropdown:before {
	display: none;
}
.sidebar-menu .submenu li a {
	display: block;
	padding: 10px 10px 10px 60px;
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
	font-family: "Inter", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-menu .submenu li.dropdown > a:before {
	display: none;
}
.sidebar-menu .submenu li a.dropdown-toggle {
	padding: 14px 15px 14px 60px;
	font-size: 15px;
}
.sidebar-menu .submenu.child {
	padding-left: 15px;
}
.sidebar-menu .submenu li:hover > a:before {
	left: 18px;
}
.sidebar-menu .submenu li a:hover, .sidebar-menu .submenu li a.active {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
}
.sidebar-menu > ul > li > .dropdown-toggle.active {
	background-color: rgba(236, 240, 244, 0.19);
}
.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active {
	background-color: rgba(25, 118, 210, 1);
	color: #ffffff;
}
.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active .micon {
	color: #ffffff;
}
.sidebar-menu .dropdown-toggle.active, .sidebar-menu .dropdown-toggle.active .micon {
	color: #ffffff;
}
.mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #121421;
	opacity: 0.6;
	z-index: 123;
	background-size: 20px;
	background-position: 98% 15px;
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-light .sidebar-menu .dropdown-toggle .micon {
	color: #0b132b;
}
.sidebar-light .sidebar-menu .submenu li a:hover, .sidebar-light .sidebar-menu .submenu li a.active {
	color: #fff;
	background-color: rgba(25, 118, 210, 1);
}
.sidebar-light .sidebar-menu .dropdown-toggle:hover, .sidebar-light .sidebar-menu .show > .dropdown-toggle {
	color: #fff;
	background-color: rgba(25, 118, 210, 1);
}
.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon, .sidebar-light .sidebar-menu .show > .dropdown-toggle .micon {
	color: #fff;
}
.sidebar-light .menu-block .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #0e132b;
}
.sidebar-menu .dropdown-divider {
	margin: 20px 0;
	border-color: rgba(255, 255, 255, 0.2);
	border-width: 2px;
}
.sidebar-light .sidebar-menu .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.2);
}
.sidebar-menu .sidebar-small-cap {
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	padding: 0 15px 10px;
}
.sidebar-light .sidebar-menu .sidebar-small-cap {
	color: #1502bd;
}
/*==============================================================
	Side Bar End
==============================================================*/

/*==============================================================
	Login Start
==============================================================*/
.login-header {
	position: relative;
	padding: 0 15px;
	background-color: #ffffff;
	z-index: 1;
}
.login-header .brand-logo {
	width: auto;
	border: 0;
}
.login-menu a {
	font-size: 20px;
	font-weight: 600;
	color: rgba(25, 118, 210, 1);
}
.login-wrap {
	height: calc(100% - 70px);
	overflow: auto;
	padding: 30px 0;
}
body.IE .login-wrap, body.IE .register-page-wrap {
	display: block !important;
	padding: 0;
}
body.IE .login-wrap .container, body.IE .register-page-wrap .container {
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.login-wrap .container, .register-page-wrap .container {
	max-width: 1300px;
}
.login-wrap .mCustomScrollBox {
	height: auto;
	width: 100%;
}
.select-role {
	margin-bottom: 25px;
	padding: 0 5px;
}
.select-role .btn-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.select-role .btn-group .btn {
	margin: 0 5px;
	border: 1px solid #d4d4d4;
	text-align: left;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: calc(50% - 10px);
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #333333;
	position: relative;
}
.select-role .btn-group .btn.active, .select-role .btn-group .btn.focus.active, .select-role .btn-group .btn.active:focus {
	background-color: rgba(27, 0, 255, 0.05);
	border-color: rgba(27, 0, 255, 0.5);
	color: rgba(25, 118, 210, 1);
}
.select-role .btn-group .btn .icon {
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
}
.select-role .btn-group .btn .icon .svg {
	width: 30px;
	height: 30px;
}
.select-role .btn-group .btn span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
}
.login-box .login-title {
	padding: 0px 0 10px;
	margin-bottom: 30px;
}
.login-box .login-title h2 {
	font-size: 28px;
	font-weight: 900;
}
.login-box .login-img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100px;
}
.forgot-password {
	text-align: right;
}
/*==============================================================
	Login End
==============================================================*/
/*==============================================================
	Register Page Start
==============================================================*/
.register-page-wrap {
	position: relative;
	height: calc(100% - 70px);
	overflow: auto;
	padding: 30px 0;
}
.register-page-wrap .register-box {
	max-width: 410px;
	margin: 0 auto;
}
.register-page-wrap .wizard-content .wizard {
	position: relative;
	overflow: auto;
}
.register-page-wrap .wizard-content .wizard .steps {
	position: relative;
}
.register-page-wrap .wizard-content .wizard > .steps .step {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
	display: block;
	margin: 0 auto;
	border-width: 2px;
	background-color: #ffffff;
	border-color: rgba(24, 31, 72, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li.done > a .step {
	background: url(../images/tick.svg) no-repeat #ecf0f4;
	font-size: 0;
	background-size: 22px;
	background-position: center center;
	border-color: rgba(24, 31, 72, 0.3);
}
.register-page-wrap .wizard-content .wizard.wizard-circle > .steps > ul > li:after, .register-page-wrap .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
	/*display: none;*/
	background: rgba(24, 31, 72, 0.3);
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before, .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
	background: rgba(24, 31, 72, 0.3);
}
.wizard-content .wizard.vertical.wizard-circle > .steps > ul > li.current ~ li:before, .wizard-content .wizard.vertical.wizard-circle > .steps > ul > li.current ~ li:after {
	background-color: transparent;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li.current .step {
	border-color: rgba(25, 118, 210, 1);
	color: #181f48;
	background-color: #ffffff;
}
.register-page-wrap .wizard-content .wizard > .steps .info {
	display: block;
	width: 100%;
	padding-top: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.register-page-wrap .wizard-content .wizard > .steps > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	padding: 0 10px;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li {
	width: 25%;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li a {
	padding: 20px 10px;
	margin: 0;
	text-align: center;
	color: rgba(24, 31, 72, 0.6);
	font-size: 11px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.register-page-wrap .wizard-content .wizard > .steps > ul > li.current > a, .register-page-wrap .wizard-content .wizard > .steps > ul > li.done > a {
	color: #181f48;
}
.register-page-wrap .wizard-content .wizard > .content {
	overflow: hidden;
	padding: 15px 15px 0;
	min-height: 320px;
}
.register-page-wrap .wizard-content .wizard > .actions {
	padding: 0px 15px 20px;
	text-align: right;
}
.register-info li {
	margin-bottom: 15px;
	font-size: 14px;
}
/*.register-page-wrap .wizard-content .wizard > .content > .body.current{
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}*/
/*==============================================================
	Register Page End
==============================================================*/
.main-container {
	/* padding: 80px 20px 2px 300px; */
	padding: 70px 0px 0px 280px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-header .dropdown-menu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-header {
	padding: 0 0 20px;
}
.page-header .row {
	align-items: center;
}
.page-header .breadcrumb {
	padding: 0;
	margin: 0;
}
.search-icon-box {
	position: relative;
}
.search-icon-box input {
	height: 70px;
	width: 100%;
	font-size: 20px;
	padding: 0 60px 0 30px;
	font-weight: 300;
	border: 0;
	color: #ffffff;
	background: #6209ab;
}
.search-icon-box input::-webkit-input-placeholder {
 opacity: 1;
 color: #ffffff;
}
.search-icon-box input:-moz-placeholder {
 opacity: 1;
 color: #ffffff;
}
.search-icon-box input::-moz-placeholder {
 opacity: 1;
 color: #ffffff;
}
.search-icon-box input:-ms-input-placeholder {
 opacity: 1;
 color: #ffffff;
}
.search-icon-box .search_icon {
	position: absolute;
	font-size: 24px;
	line-height: 1;
	right: 20px;
	top: 26px;
	color: #ffffff;
}
.fontawesome-icon-list {
	padding-top: 20px;
}
.fontawesome-icon-list.custom-icon-list {
	padding-top: 0;
}
.fontawesome-icon-list .fa-hover {
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fontawesome-icon-list .fa-hover:hover {
	background: rgba(68, 66, 87, 0.13);
	-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
}
.fontawesome-icon-list .fa-hover:hover a {
	color: rgba(25, 118, 210, 1);
}
.fontawesome-icon-list a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	padding-left: 45px;
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fontawesome-icon-list a .icon-copy {
	position: absolute;
	left: 10px;
	top: 4px;
	font-size: 18px;
}
.fontawesome-icon-list a .icon-copy.bi:before {
	display: block;
}
.fontawesome-icon-list.custom-icon-list a {
	font-size: 14px;
	line-height: 24px;
}
.fontawesome-icon-list.custom-icon-list a .icon-copy {
	font-size: 24px;
	line-height: 1;
	top: 0;
}
.foundation-icon.fontawesome-icon-list a .icon-copy {
	top: 0;
	font-size: 24px;
	line-height: 24px;
}
.ionicons-list li {
	width: 8.3%;
	text-align: center;
}
.ionicons-list.fontawesome-icon-list a {
	padding-left: 0;
}
.ionicons-list.fontawesome-icon-list a .icon-copy {
	font-size: 24px;
	left: 0;
	position: relative;
}
.wysihtml5-toolbar .dropdown-menu a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 0.55rem 1rem;
	color: #667f87;
	font-family: "Inter", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.html-editor textarea.form-control {
	height: 300px;
	font-weight: 400;
}
.copy-notification {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 12px 20px;
	border-radius: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 150px;
	margin-top: -30px;
	margin-left: -85px;
	display: none;
	text-align: center;
}
.error-page-wrap {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #222222;
}
.error-page h1 {
	font-size: 210px;
	font-weight: 700;
	text-shadow: 2px 2px 0 #181f48, 4px 4px 0 #fff, 8px 8px 0 #181f48;
	line-height: 1;
	color: #181f48;
}
.error-page h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	padding-top: 30px;
}
.project-info {
	padding-bottom: 15px;
}
.project-info-left {
	float: left;
	width: 60px;
	padding-top: 10px;
}
.project-info-left .icon {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.project-info-right {
	float: right;
	width: calc(100% - 60px);
	text-align: right;
}
.project-info-right p {
	margin-bottom: 0;
}
.device-manage-progress-chart ul li {
	margin-bottom: 30px;
}
.device-manage-progress-chart ul li:last-child {
	margin-bottom: 0;
}
.device-manage-progress-chart .device-name {
	width: 75px;
	float: left;
	text-align: right;
}
.device-manage-progress-chart .device-total {
	float: left;
	width: 45px;
	font-size: 14px;
}
.device-manage-progress-chart .device-progress {
	float: left;
	width: calc(100% - 120px);
	padding: 7px 10px 0;
}
.device-manage-progress-chart .device-progress .grand_total {
	float: right;
}
.device-manage-progress-chart .device-progress .progress {
	margin-bottom: 0;
	height: 10px;
}
.device-manage-progress-chart .device-progress .progress .progress-bar {
	height: 100%;
}
.device-manage-progress-chart .device-progress .progress .progress-bar.window {
	background: #00bcf2;
}
.device-manage-progress-chart .device-progress .progress .progress-bar.mac {
	background: #027496;
}
.device-manage-progress-chart .device-progress .progress .progress-bar.android {
	background: #0059b2;
}
.device-manage-progress-chart .device-progress .progress .progress-bar.linux {
	background: #8ab1b7;
}
.to-do-list ul li {
	padding: 15px 15px;
	background: #ecf0f4;
}
.to-do-list ul li:hover {
	background: #ecf0f4;
}
.to-do-list ul li:nth-child(2n) {
	background: #ffffff;
}
#browservisit path.jvectormap-region.jvectormap-element {
	stroke-width: 0.5px;
	stroke: #667f87;
}
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
	background: #667f87;
}
.browser-visits ul li {
	margin-bottom: 40px;
}
.browser-visits ul li .icon {
	width: 50px;
}
.browser-visits ul li .visit {
	width: 50px;
}
.browser-visits ul li .browser-name {
	width: calc(100% - 100px);
	font-size: 14px;
	font-weight: 600;
}
.docs-preview {
	margin-right: -1rem;
}
.img-preview {
	float: left;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	overflow: hidden;
}
.img-preview > img {
	max-width: 100%;
}
.preview-lg {
	height: 9rem;
	width: 16rem;
}
.preview-md {
	height: 4.5rem;
	width: 8rem;
}
.preview-sm {
	height: 2.25rem;
	width: 4rem;
}
.preview-xs {
	height: 1.125rem;
	margin-right: 0;
	width: 2rem;
}
.btn-list .btn {
	margin: 5px;
}
#login-modal .modal-dialog {
	max-width: 380px;
}
#login-modal .login-box {
	margin: 0;
}
.confirmation-btn {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.da-card {
	position: relative;
	overflow: hidden;
}
.da-card .da-card-content {
	padding: 20px 15px;
	background: #ffffff;
	font-size: 14px;
}
.da-card .da-card-photo {
	position: relative;
	overflow: hidden;
}
.da-card .da-card-photo img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.da-card .da-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	overflow: hidden;
	background: rgba(19, 30, 34, 0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-card .da-overlay.da-slide-left {
	left: -100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-left {
	left: 0;
}
.da-card .da-overlay.da-slide-right {
	right: -100%;
	left: inherit;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-right {
	right: 0;
}
.da-card .da-overlay.da-slide-top {
	top: -100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-top {
	top: 0;
}
.da-card .da-overlay.da-slide-bottom {
	top: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-bottom {
	top: 0;
}
.da-card .da-card-photo:hover img {
	-ms-transform: scale(1.2) translateZ(0);
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}
.da-card .da-card-photo:hover .da-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.da-card .da-card-photo:hover .da-social {
	opacity: 1;
}
.da-card .da-social {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	justify-content: center;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.da-card .da-social h5 {
	position: absolute;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 500;
}
.da-card .da-social ul li {
	float: left;
}
.da-card .da-social ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #ffffff;
	line-height: 43px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 1px #ffffff;
	-moz-box-shadow: 0px 0px 0px 1px #ffffff;
	box-shadow: 0px 0px 0px 1px #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-card .da-social ul li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.da-card .da-social ul li:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.da-card .da-social ul li a:hover {
	background: #ffffff;
	color: rgba(25, 118, 210, 1);
}
.nav-tabs.customtab .nav-link.active, .nav-tabs.customtab .nav-item.show .nav-link {
	color: rgba(25, 118, 210, 1);
	border: 0;
	border-bottom: 2px solid rgba(25, 118, 210, 1);
}
.nav-tabs.customtab .nav-item {
	margin-bottom: 0;
}
.nav-tabs.customtab .nav-link {
	color: #181f48;
	border: 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-tabs.customtab .nav-link:hover, .nav-tabs.customtab .nav-link:focus {
	color: rgba(25, 118, 210, 1);
	border: 0;
	border-bottom: 2px solid rgba(25, 118, 210, 1);
}
.nav.vtabs {
	border-bottom: 0;
	border-right: 1px solid #dee2e6;
	height: 100%;
}
.nav.vtabs .nav-link {
	border-radius: 0;
}
.nav.vtabs .nav-link.active, .nav.vtabs .nav-item.show .nav-link {
	border-right: 0;
	border-color: #dee2e6;
	color: rgba(25, 118, 210, 1);
}
.nav.vtabs.nav-pills .nav-link.active, .nav.vtabs.nav-pills .nav-item.show .nav-link {
	border-right: 0;
	border-color: #dee2e6;
	color: #ffffff;
}
.nav.vtabs.customtab .nav-link.active, .nav.vtabs.customtab .nav-item.show .nav-link {
	border-color: rgba(25, 118, 210, 1);
}
/*==============================================================
	Timeline Start
==============================================================*/
.timeline ul {
	position: relative;
}
.timeline ul:before {
	content: "";
	width: 3px;
	height: 100%;
	background: rgba(25, 118, 210, 1);
	position: absolute;
	left: 150px;
}
.timeline ul li {
	position: relative;
	padding-left: 180px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.timeline ul li:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 142px;
	width: 18px;
	height: 18px;
	background: #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(25, 118, 210, 1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(25, 118, 210, 1);
	box-shadow: 0px 0px 0px 3px rgba(25, 118, 210, 1);
}
.timeline .timeline-date {
	position: absolute;
	left: 0;
	top: 20px;
	width: 120px;
	background: rgba(25, 118, 210, 1);
	color: #ffffff;
	font-size: 16px;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*==============================================================
	Timeline End
==============================================================*/
/*==============================================================
	sitemap Start
==============================================================*/
.list-unstyled > li > ul {
	margin-left: 35px;
}
.list-unstyled > li > ul li {
	list-style: circle;
}
.sitemap {
	border-left: 2px dashed rgba(25, 118, 210, 1);
}
.sitemap h5 {
	padding: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	color: rgba(25, 118, 210, 1);
}
.sitemap ul {
	position: relative;
	padding-left: 25px;
}
.sitemap ul li {
	min-height: 40px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	padding-top: 2px;
}
.sitemap ul li:last-child {
	margin-bottom: 0;
}
.sitemap ul li:before {
	content: "";
	background: #ffffff;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(25, 118, 210, 1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 6px;
	top: 5px;
}
.sitemap ul li:after {
	content: "";
	width: 25px;
	left: -25px;
	top: 40%;
	position: absolute;
	border-top: 2px dashed rgba(25, 118, 210, 1);
}
.sitemap ul li a {
	display: inline-block;
	color: #0b132b;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sitemap ul li a:hover {
	color: #000;
}
.sitemap ul li.child {
	padding-left: 0;
	padding-top: 0;
	border-left: 2px dashed #2976aa;
}
.sitemap ul li.child h5 {
	padding-top: 0;
}
.sitemap ul li.child:before, .sitemap ul li.child:after {
	display: none;
}
/*==============================================================
	sitemap Start
==============================================================*/
/*==============================================================
	Calendar Start
==============================================================*/
.calendar-wrap .fc-event.ui-draggable-handle {
	padding: 5px;
	margin-bottom: 5px;
}
.fc th {
	font-weight: 500;
	padding: 10px !important;
	background: #e1e1f5;
}
.fc-day-grid-event .fc-time {
	font-weight: 500 !important;
}
.fc-day-grid-event .fc-content {
	padding: 3px 9px;
}
.fc-header-toolbar h2 {
	font-size: 24px;
}
/*==============================================================
	Calendar End
==============================================================*/
/*==============================================================
	Blog Start
==============================================================*/
.blog-wrap {
	padding-bottom: 50px;
}
.blog-list ul li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	background: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-list ul li:hover {
	-webkit-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.25);
}
.blog-list ul li .blog-img {
	height: 100%;
	min-height: 300px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	background-size: cover !important;
}
.blog-list ul li .blog-caption {
	padding: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #031e23;
}
.blog-list ul li .blog-caption h4 {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 12px;
}
.blog-list ul li .blog-caption h4 a {
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-list ul li:hover .blog-caption h4 a {
	color: rgba(25, 118, 210, 1);
}
.latest-post ul li {
	padding: 0.75rem 1.25rem;
	font-size: 14px;
	color: #78909c;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.latest-post ul li h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
}
.latest-post ul li h4 a {
	display: block;
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.latest-post ul li h4 a:hover {
	color: rgba(25, 118, 210, 1);
}
.blog-detail {
	background: #ffffff;
}
.blog-detail .blog-caption {
	padding: 20px;
	font-size: 16px;
	color: #78909c;
}
.blog-detail ul {
	padding-left: 15px;
}
.blog-detail ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	line-height: 28px;
}
.blog-detail ul li:before {
	content: "\f101";
	font-family: "FontAwesome";
	position: absolute;
	color: #405158;
	left: 0;
	top: 0;
}
.blog-detail ol {
	padding-left: 15px;
	counter-reset: my-badass-counter;
}
.blog-detail ol > li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.blog-detail ol > li > ol {
	counter-reset: my-badass-counter;
}
.blog-detail ol > li > ol > li:before {
	content: counter(my-badass-counter, lower-alpha);
	counter-increment: my-badass-counter;
}
.blog-detail ol > li > ol > li > ol {
	counter-reset: my-badass-counter;
}
.blog-detail ol > li > ol > li > ol > li:before {
	content: counter(my-badass-counter, lower-roman);
	counter-increment: my-badass-counter;
}
.blog-detail ol > li:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	color: #405158;
	font-weight: 500;
}
/*==============================================================
	Blog Start
==============================================================*/
/*==============================================================
	Product Page Start
==============================================================*/
.product-list ul li {
	margin-bottom: 30px;
}
.product-box {
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*.product-list ul li:hover .product-box{
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
}*/
.producct-img {
	overflow: hidden;
}
.producct-img img {
	position: relative;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.product-list ul li:hover .producct-img img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.product-caption {
	padding: 20px;
}
.product-caption h4 {
	font-size: 18px;
	margin-bottom: 8px;
}
.product-caption h4 a {
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-caption .btn {
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}
.price {
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #78909c;
}
.price ins {
	text-decoration: none;
	display: inline-block;
	margin-left: 10px;
	color: #000000;
}
.price del {
	font-size: 15px;
}
.product-slider {
	margin-bottom: 20px;
}
.slider-arrow .slick-arrow {
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	border: 1px solid rgba(25, 118, 210, 1);
	background: rgba(25, 118, 210, 1);
	border-radius: 0;
	cursor: pointer;
	font-size: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-arrow .slick-arrow:hover {
	border-color: #2a2d31;
}
.slider-arrow .slick-arrow:hover:before {
	color: #ffffff;
}
.slider-arrow .slick-arrow:before {
	font-family: "dropways";
	font-size: 16px;
	color: #ffffff;
	line-height: 38px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-arrow .slick-arrow.slick-prev {
	z-index: 12;
	left: 15px;
}
.slider-arrow .slick-arrow.slick-prev:before {
	content: "\eabc";
}
.slider-arrow .slick-arrow.slick-next {
	right: 15px;
}
.slider-arrow .slick-arrow.slick-next:before {
	content: "\eabd";
}
.product-slide-nav {
	padding: 10px;
}
.product-detail-desc {
	font-size: 16px;
	line-height: 1.5; /*color: #78909c;*/
}
/*==============================================================
	Product Page End
==============================================================*/
/*==============================================================
	Faq Page Start
==============================================================*/
.faq-wrap .card {
	margin-bottom: 20px;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
}
.faq-wrap .card-header {
	background: #ffffff;
	text-align: left;
	border: 0;
	padding: 0;
}
.faq-wrap .card-header .btn {
	background: transparent;
	border-radius: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	padding: 16px 40px 16px 16px;
	position: relative;
	white-space: normal;
	color: rgba(25, 118, 210, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faq-wrap .card-header .btn.collapsed {
	color: #222222;
}
.faq-wrap .card-header .btn:after {
	content: "\f209";
	font-family: "Ionicons";
	position: absolute;
	right: 10px;
	color: rgba(25, 118, 210, 1);
	top: 16px;
}
.faq-wrap .card-header .btn.collapsed:after {
	content: "\f218";
}
.faq-wrap .card-body {
	padding-top: 0;
}
/*==============================================================
	Faq Page End
==============================================================*/

.gallery-wrap > ul > li {
	margin-bottom: 30px;
}
/*==============================================================
	pricing-table Start
==============================================================*/
.pricing-table-wrap .card {
	border: 0;
	-webkit-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.2);
}
.pricing-table-wrap .btn {
	padding-left: 30px;
	padding-right: 30px;
}
.pricing-table-wrap .list-group-flush .list-group-item {
	background: transparent;
}
.pricing-card {
	text-align: center;
}
.pricing-card .pricing-icon {
	padding-bottom: 30px;
	text-align: center;
}
.pricing-card .pricing-icon img {
	margin-top: -30px;
}
.pricing-card .price-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: rgba(25, 118, 210, 1);
	letter-spacing: 0.15em;
	padding-bottom: 30px;
}
.pricing-card .pricing-price {
	font-size: 60px;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 40px;
	padding-top: 20px;
	color: rgba(25, 118, 210, 1);
}
.pricing-card .pricing-price sub {
	font-size: 16px;
	font-weight: 400;
	color: #fd486e;
}
.pricing-card .pricing-price sup {
	font-size: 20px;
	font-weight: 400;
	color: #fd486e;
	top: 10px;
	vertical-align: top;
}
.pricing-card .text {
	padding-bottom: 30px;
}
.pricing-card .cta {
	max-width: 170px;
	margin: 0 auto;
	-webkit-transform: translate(0px, 50%);
	-moz-transform: translate(0px, 50%);
	-o-transform: translate(0px, 50%);
	-ms-transform: translate(0px, 50%);
	transform: translate(0px, 50%);
}
.pricing-card .cta .btn {
	display: block;
	text-align: center;
}
.pricing-card-style2 {
	padding: 20px;
}
.pricing-card-style2 .pricing-card-header {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	border-bottom: 2px solid #f0f2f7;
}
.pricing-card-style2 .pricing-card-header .left {
	width: 60%;
}
.pricing-card-style2 .pricing-card-header .left h5 {
	color: rgba(25, 118, 210, 1);
	font-size: 18px;
	font-weight: 700;
}
.pricing-card-style2 .pricing-card-header .left p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.pricing-card-style2 .pricing-card-header .right {
	width: 40%;
	text-align: right;
	color: #000000;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
}
.pricing-card-style2 .pricing-card-header .right span {
	display: block;
	font-size: 500;
	font-size: 12px;
}
.pricing-card-style2 .pricing-card-body {
	padding-top: 30px;
	padding-bottom: 10px;
}
.pricing-points ul li {
	padding: 0 30px 0 0;
	margin-bottom: 20px;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}
.pricing-points ul li:after {
	content: "\f121";
	font-family: Ionicons;
	font-size: 18px;
	line-height: 1;
	color: #1061e4;
	position: absolute;
	right: 0;
	top: 0;
}
.pricing-card-style2 .cta {
	max-width: 170px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.pricing-card-style2 .cta .btn {
	display: block;
	text-align: center;
}
/*==============================================================
	pricing-table End
==============================================================*/
/*==============================================================
	Profile Page Start
==============================================================*/
.profile-photo {
	width: 160px;
	height: 160px;
	margin: 0 auto 15px;
	position: relative;
}
.profile-photo .edit-avatar {
	position: absolute;
	right: -15px;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.profile-photo .avatar-photo {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.profile-info {
	border-top: 2px dashed #ecf0f4;
	padding: 15px;
}
.profile-info ul li {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	word-wrap: break-word;
}
.profile-info ul li span {
	display: block;
	font-size: 14px;
	color: rgba(25, 118, 210, 1);
	font-weight: 500;
	padding-bottom: 5px;
}
.profile-info ul li:last-child {
	margin-bottom: 0;
}
.profile-social {
	border-top: 2px dashed #ecf0f4;
	padding: 15px;
}
.profile-social ul li {
	float: left;
	margin: 5px;
}
.profile-social ul li .btn {
	padding: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}
.profile-skills {
	border-top: 2px dashed #ecf0f4;
	padding: 15px;
}
.profile-tab .nav-tabs.customtab {
	background: #ffffff;
}
.profile-tab .nav-tabs.customtab .nav-link {
	padding: 18px 30px;
	background: transparent;
	font-weight: 500;
}
.profile-setting {
	height: 100%;
}
.profile-setting .container {
	max-width: 800px;
}
.profile-tab .tab-content {
	height: calc(100% - 63px);
}
.profile-setting .profile-edit-list {
	padding: 30px 0;
	margin: 0;
}
.profile-setting .profile-edit-list > li {
	padding: 20px;
}
.profile-setting .btn-outline-secondary {
	border-color: #ced4da;
}
.profile-setting .profile-edit-list .form-control {
	font-weight: 400;
}
.task-title {
	padding-bottom: 30px;
}
.task-title a {
	padding-left: 20px;
	padding-right: 20px;
}
.profile-task-wrap .container {
	max-width: 800px;
}
.profile-task-list ul li {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	line-height: 24px;
	color: #263238;
	margin-bottom: 25px;
}
.profile-task-list.close-tasks ul li {
	color: #90a4ae;
	text-decoration: line-through;
}
.profile-task-list ul li .task-type {
	font-size: 16px;
	color: #90a4ae;
	font-weight: 500;
}
.profile-task-list ul li .task-assign {
	font-size: 16px;
	color: #90a4ae;
	font-weight: 300;
}
.profile-task-list ul li .due-date {
	display: inline-block;
	padding-left: 10px;
}
.profile-task-list ul li .due-date:before {
	content: "\f111";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 8px;
	vertical-align: middle;
	margin-right: 8px;
	opacity: 0.5;
}
.profile-task-list ul li .custom-control {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
}
.profile-task-list ul li .custom-control-label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}
.profile-task-list ul li .custom-control-label::before, .profile-task-list ul li .custom-control-label::after {
	top: 50%;
	margin-top: -12px;
	left: 0;
}
.task-list-scroll {
	height: 303px;
}
.task-list-form > ul > li {
	padding: 30px 20px;
	background: #e7eef0;
	position: relative;
	border-bottom: 2px dashed #2976aa;
}
.task-list-form > ul > li .remove-task {
	position: absolute;
	right: 22px;
	top: 3px;
	font-size: 18px;
	color: #2976aa;
}
.task-list-form .form-control {
	font-weight: 400;
}
.task-list-form textarea.form-control {
	height: 80px;
}
.task-list-form .btn-outline-primary {
	border-color: #ced4da;
}
.add-more-task {
	text-align: right;
}
.add-more-task a {
	display: inline-block;
	padding: 10px;
	color: #2976aa;
}
.profile-timeline {
	padding: 30px;
}
.profile-timeline .timeline-month {
	margin-bottom: 20px;
}
.profile-timeline .timeline-month h5 {
	font-size: 16px;
	font-weight: 700;
}
.profile-timeline-list ul {
	padding-left: 15px;
	position: relative;
}
.profile-timeline-list ul:before {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	left: 4px;
	top: 0;
	background-color: rgba(25, 118, 210, 1);
}
.profile-timeline-list ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 100px;
	line-height: 24px;
	padding-top: 8px;
}
.profile-timeline-list ul li p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}
.profile-timeline-list ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid rgba(25, 118, 210, 1);
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	position: absolute;
	left: -16px;
	top: 15px;
	background: rgba(25, 118, 210, 1);
}
.profile-timeline-list .date {
	position: absolute;
	top: 8px;
	left: 5px;
	font-weight: 700;
	font-size: 13px;
}
.profile-timeline-list .task-name {
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(25, 118, 210, 1);
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.profile-timeline-list .task-name i {
	position: absolute;
	left: -22px;
	top: 0px;
	font-size: 18px;
}
.profile-timeline-list .task-time {
	color: rgba(24, 31, 72, 0.71);
	font-size: 12px;
	font-weight: 700;
}
/*==============================================================
	Profile Page End
==============================================================*/

.contact-directory-list > ul > li {
	margin-bottom: 30px;
}
.contact-directory-box {
	background: #ffffff;
	min-height: 400px;
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contact-dire-info {
	padding: 30px 25px 20px;
}
.contact-directory-box .contact-avatar span {
	display: block;
	margin: 0 auto 20px;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.contact-directory-box .contact-avatar span img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.contact-directory-box .contact-name {
	padding-bottom: 20px;
}
.contact-directory-box .contact-name h4 {
	font-weight: 600;
	font-size: 18px;
}
.contact-directory-box .contact-name p {
	margin-bottom: 2px;
	color: #7f92a9;
	font-size: 14px;
}
.contact-directory-box .contact-skill {
	padding-bottom: 20px;
}
.contact-directory-box .contact-skill .badge {
	border: 1px solid #ced9ee;
	font-weight: 500;
	font-size: 16px;
	padding: 7px 11px;
	margin: 3px 0;
}
.contact-directory-box .contact-skill .badge.badge-primary {
	background: rgba(25, 118, 210, 1);
	border-color: rgba(25, 118, 210, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.contact-directory-box .profile-sort-desc {
	font-weight: 400;
	color: #6f7c8d;
}
.contact-directory-box .view-contact a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 20px 5px;
	letter-spacing: 0.05em;
	position: relative;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-directory-box:hover .view-contact a {
	background: rgba(25, 118, 210, 1);
	color: #ffffff;
}
.contact-directory-box:hover .view-contact a:before {
	opacity: 0;
}
.contact-directory-box .view-contact a:before {
	content: "";
	width: 80px;
	height: 1px;
	background: rgba(25, 118, 210, 1);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*==============================================================
	Invoice Page Start
==============================================================*/
.invoice-wrap {
	overflow: auto;
}
.invoice-box {
	background: #ffffff;
	width: 800px;
	margin: 0 auto;
	padding: 20px;
}
.invoice-header {
	padding-bottom: 30px;
}
.invoice-desc .invoice-sub {
	width: 40%;
	float: left;
	padding: 8px 15px;
}
.invoice-desc .invoice-rate {
	width: 20%;
	float: left;
	padding: 8px 15px;
}
.invoice-desc .invoice-hours {
	width: 20%;
	float: left;
	padding: 8px 15px;
}
.invoice-desc .invoice-subtotal {
	width: 20%;
	float: right;
	padding: 8px 15px;
}
.invoice-desc .invoice-desc-head {
	background: #eaeaea;
	font-weight: 500;
}
.invoice-desc .invoice-desc-body {
	padding-top: 15px;
	min-height: 400px;
}
.invoice-desc .invoice-desc-footer .invoice-desc-body {
	min-height: 50px;
}
.invoice-desc .invoice-desc-body ul li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 5px;
}
/*==============================================================
	Invoice Page End
==============================================================*/

/*==============================================================
	Chat Module Start
==============================================================*/

.chat-list {
	border: 1px solid #ecf0f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 72vh;
}
.chat-search {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	position: relative;
}
.chat-search > span {
	position: absolute;
	left: 30px;
	top: 30px;
	color: #33484f;
}
.chat-search input {
	height: 55px;
	width: 100%;
	border: 0;
	background: transparent;
	padding-left: 50px;
	color: #33484f;
}
.chat-list .notification-list {
	height: calc(100% - 76px);
	padding: 10px;
}
.notification-list.chat-notification-list ul li a {
	padding-top: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.notification-list.chat-notification-list ul li:hover a {
	background: #ffffff;
}
.notification-list.chat-notification-list ul li.active a {
	background: #ffffff;
}
.notification-list.chat-notification-list ul li a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notification-list.chat-notification-list ul li a p .fa {
	font-size: 10px;
}
.notification-list.chat-notification-list ul li a img {
	box-shadow: none;
}
.chat-detail {
	height: 72vh;
}
.chat-profile-header {
	padding: 10px 30px 10px 20px;
	border-bottom: 1px solid #eff0f4;
}
.chat-profile-header .left {
	float: left;
	width: 60%;
}
.chat-profile-header .left .chat-profile-photo {
	float: left;
	width: 90px;
}
.chat-profile-header .left .chat-profile-photo img {
	width: 66px;
	height: 66px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.chat-profile-header .left .chat-profile-name {
	float: left;
	padding-top: 15px;
}
.chat-profile-header .left .chat-profile-name h3 {
	font-size: 18px;
	color: #44aeff;
}
.chat-profile-header .left .chat-profile-name span {
	font-size: 12px;
	color: #a4a4a4;
	display: block;
	margin-bottom: 6px;
}
.chat-profile-header .left .chat-profile-name a {
	font-size: 10px;
	color: #44aeff;
	display: inline-block;
}
.chat-profile-header .right {
	float: right;
	width: 40%;
	padding-top: 15px;
}
.chat-profile-header .right .text-light-orange {
	color: #f56767 !important;
}
.chat-box {
	height: calc(100% - 89px);
}
.chat-box .chat-desc {
	height: calc(100% - 86px);
	padding-bottom: 10px;
}
.chat-box .chat-desc ul {
	padding: 20px 20px 0;
}
.chat-box .chat-desc ul li {
	margin-bottom: 35px;
}
.chat-box .chat-desc ul li .chat-img {
	float: left;
}
.chat-box .chat-desc ul li .chat-img img {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.chat-box .chat-desc ul li .chat-body {
	margin-left: 60px;
}
.chat-box .chat-desc ul li .chat-body p {
	font-size: 15px;
	line-height: 24px;
	color: #33484f;
	min-height: 50px;
	padding: 12px 15px;
	border: 1px solid #ecf0f4;
	background: #ecf0f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.chat-box .chat-desc ul li .chat-body .chat_time {
	font-size: 12px;
	color: #a4a4a4;
}
.chat-box .chat-desc ul li.admin_chat .chat-img {
	float: right;
}
.chat-box .chat-desc ul li.admin_chat .chat-body {
	margin-left: 0;
	margin-right: 60px;
	text-align: right;
}
.chat-box .chat-desc ul li.admin_chat .chat-body p {
	text-align: right;
	display: inline-block;
	background: #e1e1f5;
	padding: 12px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.chat-box .chat-desc ul li.admin_chat .chat-body p:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #389bff;
	position: absolute;
	right: -6px;
	top: 16px;
	opacity: 0;
}
.chat-box .chat-desc ul li.admin_chat .chat-body .chat_time {
	text-align: right;
}
.chat-footer {
	height: 86px;
	border-top: 1px solid #eff0f4;
}
.chat-footer .file-upload {
	float: left;
	width: 55px;
}
.chat-footer .file-upload a {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #222222;
	padding-top: 30px;
	padding-bottom: 27px;
}
.chat-footer .chat_text_area {
	float: left;
	width: calc(100% - 145px);
}
.chat-footer .chat_text_area textarea {
	width: 100%;
	height: 78px;
	border: 0;
	font-size: 16px;
	color: #33484f;
	padding-top: 33px;
}
.chat-footer .chat_send {
	float: right;
	width: 90px;
}
.chat-footer .chat_send .btn {
	display: block;
	width: 100%;
	height: 86px;
	font-size: 35px;
	color: #44aeff;
	text-decoration: none;
	font-weight: 900;
	padding: 25px 10px 5px;
}
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left {
	float: right;
}
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left .overlay {
	display: none;
}
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right {
	float: right;
	padding-left: 0;
	padding-right: 17px;
}
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right a {
	display: none;
}
.upload-file-box {
	padding-bottom: 10px;
}
.upload-file-box .left {
	float: left;
	position: relative;
	width: 114px;
	height: 84px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.upload-file-box .left .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.upload-file-box .left .overlay a {
	display: block;
	width: 100%;
	height: 100%;
}
.upload-file-box .left .overlay a span {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ffffff;
	color: #222222;
	line-height: 35px;
	text-align: center;
	font-size: 22px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.upload-file-box .right {
	float: left;
	width: calc(100% - 114px);
	padding-left: 17px;
	padding-top: 17px;
}
.upload-file-box .right h3 {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
}
.upload-file-box .right a {
	display: inline-block;
	color: #1d8df1;
	font-size: 14px;
}
.chat-profile-section {
	height: calc(100vh - 274px);
}
.chat-profile-section .chat--profile-desc {
	height: 100%;
	padding: 20px;
}
/*==============================================================
	Chat Module End
==============================================================*/

.wizard-content .wizard > .actions > ul > li > a {
	background-color: rgba(25, 118, 210, 1);
	font-weight: 600;
}
.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
	border-color: rgba(25, 118, 210, 1);
	border-width: 2px;
	color: rgba(25, 118, 210, 1);
}
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"] {
	display: none;
	border-color: rgba(25, 118, 210, 1);
}
.widget-style1 {
	padding: 10px;
}
.widget-style1 .widget-data {
	width: calc(100% - 80px);
	padding: 0 5px 0 15px;
}
.widget-style1 .progress-data {
	width: 80px;
}
.widget-style1 .progress-data .apexcharts-canvas {
	margin: 0 auto;
}
.widget-style2 .widget-data {
	padding: 20px;
}
.widget-style3 {
	padding: 0px;
	overflow: hidden;
}
.widget-style3 .widget-data {
	width: calc(100% - 60px);
	padding: 20px 15px;
}
.widget-style3 .widget-icon {
	width: 60px;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #334148;
	color: #ffffff;
}
.right-sidebar {
	position: fixed;
	right: -315px;
	top: 0;
	width: 315px;
	height: 100%;
	background: #ffffff;
	z-index: 123;
	-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.right-sidebar-visible {
	right: 0;
}
.right-sidebar .sidebar-title {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 15px;
	border-bottom: 1px solid #d4d4d4;
}
.right-sidebar .sidebar-title h3 {
	font-weight: 600;
}
.right-sidebar .sidebar-title h3 span {
	font-weight: 400;
	color: #000000;
}
.right-sidebar .close-sidebar {
	font-size: 18px;
	color: #888888;
	cursor: pointer;
}
.right-sidebar .right-sidebar-body {
	height: calc(100% - 70px);
	overflow: auto;
}
.right-sidebar .right-sidebar-body .right-sidebar-body-content {
	padding: 20px;
}
.sidebar-btn-group {
	display: flex;
	justify-content: space-between;
}
.sidebar-btn-group .btn {
	width: 48%;
}
.sidebar-radio-group .custom-control-inline {
	margin-right: 0;
	width: 25%;
	margin-bottom: 10px;
}
.bootstrap-tagsinput .label-info {
	background: rgba(25, 118, 210, 1);
}
.bootstrap-touchspin .btn {
	background: rgba(25, 118, 210, 1);
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	justify-content: center;
}
.bootstrap-touchspin .input-group-btn-vertical .btn {
	height: 52%;
}
.bootstrap-touchspin .bootstrap-touchspin-postfix, .bootstrap-touchspin .bootstrap-touchspin-prefix {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
.asColorPicker-buttons a, .asColorPicker-gradient-control a {
	font-size: 13px;
	font-weight: 500;
}
.dropzone {
	border-color: rgba(25, 118, 210, 1);
}
.dropzone .dz-preview .dz-remove {
	color: red;
}
.fc-view-container tr:first-child > td > .fc-day-grid-event {
	background: rgba(25, 118, 210, 1);
}
.fc-today.alert-info {
	background: #e0deef;
}
.fc th {
	font-size: 15px;
	line-height: 1;
}
.fc-day-number, .fc-ltr .fc-axis {
	font-size: 13px;
	font-weight: 500;
}
.fc-header-toolbar h2 {
	font-size: 18px;
	padding-top: 7px;
}
.swal2-popup .swal2-title {
	font-size: 18px;
	font-weight: 600;
}
.swal2-popup .swal2-styled.swal2-confirm {
	background: #100099;
}
/*==============================================================
	Documentation Start
==============================================================*/
.documentation-wrap {
	position: relative;
	height: 100%;
	padding-left: 300px;
}
.documentation-wrap .doc-sidebar {
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	width: 300px;
	height: 100%;
}
.doc-content-wrap {
	padding: 30px;
}
.table-badge {
	padding: 8px 20px;
	font-size: 14px;
	background: rgba(25, 118, 210, 1);
	color: #ebecef;
	font-weight: 500;
}
/*==============================================================
	Documentation End
==============================================================*/

.user-list > ul > li {
	padding: 5px 0;
}
.table-actions {
	display: flex;
}
.table-actions a {
	display: inline-block;
	font-size: 18px;
	color: #000000;
}
.table-actions a + a {
	margin-left: 10px;
}
/* Welcome modal */
.welcome-modal {
	position: fixed;
	right: 24px;
	bottom: 0;
	width: 320px;
	background: #ffffff;
	border-radius: 12px 12px 0 0;
	padding: 0px 24px 16px;
	box-shadow: 0 0 44px rgba(0, 0, 0, 0.2);
	z-index: 12;
}
.welcome-modal iframe {
	pointer-events: none;
	max-width: 200px;
	margin: 0 auto;
	display: block;
}
.welcome-modal .welcome-modal-close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	background: #e6ebf0;
	border-radius: 4px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.welcome-modal .welcome-modal-close i:before {
	font-weight: 700 !important;
}
.welcome-modal-btn {
	position: fixed;
	right: 24px;
	bottom: 4px;
	height: 44px;
	padding: 0 20px;
	background: #031e23;
	color: #ffffff;
	font-size: 15px;
	border: 0;
	border-radius: 8px;
	z-index: 12;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.welcome-modal-btn.active {
	bottom: -50px;
}
.welcome-modal-btn i {
	margin-top: 6px;
}
.error {
	font-size: 12px;
	color: red;
}
.toaster-container {
	position: fixed !important;
	top: 0px;
	/* right: 20px; */
	width: 100%;
	z-index: 100000 !important;
}
/* .toaster-container {
	/* position: fixed;
	top: 20px;
	/* Adjust the top distance as needed */
/* right: 20px; */
/* Adjust the right distance as needed */
/* z-index: 00000; 
	/* Ensure it's on top of other elements */

/* }  */

/* .messages { */
/* list-style: none;
	padding: 100px;
	margin: 0;
	margin-left: 100px; */
/* } */

.success {
	background: #88f8b7;
	/* Background color for the toaster */
	color: #6f8a86;
}
.toast-message {
	/* background: #d2efeb; */
  /* Background color for the toaster */
  /* color: #6f8a86; */
  /* Text color */
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	/* display: flex; */
  /* Use flexbox to align content */
	justify-content: space-between;
	position: relative;
}
.close-toast {
	position: absolute;
	top: 5px;
	right: 0px;
	cursor: pointer;
	font-size: 20px;
	color: red;
	margin-left: 100px;
}
.errores_message {
	background: #fb685c;
	/* Background color for error messages (red) */
	color: #fff; /* Text color for error messages (white) */ /* padding: 10px;
	margin: 5px 0;
	border-radius: 5px;
	position: relative; */
	font-size: 16px;
	font-weight: 600;
}
.fa-trash-o {
	font-size: 24px;
	color: red;
	background-color: white;
}
/* 
.right-arrow-size i{
	font-size: 25px !important;
}

.right-pen-size i{
	font-size: 20px !important;
}

.right-pen-size {
	margin-top: 5px;
}*/

.ion-arrow-left-c {
	font-size: 16px !important;
	margin-right: 0.5rem;
}
.fancybox {
	cursor: pointer;
}
.sidebar-menu .dropdown .nav .nav-item .active {
	color: white !important;
	background-color: #132127 !important;
	border-radius: 9px !important;
}
.img-list {
	max-width: 80px !important;
	max-height: 80px !important;
}
/* .sidebar-menu .dropdown .nav {
	flex-direction: column; 
} */

/* .sidebar-light .sidebar-menu .submenu {
    background: #e6ebf0 !important;
} */

.blockUI {
	z-index: 999999 !important;
}
.emoji-picker-container {
	position: relative;
	display: flex;
	align-items: center;
}
/*
.main-emojipicker {
    width: 200px; 
}
*/
.show-emojipicker {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.drop-down-symbol {
	background: #fff url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="4" height="5" viewBox="0 3 4 5"%3e%3cpath fill="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z" /%3e%3c/svg%3e') no-repeat right 0.75rem center/8px 11px !important;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 -webkit-appearance: none !important;
 margin: 0 !important;
}
input[type="number"] {
	-moz-appearance: textfield !important;
}
.word-wrapped {
	word-wrap: break-word;
	white-space: pre-wrap;
}
.required {
	color: red;
}
.status-pending {
	color: #ffa500;
}
.status-rejected {
	color: red;
}
.status-approved {
	color: green;
}
.status-default {
	color: black;
}
/* new css */
.icon-box {
	width: 45px;
	height: 45px;
	font-size: 22px;
	background: rgba(25, 118, 210, 1);
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 8px;
	margin-left: auto;
}
.icon-box i {
	font-size: 22px;
	color: #000000;
}
.button-group {
	margin: 1rem 0 0;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}
.button-group .btn {
	max-width: 200px;
	width: 100%;
}
/* sidebar menu */
.vertical_logo {
	display: none;
}
.sidebar-shrink .vertical_logo {
	display: block;
}
.sidebar-shrink .horizontal_logo {
	display: none;
}
.sidebar-shrink .left-side-bar.open, .sidebar-shrink .left-side-bar {
	max-width: 70px;
}
.sidebar-shrink .left-side-bar.open .mtext, .sidebar-shrink .left-side-bar .mtext {
	display: none;
	align-items: center;
	background: #fff;
	padding: 1rem;
	left: 60px;
	position: absolute;
	text-align: left;
	top: 0;
	bottom: 0;
	width: 240px;
	z-index: 1;
	color: #1f2126;
	line-height: 1.8;
	box-shadow: 4px 0 7px #b6b9bd40;
}
.sidebar-shrink .left-side-bar.open .dropdown-toggle:hover .mtext, .sidebar-shrink .left-side-bar .dropdown-toggle:hover .mtext {
	display: flex;
}
.sidebar-shrink .left-side-bar.open .sidebar-menu .dropdown-toggle:after, .sidebar-shrink .left-side-bar .sidebar-menu .dropdown-toggle:after {
	display: none;
}
.sidebar-shrink .left-side-bar.open .submenu, .sidebar-shrink .left-side-bar .submenu {
	display: none !important;
}
.sidebar-shrink .main-container {
	/* padding-left: 80px; */
	padding-left: 70px;
}
.sidebar-shrink .header {
	width: calc(100% - 70px);
}
.sidebar-shrink .left-side-bar.open .dropdown, .sidebar-shrink .left-side-bar .dropdown {
	padding: 0 10px;
}
.sidebar-shrink .left-side-bar.open .dropdown-toggle, .sidebar-shrink .left-side-bar .dropdown-toggle {
	padding: 0.9rem 0;
	text-align: center;
}
.sidebar-shrink .left-side-bar.open .dropdown-toggle .micon, .sidebar-shrink .left-side-bar .dropdown-toggle .micon {
	margin-right: 0;
}
.mCSB_container {
	overflow: visible;
	width: auto;
	height: auto;
}
div.dataTables_wrapper div.dataTables_length select {
	padding: 0 1.7rem 0 0.5rem;
	margin: 0 2px;
}
.list-edit {
	margin-top: 0;
	margin-bottom: 0;
}
.list-edit i {
	font-size: 18px;
}
.transaction-detail-inner .form-group {
	margin-bottom: 0;
}
.transaction-detail-inner .form-group label:last-child {
	padding-bottom: 0;
}
.transaction-detail-inner label {
	display: flex;
	padding-bottom: 0.5rem;
	width: 100%;
	justify-content: space-between;
}
.transaction-detail-inner p {
	margin-bottom: 0;
	padding-bottom: 0.5rem;
}
a.redirection-link {
	color: blue;
}
p.temp-Pass {
	color: #74b62a !important;
}
p.temp-Fail {
	color: rgb(255, 37, 13);
}
/*Login Start*/
.login-box {
	padding: 2rem 2rem 0.9rem;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px #c2c8d078, -20px -20px 50px #ffffff;
}
.login-box label {
	color: rgba(47, 51, 52, 1);
}
.login-box .form-group {
	position: relative;
}
.login-box .form-group i.main-icon {
	position: absolute;
	left: 15px;
	top: 40px;
	z-index: 99;
	width: 19px;
	height: 19px;
}
.login-box input {
	border-color: rgba(33, 33, 33, 0.2);
	border-radius: 8px;
	padding-left: 50px;
}
.forgot-password-link-container input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border: 1px solid rgba(199, 207, 214, 1);
	border-radius: 4px;
}
.forgot-password-link-container p {
	font-size: 14px;
	color: rgba(47, 51, 52, 0.75);
}
.forgot-password-link-container span.forgot-password {
	color: rgba(25, 118, 210, 1);
	font-size: 14px;
}
.login-box .btn {
	margin: 0.9rem 0 0;
	font-size: 16px;
	text-transform: capitalize;
	background-color: rgba(25, 118, 210, 1);
	border-color: rgba(25, 118, 210, 1);
	display: flex;
	width: 150px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 50px;
	line-height: 19px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 5px rgba(25, 118, 210, 0.22);
}
.form-control:focus, .custom-select:focus, .custom-file-input:focus {
	color: #000000;
	border-color: rgba(25, 118, 210, 1);
	-webkit-box-shadow: 0px 0px 2px rgba(25, 118, 210, 1);
	-moz-box-shadow: 0px 0px 2px rgba(25, 118, 210, 1);
	box-shadow: 0px 0px 2px rgba(25, 118, 210, 1);
}
.login-box .btn:hover {
	background-color: #3a6a1f;
	border-color: #3a6a1f;
	box-shadow: 0px 0px 2px #3a6a1f;
}
.login-box .btn:active {
	background-color: #3a6a1f;
	border-color: #3a6a1f;
	box-shadow: 0px 0px 2px #3a6a1f;
}

/* .login-box .form-group input ~ i.main-icon {
  filter: grayscale(1);
  opacity: 0.7;
} */
::placeholder {
 color: rgba(188, 188, 188, 1) !important;
 opacity: 1; /* Firefox */
 font-size: 14px !important;
}
.login-box .form-group input:focus ~ i.main-icon {
	filter: none;
	opacity: 1;
}
.input-group-append.custom {
	position: absolute;
	top: 35px;
	right: 0;
}
.login-box label.error {
	color: red;
}
/*Login End*/
/*forgot-password*/

.modal-dialog.forget_pass {
	max-width: 550px;
}
.modal-dialog.forget_pass .modal-content {
	padding: 20px;
	border-radius: 10px;
}
.modal-dialog.forget_pass .modal-header, .modal-footer {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-dialog.forget_pass .modal-header {
	padding-top: 0;
}
.modal-dialog.forget_pass .modal-footer button {
	margin: 0.9rem 0 0;
	font-size: 16px;
	text-transform: capitalize;
	background-color: rgba(25, 118, 210, 1);
	border: 1px solid rgba(25, 118, 210, 1);
	display: flex;
	width: 150px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 50px;
	line-height: 19px;
	margin: 0 5px;
}
.modal-dialog.forget_pass .modal-footer button.btn_cancle:hover {
	background-color: #000;
	color: #fff;
}
.modal-dialog.forget_pass .modal-footer button.btn_submit:hover {
	background-color: #3a6a1f;
	border-color: #3a6a1f;
	box-shadow: 0px 0px 2px #3a6a1f;
}
/* .modal-dialog.forget_pass .modal-footer button.btn_submit {
  text-transform: uppercase;
} */
.modal-dialog.forget_pass .modal-footer button.btn_cancle {
	border: 1px solid rgba(47, 51, 52, 0.2);
	background-color: rgba(47, 51, 52, 0.1);
	color: rgba(47, 51, 52, 0.8);/* text-transform: uppercase; */
}
.modal-dialog.forget_pass .modal-header h4 {
	font-size: 24px;
	color: rgba(47, 51, 52, 1);
	text-align: center;
	width: 100%;
}
.modal-dialog.forget_pass .modal-header h4 span {
	font-size: 14px;
	color: rgba(47, 51, 52, 0.8);
	display: block;
	font-weight: normal;
}
.modal-dialog.forget_pass .form-group input {
	padding-left: 50px;
}
/* .modal-dialog.forget_pass .form-group input ~ i.main-icon {
  filter: grayscale(1);
  opacity: 0.7;
} */

.modal-dialog.forget_pass .form-group input:focus ~ i.main-icon {
	filter: none;
	opacity: 1;
}
.modal-dialog.forget_pass .form-group {
	position: relative;
}
.modal-dialog.forget_pass .form-group i.main-icon {
	position: absolute;
	left: 15px;
	top: 47px;
	z-index: 99;
}
.modal-dialog.forget_pass .modal-body {
	padding: 0;
}
/*forgot-password End*/
/*filter Start*/
.dataTables_scroll div.dataTables_scrollBody table tr td a {
	/* color: rgba(25, 118, 210, 1) !important; */
	font-size: 14px;
	font-weight: 600;
}
.page-header .title p {
	font-size: 18px;
	color: rgba(47, 51, 52, 1);
}
.filter_row .form-group input.ch-box {
	width: 15px;
	height: 15px;
}
.trip_box {
	display: flex;
	align-items: center;
}
.trip_box label {
	margin-left: 7px;
	font-size: 14px;
	color: rgba(34, 34, 34, 1);
	font-weight: 600;
}
button.btn.ftlr_btn {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background-color: rgba(235, 245, 255, 1);
	padding: 0;
	margin: 0 10px;
}
.search-box {
	position: relative;
}
.search-box i {
	top: 15px;
	left: 10px;
}
.search-box input {
	padding-left: 40px;
	border: 1px solid rgba(34, 34, 34, 0.1);
	background-color: rgba(242, 246, 247, 1);
}
.form-group.date_box input {
	border: 1px solid rgba(34, 34, 34, 0.1);
	background-color: rgba(242, 246, 247, 1);
	padding: 10px;
	height: 50px;
}
.date_box {
	position: relative;
}
.date_box i {
	right: 10px;
	top: 15px;
}
/*filter End*/
h2.page-title {
	font-size: 20px;
	color: rgba(25, 118, 210, 1);
	margin-left: 20px;
}
.white-box {
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;/* height: 100vh; */
}
.main-container.report_page {
	background-color: rgba(239, 249, 255, 1);
}
.card-box table.dataTable td {
	font-size: 14px;
	color: rgba(47, 51, 52, 0.8);
}
.card-box table.dataTable th {
	color: rgba(47, 51, 52, 1);
}
.tooltip {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
	cursor: pointer;
}
/* Style text tooltip */

span.action-data {
	position: relative;
}
/*span.action-data i.main-icon:hover .tooltipText {
	display: block !important;
	position: absolute;
	bottom: -50px;
	left: -70px;
	font-style: normal;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #dee2e6;
	z-index: 999;
}*/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 0px;
	margin-top: -1px;
	position: relative;
	z-index: 9999;
	padding: 10px;
	margin-top: 20px;
}
.dropdown.export_drop-down ul.dropdown-menu.show {
	font-size: 14px;
	padding: 10px;
	overflow: initial !important;
	width: 190px;
}
.filter_row .form-group {
	padding: 0;
	margin: 0;
}
.dropdown.export_drop-down ul.dropdown-menu.show li {
	padding: 10px;
	border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.dropdown.export_drop-down ul.dropdown-menu.show li:hover {
	background-color: rgba(34, 34, 34, 0.1);
	border-radius: 5px;
	color: rgba(25, 118, 210, 1);
}
.dropdown-submenu .dropdown-menu li:hover {
	background-color: rgba(34, 34, 34, 0.1);
	border-radius: 5px;
	color: rgba(25, 118, 210, 1);
}
.dropdown.export_drop-down {
	background-color: rgba(235, 245, 255, 1);
	border-radius: 8px;
}
.dropdown.export_drop-down ul.dropdown-menu.show li .up-arrow::after {
	content: "\f106" !important;
}
.dropdown.export_drop-down ul.dropdown-menu.show li .caret::after {
	content: "\f107";
	border: 0;
	font-family: "FontAwesome";
	vertical-align: unset;
	width: auto;
	height: auto;
	border: 0 !important;
	margin: 0;
}
.dropdown.export_drop-down ul.dropdown-menu.show li .caret {
	right: 20px;
	position: absolute;
}
div.dataTables_scrollBody table tr:nth-child(even) {
	background-color: rgba(245, 246, 250, 1);
}
/*upload*/
.upload_report {
	border: 1px solid #2222221a;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px #2222221a;
}
.upload_report .title p {
	font-size: 16px;
	color: #2f3334;
	margin: 0;
	padding: 20px 30px 20px 30px;
	background-color: #fff;
	border-bottom: 1px solid #2222221a;
	border-radius: 15px 15px 0 0;
	font-weight: 600;
	width: 100%;
}
.upload-rep {
	background-color: #f5f6f68c;
	padding: 30px 30px 20px 30px;
}
.up_img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 2px solid #2f333466;
	border-radius: 15px;
	border-style: dashed;
}
.up_img img {
	margin-bottom: 20px;
	width: 30px;
	height: auto;
}
.up_img .form-group {
	width: 100%;
	display: flex;
	align-items: center;
	/*margin: 10px 0;*/
	flex-direction: column;
} /*
.up_img .form-group label {
 
}
.up_img .form-group input {
  width: 57%;
  background-color: inherit;
  border: none;
  border-bottom: 1px solid #2f333466;
  border-radius: 0;
  padding: 0 0 5px 10px;
} */
.file-txt {
	padding: 0 30px;
	justify-content: space-between;
	background-color: #f5f6f68c;
}
.file-txt p {
	font-size: 12px;
	color: #2f333499;
}
.rep_up {
	padding: 0 30px 30px 30px;
	background-color: #f5f6f68c;
}
.rep_up button {
	width: 100%;
	height: 50px;
	display: flex;
	border: 1px solid #1976d2;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #1976d2;
}
.rep_up button:hover {
	background-color: #3a6a1f;
	border-color: #3a6a1f;
}
.report-title {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ebeff2;
}
.report-title h2 {
	font-size: 16px;
	line-height: 24px;
	color: #2f3334;
}
.report-title p {
	font-size: 12px;
	line-height: 18px;
	color: #2f3334cc;
}
.form-container {
	background-color: #1c1c1c;
	padding: 20px;
	border-radius: 8px;
	width: 400px;
	color: #fff;
}
.form-check-label {
	color: #fff;
}
.delete-icon {
	font-size: 1.2rem;
	cursor: pointer;
	color: #fff;
}
.receiver-form {
	border: 1px solid #2f33341a;
	border-radius: 12px;
	padding: 20px;
	margin: 30px 0;
}
.receiver-form .form-group {
	align-items: center;
}
.receiver-form .form-group label {
	width: 15%;
	padding: 0;
	color: #2f3334;
	font-size: 14px;
}
.receiver-form .form-group input {
	width: 85%;
}
.form-group.report-ch-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 85%;
	margin-left: 15%;
	margin-top: 30px;
}
.receiver-form .form-group.report-ch-box label {
	width: auto;
	font-size: 14px;
	color: #2f3334cc;
}
.receiver-form .form-group.report-ch-box input {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.receiver-form .form-group.report-ch-box button {
	border: none;
	background-color: inherit;
}
.send_report .white-box {
	height: 100%;
}
.add-btn button {
	font-size: 14px;
	border: 1px solid #2f333433;
	border-radius: 8px;
	color: #2f3334;
	padding: 10px;
	display: flex;
	align-items: center;
}
.add-btn {
	display: flex;
	align-items: center;
	justify-content: end;
}
.add-btn button:hover {
	opacity: 0.75;
}
.rep-btn {
	margin-top: 50px;
}
.rep-btn button {
	width: 100%;
	height: 50px;
	border-radius: 8px;
}
.rep-btn button.btn-cancle {
	border: 1px solid #2f333433;
	background-color: #2f33341a;
	color: #2f3334cc;
}
.rep-btn button.btn-send {
	border: 1px solid #1976d2;
	background-color: #1976d2;
	color: #fff;
}
.rep-btn button.btn-send:hover {
	background-color: #3a6a1f;
	border-color: #3a6a1f;
}
.rep_flt_btn {
	display: flex;
	align-items: center;
	gap: 10px;
}
.rep_flt_btn button {
	border: none;
	border-radius: 10px;
	background-color: #ebf5ff;
	padding: 10px;
}
.rep_flt_btn button img {
	margin-left: 10px;
}
.tour_rep {
	margin-bottom: 50px;
}
.tour_rep .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f2f6f7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.tour_rep .title p {
	font-size: 18px;
	color: #2f3334;
	font-weight: 500;
	margin: 0;
}
.tour_rep .title span {
	font-size: 15px;
	/* color: #bf0029;
  background-color: #bf002929; */
	padding: 8px;
	border-radius: 10px;
	font-weight: 600;
}
.tour_detail .t-detail ul {
	padding: 0;
	margin: 0;
}
.tour_detail .t-detail ul li {
	display: flex;
	align-items: start;
	width: 100%;
	padding: 10px 0;
}
.tour_detail {
	padding: 30px;
	border: 1px solid #2121211a;
	background-color: #f3f3f3;
	border-radius: 10px;
}
.tour_detail .t-detail ul li p {
	margin: 0;
	width: 30%;
	font-size: 14px;
	color: #2f3334;
	font-weight: 500;
}
.tour_detail .t-detail ul li span {
	margin: 0;
	width: 70%;
	font-size: 14px;
	color: #2f3334cc;
	font-weight: 400;
}
.tour_rep.sensor_summary .title {
	border: none;
	padding: 0;
}
.tour_rep.sensor_summary .tour_detail table {
	width: 100%;
}
.tour_rep.sensor_summary .tour_detail table tr {
	width: 100%;
}
.tour_rep.sensor_summary .tour_detail table tr th {
	width: 30%;
	padding: 10px;
	text-align: center;
	background-color: #eff9ff;
}
.tour_rep.sensor_summary .tour_detail {
	background-color: #fff;
	padding: 10px;
}
.tour_rep.sensor_summary .tour_detail table tr td {
	text-align: center;
	padding: 10px;
}
.tour_rep.sensor_summary .tour_detail table tr:nth-child(odd) {
	background-color: #f5f6f6;
}
.title_sum p {
	margin-top: 10px;
	font-size: 12px;
	color: #2f3334b2;
}
.tour_rep.sensor_summary.deviation_details .tour_detail table tr th {
	width: 20%;
	padding: 10px;
	text-align: center;
	background-color: #eff9ff;
}
.tour_rep.sensor_summary.deviation_details .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tour_rep.sensor_summary.deviation_details .title .dev_filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.tour_rep.sensor_summary.deviation_details span {
	border: 1px solid #316ff61a;
	background-color: #316ff60a;
	color: #1976d2;
	font-size: 14px;
}
.tour_rep.sensor_summary.deviation_details.monitoring .tour_detail table tr th {
	width: auto;
	padding: 10px;
	text-align: center;
	background-color: #eff9ff;
}
.card-box.change_password_file {
	padding: 50px;
}
.card-box.change_password_file .form-group {
	position: relative;
}
.card-box.change_password_file .form-group i.main-icon {
	position: absolute;
	top: 39px;
	left: 20px;
}
.card-box.change_password_file .form-group input {
	padding-left: 50px;
}
/* .chnage-ps-btn button.btn-primary {
  border: 1px solid #2f333433;
  background-color: #2f33341a;
  color: #2f3334cc;
  font-size: 17px;
  border-radius: 5px;
  margin-right: 20px;
} */
/* .chnage-ps-btn a.btn.btn-danger {
  border: 1px solid #1976d2;
  background-color: #1976d2;
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
} */
.chnage-ps-btn button.btn-primary {
	border: 1px solid rgba(25, 118, 210, 1);
	background-color: rgba(25, 118, 210, 1);
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
	margin-right: 20px;
}
.chnage-ps-btn button.btn-primary:hover {
	background-color: #3a6a1f;
	border-color: #3a6a1f;
}
.chnage-ps-btn a.btn.btn-danger {
	border: 1px solid #2f333433;
	background-color: #2f33341a;
	color: #2f3334cc;
	font-size: 17px;
	border-radius: 5px;
}
.chnage-ps-btn a.btn.btn-danger:hover {
	background-color: #000;
	color: #fff;
}
i.info-icon {
	left: 170px;
	position: absolute;
	top: 2px;
	cursor: pointer;
}
.card-box.change_password_file .page-header h4 {
	font-size: 20px;
	color: #1976d2;
}
.card-box.change_password_file .page-header {
	margin-bottom: 40px;
}
.card-box.change_password_file .page-header span {
	color: #bcbcbc;
	margin: 10px 0;
}
/* .chnage-ps-btn a.btn.btn-danger:hover {
  background-color: #3a6a1f;
  border-color: #3a6a1f;
} */
.input-group-append.custom img {
	filter: grayscale(1);
}
.tour_rep.sensor_summary .tour_detail table tr td.pass span {
	background-color: #29902d30;
	color: #29902d;
	width: 80px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: bold;
}
.tour_rep.sensor_summary .tour_detail table tr td.fail span {
	background-color: #bf00291a;
	color: #bf0029;
	width: 80px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: bold;
}
.tour_rep .email_send .form-group {
	align-items: flex-start;
}
.tour_rep .email_send .form-group.nic_rep {
	margin: 0;
	height: 50px;
	position: relative;
	align-items: center;
}
.tour_rep .email_send .form-group.nic_rep input {
	width: 15px;
	height: 15px;
	margin: 0 6px 0 0;
	border-radius: 8px;
}
.tour_rep .email_send .form-group label {
	font-size: 14px;
	padding: 0;
}
.tour_rep .email_send .form-group.nic_rep label {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.tour_rep .email_send .form-group span.error-message.text-danger {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}
.tour_rep .email_send .form-group.nic_rep span.error-message.text-danger {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 12px;
	line-height: 14px;
	margin-left: 10px;
}
.tour_rep .email_send button {
	border: none;
	background-color: inherit;
	height: 50px;
	align-items: center;
	justify-content: end;
	display: flex;
	width: 100%;
}
.tour_rep .email_send button.add-more-btn {
	background-color: #fff;
	border: 1px solid #2f333433;
	font-size: 14px;
	color: #2f3334;
	border-radius: 5px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tour_rep .email_send button.add-more-btn:hover {
	color: #fff;
	background: #000;
}
.tour_rep .email_send button.send_btn {
	background-color: #1976d2;
	border: 1px solid #2f333433;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}
.tour_rep .email_send button.send_btn:hover {
	background: #3a6a1f;
}
.page-header a.btn.btn-primary:hover {
	background: #3a6a1f;
	border-color: #3a6a1f;
}
.email_send {
	background-color: #f3f3f3;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 50px;
}
.prof-img {
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 0 5px 0 0;
}
.prof-img input {
	border: none;
}
.prof-img i {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
}
.form-group .prof-img input {
	padding: 13px;
	width: 120px;
	color: #fff;
}
.img-detail {
	max-width: 100% !important;
	max-height: 326px !important;
}
.prof-img i img.img-detail {
	max-width: 100% !important;
	max-height: 100% !important;
}
.email-input {
	display: flex;
	flex-direction: column;
}
#search_filters_fields {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.email_send.send-report-via-email.hide_column {
	min-height: 190px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}


.non-editable-field {
	background: #2f33341a;
}
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
	right: 0;
	content: "";
}
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
	background-image: url(../images/downarrow_normal.png) !important;
	background-repeat: no-repeat;
	background-position: center right;
	opacity: 1;
	width: 10px;
	height: 10px;
	top: 24px;
	right: 50px;
}
table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
	right: 0;
	content: "";
}
table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
	background-image: url(../images/uparrow_normal.png) !important;
	background-repeat: no-repeat;
	background-position: center right;
	opacity: 1;
	width: 10px;
	height: 10px;
	bottom: 20px;
	right: 50px;
}
.brand-logo a {
	width: 100%;
}
/* i.bi.bi-arrow-clockwise {
	background-image: url(../images/reset.png) !important;
	width: 26px;
	height: 26px;
	background-size: cover;
	display: flex;
}
i.bi.bi-arrow-clockwise:before {
	display: none;
} */
i.cls_icon {
	top: 17px;
	right: 15px;
	left: inherit;
	display: flex;
	width: 15px;
	height: 15px;
	align-items: center;
	justify-content: center;
}
span.profile-name {
	/*position: absolute;
	left: 120px;
	top: 45px;*/
	background: #fff;
	/*padding: 0 10px;*/
}
.form-group.date_box .search-date-panel.search_val-formated_start_date.hasDatepicker {
	position: relative;
}
.form-group.date_box i.cls_icon {
	right: 35px;
}
.sidebar-menu .new_menu .dropdown-toggle:after {
	display: none;
}
.sidebar-menu .new_menu .dropdown-toggle {
	font-size: 14px;
	color: #2f3334;
	font-weight: 500;
}
.tool-tip {
	display: none;
	background-color: #fff;
	color: #222;
	box-shadow: 0px 0px 20px -3px #ccc;
	border-radius: 7px;
	position: absolute;
	right: -270px;
	top: -3px;
	width: 250px;
	padding: 10px;
	text-decoration: none;
	z-index: 9;
}
.info-icon.reset_pass {
	left: 135px;
	top: 4px;
}
.info-icon.setup_pass {
	left: 135px;
	top: 4px;
}
.tool-tip ul li {
	position: relative;
	padding-left: 20px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	font-size: 14px;
}
.tool-tip ul li:last-child {
	border-bottom: none;
}
.tool-tip ul li::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 11px;
	left: 0;
	top: 13px;
	background-image: url(../images/right-icon.png) !important;
}
i.info-icon:hover .tool-tip {
	display: block;
}
/* STC- START @DT-11-FEB-2K25 BY ASHUTOSH SINGH */
.swal2-actions button.btn-primary {
	margin-top: 3rem !important;
	border: 1px solid rgba(25, 118, 210, 1);
	background-color: rgba(25, 118, 210, 1);
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
	margin-right: 20px;
}
.swal2-actions button.btn-primary:hover {
	background-color: #3a6a1f;
	border-color: #3a6a1f;
}
.swal2-actions button.btn.btn-danger {
	margin-top: 3rem !important;
	border: 1px solid #2f333433;
	background-color: #2f33341a;
	color: #2f3334cc;
	font-size: 17px;
	border-radius: 5px;
}
.swal2-actions button.btn.btn-danger:hover {
	background-color: #000;
	color: #fff;
}
/* STC- END @DT-11-FEB-2K25 BY ASHUTOSH SINGH */
.prof-img label.error {
	position: absolute;
	bottom: 0;
}
.tour_rep .title p span {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #0042ff !important;
	background-color: inherit !important;
	border: 0 !important;
}
.custom-select.form-control.search-status.filter.placeholder-select option {
	color: black !important;
}
.custom-select.form-control.search-status.filter.placeholder-select {
	color: #bcbcbc !important;
}
.custom-select.form-control.search-status.filter.placeholder-select option:first-child {
	color: #bcbcbc !important;
}
.list-search-field {
	position: relative;
}
.list-search-field i {
	position: absolute;
	cursor: pointer;
	z-index: 99;
}
.custom-select.search-status {
	background-image: url(../images/downarrow_normal.png) !important;
	background-size: auto;
}
span.back-button-icon {
	cursor: pointer;
}
.ch-box-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	padding: 0 30px 0 0;
}
body {
	background-color: rgba(239, 249, 255, 1);
}
a.dropdown-toggle.nav-link.active img {
	filter: brightness(0) invert(1);
}
a.dropdown-toggle.nav-link:hover img {
	filter: brightness(0) invert(1);
}
.sidebar-light .sidebar-menu .dropdown-toggle {
	color: #0b132b;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
.sidebar-shrink .left-side-bar.open .dropdown-toggle, .sidebar-shrink .left-side-bar .dropdown-toggle {
	justify-content: center;
}
label.checkbox {
	cursor: pointer;
}
.legend-btn {
	margin-right: 10px;
	position: relative;
}
.legend-btn p {
	width: 120px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(34, 34, 34, 0.1);
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
    color: rgba(34, 34, 34, 1);
    font-weight: 600;
}
.legend-btn ul {
	position: absolute;
	bottom: -120px;
	width: 200px;
}
.legend-btn p:hover ~ ul {
	display: block !important;
	background-color: #fff;
	border: 1px solid rgba(34, 34, 34, 0.1);
	padding: 10px;
	border-radius: 8px;
	z-index: 99;
}
.legend-btn ul li {
	font-size: 14px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.legend-btn ul li i.red-clr {
	background-color: rgb(253 200 193);
	width: 10px;
	height: 10px;
	display: flex;
}
.legend-btn ul li i.green-clr {
	background-color: #fff;
	width: 10px;
	height: 10px;
	display: flex;
	border: 1px solid #ccc;
}
.legend-btn ul li i.orange-clr {
	background-color: rgb(239 148 7 / 35%) !important;
	width: 10px;
	height: 10px;
	display: flex;
}
.empty_temp {
	background-color: rgb(253 200 193) !important;
}
.available_temp {
	background-color: #fff !important;
}
.partial_temp {
	background-color: rgb(239 148 7 / 35%) !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(25, 118, 210, 1);
	color: #fff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #c1c1c1;
	color: #000;
}
 @media (min-width: 1301px) and (max-width: 1650px) {
.tour_rep .email_send .form-group label {
	font-size: 11px;
}
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
	background-image: url(../images/downarrow_normal.png) !important;
	background-repeat: no-repeat;
	background-position: center right;
	opacity: 1;
	width: 10px;
	height: 10px;
	top: 24px;
	right: 0px;
}
table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
	background-image: url(../images/uparrow_normal.png) !important;
	background-repeat: no-repeat;
	background-position: center right;
	opacity: 1;
	width: 10px;
	height: 10px;
	bottom: 20px;
	right: 0px;
}
}
 @media (min-width: 1266px) and (max-width: 1650px) {
span.profile-name {
	left: 124px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 280px;
}
table.dataTable > thead .sorting::before {
	right: 0;
	top: 24px;
}
table.dataTable > thead .sorting::after {
	right: 0;
	bottom: 20px;
}
.ex_custom table.dataTable > thead .sorting::before {
	right: 0;
	top: 24px;
}
.ex_custom table.dataTable > thead .sorting::after {
	right: 0;
}
.ex_custom table.dataTable > thead .sorting_asc::before {
	right: 0;
}
.ex_custom table.dataTable > thead .sorting_asc::after {
	right: 0;
}
table.dataTable > thead .sorting_desc::before {
	right: 0;
	bottom: 17px;
}
table.dataTable > thead .sorting_desc::after {
	right: 0;
}
table.dataTable > thead .sorting_asc::before {
	right: 0;
	bottom: 17px;
}
table.dataTable > thead .sorting_asc::after {
	right: 0;
}
table.dataTable > thead .sorting_desc::after {
	right: 0;
}
.prof-img label.error {
	font-size: 10px;
}
.tour_detail .t-detail ul li p {
	font-size: 12px;
}
.tour_detail .t-detail ul li span {
	font-size: 12px;
}
label.form-label {
	font-size: 11px !important;
}
.rep_flt_btn button img {
	margin-left: 0;
	width: 20px;
}
.legend-btn p {
	width: 80px;
}
#edit_profile_form .form-group label {
	font-size: 11px;
}
.rep_flt_btn button {
	border: none;
	border-radius: 10px;
	background-color: #ebf5ff;
	padding: 10px;
	font-size: 12px;
	width: 135px;
	display: flex
;
	align-items: center;
	justify-content: space-between;
}
h2.page-title {
	font-size: 14px;
	color: rgba(25, 118, 210, 1);
	margin-left: 15px;
	line-height: 22px;
}
}
.user-name{margin: 10px;}
i.add-user-info-icon{position: absolute;top: 47px;cursor: pointer;right: -16px;}
i.add-user-info-icon:hover .add-user-tool-tip {display: block;}
.add-user-tool-tip {display: none;background-color: #fff;color: #222;box-shadow: 0px 0px 20px -3px #ccc;border-radius: 7px;position: absolute;right: 0px;top: 26px;width: 286px;padding: 10px;z-index: 9;}
.add-user-tool-tip ul li {position: relative;padding-left: 20px;padding: 5px 0 5px 25px;border-bottom: 1px solid #ccc;font-style: normal;font-size: 14px;}
.add-user-tool-tip ul li:last-child {border-bottom: none;}
.add-user-tool-tip ul li::after {content: "";position: absolute;width: 12px;height: 11px;left: 0;top: 13px;background-image: url(../images/right-icon.png) !important;}
#gender-error{display: inline-block;position: absolute;bottom: 28px;}
#imagePreview{margin-top: unset !important; max-width: 14% !important; height: auto !important; border: 1px solid rgb(204, 204, 204) !important; position: absolute !important; border-radius: 30px !important; top: 27px !important; height: 56px !important; right: 1px !important;}


#delete-user{
	color: red !important;
}
.dataTables_scrollHeadInner .custom-datatable thead tr:nth-child(2) {
  display: none;
}
.dataTables_scrollHeadInner .custom-datatable{
	border-bottom: 1px solid #d7cbcb;
}

.grid-norec-msg::before {
    margin: 0 auto;
    content: "";
    width: 116px;
    height: 100px;
    display: block;
    background: url(./images/no-record.png) no-repeat center center !important;
    background-position: 100%;
}

.dataTables_paginate {
	margin-top: -5px !important;
}
.page-link{
	color: #000;
}
.datatable-bottom{
	margin-top: 20px;
}

div.dataTables_scrollBody {
	border-bottom: 1px solid #d7cbcb;
}

.dataTables_scrollBody {
	min-height: 315px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
  
::-webkit-scrollbar-track {
	background: #f1f1f1;    
}
  
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;   
    border: 2px solid #f1f1f1;
}
  
::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}
  
* {
    scrollbar-width: thin; 
    scrollbar-color: #888 #f1f1f1; 
}
  
	

table.dataTable tbody tr {
  	height: 75px;
}