/* -------------------------------
   Dashboard Components CSS
------------------------------- */

:root {
	--app-theme: #1c75ee;
	--app-theme-rgb: 28, 117, 238;
	--app-theme-color: #FFFFFF;
	--app-theme-color-rgb: 255, 255, 255;
	--app-select-bg: rgba(0,  0,  0,  0.45);
	--app-component-panel-bg: #ededed;
	--app-component-bg: #ededed;
	--app-component-bg-rgb: 244, 244, 244;
	--app-component-modal-bg: #f1f1f1;
	--app-component-modal-bg-rgb: 241, 241, 241;
	--app-component-modal-border-color: #e2e2e2;
	--app-component-modal-border-color-rgb: 206, 212, 218;
	--app-component-secondary-bg: #e2e2e2;
	--app-component-color: #555;
	--app-component-color-rgb: 255, 255, 255;
	--app-component-border-color: #e2e2e2;
	--app-component-border-color-rgb: 206, 212, 218;
	--app-component-active-bg: #348fe2;
	--app-component-active-bg-rgb: 52, 143, 226;
	--app-component-active-color: #f1f1f1;
	--app-component-active-color-rgb: 241, 241, 241;
	--app-component-hover-bg: #545454;
	--app-component-hover-color: #20252a;
	--app-component-hover-border-color: #e2e2e2;
	--app-component-focus-border-color: #67abe9;
	--app-component-disabled-bg: #e7e7e7;
	--app-component-disabled-color: #afafaf;
	--app-component-disabled-border-color: #afafaf;
	--app-component-table-border-color: #dbdbdb;
	--app-component-table-separator-color: currentColor;
	--app-card-bg: #ffffff;
}

/* -------------------------------
   Platform Components
------------------------------- */

html {
	height: 100%;
}

code {
	padding: 2px 6px;
	font-size: 90%;
	color: #b3005a;
	background-color: #ff99cd;
	border-radius: 4px;
}

hr {
	margin: .9375rem 0;
	color: #898989;
	border: 0;
	border-top: 1px solid;
	opacity: .25;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.25;
	color: #222;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	font-weight: 500;
	color: #333;
}
p {
	margin-top: 0;
	margin-bottom: .9375rem;
}
ol, ul {
	padding-left: 2rem;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 500;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
b, strong {
	font-weight: 700;
}
.small, small {
	font-size: .875em;
}
a {
	color: #5397f7;
}
a:focus, a:hover {
	color: #136fef;
}

figure {
	margin: 0 0 1rem;
}
img, svg {
	vertical-align: middle;
	width: auto;
}
caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #828282;
	text-align: left;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
button, select {
	text-transform: none;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none!important;
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
::file-selector-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
iframe {
	border: 0;
}
summary {
	display: list-item;
	cursor: pointer;
}
progress {
	vertical-align: baseline;
}

@keyframes appSidebarMobileSlideInLeft {
	from {
		left: -250px;
	}
	to {
		left: 0;
	}
}
@-webkit-keyframes appSidebarMobileSlideInRight {
	from {
		right: -240px;
	}
	to {
		right: 0;
	}
}
@keyframes appSidebarMobileBackdrop {
	from {
		background: 0 0;
	}
	to {
		background: rgba(0, 0, 0, .5);
	}
}
@-webkit-keyframes appSidebarMobileSlideOutLeft {
	from {
		left: 0;
	}
	to {
		left: -250px;
	}
}

.row>[class^=col-].ui-sortable {
	min-height: 50px;
}
.item-hr {
	color: black;
	margin-top: 15px;
	margin-bottom: 5px;
}
.text-muted {
	--bs-text-opacity: 1;
	color: #828282!important;
}

/* -------------------------------
   Tables
------------------------------- */

.table {
	--bs-table-color: #555;
	--bs-table-bg: #fbfbfb;
	--bs-table-border-color: #dbdbdb;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #555;
	--bs-table-hover-color: #555;
	width: 100%;
	color: #555;
	vertical-align: top;
	border-color: #dbdbdb;
	border-style: hidden;
	box-shadow: 0 .1rem .0rem rgba(0, 0, 0, .15);
}
.table-border {
    margin-bottom: 0.9375rem;
    border-radius: 6px;
    border: 1px solid #dedede;
    overflow: auto;
}
.caption-top {
    caption-side: top;
}
.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem;
}
.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
}
.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0;
}
.table-borderless>:not(:first-child) {
    border-top-width: 0;
}
table.dataTable.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: rgb(0 0 0 / 7%);
	box-shadow: inset 0 0 0 9999px rgba(211, 211, 211, 0.2);
	color: #555;
}
table.dataTable thead th:hover {
	background: rgba(211, 211,211, 0.1);
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table.table-card>tbody>tr>td:first-child, .table.table-card>tbody>tr>th:first-child, .table.table-card>tfoot>tr>td:first-child, .table.table-card>tfoot>tr>th:first-child, .table.table-card>thead>tr>td:first-child, .table.table-card>thead>tr>th:first-child, .table.table-panel>tbody>tr>td:first-child, .table.table-panel>tbody>tr>th:first-child, .table.table-panel>tfoot>tr>td:first-child, .table.table-panel>tfoot>tr>th:first-child, .table.table-panel>thead>tr>td:first-child, .table.table-panel>thead>tr>th:first-child {
	padding-left: .9375rem;
	border-left: 0;
}
.table.table-card>tbody>tr>td:last-child, .table.table-card>tbody>tr>th:last-child, .table.table-card>tfoot>tr>td:last-child, .table.table-card>tfoot>tr>th:last-child, .table.table-card>thead>tr>td:last-child, .table.table-card>thead>tr>th:last-child, .table.table-panel>tbody>tr>td:last-child, .table.table-panel>tbody>tr>th:last-child, .table.table-panel>tfoot>tr>td:last-child, .table.table-panel>tfoot>tr>th:last-child, .table.table-panel>thead>tr>td:last-child, .table.table-panel>thead>tr>th:last-child {
	padding-right: .9375rem;
	border-right: 0;
}
.table.table-dark>:not(:last-child)>:last-child>* {
	border-bottom-color: var(--app-component-border-color);
}
.widget-table.table {
	background: var(--app-component-bg);
}
.widget-table.table.table-bordered>tbody>tr:last-child {
	border-bottom: none;
}
.widget-table.table.table-bordered>tbody>tr td:first-child {
	border-left: none;
}
.widget-table.table.table-bordered>tbody>tr td:last-child {
	border-right: none;
}
.widget-table.table.table-bordered>thead>tr:first-child {
	border-top: none;
}
.widget-table.table.table-bordered>thead>tr th:first-child {
	border-left: none;
}
.widget-table.table.table-bordered>thead>tr th:last-child {
	border-right: none;
}
.table>thead {
	background: #f3f3f3;
}
tbody, td, tfoot, th, thead, tr {
	font-weight: 600;
}
tbody, th {
	font-weight: 700;
}
/* Table bottom border */
tbody td:nth-child(1) {
	border-bottom:transparent !important;
}
tbody td:last-of-type {
	border-bottom:transparent !important;
}
.mbd-tables .table>:not(caption)>*>* {
	padding-left: 15px;
}
.mbd-tables .mbd-tables-left {
	padding-left: 20px !important;
}
.table-img .table-image {
	width:50px;
	height:35px;
	object-fit:cover;
	object-position:center;
	border-radius:6px;
}
.table .table-transactions-main  {
	background: #d2f5d8;
}
.table .table-transactions-main .table-transactions-option  {
	background: #fafafa;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
	display: block;
}
.table .table-transactions-main .table-transactions-option-n  {
	margin-right:5px;
}
.table .table-transactions-main .table-transactions-option-info  {
	font-weight:700;
}

/* -------------------------------
   DataTables
------------------------------- */

body table.dataTable {
	border-collapse: separate !important;
	margin-top: 25px !important;
	width: 100%;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fbfbfb;
	border-radius: 6px;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable {
	margin-bottom: 0!important;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable>:not(caption)>* {
	border-bottom: 2px solid var(--app-component-table-separator-color);
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollFootInner table.table-bordered tr th:first-child, .dataTables_wrapper .dataTables_scroll .dataTables_scrollHeadInner table.table-bordered tr th:first-child {
	border-color: var(--app-component-table-border-color)!important;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
	background: 0 0;
	border-color: var(--app-component-table-border-color)!important;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody>.dataTable {
	margin-top: -4px!important;
	background: 0 0;
}
.dataTables_wrapper .dataTables_scroll table.dataTable th, .dataTables_wrapper .dataTables_scroll tr.even td {
	background: 0 0!important;
	border-color: var(--app-component-table-border-color)!important;
}
.dataTables_wrapper .dataTables_scroll tr.odd td {
	background: var(--bs-table-striped-bg)!important;
	border-color: var(--app-component-table-border-color)!important;
}
.dataTables_wrapper .dataTables_scroll div.dtfc-left-top-blocker, .dataTables_wrapper .dataTables_scroll div.dtfc-right-top-blocker {
	margin-top: 12px!important;
	background-color: var(--app-component-table-border-color)!important;
}
body table.dataTable.dtfc-has-left {
	margin: -1px 0!important;
}
body table.dataTable thead tr th.sorting, body table.dataTable thead tr th.sorting_asc, body table.dataTable thead tr th.sorting_desc {
	overflow: hidden;
}
body table.dataTable thead tr th.sorting:before, body table.dataTable thead tr th.sorting_asc:before, body table.dataTable thead tr th.sorting_desc:before {
	display: none;
}
body table.dataTable thead tr th.sorting:after, body table.dataTable thead tr th.sorting_asc:after, body table.dataTable thead tr th.sorting_desc:after {
	opacity: 1;
	color: #a6a6a6;
	top: 0;
	bottom: 0;
	font-size: .875rem;
	display: flex;
	align-items: center;
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
body table.dataTable thead tr th.sorting:after {
	content: "\f0dc"}
body table.dataTable thead tr th.sorting_asc:after {
	content: "\f0dd";
	color: #1c75ee;
}
body table.dataTable thead tr th.sorting_desc:after {
	content: "\f0de";
	color: #1c75ee;
}
body table.dataTable thead tr th:focus {
	outline: 0;
}
body table.dataTable tbody tr td.focus {
	outline: 0;
	z-index: 10;
	position: relative;
	box-shadow: inset 0 0 0 2px #1c75ee;
}
body table.dataTable tbody tr td:focus {
	outline: 0;
}
body table.dataTable tbody tr.selected td {
	background: #fff7cc!important;
	color: #665700!important;
	font-weight: 500;
	box-shadow: none;
}
body table.dataTable tbody tr.dt-rowReorder-moving {
	outline: 2px solid #737373;
}
body table.dataTable.dt-rowReorder-float {
	outline: 2px solid #1c75ee;
}
body table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, body table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	left: 20px;
	content: "+";
	background: #a6a6a6;
	border: none;
	color: #fff;
	font-size: .6875rem;
	width: 18px;
	height: 18px;
	padding-bottom: 1px;
	margin-top: -11px;
	border-radius: 4px;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
body table.dataTable.dtr-inline.collapsed>tbody>tr.dt-hasChild>td.dtr-control:before, body table.dataTable.dtr-inline.collapsed>tbody>tr.dt-hasChild>th.dtr-control:before {
	content: "\f068";
	background: #a6a6a6;
}
body .dtfh-floatingparent .dataTable {
	background: var(--app-component-bg)!important;
}
body .dtfh-floatingparent .dataTable>:not(caption)>* {
	border-bottom: 2px solid var(--app-component-table-separator-color);
}
table.dataTable.table-striped>tbody>tr>* {
	vertical-align: middle;
}
table.dataTable>tbody>tr>* {
	vertical-align: middle;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	border-bottom: 2px solid #dbdbdb;
}
tbody tr:last-child td {
	border-bottom: 0px outset #fff;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
	padding-left: 50px;
}
table.dataTable.table-striped>tbody>tr.odd.selected>* {
	box-shadow: inset 0 0 0 9999px rgb(242 234 194);
}
table.dataTable.table-hover>tbody>tr.odd.selected:hover>* {
	box-shadow: inset 0 0 0 9999px rgba(161, 136, 8, 0.15);
}
table.dataTable.table-hover>tbody>tr.even.selected:hover>* {
	box-shadow: inset 0 0 0 9999px rgba(161, 136, 8, 0.15);
}
body table.dataTable thead tr th {
	border-bottom: 3px solid #d0d0d0;
	color: #464646;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.dataTable tr > th:last-of-type {
	padding-left: 25px;
	padding-right: 25px;
	text-align:center;
}
.table-info tr > th:last-of-type {
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled {
	padding-left: 30px;
}
div.dataTables_wrapper div.dataTables_info {
	padding-left: 30px;
}
div.dataTables_wrapper div.dataTables_length label {
	padding-left: 28px;
}
.wt-users-import-table div.dataTables_wrapper div.dataTables_filter {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.wt-users-import-table div.dataTables_wrapper div.dataTables_filter input {
	margin-left:0px;
}
body .wt-users-import-table table.dataTable {
	margin-top: 10px !important;
}
div.dataTables_wrapper div.dataTables_filter {
	text-align: left;
	padding-left: 24px;
	padding-right: 0px;
	float: left;
}
body table.dataTable thead tr th.sorting:after, body table.dataTable thead tr th.sorting_asc:after, body table.dataTable thead tr th.sorting_desc:after {
	left: 15px;
}
body table.dataTable th:nth-child(1):hover {
	background:transparent !important;
}
table.table-bordered.dataTable thead tr:first-child th {
	background: #fff;
}
table.table-bordered.dataTable thead tr:first-child th:hover {
	background: #fcfcfc;
}
body table.dataTable thead tr th:nth-child(1).sorting_asc:after {
	display: none;
}
.app-button-formactions {
	float: left;
	z-index: 1;
	position: relative;
	margin-right: 0px;
	padding-left: 0px;
	margin-top: 3px
}
.btn.app-formoptions-delete-l {
	margin-right: 30px;
	margin-top: -1.5px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	padding-right: 30px;
	margin-top: -20px;
}
.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.275rem;
	--bs-pagination-font-size: 0.80rem;
	--bs-pagination-color: #777;
	--bs-pagination-bg: #ededed;
	--bs-pagination-border-width: 1px;
	--bs-pagination-border-color: transparent;
	--bs-pagination-border-radius: 4px;
	--bs-pagination-hover-color: #20252a;
	--bs-pagination-hover-bg: #bdbdbd;
	--bs-pagination-hover-border-color: transparent;
	--bs-pagination-focus-color: #fafafa;
	--bs-pagination-focus-bg: #bebebe;
	--bs-pagination-focus-box-shadow: 0;
	--bs-pagination-active-color: #f1f1f1;
	--bs-pagination-active-bg: #348fe2;
	--bs-pagination-active-border-color: transparent;
	--bs-pagination-disabled-color: #afafaf;
	--bs-pagination-disabled-bg: #e7e7e7;
	--bs-pagination-disabled-border-color: transparent;
	display: flex;
	padding-left: 0;
	list-style: none;
	font-weight: 500;
	flex-wrap: wrap;
}
.pagination-lg {
	--bs-pagination-padding-x: 1.35rem;
	--bs-pagination-padding-y: 0.75rem;
	--bs-pagination-font-size: 0.875rem;
	--bs-pagination-border-radius: 6px;
}
.pagination-sm {
	--bs-pagination-padding-x: 0.5rem;
	--bs-pagination-padding-y: 0.25rem;
	--bs-pagination-font-size: 0.6875rem;
	--bs-pagination-border-radius: 3px;
}
.paginate_button .page-link:hover {
	color: #fafafa;
	background-color: #9c9c9c;
}
.dtr-column [type=checkbox]  {
	border-radius: 0.25em;
	background: #646464;
	width: 1.5em;
	height: 1.5em;
	margin-top: 0;
	vertical-align: top;
	background-color: var(--app-component-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid var(--bs-black);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}
.dtr-column [type=checkbox] [type=radio] {
	border-radius: 50%}
.dtr-column [type=checkbox]:active {
	filter: brightness(90%);
}
.dtr-column [type=checkbox]:focus {
	border-color: rgba(255, 255, 255, .5);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.dtr-column [type=checkbox] {
	background-color: #646464;
	border-color: #646464;
}
.dtr-column [type=checkbox]:checked {
	background-color: #1c75ee;
	border-color: #1c75ee;
}
.dtr-column [type=checkbox]:checked[type=checkbox] {
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.dtr-column [type=checkbox]:checked[type=radio] {
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.dtr-column [type=checkbox][type=checkbox]:indeterminate {
	background-color: #1c75ee;
	border-color: #1c75ee;
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.dtr-details .label-usergroups {
	background: #4e4e4e;
	font-size: 12px;
	padding: 2px 6px 2px 6px;
	margin-top:7px
}
.dtr-details .dt-btn-group {
	padding-left:0px;
	margin-left: -5px;
}
.table-dropdown-row {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: -13px;
	display: block;
}
.dataTable .table-dropdown-row tr > td:first-of-type {
	width: 200px;
	font-weight: 700;
	display: block;
}
.dataTable .table-dropdown-row tr > td:last-of-type {
	width: 100%;
	display: inline-block;
	margin-top: -10px;
}
.dataTable .table-dropdown-row tr > td {
	padding-bottom: 10px;
}
.dataTable .table-dropdown-row tr {
	display: inline-block;
	width: 31%;
	background: #e5e5e5;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
	border-radius: 6px;
}
.dataTable .table-dropdown-row>:not(caption)>*>* {
	display: block;
	background-color: inherit !important;
	border-bottom: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-align: left;
}

.label-usergroups {
	background: #4e4e4e;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 12px !important;
	text-transform: uppercase;
	font-size: .6875rem !important;
	line-height: 1.5 !important;
}
.dataTable tr > td:first-of-type {
	width:1%;
}
.dataTable tr > td:last-of-type {
	width:1%;
}
.table-info tr > td:last-of-type {
	width:auto;
}

/* -------------------------------
   Forms
------------------------------- */

.form-control, .form-select {
	border-color: #e2e2e2;
}
.form-control {
	display: block;
	width: 100%;
	padding: .4375rem .75rem;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	color: #555;
	background-color: #f4f4f4;
	background-clip: padding-box;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
	color: #555;
	background-color: #f4f4f4;
	border-color: rgba(255, 255, 255, .5);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(162, 162, 162, .25);
}
.form-control::-moz-placeholder {
	color: rgba(55, 55, 55, .6);
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: rgba(55, 55, 55, .6);
	opacity: 1;
}
.form-control::placeholder {
	color: rgba(55, 55, 55, .6);
	opacity: 1;
}
.form-select {
	background-color: #f4f4f4;
	color: #555;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.5;
	width: 100%;
	padding: .4375rem 2.25rem .4375rem .75rem;
}
.form-select-sm {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	padding-left: .625rem;
	font-size: 13px;
	border-radius: 3px;
}
.form-select:focus {
	border-color: rgba(255, 255, 255, .5);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(162, 162, 162, .25);
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #555;
	background: #f4f4f4;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus {
	border-color: rgba(255, 255, 255, .5);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(162, 162, 162, .25);
}
.bootstrap-select .dropdown-toggle {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	padding-left: .625rem;
	font-size: 13px;
	border-radius: 3px;
	border:1px solid #e2e2e2;
	font-weight:500;
}
.bootstrap-select .dropdown-toggle .filter-option {
	color: #555;
	/* background: #f4f4f4; */
}
.timeline-body .dropdown-menu {
	--bs-dropdown-bg: #f1f1f1;
}
.timeline-body .dropdown-item {
	color: #555;
}
.timeline-body .dropdown-item:hover {
	color: #fff;
	background-color: #687178;
}
.timeline-body .dropdown-item:focus {
	color: #fff;
	background-color: #687178;
}
.timeline-body .dropdown-item.active, .dropdown-item:active {
	color: #fff;
	background-color: #687178;
}
.form-check {
	display: block;
	min-height: 1.125rem;
	padding-left: 2em;
	margin-bottom: .125rem;
}
.form-check .form-check-input {
	float: left;
	margin-left: -2em;
}
.form-check-reverse {
	padding-right: 2em;
	padding-left: 0;
	text-align: right;
}
.form-check-reverse .form-check-input {
	float: right;
	margin-right: -2em;
	margin-left: 0;
}
.form-check-input {
	width: 1.5em;
	height: 1.5em;
	margin-top: 0;
	vertical-align: top;
	background-color: var(--app-component-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid var(--bs-black);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
	border-radius: .25em;
	background: #646464;
}
.form-switch .checkBoxx[type=checkbox] {
	background-color: #acacac;
	border-color: #acacac;
}
.form-switch .form-check-input:checked {
	background-color: #1c75ee;
	border-color: #1c75ee;
}
.form-check-input[type=radio] {
	border-radius: 50%;
}
.form-check-input:active {
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: rgba(255, 255, 255, .5);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.form-check-input:checked {
	background-color: #1c75ee;
	border-color: #1c75ee;
}
.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #1c75ee;
	border-color: #1c75ee;
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	cursor: default;
	opacity: .5;
}
.form-switch {
	padding-left: 2.8em;
}
.form-switch .form-check-input {
	width: 53px;
	height: 35px;
	margin-left: -40px;
	margin-right:15px;
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,  0,  0,  0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	border-radius: 2.3em;
	margin-top: 0;
	vertical-align: top;
	transition: background-position .15s ease-in-out;
}
.form-switch .form-check-label {
	padding-top:8px;
	font-size:11px;
	font-weight:600;
	color:#7e7e7e;
}
.form-switch .form-check-input {
	background-image: var(--form-switch-bg-image);
}
@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	 background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255,  255,  255,  0.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
	padding-right: 2.8em;
	padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.8em;
	margin-left: 0;
}
.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}
.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65;
}
.form-horizontal.form-bordered .form-group {
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
}
.form-horizontal.form-bordered .form-group .col-form-label {
	padding-top: .9375rem;
	padding-bottom: .9375rem;
	padding-left: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form-horizontal.form-bordered .form-group .col-form-label+div {
	border-left: 1px solid #e2e2e2;
}
.form-horizontal.form-bordered .form-group>div {
	padding: .9375rem;
}
.form-horizontal.form-bordered .form-group:last-child {
	border-bottom: 0;
}
.col-form-label {
	margin-bottom: 0;
	font-size: inherit;
	font-weight: 500;
	line-height: 1.5;
}
.col-form-space {
	font-weight: 700;
	margin-top: 15px;
}
.col-form-space:first-child {
	margin-top: 0px;;
}
.col-border-label {
	border-bottom: 1px solid #e0e0e0;
}
.form-select-lg-sort {
	min-height: calc(1.5em + 1rem + 4px);
	margin-top:-3px;
	padding: 0.5rem;
	padding-right:30px;
	font-size: 14px;
	border-radius: 6px;
}
div.dataTables_wrapper div.dataTables_filter input {
	background: #f9f9f9;
}
.form-control-lg {
	margin-top:-1.5px;
	padding: .5rem 1rem;
	padding-top:10px;
	border-radius: 6px;
}
.input-group-addon {
	display: flex;
	align-items: center;
	padding: 0.4375rem 0.75rem;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.5;
	color: #555;
	text-align: center;
	white-space: nowrap;
	background-color: #e2e2e2;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}
.input-group-append .input-group-text {
	font-size: 14px;
	padding: 8px 15px;
}
.form-hr {
	display: flex;
	margin: .7375rem 0;
	border: 0;
}
.form-hr-2 {
	display: flex;
	margin: .5375rem 0;
	border: 0;
}
.form-control-checkboxes {
	margin-top: 8px;
}

.form-sections .form-sections-box {
	background: #f9f9f9;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	padding:15px;
	margin-bottom:15px;
}
.form-sections .form-sections-box .form-sections-row {
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.form-sections .form-sections-box .form-sections-button-x {
	display:flex;
	align-items: center;
	justify-content: center;
}
.form-sections .form-sections-box .form-sections-row .form-control:last-child {
	margin-bottom:0;
}
.form-sections .form-sections-box .form-sections-inner .form-sections-row {
	justify-content: start;
}
.form-sections .form-sections-box .form-sections-inner .form-sections-row label {
	margin-top: 8px;
}
.form-sections .form-sections-box .form-sections-inner-row {
	margin-top: 15px;
}
.form-sections .form-sections-box .form-sections-inner-row .form-sections-inner {
	align-items: center;
}
.form-sections .form-sections-box .form-sections-inner-row .form-sections-inner .form-sections-row {
	margin-bottom:15px;
}
.form-sections .form-sections-box .form-sections-inner-row .form-sections-inner .form-sections-row:last-child {
	margin-bottom:0;
}
.form-sections .form-sections-box .form-sections-list {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}
.form-sections .form-sections-box .form-sections-list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}


/* ---------------------------------------
   Bootstrap 5 Checkbox Switch Size Fix
--------------------------------------- */

.form-check-input{clear:left;cursor:pointer !important}
.form-switch.form-switch-sm{margin-bottom:.5rem}
.form-switch.form-switch-sm .form-check-input{height:1rem;width:calc(1rem + .75rem);border-radius:2rem}
.form-switch.form-switch-md{margin-bottom:1rem}
.form-switch.form-switch-md .form-check-input{height:1.5rem;width:calc(2rem + .75rem);border-radius:3rem}
.form-switch.form-switch-lg{margin-bottom:1.5rem}
.form-switch.form-switch-lg .form-check-input{height:2rem;width:calc(3rem + .75rem);border-radius:4rem}
.form-switch.form-switch-xl{margin-bottom:2rem}
.form-switch.form-switch-xl .form-check-input{height:2.5rem;width:calc(4rem + .75rem);border-radius:5rem}


/* -------------------------------
   Buttons
------------------------------- */

.btn-scroll-to-top {
	position: fixed;
	bottom: 20px;
	z-index: 1020;
	opacity: 0;
	display: none;
}
.btn-scroll-to-top.show {
	opacity: 1;
	display: block;
	-webkit-animation: btnFadeIn .2s ease;
	animation: btnFadeIn .2s ease;
}
.btn.btn-icon {
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	margin-top: -3px;
}
.col-form-label .btn {
	margin-top:2px;
}
.form-check-label .btn {
	margin-left:12px;
}
.app-form-name .btn {
	margin-left:5px;
	margin-right: 0;
}
.requiredpopover .popover-body {
	padding-top:6px;
	padding-bottom:6px;
	font-weight:600;
	font-size:13px;
}
.btn-circle,
.btn.btn-circle {
	border-radius: 100px;
}
.timeline-body .form-check .form-check-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-group-sm>.btn.btn-icon, .btn.btn-icon.btn-sm {
	width: 22px;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
}
.btn-group-lg>.btn.btn-icon, .btn.btn-icon.btn-lg {
	width: 34px;
	height: 34px;
	font-size: 17px;
	line-height: 34px;
}
.btn.dt-btn {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px 10px;
	font-size: 14px;
	min-width: 110px;
	align-items: center;
	display: flex;
}
.btn.dt-btn i {
	font-size: 12px;
	margin-right:5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}
.btn.btn-addnew {
	margin-bottom:10px;
	width: 100%;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}
div.dt-buttons {
	float: left;
	margin-top: 1.5px;
}
.dt-buttons .btn-secondary {
	border-color: #6e757c;
}
.dt-buttons.btn-group > .btn-secondary {
	border-left: 0;
	background:#939393;
	border-color:#939393;
}
.dt-buttons.btn-group > .btn-secondary:hover {
	background:#6e6e6e;
	border-color:#6e6e6e;
}
.dt-buttons.btn-group > .btn-secondary:focus {
	background:#6e6e6e;
	border-color:#6e6e6e;
}
.dt-buttons.btn-group > .btn-secondary:active {
	background:#6e6e6e;
	border-color:#6e6e6e;
}

/* -------------------------------
   BG Colours
------------------------------- */

.bg-default {
	background: #c2c2c2;
	color: #111 !important;
}
.bg-secondary {
	color: #222 !important;
}
.bg-light {
	color: #222 !important;
}

/* -------------------------------
   NavBars
------------------------------- */

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 600;
    --bs-nav-link-color: rgba(var(--app-component-color-rgb),  0.5);
    --bs-nav-link-hover-color: var(--app-component-color);
    --bs-nav-link-disabled-color: #a6a6a6;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (prefers-reduced-motion:reduce) {
    .nav-link {
		transition: none;
	}
}
.nav-tabs {
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-color: transparent;
    --bs-nav-tabs-border-radius: 4px;
    --bs-nav-tabs-link-hover-border-color: transparent;
    --bs-nav-tabs-link-active-color: var(--app-component-color);
    --bs-nav-tabs-link-active-bg: var(--app-component-bg);
    --bs-nav-tabs-link-active-border-color: transparent;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.tab-overflow .nav.nav-tabs {
	white-space: nowrap;
	display: table;
	margin: 0;
	border-radius: 4px 4px 0 0;
}
.tab-overflow .nav.nav-tabs>li {
	display: table-cell;
	float: none;
}
.tab-overflow .nav.nav-tabs>li>a {
	margin-left: -1px;
}
.tab-overflow.overflow-left .nav.nav-tabs .prev-button {
	display: block;
	opacity: 1;
	background: 0 0;
}
.tab-overflow .nav.nav-tabs .prev-button {
	position: absolute;
	left: 0;
	z-index: 10;
	display: none;
	opacity: 0;
	box-shadow: 0 10px 15px #828282;
	transition: all .2s linear;
}
.tab-overflow .nav.nav-tabs .prev-button a {
	margin: 0;
	background: rgba(255, 255, 255, .1);
	border-radius: 4px 0 0;
}
.tab-overflow.overflow-right .nav.nav-tabs .next-button {
	display: block;
	opacity: 1;
	background: 0 0;
}
.tab-overflow .nav.nav-tabs .next-button {
	position: absolute;
	right: 0;
	z-index: 10;
	display: none;
	opacity: 0;
	box-shadow: 0 10px 15px #828282;
	transition: all .2s linear;
	border-top-left-radius: 0;
}
.tab-overflow .nav.nav-tabs .next-button a {
	margin: 0;
	background: rgba(255, 255, 255, .1);
	border-radius: 0 4px 0 0;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse>li>a {
	background: 0 0;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button>a, .tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button>a {
	background: #fff;
	border-radius: 2px;
}
.flat-black .tab-overflow .next-button a, .flat-black .tab-overflow .prev-button a {
	background: #d2d2d2;
}
.nav.nav-tabs.nav-tabs-inverse .nav-item .nav-link.active {
	color: #333;
}
.nav.nav-tabs.nav-tabs-inverse .nav-item .nav-link.active {
	background-color: #ffffff;
	border-bottom: 2px solid #bbbbbb;
	border-radius: 6px;
}
.nav-tabs .nav-link {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.tab-overflow {
	border-radius: 0px 0px 0 0;
}
.tab-overflow {
	position: relative;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	flex: 1;
}
.nav.nav-tabs.nav-tabs-inverse .nav-item .nav-link {
	color: #333;
	font-size:14px;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .nav-item .nav-link:hover {
	color: #545454;
}

.app-content .panel-with-tabs .nav-link {
	--bs-nav-link-padding-x: 1.5rem;
	--bs-nav-link-padding-y: 0.6rem;
}

/* -------------------------------
   Card
------------------------------- */

.card {
	--bs-card-spacer-y: 0.9375rem;
	--bs-card-spacer-x: 0.9375rem;
	--bs-card-title-spacer-y: 0.46875rem;
	--bs-card-border-width: 1px;
	--bs-card-border-color: rgba(var(--app-component-color-rgb), 0.1);
	--bs-card-border-radius: 4px;
	--bs-card-inner-border-radius: 4px;
	--bs-card-cap-padding-y: 0.46875rem;
	--bs-card-cap-padding-x: 0.9375rem;
	--bs-card-cap-bg: rgba(45, 53, 60, 0.075);
	--bs-card-bg: var(--app-card-bg);
	--bs-card-img-overlay-padding: 0.9375rem;
	--bs-card-group-margin: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
	margin-bottom:15px;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}
.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}
.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	font-weight: 600;
}
.card-subtitle {
	margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link + .card-link {
	margin-left: var(--bs-card-spacer-x);
}
.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
	border-bottom: 0;
}
.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%;
}
.card-img,
.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.card-group > .card {
	margin-bottom: var(--bs-card-group-margin);
}
.card-group {
	display: flex;
	flex-flow: row wrap;
}
.card-group > .card {
	flex: 1 0 0%;
	margin-bottom: 0;
}
.card-group > .card + .card {
	margin-left: 0;
	border-left: 0;
}
.card-group > .card:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
	border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
	border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
	border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
	border-bottom-left-radius: 0;
}
.card-flexfill {
	align-self: stretch;
	display: flex;
}
.card-flexfill .card {
	width:100%;
}

.card-w {
	background: #fff;
	margin-bottom: 20px;
	width: 100%;
}

.app-content .wt-stats {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.app-content .wt-stats .card-header {
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.app-content .wt-stats .card-image {
	margin-bottom:15px;
	height: 100%;
	max-width: 250px;
	margin-right: 15px;
	float: left;
}
.app-content .wt-stats .card-image .img-thumbnail {
	width: 100%;
	height: 200px;
	max-height: 200px;
	object-fit: cover;
}
.app-content .wt-stats .card-image .img-logo {
	width: 100%;
	height: 200px;
	max-height: 200px;
	object-fit: contain;
}
.app-content .wt-stats .card-title {
	margin-bottom: 15px;
}
.app-content .wt-stats .card-subtitle {
	font-size: 14px;
	margin-bottom: 10px;
}
.app-content .wt-stats .card-subtitle-2 {
	margin-bottom: 0;
}
.app-content .wt-stats .card-subtitle:last-child {
	margin-bottom: 0;
}
.app-content .wt-stats .card-subtitle .text-title {
	font-weight: 600;
}
.app-content .wt-stats .card-subtitle-2 .text-title {
	font-weight: 600;
}

.app-content .wt-stats .card-hr hr {
	margin-top: 10px;
	margin-bottom: 14px;
}
.app-content .wt-stats .card-number {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
	color: #008000;
}
.app-content .wt-stats .card-number.card-number-red {
	color: #c40101;
}
.app-content .wt-stats .card-content {
	margin-top: 15px;
	padding-left: 5px;
}
.app-content .wt-stats .card-content-2 {
	text-align:center;
}
.app-content .wt-stats .card-content-2 .card-number {
	font-size: 40px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
}
.app-content .wt-stats .card-content-2 .card-subtitle {
	text-align:left;
	padding-left: 5px;
}
.app-content .wt-stats .card-content-2 .card-subtitle-2 {
	text-align: center;
}
.app-content .wt-stats .card-content-2 .card-subtitle-2 .text-title-2 {
	font-weight: 500;
}
.app-content .wt-stats .vat-small {
	font-weight: 400;
	font-size: 12px;
	color: #444;
}
.app-content .wt-stats .wt-groups-flex-text {
	margin-bottom:12px;
}
.app-content .wt-stats .group-stats-membership-table {
	border-radius: 6px;
	border: 2px solid #e6e6e6;
}
.app-content .wt-stats .group-stats-membership-table th {
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
}
.app-content .wt-stats .card-g-hr {
	color: #e9e9e9;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
}
.app-content .wt-stats .card-g-hr:last-child {
	border-bottom: 0;
}
.app-content .card-g-hr .card.wt-stats {
	border: 2px solid #f6f6f6;
}
.app-content .card-w-box-b .card.wt-stats {
	border: 2px solid #f6f6f6;
}

.app-content .card-hr-2 hr {
	margin-top: 10px;
	margin-bottom: 14px;
}
.app-content .card-hr-3 hr {
	margin-top: 10px;
	margin-bottom: 8px;
}

.app-content .wt-subtitle {
	color: #444;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: .5rem;
	margin-top: .5rem;
}

.seo-container {
	max-width: 100%;
	align-self: stretch;
	display: flex;
}
.card-box {
	background: #fdfdfd;
}
.card-main-n {
	margin-left: 30px;
	margin-right: 30px;
}
.card-main-n .card {
	background: #fff;
}
.card-main-n .card-stats {
	margin-bottom:30px;
}
.card-main-n .card-stats .panel-heading {
	background:#e6e6e6;
}
.card-update {
	color: #444;
	font-style: italic;
}
.card-flexfill-table {
	width: 100%;
}

/* -------------------------------
  	Badge
------------------------------- */

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #FFFFFF;
    --bs-badge-border-radius: 4px;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
    display: none;
}
.badge {
	display: inline;
	padding: .35em .65em;
	vertical-align: middle;
}
.badge-sm {
	font-size: 12px;
	padding: .45em .65em;
}
.badge-md {
	font-size: 12px;
	line-height: 1.4;
	padding: .55em .65em;
	padding-top: .50em;
	text-transform: uppercase;
	margin-bottom:10px;
	display: block;
}
.badge-lg {
	font-size: 14px;
	line-height: 1.4;
	padding: .55em .65em;
	padding-top: .50em;
	text-transform: uppercase;
	margin-bottom:10px;
	display: block;
}
.badge.label-success {
	background: #32a932;
}
.badge.label-warning {
	background: #f59c1a;
}
.badge.label-danger {
	background: #ff5b57;
}
.badge.label-inverse {
	background: #2d353c;
}
.badge.label-default {
	background: #f1f1f1;
	color: #222;
}
.wt-datalabel {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 12px;
	text-transform: uppercase;
	min-width: 75px;
	max-width: 130px;
	display: inline-block;
	font-size: .6875rem;
	font-weight:500;
	line-height:1.5;
}
.badge.badge-default {
	background: #f1f1f1;
	color: #222;
}
.badge.custom-badge {
	padding: 3px 7px;
	border-radius: 4px;
	margin-left: 5px;
}

/* -------------------------------
  	Alerts
------------------------------- */

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 0.9375rem;
    --bs-alert-padding-y: 0.9375rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 0 solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 4px;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.alert-sm {
	--bs-alert-padding-y: 0.7375rem;
	font-size:14px;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 500;
}
.alert-dismissible {
    padding-right: 2.8125rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.171875rem .9375rem;
}
.alert-default {
    --bs-alert-color: rgba(15,  15,  15,  0.775);
    --bs-alert-bg: rgba(255,  255,  255,  0.775);
    --bs-alert-border-color: rgba(255,  255,  255,  0.775);
}
.alert-default .alert-link {
    color: rgba(11, 11, 11, .82);
}
.alert-primary {
    --bs-alert-color: #082347;
    --bs-alert-bg: #bbd6fa;
    --bs-alert-border-color: #bbd6fa;
}
.alert-primary .alert-link {
    color: #061c39;
}
.alert-secondary {
    --bs-alert-color: rgba(15,  15,  15,  0.775);
    --bs-alert-bg: rgba(255,  255,  255,  0.775);
    --bs-alert-border-color: rgba(255,  255,  255,  0.775);
}
.alert-secondary .alert-link {
    color: rgba(11, 11, 11, .82);
}
.alert-success {
    --bs-alert-color: #013a14;
    --bs-alert-bg: #b4ecc6;
    --bs-alert-border-color: #b4ecc6;
}
.alert-success .alert-link {
    color: #012e10;
}
.alert-info {
    --bs-alert-color: #003d4d;
    --bs-alert-bg: #b3efff;
    --bs-alert-border-color: #b3efff;
}
.alert-info .alert-link {
    color: #00313e;
}
.alert-warning {
    --bs-alert-color: #4d2500;
    --bs-alert-bg: #ffd7b3;
    --bs-alert-border-color: #ffd7b3;
}
.alert-warning .alert-link {
    color: #3e1e00;
}
.alert-danger {
    --bs-alert-color: #4d1001;
    --bs-alert-bg: #ffc2b3;
    --bs-alert-border-color: #ffc2b3;
}
.alert-danger .alert-link {
    color: #3e0d01;
}
.alert-light {
    --bs-alert-color: rgba(6,  6,  6,  0.73);
    --bs-alert-bg: rgba(255,  255,  255,  0.73);
    --bs-alert-border-color: rgba(255,  255,  255,  0.73);
}
.alert-light .alert-link {
    color: rgba(4, 4, 4, .784);
}
.alert-dark {
    --bs-alert-color: black;
    --bs-alert-bg: #b3b3b3;
    --bs-alert-border-color: #b3b3b3;
}
.alert-dark .alert-link {
    color: #000;
}
.alert-inverse {
    --bs-alert-color: black;
    --bs-alert-bg: #b3b3b3;
    --bs-alert-border-color: #b3b3b3;
}
.alert-inverse .alert-link {
    color: #000;
}
.alert-blue {
    --bs-alert-color: #082347;
    --bs-alert-bg: #bbd6fa;
    --bs-alert-border-color: #bbd6fa;
}
.alert-blue .alert-link {
    color: #061c39;
}
.alert-indigo {
    --bs-alert-color: #2f204d;
    --bs-alert-bg: #e1d2ff;
    --bs-alert-border-color: #e1d2ff;
}
.alert-indigo .alert-link {
    color: #261a3e;
}
.alert-purple {
    --bs-alert-color: #391e4c;
    --bs-alert-bg: #ecd1fe;
    --bs-alert-border-color: #ecd1fe;
}
.alert-purple .alert-link {
    color: #2e183d;
}
.alert-pink {
    --bs-alert-color: #4d0027;
    --bs-alert-bg: #ffb3d9;
    --bs-alert-border-color: #ffb3d9;
}
.alert-pink .alert-link {
    color: #3e001f;
}
.alert-red {
    --bs-alert-color: #4d1001;
    --bs-alert-bg: #ffc2b3;
    --bs-alert-border-color: #ffc2b3;
}
.alert-red .alert-link {
    color: #3e0d01;
}
.alert-orange {
    --bs-alert-color: #4d2500;
    --bs-alert-bg: #ffd7b3;
    --bs-alert-border-color: #ffd7b3;
}
.alert-orange .alert-link {
    color: #3e1e00;
}
.alert-yellow {
    --bs-alert-color: #4d4100;
    --bs-alert-bg: #fff4b3;
    --bs-alert-border-color: #fff4b3;
}
.alert-yellow .alert-link {
    color: #3e3400;
}
.alert-green {
    --bs-alert-color: #013a14;
    --bs-alert-bg: #b4ecc6;
    --bs-alert-border-color: #b4ecc6;
}
.alert-green .alert-link {
    color: #012e10;
}
.alert-teal {
    --bs-alert-color: #003d3d;
    --bs-alert-bg: #b3efef;
    --bs-alert-border-color: #b3efef;
}
.alert-teal .alert-link {
    color: #003131;
}
.alert-lime {
    --bs-alert-color: #3a4600;
    --bs-alert-bg: #edf8b3;
    --bs-alert-border-color: #edf8b3;
}
.alert-lime .alert-link {
    color: #2e3800;
}
.alert-cyan {
    --bs-alert-color: #003d4d;
    --bs-alert-bg: #b3efff;
    --bs-alert-border-color: #b3efff;
}
.alert-cyan .alert-link {
    color: #00313e;
}
.alert-white {
    --bs-alert-color: #4d4d4d;
    --bs-alert-bg: white;
    --bs-alert-border-color: white;
}
.alert-white .alert-link {
    color: #3e3e3e;
}
.alert-gray {
    --bs-alert-color: #1f1f1f;
    --bs-alert-bg: #d1d1d1;
    --bs-alert-border-color: #d1d1d1;
}
.alert-gray .alert-link {
    color: #191919;
}
.alert-gray-dark {
    --bs-alert-color: #080808;
    --bs-alert-bg: #bababa;
    --bs-alert-border-color: #bababa;
}
.alert-gray-dark .alert-link {
    color: #060606;
}
.alert-muted {
    --bs-alert-color: #272727;
    --bs-alert-bg: #dadada;
    --bs-alert-border-color: #dadada;
}
.alert-muted .alert-link {
    color: #1f1f1f;
}
.alert-black {
    --bs-alert-color: black;
    --bs-alert-bg: #b3b3b3;
    --bs-alert-border-color: #b3b3b3;
}
.alert-black .alert-link {
    color: #000;
}
.alert-silver {
    --bs-alert-color: #474747;
    --bs-alert-bg: #fafafa;
    --bs-alert-border-color: #fafafa;
}
.alert-silver .alert-link {
    color: #393939;
}
.alert-gray-100 {
    --bs-alert-color: #494949;
    --bs-alert-bg: #fbfbfb;
    --bs-alert-border-color: #fbfbfb;
}
.alert-gray-100 .alert-link {
    color: #3a3a3a;
}
.alert-gray-200 {
    --bs-alert-color: #454545;
    --bs-alert-bg: #f8f8f8;
    --bs-alert-border-color: #f8f8f8;
}
.alert-gray-200 .alert-link {
    color: #373737;
}
.alert-gray-300 {
    --bs-alert-color: #3d3d3d;
    --bs-alert-bg: #f0f0f0;
    --bs-alert-border-color: #f0f0f0;
}
.alert-gray-300 .alert-link {
    color: #313131;
}
.alert-gray-400 {
    --bs-alert-color: #323232;
    --bs-alert-bg: #e4e4e4;
    --bs-alert-border-color: #e4e4e4;
}
.alert-gray-400 .alert-link {
    color: #282828;
}
.alert-gray-500 {
    --bs-alert-color: #272727;
    --bs-alert-bg: #dadada;
    --bs-alert-border-color: #dadada;
}
.alert-gray-500 .alert-link {
    color: #1f1f1f;
}
.alert-gray-600 {
    --bs-alert-color: #1f1f1f;
    --bs-alert-bg: #d1d1d1;
    --bs-alert-border-color: #d1d1d1;
}
.alert-gray-600 .alert-link {
    color: #191919;
}
.alert-gray-700 {
    --bs-alert-color: #131313;
    --bs-alert-bg: #c6c6c6;
    --bs-alert-border-color: #c6c6c6;
}
.alert-gray-700 .alert-link {
    color: #0f0f0f;
}
.alert-gray-800 {
    --bs-alert-color: #080808;
    --bs-alert-bg: #bababa;
    --bs-alert-border-color: #bababa;
}
.alert-gray-800 .alert-link {
    color: #060606;
}
.alert-gray-900 {
    --bs-alert-color: black;
    --bs-alert-bg: #b3b3b3;
    --bs-alert-border-color: #b3b3b3;
}
.alert-gray-900 .alert-link {
    color: #000;
}

/* -------------------------------
  	Progress Bars
------------------------------- */

@-webkit-keyframes progress-bar-stripes {
    0% {
		background-position-x: 1rem;
	}
}
@keyframes progress-bar-stripes {
    0% {
		background-position-x: 1rem;
	}
}
.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.5625rem;
    --bs-progress-bg: var(--app-component-secondary-bg);
    --bs-progress-border-radius: 4px;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0,  0,  0,  0.075);
    --bs-progress-bar-color: #FFFFFF;
    --bs-progress-bar-bg: #1c75ee;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion:reduce) {
    .progress-bar {
		transition: none;
	}
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
		.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

/* -------------------------------
  	Toast
------------------------------- */

.toast {
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 10px;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.8125rem;
    --bs-toast-bg: rgba(var(--app-component-dropdown-bg-rgb),  0.98);
    --bs-toast-border-width: 0;
    --bs-toast-border-color: var(--app-component-dropdown-border-color);
    --bs-toast-border-radius: 4px;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0,  0,  0,  0.15);
    --bs-toast-header-color: var(--app-component-color);
    --bs-toast-header-bg: rgba(var(--app-component-dropdown-bg-rgb),  0.85);
    --bs-toast-header-border-color: rgba(0,  0,  0,  0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    position: absolute;
    z-index: 1090;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
    margin-right: calc(var(--bs-toast-padding-x) * -.5);
    margin-left: var(--bs-toast-padding-x);
}
.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}
.toast-container {
	position: fixed;
	top: 50px;
	margin-top: .9375rem;
	right: .9375rem;
	z-index: 1010;
}
.toast .toast-header {
	border-bottom-width: 1px;
	border-color: var(--app-component-dropdown-border-color);
}
.toast-container{
	position:absolute;
	width:100%;
	bottom:10px;
	padding-bottom:10px;
}

/* -------------------------------
  	Modals
------------------------------- */

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 0.9375rem;
	--bs-modal-margin: 1.75rem;
	--bs-modal-bg: #f1f1f1;
	--bs-modal-border-color: #e2e2e2;
	--bs-modal-border-width: 0;
	--bs-modal-border-radius: 6px;
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0,  0,  0,  0.075);
	--bs-modal-inner-border-radius: 6px;
	--bs-modal-header-padding-x: 0.9375rem;
	--bs-modal-header-padding-y: 0.9375rem;
	--bs-modal-header-padding: 0.5375rem 0.9375rem;
	--bs-modal-header-border-color: #e2e2e2;
	--bs-modal-header-border-width: 1px;
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-border-color: #e2e2e2;
	--bs-modal-footer-border-width: 1px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000000;
	--bs-backdrop-opacity: 0.45;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
}
.modal-content {
	background-color: #ededed;
}
.modal-form-fields .modal-body .form-control {
	margin-bottom: 1rem;
}
.modal-body label .btn {
	margin-top: -2px;
	margin-left: 3px;
}
.modal-body label {
	font-weight:500;
}
.modal-label label {
	margin-bottom: 2px;
}
.modal-body img {
	max-width:100%;
}
.modal-content-invoice {
	background-color: #ffffff;
	height: 90vh;
	padding: 1em 1.6em .3em;
	padding-top: 5px;
}
.modal-xxl {
	--bs-modal-width: 1300px;
}

/* -------------------------------
  	Tooltips
------------------------------- */

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.46875rem;
    --bs-tooltip-padding-y: 0.234375rem;
    --bs-tooltip-margin: 0;
    --bs-tooltip-font-size: 0.80rem;
    --bs-tooltip-color: #FFFFFF;
    --bs-tooltip-bg: #000000;
    --bs-tooltip-border-radius: 4px;
    --bs-tooltip-opacity: 0.95;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}

/* -------------------------------
  	Carousel
------------------------------- */

.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-item {
		transition: none;
	}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
		transition: none;
	}
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
		transition: none;
	}
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}

/* -------------------------------
  	Spinner
------------------------------- */

.spinner-border, .spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@-webkit-keyframes spinner-border {
    to {
		transform: rotate(360deg);
	}
}
@keyframes spinner-border {
    to {
		transform: rotate(360deg);
	}
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}
.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
@keyframes spinner-grow {
    0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion:reduce) {
		.spinner-border, .spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}
.spinner {
	height: 36px;
	width: 36px;
	border: 2px solid #1a1a1a;
	border-top-color: #fff;
	border-radius: 36px;
	-webkit-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
}
.spinner.spinner-sm {
	height: 28px;
	width: 28px;
}

/* -------------------------------
  	Dropdown Menu
------------------------------- */

.dropdown-menu {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.dropdown-menu .dropdown-item {
	font-weight: 500;
}
.dropdown-menu.media-list {
	max-width: 360px;
	padding: 0;
}
.dropdown-menu {
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-color: #20252a;
	--bs-dropdown-bg: #ffffff;
	--bs-dropdown-border-color: rgb(32 37 42 / 10%);
	--bs-dropdown-border-radius: 4px;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-inner-border-radius: 4px;
	--bs-dropdown-divider-bg: rgb(32 37 42 / 10%);
	--bs-dropdown-divider-margin-y: 0.46875rem;
	--bs-dropdown-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	--bs-dropdown-link-color: rgb(32 37 42 / 85%);
	--bs-dropdown-link-hover-color: #20252a;
	--bs-dropdown-link-hover-bg: #eff1f3;
	--bs-dropdown-link-active-color: #ffffff;
	--bs-dropdown-link-active-bg: #348fe2;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-item-padding-x: 0.9375rem;
	--bs-dropdown-item-padding-y: 0.309375rem;
	--bs-dropdown-header-color: #20252a;
	--bs-dropdown-header-padding-x: 0.9375rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 9rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 0.77rem;
	color: #20252a;
	text-align: center;
	list-style: none;
	background-color: #ffffff;
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid rgb(32 37 42 / 10%);
	border-radius: 4px;
}
.navbar-nav .dropdown-menu {
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 0.83rem;
	--bs-dropdown-color: var(--app-component-color);
	--bs-dropdown-bg: var(--app-component-dropdown-bg);
	--bs-dropdown-border-color: rgba(var(--app-component-color-rgb),  0.1);
	--bs-dropdown-border-radius: 4px;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-inner-border-radius: 4px;
	--bs-dropdown-divider-bg: rgba(var(--app-component-color-rgb),  0.1);
	--bs-dropdown-divider-margin-y: 0.46875rem;
	--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0,  0,  0,  0.15);
	--bs-dropdown-link-color: var(--app-component-dropdown-link);
	--bs-dropdown-link-hover-color: var(--app-component-color);
	--bs-dropdown-link-hover-bg: var(--app-component-dropdown-hover-bg);
	--bs-dropdown-link-active-color: var(--app-component-active-color);
	--bs-dropdown-link-active-bg: var(--app-component-active-bg);
	--bs-dropdown-link-disabled-color: #828282;
	--bs-dropdown-item-padding-x: 0.9375rem;
	--bs-dropdown-item-padding-y: 0.309375rem;
	--bs-dropdown-header-color: var(--app-component-color);
	--bs-dropdown-header-padding-x: 0.9375rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}
.navbar-nav .dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 500;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.navbar-nav .dropdown-item:focus {
	color: var(--app-component-dropdown-link-hover);
	background-color: var(--app-component-dropdown-hover-bg);
}
.navbar-nav .dropdown-item:hover {
	color: var(--app-component-dropdown-link-hover);
	background-color: var(--app-component-dropdown-hover-bg);
}
.navbar-nav .dropdown-item.active {
	color: var(--app-component-dropdown-link-hover);
	text-decoration: none;
	background-color: var(--app-component-dropdown-link-active-bg);
}
.navbar-nav .dropdown-item:active {
	color: var(--app-component-dropdown-link-hover);
	text-decoration: none;
	background-color: var(--app-component-dropdown-link-active-bg);
}
.dropdown-divider {
	height: 0;
	margin: 0.26875rem 0;
	overflow: hidden;
	border-top: 1px solid rgb(32 37 42 / 10%);
	opacity: 1;
}
.app-megamenu i {
	color: var(--app-component-dropdown-arrow-color);
}
.app-megamenu .badge-1 {
	background:#d50000;
}
.app-megamenu .badge-1 i {
	color: #ebebeb;
}
.app-megamenu .h6 {
	color:var(--app-component-dropdown-link);
}
.app-megamenu p {
	color:var(--app-component-dropdown-link);
}
.app-megamenu .app-megasettings a {
	color:var(--app-component-dropdown-link);
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #ccc;
	pointer-events: none;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: .6875rem;
	color: var(--bs-dropdown-header-color);
	white-space: nowrap;
}
.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
	--bs-dropdown-color: #828282;
	--bs-dropdown-bg: #1a1a1a;
	--bs-dropdown-border-color: rgba(var(--app-component-color-rgb),  0.1);
	--bs-dropdown-link-color: #828282;
	--bs-dropdown-link-hover-color: #FFFFFF;
	--bs-dropdown-divider-bg: #404040;
	--bs-dropdown-link-hover-bg: #404040;
	--bs-dropdown-link-active-color: var(--app-component-active-color);
	--bs-dropdown-link-active-bg: var(--app-component-active-bg);
	--bs-dropdown-link-disabled-color: #828282;
	--bs-dropdown-header-color: #828282;
}

/* -------------------------------
  	Note
------------------------------- */

.note {
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    display: flex;
    flex: 1;
    border-left: 3px solid;
}
.note .note-icon {
    width: 80px;
    font-size: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.note .note-content {
    padding: 15px;
    flex: 1;
}
.note .note-content .h1, .note .note-content .h2, .note .note-content .h3, .note .note-content .h4, .note .note-content .h5, .note .note-content .h6, .note .note-content h1, .note .note-content h2, .note .note-content h3, .note .note-content h4, .note .note-content h5, .note .note-content h6 {
    color: inherit;
}
.note.note-with-end-icon {
    border-left: none;
    border-right: 3px solid;
}
.note.note-default {
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .25);
    color: rgba(179, 179, 179, .25);
}
.note.note-primary {
    background: #4b92f2;
    color: #083169;
}
.note.note-secondary {
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .25);
    color: rgba(179, 179, 179, .25);
}
.note.note-success {
    border-color: #04c142;
    background: #05f353;
    color: #012b0f;
}
.note.note-info {
    border-color: #00cbff;
    background: #33d5ff;
    color: #005166;
}
.note.note-warning {
    border-color: #ff7b01;
    background: #ff9634;
    color: #673100;
}
.note.note-danger {
    border-color: #ff3502;
    background: #ff5e35;
    color: #681500;
}
.note.note-light {
    background: #fff;
    color: #000;
}
.note.note-dark {
    border-color: #000;
    background: #1a1a1a;
    color: #000;
}
.note.note-inverse {
    border-color: #000;
    background: #1a1a1a;
    color: #000;
}
.note.note-blue {
    border-color: #1c75ee;
    background: #4b92f2;
    color: #083169;
}
.note.note-indigo {
    border-color: #9c6aff;
    background: #be9dff;
    color: #4600d0;
}
.note.note-purple {
    border-color: #bf65fd;
    background: #d497fe;
    color: #7703c6;
}
.note.note-pink {
    border-color: #ff0081;
    background: #ff339a;
    color: #660034;
}
.note.note-red {
    border-color: #ff3502;
    background: #ff5e35;
    color: #681500;
}
.note.note-orange {
    border-color: #ff7b01;
    background: #ff9634;
    color: #673100;
}
.note.note-yellow {
    border-color: #ffd900;
    background: #ffe133;
    color: #665700;
}
.note.note-green {
    border-color: #04c142;
    background: #05f353;
    color: #012b0f;
}
.note.note-teal {
    border-color: #01caca;
    background: #01fdfd;
    color: #003232;
}
.note.note-lime {
    border-color: #c2e900;
    background: #d9ff1d;
    color: #435000;
}
.note.note-cyan {
    border-color: #00cbff;
    background: #33d5ff;
    color: #005166;
}
.note.note-white {
    border-color: #fff;
    background: #fff;
    color: #b3b3b3;
}
.note.note-gray {
    border-color: #666;
    background: gray;
    color: #1a1a1a;
}
.note.note-gray-dark {
    border-color: #1a1a1a;
    background: #343434;
    color: #000;
}
.note.note-muted {
    border-color: #828282;
    background: #9c9c9c;
    color: #363636;
}
.note.note-black {
    border-color: #000;
    background: #1a1a1a;
    color: #000;
}
.note.note-silver {
    border-color: #eee;
    background: #fff;
    color: #a2a2a2;
}
.note.note-gray-100 {
    border-color: #f2f2f2;
    background: #fff;
    color: #a6a6a6;
}
.note.note-gray-200 {
    border-color: #e6e6e6;
    background: #fff;
    color: #9a9a9a;
}
.note.note-gray-300 {
    border-color: #ccc;
    background: #e6e6e6;
    color: gray;
}
.note.note-gray-400 {
    border-color: #a6a6a6;
    background: silver;
    color: #5a5a5a;
}
.note.note-gray-500 {
    border-color: #828282;
    background: #9c9c9c;
    color: #363636;
}
.note.note-gray-600 {
    border-color: #666;
    background: gray;
    color: #1a1a1a;
}
.note.note-gray-700 {
    border-color: #404040;
    background: #5a5a5a;
    color: #000;
}
.note.note-gray-800 {
    border-color: #1a1a1a;
    background: #343434;
    color: #000;
}
.note.note-gray-900 {
    border-color: #000;
    background: #1a1a1a;
    color: #000;
}

/* -------------------------------
  	Panels
------------------------------- */

.panel {
    background-color: transparent;
    border: none;
    margin-bottom: 1.246875rem;
    box-shadow: none;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}
.panel .panel-body, .panel .panel-footer, .panel .panel-toolbar {
    flex: 1 1 auto;
}
.panel .panel-heading {
    padding: .75rem .9375rem;
    border: none;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.panel .panel-heading .panel-title {
    font-size: 14px;
    margin: 0;
    line-height: 1.35;
    flex: 1;
}
.panel .panel-heading .panel-title>a {
    color: inherit;
    display: block;
}
.panel .panel-heading .panel-title>a:focus, .panel .panel-heading .panel-title>a:hover {
    text-decoration: none;
}
.panel .panel-heading .panel-heading-btn {
    display: flex;
    align-items: center;
}
.panel .panel-heading .panel-heading-btn>a+a {
    margin-left: 5px;
}
.panel .panel-heading .panel-heading-btn .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.panel .panel-heading .tab-overflow {
    flex: 1;
}
.panel .panel-body {
    padding: .9375rem .9375rem;
	padding-top: 25px;
}
.panel .panel-body:after, .panel .panel-body:before {
    content: "";
    display: table;
    clear: both;
}
.panel .panel-toolbar {
    padding: .75rem .9375rem;
}
.panel .panel-footer {
    border-top: 1px solid var(--app-component-border-color);
    padding: .75rem .9375rem;
}
.panel [class^=col-].ui-sortable {
    min-height: 0;
}
.panel.panel-default>.panel-heading {
	color: #333;
}
.panel.panel-inverse>.panel-heading {
    background: var(--bs-gray-800);
    color: var(--bs-white);
}
.panel.panel-loading .panel-body {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.panel.panel-loading .panel-body .panel-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--app-component-bg);
    opacity: .9;
    z-index: 1030;
    -webkit-animation: fadeIn .2s;
    animation: fadeIn .2s;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel.panel-expand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1049;
    display: flex;
    flex: 1;
    flex-direction: column;
    border-radius: 0;
}
.panel.panel-expand>.panel-body, .panel.panel-expand>.panel-footer, .panel.panel-expand>.panel-heading {
    border-radius: 0;
}
.panel.panel-expand>.panel-body {
    overflow-x: scroll;
    flex: 1;
}
.panel.panel-expand>.panel-body>.slimScrollDiv {
    height: 100%!important;
}
.panel.panel-expand>.panel-body>.slimScrollDiv>div:not(.slimScrollBar):not(.slimScrollRail) {
    height: 100%!important;
}
.panel.panel-expand>.panel-heading {
    flex: 0;
}
.panel.panel-expand>.panel-heading .fa-expand:before {
    content: "\f066"}
.panel.panel-expand>.hljs-wrapper {
    max-height: 50%;
    overflow: scroll;
}
.panel.panel-hover-icon .panel-heading .panel-heading-btn .btn i {
    visibility: hidden;
}
.panel.panel-hover-icon .panel-heading:focus .panel-heading-btn .btn i, .panel.panel-hover-icon .panel-heading:hover .panel-heading-btn .btn i {
    visibility: visible;
}
.panel.panel-with-tabs .panel-heading>.nav-tabs {
    margin-top: -.375rem;
    margin-bottom: -.75rem;
    border-bottom: none;
}
.panel.panel-with-tabs .panel-heading>.nav-tabs .nav-item .nav-link {
    border: none;
    margin: 0;
}
.panel-expand .app-content {
    z-index: 9999;
}
.panel-expand .app-content .panel.panel-expand {
    background: var(--app-component-bg);
}
.panel .panel-noborders {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border:none;
}
@-webkit-keyframes rotation {
    from {
		transform: rotate(0);
	}
	to {
		transform: rotate(359deg);
	}
}
@keyframes rotation {
    from {
		transform: rotate(0);
	}
	to {
		transform: rotate(359deg);
	}
}
.ui-sortable .panel-heading {
	cursor: move;
}
.ui-sortable .ui-sortable-placeholder {
	border: 1px dashed #737373!important;
	visibility: visible!important;
	background: 0 0!important;
	margin: 0!important;
}
.ui-sortable .ui-sortable-placeholder.panel {
	margin: -1px -1px 19px!important;
	box-shadow: none!important;
}
.ui-sortable.ui-sortable-disabled .panel-heading {
	cursor: default;
}
.panel-m-title {
	margin: 0;
}
.panel-m-title h5 {
	margin-top: 13.4px;
	margin-right: 10px;
	color: #333;
	text-transform: uppercase;
	font-size: 14.4px;
}
.panel .panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel .panel-body {
	padding-left: 0px;
	padding-right: 0px;
}
.panel .app-panelbody-main {
	padding-left: 0px;
	padding-right: 0px;
}
.panel .app-panelbody-2 {
	padding-left: 30px;
	padding-right: 30px;
}

/* -------------------------------
  	Widget Cards
------------------------------- */

.widget-card {
    width:100%;
	position: relative;
    margin-bottom: .9375rem;
    display: block;
    text-decoration: none;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem;
}
.widget-card .widget-card-a {
	color: #767676;
}
.widget-card .widget-card-a:hover {
	color: #5d5d5d;
}
.widget-card .widget-card-header {
	position: relative;
	padding: .9375rem;
	padding-bottom: 0px;
	font-weight:700;
	font-size: 15px;
	color: #555;
}
.widget-card .widget-card-content {
    padding: .9375rem;
    position: relative;
}
.widget-card .widget-card-footer {
	position: relative;
	padding: .9375rem;
	padding-top: 0px;
	font-weight:700;
	font-size: 14px;
	color: #555;
}
.widget-card .widget-card-content .widget-card-icon i {
	font-size: 4em;
}
.widget-card-stats-icon {
	font-size: 128px;
	top: .9375rem;
	color: #e4e4e4;
	width: 168px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	margin-left: .9375rem;
	text-shadow: 3px 7px rgba(0, 0, 0, .25);
	opacity: .15;
	right: 0;
}
.widget-card-stats-icon i {
	position: relative;
}
.widget-card .widget-card-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: 0.375rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.widget-card .widget-card-cover .widget-card-cover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    margin: -20% 0 0 -20%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-card .widget-card-cover .widget-card-cover-icon .fa {
    font-size: 1.5vw;
    line-height: 1.5vw;
}
.widget-card.square {
    padding-top: 100%;
    overflow: hidden;
}
.widget-card.square .widget-card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.widget-card.square .widget-card-content.bottom {
    top: auto;
}
.widget-card .widget-card-content-logo {
	display: flex;
	height: 78%;
}
.widget-card-center {
	text-align:center;
	align-content: center;
}
.widget-card-center img {
	text-align: center;
	width: 100%;
	max-height: 85px;
	margin-left: auto;
	margin-right: auto;
	align-self: center;
	object-fit: contain;
}
.widget-card-center .widget-card-footer {
	align-self: flex-end;
}
.inverse-mode .widget-card, .inverse-mode.widget-card {
    color: #fff;
}
.inverse-mode .widget-card .widget-card-cover, .inverse-mode.widget-card .widget-card-cover {
    background-color: #1a1a1a;
}
.widget {
    overflow: hidden;
    margin-bottom: 20px;
    background: var(--app-component-bg);
    color: inherit;
    padding: 0;
}
.widget .widget-header {
    border-bottom: 1px solid var(--app-component-border-color);
    color: var(--app-component-color);
    display: flex;
    align-items: center;
}
.widget .widget-header .widget-header-title {
    margin: 0;
    font-size: .75rem;
    padding: .61875rem .9375rem;
    flex: 1;
}
.widget .widget-header .widget-header-icon {
    padding: .61875rem .9375rem;
}
.widget .widget-header .widget-header-icon+.widget-header-icon {
    padding-left: 0;
}
.widget .widget-body {
    padding: .9375rem;
}
.widget-list {
	background: #fdfdfd;
	border-radius: 0.375rem;
}
.widget-list-card {
	margin-bottom: 10px;
}
.widget-card .widget-list-header {
	position: relative;
	padding: .9375rem;
	font-weight:700;
	font-size: 15px;
	color: #555;
}
.widget-list .widget-list-item {
	text-decoration: none;
	color: var(--app-component-color);
	display: flex;
}
.widget-list .widget-list-item+.widget-list-item .widget-list-action, .widget-list .widget-list-item+.widget-list-item .widget-list-content {
	border-top: 1px solid var(--app-component-border-color);
}
.widget-list .widget-list-item .widget-list-action, .widget-list .widget-list-item .widget-list-content, .widget-list .widget-list-item .widget-list-media {
	padding: .75875rem .9375rem;
}
.widget-list .widget-list-item .widget-list-action+div, .widget-list .widget-list-item .widget-list-content+div, .widget-list .widget-list-item .widget-list-media+div {
	padding-left: 0;
}
.widget-list .widget-list-item .widget-list-media.icon {
	padding-top: .3121875rem;
	padding-bottom: .3121875rem;
}
.widget-list .widget-list-item .widget-list-media.icon i {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 8px;
	color: #fff;
}
.widget-list .widget-list-item .widget-list-media img {
	max-width: 100%;
	max-height: 100%}
.widget-list .widget-list-item .widget-list-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.widget-list .widget-list-item .widget-list-action {
	display: flex;
	align-items: center;
}
.widget-list .widget-list-item .widget-list-title {
	font-size: .875rem;
	margin: 0;
	font-weight:400;
	color: #444;
}
.widget-list .widget-list-item .widget-list-desc {
	font-size: .8rem;
	margin: 0;
	color: #888888;
}
.widget-list-action i {
	color: #888888;
}
.admin-logs-record .widget-list-item .widget-list-media img {
	width: 50px;
	height: 38px;
	object-fit: cover;
}

/* -------------------------------
  	Error
------------------------------- */

.error {
    margin: 0 auto;
    text-align: center;
    height: 100vh;
    position: relative;
    z-index: 1010;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error .error-code, .error .error-content {
    flex: 1;
    transform: translateZ(0);
}
.error .error-code {
    color: var(--app-component-color);
    font-size: 200px;
    line-height: 1;
    text-shadow: 10px 10px 0 rgba(var(--app-component-color-rgb), .2);
    padding: 1.875rem;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.error .error-content {
    bottom: 0;
    padding: 1.875rem;
    background: var(--app-component-bg);
}
.error .error-message {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: .5px;
    margin-bottom: .46875rem;
}
.error .error-desc {
    font-size: .75rem;
    color: rgba(255, 255, 255, .5);
    letter-spacing: .5px;
}
.error-2 {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1010;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* -------------------------------
  	Login
------------------------------- */

.login.login-v1 {
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1010;
    display: flex;
    align-items: center;
}
.login.login-v1 .login-container {
    flex: 1;
}
.login.login-v1 .login-container .login-header {
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.login.login-v1 .login-container .login-header .brand {
    padding: 0;
    font-size: 28px;
    color: var(--app-component-color);
    font-weight: 300;
    flex: 1;
}
.login.login-v1 .login-container .login-header .brand {
    color:#eaeaea;
}
.login.login-v1 .passilabels label {
    margin-top:-8px;
}
.login.login-v1 .login-container .login-header .brand .logo {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 40px;
    margin-right: 10px;
}
.login.login-v1 .login-container .login-header .brand .logo:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 40px;
}
.login.login-v1 .login-container .login-header .brand .logo:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .75);
    border-radius: 40px;
}
.login.login-v1 .login-container .login-header .brand .small, .login.login-v1 .login-container .login-header .brand small {
    font-size: 13px;
    display: block;
    color: rgba(var(--app-component-color-rgb), .5);
    font-weight: 400;
}
.login.login-v1 .login-container .login-header .icon {
    color: rgba(var(--app-component-color-rgb), .5);
}
.login.login-v1 .login-container .login-header .icon i {
    font-size: 64px;
}
.login.login-v1 .login-container .login-body {
    padding: 30px;
    background: rgba(0, 0, 0, .5);
}
.login.login-v1 .login-container .login-body .login-content {
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
}
.login-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-cover .login-cover-bg, .login-cover .login-cover-img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.login-cover .login-cover-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .45) 0, rgba(0, 0, 0, .9));
}
.login-cover .login-cover-img {
    transition: background .2s ease;
}

/* -------------------------------
  	Dropzone
------------------------------- */

.dropzone {
    border: 2px dashed var(--app-component-border-color)!important;
    background: 0 0!important;
}
.dropzone .dz-message {
    font-weight: 400!important;
    color: inherit!important;
    font-size: 1.0rem!important;
    text-align: center!important;
    margin: 1.5125rem 0!important;
}
.dropzone .dz-message .dz-note {
    font-size: .875rem!important;
    font-weight: 400!important;
    display: block!important;
    margin-top: .9375rem;
    color: rgba(var(--app-component-color-rgb), .5);
}
.dropzone .dz-preview .dz-image {
    border-radius: 6px!important;
}
.dropzone .dz-preview .dz-error-message {
    background: #ff3502!important;
}
.dropzone .dz-preview .dz-error-message:after {
    border-bottom-color: #ff3502!important;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background: 0 0!important;
}
.dropzone .dz-preview .dz-error-mark {
    z-index: 1020!important;
}
.dropzone .dz-preview .dz-error-mark:before {
    content: "\f00d";
    width: 54px;
    height: 54px;
    background: #999;
    font-size: 28px;
    color: #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.dropzone .dz-preview .dz-error-mark:focus:before, .dropzone .dz-preview .dz-error-mark:hover:before {
    background: #737373;
    color: #262626;
}
.dropzone .dz-preview .dz-error-mark svg {
    display: none!important;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    background: rgba(255, 255, 255, .1)!important;
    border-radius: 4px!important;
}
.dropzone .dz-preview.dz-image-preview {
    background: 0 0!important;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.additional_img {
	text-align: center;
}
.additional_img .dz-preview.dz-image-preview {
	background: 0 0 !important;
	display: inline-table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.dropzone.dz-clickable:focus, .dropzone.dz-clickable:hover {
    background: var(--bs-light)!important;
}
.dropzone.dz-clickable .dz-message {
    cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-clickable.dz-started:focus, .dropzone.dz-clickable.dz-started:hover {
    background: 0 0!important;
}
.inverse-mode .dropzone {
    border-color: rgba(255, 255, 255, .25)!important;
}
.inverse-mode .dropzone .dz-clickable:focus, .inverse-mode .dropzone .dz-clickable:hover {
    background: rgba(255, 255, 255, .15)!important;
}
.inverse-mode .dropzone .dz-message {
    color: inherit!important;
}
.inverse-mode .dropzone .dz-message .dz-note {
    color: rgba(255, 255, 255, .75)!important;
}
.dropzone .dz-preview .dz-image img {
	object-fit: contain;
	max-height: 200px;
}
.dropzone .dz-preview .dz-image {
	width: 100%;
	height: auto;
}
.additional_img .dz-preview .dz-image {
	width: 100px;
	height: 100px;
}
.additional_img .dz-preview .dz-image img {
	object-fit: cover;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	display:none;
}
.dz-btn {
	z-index: 21;
	position: relative;
	text-decoration: none !important;
}

/* -------------------------------
  	UI Widget
------------------------------- */

.ui-widget {
    font-family: inherit;
}
.ui-widget.ui-autocomplete {
    padding: .46875rem 0;
    border: none;
    font-size: .75rem;
    background-color: var(--app-component-dropdown-bg);
    z-index: 1020;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 0 0 4px 4px;
}
.ui-widget.ui-autocomplete .ui-menu-item-wrapper {
    padding: .5rem 1rem;
    font-weight: 500;
    color: rgba(var(--app-component-color-rgb), .85);
}
.ui-widget.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: var(--app-component-dropdown-hover-bg);
    border: none;
    color: var(--app-component-hover-color);
    margin: 0;
    border-radius: 0;
}

/* -------------------------------
  	Pace Loader
------------------------------- */

.pace .pace-progress {
    top: 0;
    height: 3px;
    background: var(--bs-white);
    transition: all .2s linear;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 1030;
    top: 15px!important;
    right: 10px;
    width: .9375rem;
    height: .9375rem;
    border: 2px solid transparent;
    border-top-color: var(--bs-white);
    border-left-color: var(--bs-white);
    -webkit-animation: pace-spinner .4s linear infinite;
    animation: pace-spinner .4s linear infinite;
    border-radius: 40px;
}

/* -------------------------------
  	Tagit
------------------------------- */

.tagit.ui-widget {
    border: 1px solid var(--app-component-border-color);
    background: var(--app-component-bg);
    padding: .291375rem .75rem 0;
    margin-bottom: 0;
    font-family: inherit;
    min-height: calc(1.5em + .875rem + 2px);
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}
.tagit.ui-widget li {
    float: none;
    margin: 0 .291375rem .21875rem 0;
}
.tagit.ui-widget li.tagit-choice {
    background: var(--app-component-secondary-bg);
    border: none;
    color: var(--app-component-color);
    padding: .175rem .75rem;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: center;
    border-radius: 4px;
	margin:5px;
    margin-bottom:10px;
    margin-left:1px;
    margin-right:10px;
    padding:4px;
    padding-left:10px;
    padding-right:10px;
}
.tagit.ui-widget li.tagit-choice .tagit-label {
    flex: 1;
    padding-right: .75rem;
	text-transform: uppercase;
    font-size: 12px;
}
.tagit.ui-widget li.tagit-choice .tagit-close {
    line-height: 1;
    text-align: center;
    top: 0;
    margin: 0;
    right: 0;
    margin: -5px -8px;
    padding: 5px 8px;
    position: relative;
    color: inherit;
}
.tagit.ui-widget li.tagit-choice .tagit-close .ui-icon-close {
    background: 0 0;
    height: auto;
    width: auto;
    text-indent: 0;
    margin-top: 0;
    font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.tagit.ui-widget li.tagit-choice .tagit-close .ui-icon-close:before {
    content: "\f00d";
    font-size: inherit;
    color: inherit;
    opacity: .5;
}
.tagit.ui-widget li.tagit-choice .tagit-close:focus .ui-icon-close:before, .tagit.ui-widget li.tagit-choice .tagit-close:hover .ui-icon-close:before {
    opacity: .75;
    color: inherit;
}
.tagit.ui-widget li.tagit-new {
    padding: 0;
}
.tagit.ui-widget li.tagit-new input {
    height: 100%;
    font-family: inherit;
    font-weight: 500;
    font-size: .75rem;
    min-height: 1.475rem;
    color: var(--app-component-color);
}
.tagit.ui-widget.white li.tagit-choice {
    background: #fff;
    color: #1a1a1a;
    box-shadow: inset 0 0 0 1px #ccc;
}
.tagit.ui-widget.inverse li.tagit-choice {
    background: #404040;
    color: #fff;
}
.tagit.ui-widget.primary li.tagit-choice {
    background: #1c75ee;
    color: #fff;
}
.tagit.ui-widget.info li.tagit-choice {
    background: #00cbff;
    color: #fff;
}
.tagit.ui-widget.success li.tagit-choice {
    background: #01caca;
    color: #fff;
}
.tagit.ui-widget.warning li.tagit-choice {
    background: #ff7b01;
    color: #fff;
}
.tagit.ui-widget.danger li.tagit-choice {
    background: #ff3502;
    color: #fff;
}

/* -------------------------------
   Tagify
------------------------------- */

.tagify {
	width: 100%;
	max-width: 700px;
	background: white;
	font-size: 13px;
	font-weight: 400;
}
.tagify__dropdown.users-list .tagify__dropdown__item{
	padding: .5em .7em;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0 1em;
	grid-template-areas: "avatar name"
                         "avatar email";
}
.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap{
	transform: scale(1.2);
}
.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap{
	grid-area: avatar;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background: #EEE;
	transition: .1s ease-out;
}
.tagify__dropdown.users-list img{
	width: 100%;
	vertical-align: top;
}
.tagify__dropdown.users-list strong{
	grid-area: name;
	width: 100%;
	align-self: center;
}
.tagify__dropdown.users-list span{
	grid-area: email;
	width: 100%;
	font-size: .9em;
	opacity: .6;
}
.tagify__dropdown.users-list .tagify__dropdown__item__addAll{
	border-bottom: 1px solid #DDD;
	gap: 0;
}
/* Tags items */
.tagify__tag{
	white-space: nowrap;
	padding-left: 5px;
    padding-right: 5px;
}
.tagify__tag:hover .tagify__tag__avatar-wrap{
	transform: scale(1.6) translateX(-10%);
}
.tagify__tag .tagify__tag__avatar-wrap{
	width: 16px;
	height: 16px;
	white-space: normal;
	border-radius: 50%;
	background: silver;
	margin-right: 5px;
	transition: .12s ease-out;
}
.tagify__tag img{
	width: 100%;
	vertical-align: top;
	pointer-events: none;
}
.tagify__input {
	background: #f4f4f4;
}
.tagify--focus {
	background-color: #f4f4f4;
	border-color: rgba(255, 255, 255, .5);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(162, 162, 162, .25);
}
.tags-look .tagify__dropdown__item{
	display: inline-block;
	border-radius: 3px;
	padding: .3em .5em;
	border: 1px solid #CCC;
	background: #F3F3F3;
	margin: .2em;
	font-size: .85em;
	color: black;
	transition: 0s;
}
.tags-look .tagify__dropdown__item--active{
	color: black;
}
.tags-look .tagify__dropdown__item:hover{
	background: lightyellow;
	border-color: gold;
}

/* -------------------------------
   2 Factor Auth
------------------------------- */

#security-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 5555555555;
	top: 0;
	left: 0;
	background:#000;
	overflow-x: hidden;
	transition: 0.5s;
}
#security-cover {
	background:#000;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
}
#security-cover-caption {
	width: 100%;
	position: relative;
	z-index: 1;
}
#security-form:before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: -1;
	border-radius: 10px;
}
.security-fix{
	font-size: 1.5rem;
	color: #fff;
}

/* -------------------------------
   Full Calendar
------------------------------- */

.wt-calendar .fc .fc-col-header-cell-cushion {
	color: #222;
	font-size: 12px;
}
.wt-calendar .fc .fc-daygrid-day-number {
	font-size: 12px;
	color: #444444;
}
.wt-calendar .fc-direction-ltr .fc-daygrid-event.fc-event-start, .wt-calendar .fc-direction-rtl .fc-daygrid-event.fc-event-end {
	font-size: 12px;
}
.wt-calendar .fc-event {
	font-size: 14px;
	color: #444;
}
.wt-calendar .fc table {
	font-size: 15px;
}
.wt-calendar .fc-event .fc-event-main {
	margin-left: 5px;
}
.wt-calendar .fc-view, .fc-view>table {
	background: #ffffff;
}
.wt-calendar .fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
	color: #444;
	font-weight: 600;
}
.wt-calendar .fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
	color: #444;
	font-weight: 600;
}

.wt-calendar .fc .fc-button-group > .fc-button {
	font-weight: 600;
	padding: 5px 10px;
	font-size: 12px;
}
.wt-calendar .fc .fc-button {
	color: #2f2f2f;
	background: #fff;
	border-color: #e2e7eb;
}
.wt-calendar .fc .fc-button:active,
.wt-calendar .fc .fc-button:focus,
.wt-calendar .fc .fc-button:hover {
	background: #484848;
	border-color: #484848;
	color: #ffffff;
	outline: none;
}
.wt-calendar .fc .fc-button.fc-state-disabled:active,
.wt-calendar .fc .fc-button.fc-state-disabled:focus,
.wt-calendar .fc .fc-button.fc-state-disabled:hover {
	background: #484848;
	color: #fff;
}
.wt-calendar .fc .fc-button-primary:not(:disabled).fc-button-active, .wt-calendar .fc .fc-button-primary:not(:disabled):active {
	background: #484848;
	border-color: #484848;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
	color: #ffffff;
}
.wt-calendar .fc .fc-daygrid-day-top {
	justify-self: center;
}
.wt-calendar .fc-theme-standard th {
	font-weight: 500;
	background: #f7f7f7;
}
.wt-calendar .fc .fc-button .fc-icon {
	font-size: 15px;
	vertical-align: middle;
	width: auto;
	height: auto;
	line-height: 1.20em;
}
.wt-calendar .fc-unthemed .fc-content, .wt-calendar .fc-unthemed .fc-divider, .wt-calendar .fc-unthemed .fc-list-heading td, .wt-calendar .fc-unthemed .fc-list-view, .wt-calendar .fc-unthemed .fc-popover, .wt-calendar .fc-unthemed .fc-row, .wt-calendar .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .wt-calendar .fc-unthemed thead {
	border-color: #ededed;
}
.wt-calendar .fc-toolbar h2 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.wt-calendar .fc-button-group>* {
	text-transform: capitalize;
}

.wt-calendar-popup {
	width:auto;
	max-width:300px;
	height:auto;
	background:#fff;
	color: #000000;
	box-shadow: rgba(0, 0, 0, 0.21) 0.5px 1px 5px;
	border: 1px solid rgb(226, 226, 226);
	border-radius:10px;
	padding: 15px;
	position:absolute;
	z-index:10001;
}
.wt-calendar-popup p {
	word-break:break-all;
	padding-right:5px;
	color: #000000;
}
.wt-calendar-popup h6 {
	padding:5px;
	padding-top: 0px;
	color: #222;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 14px;
	border-bottom: 1px solid #c5c5c5;
}
.wt-calendar-popup-col12 {
	margin-bottom:-10px;
}
.wt-calendar-popup-ticketinfo {
	display:block;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:12px;
	border-bottom:1px solid #c5c5c5;
}
.wt-calendar-popup-ticketinfo:last-of-type {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.wt-calendar-popup-ticketinfo-price  {
	display:block;
}
.wt-calendar-popup-img img {
	width:100%;
	height: 65px;
	object-fit: cover;
	object-position: center;
}
.wt-calendar-popup-details {
	padding-left:0;
}
.wt-calendar-popup-details p {
	word-break:break-all;font-size:11px;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
	background-image: linear-gradient(60deg, transparent, rgb(255 255 255 / 25%));
}

/* Calendar Responsive */

@media (max-width: 575.98px) {
	.wt-calendar .fc .fc-toolbar {
		display: block;
		text-align: center;
	}
	.wt-calendar .fc .fc-button-group {
		margin-bottom: 12px;
		margin-top: 10px;
	}
	.wt-calendar .fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 10px;
	}
}

/* -------------------------------
   App Content
------------------------------- */

.app-content {
	margin-left: 250px;
    padding: 30px 30px;
    position: relative;
}
.app-content .app-content-container {
    margin: -20px -30px;
    padding: 20px 30px;
}
.app-content .app-content-margin {
    margin: -20px -30px;
}
.app-content .app-content-padding {
    padding: 20px 30px;
}
.app-content-install {
	margin-left: 0px;
	padding: 25px 25px;
	padding-left:20px;
	background: #161616;
	color: #c5c5c5;
	height:100%;
}
.app-content-install .panel-body {
	padding: .9375rem .9375rem;
	padding-top: 25px;
}
.app-install-switches {
	padding-top: 0px;
	float: right;
}
.app-content-install .panel-brand {
	background-color: rgba(180,134,213, 0.25);
}
.app-content-install .panel-heading0-brand {
	background-color: rgba(180,134,213, 0.25);
}
.app-content-install .checkbox-slider-sm input:checked+span:after {
	margin-top: 4px;
	width: 15px;
	height: 15px;
}
.app-content-install .checkbox-slider--b-flat input:checked+span:before {
	margin-top: 4px;
	width: 25px;
	height: 15px;
}
.app-content-install .checkbox-slider-sm input+span:after, .checkbox-slider-sm input+span:before {
	margin-top: 4px;
	width: 25px;
	height: 15px;
	line-height: 10px;
}
.app-content-install .checkbox-slider-sm input+span:after {
	margin-top: 4px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.app-content-install .form-control {
	color: #e1e1e1;
	background-color: rgba(0,  0,  0,  0.25);
	border: 1px solid rgba(255, 255, 255, .15);
}
.app-content-install .form-control:focus {
	color: #e1e1e1;
	background-color: rgba(0,  0,  0,  0.25);
	border: 1px solid rgba(255, 255, 255, .15);
}
.app-content-install .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	opacity: 1;
}
.app-content-install .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
	opacity: 1;
}
.app-content-install .form-control::placeholder {
	color: rgba(255, 255, 255, .5);
	opacity: 1;
}
.app-content-install .help-block {
	margin-top: 5px;
	margin-left: 2px;
	display: block;
}
.app-content-full-height {
	height: 100%;
}
.app-empty .app-content {
	margin: 0;
	top: 0;
}
.app-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: url(images/page-cover-v2.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
}
.app-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.app-footer {
    padding: .9375rem 0;
    margin: 0 30px;
    border-top: 1px solid var(--app-component-border-color);
    font-weight: 500;
    color: #fff;
}
.login.login-v1 {
    background: #484848;
}
@-webkit-keyframes navbar-input-expand {
    from {
		width: 220px;
	}
	to {
		width: 300px;
	}
}
@keyframes navbar-input-expand {
    from {
		width: 220px;
	}
	to {
		width: 300px;
	}
}
@-webkit-keyframes navbar-input-expand-xs {
    from {
		width: 160px;
	}
	to {
		width: 200px;
	}
}
@keyframes navbar-input-expand-xs {
    from {
		width: 160px;
	}
	to {
		width: 200px;
	}
}
.tickets-list {
	margin-bottom:15px;
}
.earlyb-list {
	margin-bottom:15px;
}
.vouchers-list {
	margin-bottom:15px;
	background: #f8f8f8;
	padding: 15px;
	padding-bottom: 5px;
	margin-left: 0px;
	border-radius: 7px;
}
.vouchers-list .form-control {
	margin-bottom:15px;
}
.panel-list {
	margin-bottom: 15px;
	background: #e7e7e7;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 16px;
	margin-left: 0px;
	border-radius: 6px;
}
.panel-list .form-control {
	margin-bottom: 15px;
}
.panel-list .desc-container {
	padding: 10px 0;
	margin-top: -5px;
}
.panel-list .desc-container .add-ticket-desc{
	margin-bottom: 8px;
}
.panel-list .delete-ticket {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .delete-early-bird {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .delete-late-bird {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .delete-addon {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .e-delete-addon {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .delete-voucher {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .delete-price {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .e-delete-price {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .delete-questionnaire {
	text-align: right;
	position: relative;
	float: right;
}
.panel-list .wt-a-addons-booked {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: .25rem;
	text-align: right;
	color: #828282;
	width: 100%;
}
.addons-list {
	width:100%;
	margin-bottom:15px;
}
.questionnaire-row {
	padding-left:0;
}
.panel-list .delete-questionnaire {
	margin-top:20px;
}
.panel-list .form-questions {
	font-weight: 600;
}
.panel-list .control-label {
	font-weight:600;
}
.wt-inputgroup-addon {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	background: #e8e7e7;
}
.height-30 {
	height: 30px;
}
.x-min {
	min-width: 350px;
}
.widget-wt-l {
	width:30%;
}
.widget-wt-r {
	width:70%;
}
.widget-wt-user img {
	width: 60px;
	height: 60px;
	margin: -2px 0px 0px 0;
	border-radius: 30px;
}
.wt-user-thumbnail {
	padding: 0.15rem;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 100%;
	height: auto;
}
.wt-media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.widget-wt-media-body {
	font-size:14px;
	margin-left: 15px;
}
.widget-wt-info {
	font-size:14px;
}
.admin-dashboard-logs-panel {
	background: #ffffff;
	padding: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 25px;
	border-radius: 4px;
}
.admin-dashboard-logs-panel-body {
	height: 355px;
	max-height: 355px;
	overflow-y: auto;
}
.admin-d-logs-details {
	min-height: 40vh;
	height: max-content;
	max-height: 60vh;
	overflow: auto;
}
.admin-logs-record {
	border-bottom: 1px #e3e3e3 solid;
	border-radius: 0px !important;
	margin-top: -5px;
}
.admin-logs-record-desc {
	margin-bottom: 5px;
}
.admin-dashboard-panel-title {
	padding-left:15px;
	color:#828282;
}
.admin-dashboard-panel-title h5 {
	padding-bottom:4px;
}
.admin-logs-details {
	min-height: 40vh;
	height: max-content;
	max-height: 70vh;
	overflow: auto;
}

/* -------------------------------
	Admin Header
------------------------------- */

.app-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
	background-color: var(--app-header-bg);
    transition: background .2s linear;
    display: flex;
    flex: 1;
}
.app-header .navbar-mobile-toggler {
    position: relative;
    padding: 10px;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: 0;
    border-radius: 4px;
}
.app-header .navbar-mobile-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
}
.app-header .navbar-mobile-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.app-header .navbar-mobile-toggler:hover {
    background: 0 0;
    opacity: .75;
}
.app-header .navbar-header {
    display: flex;
    align-items: center;
	width: 250px;
}
.app-header .navbar-brand {
    padding: 10px 20px;
    height: 50px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    margin: 0;
    color: #fff;
    align-items: center;
    display: flex;
    margin-right: auto;
}
.app-header .navbar-brand img {
    max-width: 100%;
    max-height: 100%}
.app-header .navbar-brand b {
    font-weight: 700;
}
.app-header .navbar-brand .navbar-logo {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    background: 0 0;
    border: 2px solid rgba(var(--app-theme-rgb), .25);
    border-radius: 40px;
    margin-right: 10px;
}
body:not([class*=theme-]) .app-header .navbar-brand .navbar-logo {
    --app-theme-rgb: 255, 255, 255;
}
.app-header .navbar-brand .navbar-logo:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(var(--app-theme-rgb), .5);
    border-radius: 40px;
}
.app-header .navbar-brand .navbar-logo:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: rgba(var(--app-theme-rgb), .75);
    border-radius: 40px;
}
.app-header .navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}
.app-header .navbar-nav .navbar-item {
    position: relative;
}
.app-header .navbar-nav .navbar-item .navbar-link {
    display: block;
    text-decoration: none;
    line-height: 20px;
    padding: 15px;
    border: none;
    color: var(--app-header-drop-font);
    font-weight: 500;
	font-size: 14px;
}
.app-header .navbar-nav .navbar-item .navbar-link .badge {
    position: absolute;
    top: 8px;
    display: block;
	background: #1c75ee;
	color: #ffffff;
    line-height: 12px;
    font-weight: 500;
    padding: 3px 6px;
    font-size: 10.5px;
    border-radius: 30px;
    right: 5px;
}
.app-header .navbar-nav .navbar-item .navbar-link i {
    position: relative;
    font-size: 13px;
}
.app-header .navbar-nav .navbar-item .navbar-link:focus, .app-header .navbar-nav .navbar-item .navbar-link:hover {
    opacity: .75;
}
.app-header .navbar-nav .navbar-item .navbar-link.icon i {
	font-size: 20px;
	padding-top: 4px;
    height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	color:var(--app-component-dropdown-icon);
}
.app-header .navbar-nav .navbar-item.active>a {
    background: rgba(255, 255, 255, .1);
    opacity: 1;
}
.app-header .navbar-nav .navbar-item.dropdown .dropdown-menu {
    margin: 0;
	margin-right: 0px !important;
    top: -2px!important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.app-header .navbar-nav .navbar-item.dropdown.dropdown-lg {
    position: static;
}
.app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    padding: 20px;
    transform: none!important;
    border-radius:0;
	top: 100% !important;
}
.app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu.dropdown-menu-lg .nav>li>a {
    padding: 0;
    background: 0 0;
    line-height: 24px;
	font-weight: 500;
}
.app-header .navbar-nav .navbar-item.show>a, .app-header .navbar-nav .navbar-item.show>a:focus, .app-header .navbar-nav .navbar-item.show>a:hover {
    background: 0 0;
    color: #000;
    opacity: 1;
}
.app-header .navbar-nav .navbar-divider {
    height: 34px;
    background: rgba(255,  255,  255,  0.25);
    width: 1px;
}
.app-header .navbar-nav.navbar-end {
    margin-left: auto;
}
.app-header .navbar-form {
    padding: 0 15px;
    margin: 9px 0;
}
.app-header .navbar-form .form-group {
    margin: 0;
    position: relative;
}
.app-header .navbar-form .form-control {
    width: 220px;
    padding: 5px 15px;
    height: 32px;
    background: rgba(255, 255, 255, .25);
    border-color: transparent;
    border-radius: 30px;
}
.app-header .navbar-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.app-header .navbar-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.app-header .navbar-form .form-control::placeholder {
    color: rgba(255, 255, 255, .5);
}
.app-header .navbar-form .form-control:focus {
    width: 300px;
    border-color: transparent;
    box-shadow: none;
    -webkit-animation: navbar-input-expand .2s;
    animation: navbar-input-expand .2s;
}
.app-header .navbar-form .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: 0 0;
    color: #fff;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
}
.app-header .navbar-form .btn-search>i[class*=ion-] {
    font-size: 22px;
    display: block;
}
.app-header .navbar-user img {
    width: 30px;
    height: 30px;
    margin: -5px 10px -5px 0;
    border-radius: 30px;
}
.app-header .navbar-user .image {
    width: 30px;
    height: 30px;
    margin: -5px 10px -5px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.app-header .navbar-user .image.image-icon {
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-header .navbar-user .image.image-icon i {
    float: none;
    display: block;
    font-size: 22px;
    text-align: center;
    width: auto;
    margin: 0 auto -10px;
}
.app-header .navbar-language .flag-icon {
    font-size: 15px;
    margin-right: 7px;
}
.app-header-fixed {
	padding-top: 50px;
}
.app-header-fixed .app-header {
	position: fixed;
}
.app-header .navbar-brand img {
	height: 20px;
	margin-top: -5px;
}
.app-header .navbar-nav .navbar-item .app-topbar-link {
	color: var(--app-header-drop-font);
}
.app-header .navbar-mobile-toggler {
	color: #ececec;
	display: none;
}
.app-header .navbar-user img {
	width: 25px;
	height: 25px;
}
@-webkit-keyframes appLoaderFadeOut {
    from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes appLoaderFadeOut {
    from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.navbar-header-left {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: flex-start;
	align-items: center;
}
.app-megasettings li:focus, .app-megasettings li:hover {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg);
}
.app-megasettings li.active, .app-megasettings li:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg);
}
.app-adminlogo-text {
	font-weight: 600;
	font-size: 16px;
	color: #dfdfdf;
	margin-left: 0.234375rem;
}
.navbar-notications .navbar-notications-drop {
	padding-top:0;
	padding-bottom:0;
	min-width: 250px;
}
.navbar-notications .navbar-notications-drop .dropdown-header {
	color:#ffffff;
	background: #474747;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.4px;
}
.navbar-notications .navbar-notications-drop .media-body .media-heading {
	color:#e6e6e6;
}
.navbar-notications .navbar-notications-drop .media-body .text-muted {
	color:#c8c8c8 !important;
}
.navbar-notications .navbar-notications-drop .dropdown-footer {
	background:#474747;
	padding-top:6px;
	padding-bottom:7px;
}
.navbar-notications .navbar-notications-drop .dropdown-footer a {
	color:#f7f7f7;
	transition: color 0.10s ease-in-out, background-color 0.10s ease-in-out, border-color 0.10s ease-in-out, box-shadow 0.10s ease-in-out;
}
.navbar-notications .navbar-notications-drop .dropdown-footer a:hover {
	color: #ffffff;
	background: #518dde;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px;
}
.navbar-notications .navbar-notications-drop.media-list .dropdown-item {
	padding: 15px 15px;
}
.navbar-notications .navbar-notications-drop.media-list .media {
	border-bottom: 1px solid #8d8d8d;
	display: flex;
}
.navbar-notications .navbar-notications-drop.media-list .media:last-of-type {
	border-bottom: 0;
	display: flex;
}
.navbar-notications .navbar-notications-drop.media-list .media .media-left {
	padding-right: 12px;
}
.navbar-notications .navbar-notications-drop.media-list .media .media-object {
	height: 38px;
	width: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
	background-color: #5f6163;
	text-align: center;
	border-radius: 6px;
	display: block;
}
.navbar-notications .navbar-notications-drop.media-list .media .media-heading {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 12.5px;
	line-height: 18px;
}

/* -------------------------------
	App Loader
------------------------------- */

.app-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #212121;
    z-index: 1050;
    height: 100vh;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-loader.fading {
    opacity: 0;
    -webkit-animation: appLoaderFadeOut .2s ease;
    animation: appLoaderFadeOut .2s ease;
}
.app-loader.loaded {
    display: none;
}
.app-loader.loaded .spinner {
    -webkit-animation: none;
    animation: none;
}

/* -------------------------------
   Sidebar Layout
------------------------------- */

.app-sidebar-end.app-sidebar, .app-sidebar-end.app-sidebar-bg {
    right: -240px;
}
.app-sidebar-end.app-with-wide-sidebar .app-sidebar-end.app-sidebar, .app-sidebar-end.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
    right: -260px;
}
.app-sidebar-float-submenu-container {
    position: fixed;
    width: 240px;
    margin: 0;
	background-color: var(--app-sidebar-bg);
    z-index: 1020;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu {
    padding: 9px 0 9px 39px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .active>a .menu-caret:before, .app-sidebar-float-submenu-container .app-sidebar-float-submenu .expand>a .menu-caret:before, .app-sidebar-float-submenu-container .app-sidebar-float-submenu .expanding>a .menu-caret:before {
    opacity: 1;
    transform: rotate(90deg);
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-caret {
    display: block;
    margin-left: auto;
    width: 20px;
    text-align: center;
    font-size: .6875rem;
    border: none;
    font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-caret:before {
    content: "\f054";
    display: block;
    text-align: center;
    opacity: .5;
    transition: all .2s linear;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item {
    position: relative;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link {
    padding: 3px 20px 3px 15px;
    line-height: 18px;
    color: var(--app-sidebar-main-button-font);
    text-decoration: none;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link .menu-text {
    flex: 1;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link .menu-badge {
    padding: 0 8px;
    background: #000;
    font-weight: 600;
    font-size: 10px;
    border-radius: 12px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link .menu-label {
    padding: 3px 6px;
    font-size: 75%;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 5px;
    background-color: #1c75ee;
    border-radius: 4px;
}
.app-gradient-enabled .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link .menu-label {
    background: linear-gradient(to bottom, #3483f0 0, #1168e0 100%);
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link:focus, .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link:hover {
    background: 0 0;
    color: #fff;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link:after {
    content: "";
    position: absolute;
    top: 11px;
    width: 11px;
    height: 2px;
    background: #666;
    left: -11px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon {
    width: 14px;
    text-align: center;
    line-height: 20px;
    font-size: .875rem;
    margin-right: 10px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon img {
    max-width: 100%;
    max-height: 100%}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon[class^=ion-] {
    margin-right: 8px;
    width: 18px;
    font-size: 18px;
    margin-left: -2px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon-img {
    margin-right: 10px;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #666;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: 11px;
    margin-top: -2px;
    z-index: 10;
    background: #666;
    border-radius: 4px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:first-child:before {
    top: -11px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:first-child:last-child:before {
    height: 20px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:last-child:before {
    bottom: auto;
    height: 13px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.active>.menu-link {
    background: 0 0;
    color: #fff;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-submenu {
    padding: 0 0 0 15px;
    background: 0 0;
    position: relative;
    display: none;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.active.has-sub>.menu-submenu {
    display: block;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu>.menu-item:first-child:before {
    top: 11px;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu>.menu-item:first-child:last-child:before {
    height: 0!important;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .text-theme {
    color: #fff!important;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu-arrow {
    position: absolute;
    top: 20px;
    width: 28px;
    height: 2px;
    background: #666;
    left: 0;
}
.app-sidebar-float-submenu-container .app-sidebar-float-submenu-line {
    position: absolute;
    top: 20px;
    width: 2px;
    background: #666;
    left: 26px;
}
.app-sidebar {
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 50px;
	background-color: var(--app-sidebar-bg);
    z-index: 1010;
}
.app-sidebar .menu {
    padding: 0 20px;
}
.app-sidebar .menu .menu-profile {
    padding: 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid var(--app-component-border-color);
}
.app-sidebar .menu .menu-profile .menu-profile-link {
    margin: -20px;
    padding: 20px 0;
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.app-sidebar .menu .menu-profile .menu-profile-link:hover .menu-profile-cover.with-shadow:before {
    opacity: .75;
}
.app-sidebar .menu .menu-profile .menu-profile-image {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.app-sidebar .menu .menu-profile .menu-profile-image img {
    max-width: 100%;
    max-height: 100%}
.app-sidebar .menu .menu-profile .menu-profile-image.menu-profile-image-icon i {
    float: none;
    display: block;
    font-size: 24px;
    text-align: center;
    width: auto;
    margin: 0 auto -12px;
}
.app-sidebar .menu .menu-profile .menu-profile-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.app-sidebar .menu .menu-profile .menu-profile-cover.with-shadow:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .2s linear;
}
.app-sidebar .menu .menu-profile .menu-profile-info {
    font-size: .875rem;
    position: relative;
}
.app-sidebar .menu .menu-profile .menu-profile-info .small, .app-sidebar .menu .menu-profile .menu-profile-info small {
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, .75);
    font-size: .75rem;
    margin-bottom: -5px;
}
.app-sidebar .menu .menu-header {
    margin: 0;
    padding: 15px 0 3px;
    line-height: 20px;
    font-size: 11px;
    color: var(--app-sidebar-text-sections);
    font-weight: 500;
}
.app-sidebar .menu .menu-divider {
    height: 1px;
    background: var(--app-component-border-color);
    margin: 7px 0;
}
.app-sidebar .menu .menu-caret {
    display: block;
    width: 20px;
    text-align: center;
    font-size: .6875rem;
    border: none;
    font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-left: auto;
    margin-right: -5px;
	color: var(--app-sidebar-arrow-color);
}
.app-sidebar .menu .menu-caret:before {
    content: "\f0da";
    display: block;
    text-align: center;
    opacity: .5;
    transition: all .2s linear;
}
.app-sidebar .menu .menu-search {
    padding: 15px;
    margin: 0 -15px;
}
.app-sidebar .menu .menu-search+.menu-item {
    padding-top: 0;
}
.app-sidebar .menu .menu-search .form-control {
    background: 0 0;
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 0;
}
.app-sidebar .menu .menu-search .form-control:focus {
    border-color: rgba(255, 255, 255, .5);
    box-shadow: none;
}
.app-sidebar .menu .active:not(.closed):not(.closing)>a .menu-caret:before, .app-sidebar .menu .expand>a .menu-caret:before, .app-sidebar .menu .expanding>a .menu-caret:before {
    opacity: 1;
    transform: rotate(90deg);
}
.app-sidebar .menu .menu-item {
    position: relative;
}
.app-sidebar .menu .menu-item .menu-link {
    padding: 10px 15px;
    line-height: 20px;
	color: var(--app-sidebar-bg-font);
	font-size:14px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.app-sidebar .menu .menu-item .menu-link .menu-text {
    flex: 1;
}
.sidebar-text {
	flex: 1;
	font-size: 14px;
}
.app-sidebar .menu .menu-item .menu-link .menu-badge {
    padding: 0 .975em;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 10px;
    border-radius: 12px;
}
.app-sidebar .menu .menu-item .menu-link .menu-label {
    padding: .35em .65em;
    font-size: 75%;
    font-weight: 500;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 3px;
}
.app-sidebar .menu .menu-item .menu-link:focus, .app-sidebar .menu .menu-item .menu-link:hover {
    background: 0 0;
    color: #fff;
}
.app-sidebar .menu .menu-item .menu-link .text-theme {
    color: #fff;
}
.app-sidebar .menu .menu-item .menu-icon {
    width: 14px;
    text-align: center;
    line-height: 20px;
    font-size: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}
.app-sidebar .menu .menu-item .menu-icon img {
    max-width: 100%;
    max-height: 100%}
.app-sidebar .menu .menu-item .menu-icon [class^=ion-], .app-sidebar .menu .menu-item .menu-icon ion-icon {
    margin-right: 8px;
    width: 18px;
    font-size: 18px;
    margin: 0 -2px;
    display: block;
}
.app-sidebar .menu .menu-item .menu-icon-img {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.app-sidebar .menu .menu-item .menu-icon-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.app-sidebar .menu .menu-item .menu-submenu {
    padding: 5px 0 10px 25px;
    margin: 0;
    position: relative;
	background: var(--app-sidebar-main-button-bg);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    display: none;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link {
    padding: 4px 15px 4px 14px;
	color: var(--app-sidebar-main-button-font);
    text-decoration: none;
    position: relative;
    line-height: 20px;
	font-size: 13px;
	font-weight: 600;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link:focus, .app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link:hover {
    color: var(--app-sidebar-main-button-hover-text);
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item.active>.menu-link {
    background: 0 0;
    color: #fff;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-submenu {
    padding: 0 0 0 15px;
    background: 0 0;
}
.app-sidebar .menu .menu-item.active.has-sub>.menu-submenu {
    display: block;
}
.app-sidebar .menu .menu-item.active>.menu-link {
    position: relative;
    z-index: 10;
    color: var(--app-component-color);
    background: rgba(255, 255, 255, .25);
}
.app-gradient-enabled .app-sidebar .menu .menu-item.active>.menu-link {
    color: #FFFFFF;
    background-color: #1c75ee;
    background-image: var(--bs-gradient);
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link-moduleslist {
	padding-bottom:8px;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link-moduleslist-sub {
	padding:8px;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link-moduleslist-sub .menu-item {
	background:#24292c;
	border-radius:6px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:8px;
}
.app-sidebar .menu .menu-item .menu-link-moduleslist-main {
	padding-left: 0;
}
.app-sidebar .app-sidebar-content {
    position: relative;
}
.app-sidebar .app-sidebar-minify-btn {
    margin: 10px 0;
    padding: 5px 10px!important;
    background: rgba(55, 63, 67, 0.25);
    color: #fff;
    border-radius: 4px;
}
.app-sidebar .app-sidebar-minify-btn i {
    margin: 0!important;
    color: #fff;
}
.app-sidebar .app-sidebar-minify-btn:focus, .app-sidebar .app-sidebar-minify-btn:hover {
	background: rgba(55, 63, 67, 0.5);
}
.app-sidebar .ps__rail-x, .app-sidebar .ps__rail-y {
    display: none!important;
}
.app-sidebar.app-sidebar-grid .menu>.menu-item {
    border-top: 1px solid var(--app-component-border-color);
}
.app-sidebar.app-sidebar-grid .menu>.menu-item>.menu-link {
    border-radius: 0;
}
.app-sidebar.app-sidebar-grid .menu>.menu-item.active {
    border-color: transparent;
}
.app-sidebar.app-sidebar-grid .menu>.menu-item.active.closed+.menu-item {
    border-color: transparent;
}
.app-sidebar-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 1000;
}
.app-sidebar-mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    display: none;
}
.app-sidebar .menu .menu-header {
	margin-left: 15px;
}
.app-sidebar-minified .app-content {
	margin-left: 60px;
}
.app-sidebar-minified .app-header .navbar-header {
	width: 140px;
}
.app-sidebar .menu {
	padding: 0 10px;
}
.app-sidebar-link-hr hr {
	margin-left: 15px;
	margin-right: 14px;
	margin-top: 8px;
	margin-bottom: 10px;
	color: #dcdcdc;
}
.app-sidebar-float-submenu hr {
	display:none;
}
.app-sidebar-float-submenu-container {
	width: 250px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) {
	width: 60px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu {
	padding: 0 8px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link {
	padding: 10px 12px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-badge, .app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-label, .app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-text {
	display: none;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-icon {
	margin: 0;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-icon-img {
	margin: 0;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item.has-sub>.menu-submenu {
	display: none!important;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-header, .app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-profile, .app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-search {
	display: none!important;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-caret {
	margin-right: -12px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-caret:before {
	transform: rotate(0)!important;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .slimScrollDiv .slimScrollBar, .app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .slimScrollDiv .slimScrollRail {
	display: none!important;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .ps__rail-x, .app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .ps__rail-y {
	display: none!important;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar-bg:not(.app-sidebar-end) {
	width: 60px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar-minify-btn {
	margin-left: auto;
	margin-right: auto;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar-minify-btn i:before {
	content: "\f101"}

.app-sidebar .app-sidebar-minify-btn i {
	color: var(--app-sidebar-arrow-color);
	font-size: 10px;
}
.app-sidebar .menu .menu-header {
	padding: 8px 0 3px;
}
.app-sidebar .menu .menu-item .menu-link-main:focus, .app-sidebar .menu .menu-item .menu-link-main:hover {
	position: relative;
	z-index: 10;
	color: var(--app-sidebar-main-button-hover-text);
	background: var(--app-sidebar-main-button-hover);
}
.app-sidebar .menu .menu-item.expand .menu-link-main {
	background: var(--app-sidebar-main-button);
	color: var(--app-sidebar-main-button-font);
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.app-sidebar-fixed .app-sidebar {
	position: fixed;
}
.page-without-sidebar .app-content {
	margin-left: 0;
}
.page-with-top-menu .app-content {
	margin-top: 40px;
}

/* -------------------------------
   Sidebar Right Layout
------------------------------- */

.page-with-two-sidebar .app-content {
	margin-right: 250px;
}
.page-with-two-sidebar.app-sidebar-minified .app-content {
	margin-right: 60px;
}
.page-without-sidebar.page-with-two-sidebar .app-content {
	margin-left: 0px;
}
.page-with-two-sidebar .app-sidebar-bg {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	width: 250px;
	z-index: 1000;
}
.page-with-two-sidebar .app-sidebar-mobile-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1020;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	outline: 0;
	display: none;
}
.sidebar-right {
	right: 0;
	left: auto;
}

/* -------------------------------
	Top Menu Header
------------------------------- */

.app-top-menu {
	left: 0;
	right: 0;
	z-index: 1015;
	background: #ffffff;
	top: 50px;
	position: fixed;
	height: 40px;
}
.app-top-menu .menu {
	display: flex;
	flex-wrap: nowrap;
}
.app-top-menu .menu .menu-item {
	position: relative;
}
.app-top-menu .menu .menu-item .menu-link {
	padding: 10px 12px;
	padding-bottom: 8px;
	color: #555;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.app-top-menu .menu .menu-item .menu-link .menu-text {
	flex: 1;
}
.app-top-menu .menu .menu-item .menu-link .menu-badge {
	padding: 0 8px;
	font-size: 10px;
	border-radius: 8px;
	background: #707070;
	color: #fff;
	font-weight: 400;
	margin-left: 10px;
}
.app-top-menu .menu .menu-item .menu-link .menu-label {
	padding: 3px 6px;
	font-size: 75%;
	font-weight: 500;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	margin-left: 5px;
	background-color: #707070;
	border-radius: 6px;
}
.app-gradient-enabled .app-top-menu .menu .menu-item .menu-link .menu-label {
	background-image: var(--bs-gradient);
}
.app-top-menu .menu .menu-item .menu-link:focus,
.app-top-menu .menu .menu-item .menu-link:hover {
	color: #24292c;
	background: #ffffff;
}
.app-top-menu .menu .menu-item .menu-icon {
	width: 14px;
	text-align: center;
	line-height: 20px;
	font-size: .875rem;
	margin-top: -2px;
	margin-bottom: -2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	padding: 4px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 6px;
	background: #eaeaea;
}
.app-top-menu .menu .menu-item .menu-icon img {
	max-width: 100%;
	max-height: 100%;
}
.app-top-menu .menu .menu-item .menu-icon-img {
	margin-top: -2px;
	margin-bottom: -2px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 3px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.app-top-menu .menu .menu-item .menu-icon-img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.app-top-menu .menu .menu-item.active > .menu-link {
	position: relative;
	z-index: 10;
	color: #555;
	background: #fff;
}
.app-gradient-enabled .app-top-menu .menu .menu-item.active > .menu-link {
	background-image: var(--bs-gradient);
}
.app-top-menu .menu .menu-item.active > .menu-link .menu-icon {
	color: #555;
}
.app-top-menu .menu .menu-item.active > .menu-link .menu-label {
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
}
.app-top-menu .menu .menu-item.menu-control {
	position: absolute;
	top: 0;
	margin: 0;
	z-index: 100;
}
.app-top-menu .menu .menu-item.menu-control > .menu-link {
	padding: 0;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #ffffff;
	color: rgb(32 37 42 / 60%);
	justify-content: center;
	align-items: center;
	transition: all .2s ease-in-out;
}
.app-top-menu .menu .menu-item.menu-control > .menu-link i {
	float: none;
	margin: 0;
	font-size: 18px;
	display: block;
	line-height: 40px;
	width: auto;
}
.app-top-menu .menu .menu-item.menu-control > .menu-link:focus,
.app-top-menu .menu .menu-item.menu-control > .menu-link:hover {
	background: #ffffff;
	color: #20252a;
}
.app-top-menu .menu .menu-item.menu-control.menu-control-start {
	left: -47px;
}
.app-top-menu .menu .menu-item.menu-control.menu-control-start > .menu-link {
	box-shadow: 12px 0 10px -10px rgba(0, 0, 0, 0.5);
}
.app-top-menu .menu .menu-item.menu-control.menu-control-start.show {
	left: 0;
	animation: topMenuControlSlideInLeft 0.2s;
}
.app-top-menu .menu .menu-item.menu-control.menu-control-end {
	right: -47px;
}
.app-top-menu .menu .menu-item.menu-control.menu-control-end > .menu-link {
	box-shadow: -12px 0 10px -10px rgba(0, 0, 0, 0.5);
}
.app-top-menu .menu .menu-item.menu-control.menu-control-end.show {
	right: 0;
	animation: topMenuControlSlideInRight 0.2s;
}
.app-top-menu .menu > .menu-item.has-sub:hover > .menu-submenu {
	display: block;
}
.app-top-menu .menu .menu-caret {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	border: none;
	margin-left: 5px;
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome !important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
.app-top-menu .menu .menu-caret:before {
	content: "\f0da";
	display: block;
	text-align: center;
	opacity: 0.5;
	transition: all 0.2s linear;
	transform: rotate(90deg);
}
.app-top-menu .menu .menu-submenu {
	display: none;
	background: #f8f9fa;
	list-style-type: none;
	margin: 0;
	top: 40px;
	padding: 10px 0;
	width: 220px;
	position: absolute;
	left: 0;
	max-height: calc(100vh - 90px);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.app-top-menu .menu .menu-submenu > .menu-item > .menu-link {
	padding: 4px 20px;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #555;
	font-size: 13px;
}
.app-top-menu .menu .menu-submenu > .menu-item > .menu-link .menu-caret {
	margin-left: auto;
}
.app-top-menu .menu .menu-submenu > .menu-item > .menu-link:focus,
.app-top-menu .menu .menu-submenu > .menu-item > .menu-link:hover {
	color: #333;
	background: #efefef;
}
.app-top-menu .menu .menu-submenu > .menu-item > .menu-link:active {
	color: #fff;
	background: #518dde;
}
.app-top-menu .menu .menu-submenu > .menu-item.active > .menu-link {
	color: #333;
	background: #ffffff;
}
.app-top-menu .menu .menu-submenu .menu-submenu {
	background: #efefef;
	position: relative;
	left: 0;
	top: 0;
	overflow: initial;
}
@keyframes topMenuControlSlideInLeft {
	from {
		left: -50px;
	}
	to {
		left: 0;
	}
}
@keyframes topMenuControlSlideInRight {
	from {
		right: -50px;
	}
	to {
		right: 0;
	}
}

/* -------------------------------
	Timeline
------------------------------- */

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    padding-right: 0px;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 66px;
    width: 5px;
    background: #9a9a9a;
    left: 130px;
    margin-left: -2.5px;
}
.timeline .timeline-item {
    position: relative;
    min-height: 50px;
}
.timeline img {
    max-width: 100%;
    display: block;
}
.timeline .timeline-time {
    position: absolute;
    width: 110px;
    text-align: right;
    top: -6px;
    left: 0;
}
.timeline .timeline-time .app-form-section-1 {
    display: block;
    font-weight: 400;
	font-size: 13px;
    color: #333;
}
.timeline .timeline-time .app-form-section-2 {
    display: block;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    color: #1a1a1a;
}
.timeline .timeline-icon {
    position: absolute;
    width: 21px;
    text-align: center;
    top: 20px;
    left: 120px;
}
.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: var(--app-component-dropdown-bg);
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid rgba(var(--app-component-color-rgb), .5);
    transition: border-color .2s linear;
    border-radius: 24px;
}
.timeline .timeline-content {
    position: relative;
    font-size: 14px;
    max-width: 640px;
    border-radius: 6px;
    margin-left: 160px;
}
.timeline .timeline-content:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    top: 20px;
    left: -20px;
    border-right-color: #fdfdfd;
}
.timeline .timeline-content-extra {
	position: relative;
	font-size: 14px;
	max-width: 640px;
	border-radius: 6px;
	margin-left: 160px;
}
.timeline .timeline-header {
    padding: .9375rem;
	padding-bottom: 0px;
    display: flex;
    align-items: center;
}
.timeline .timeline-header .userimage {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 36px;
    margin-right: .75rem;
}
.timeline .timeline-header+.timeline-body {
	padding-top: 0;
}
.timeline .timeline-body {
	padding: .9375rem;
	background: #fdfdfd;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}
.timeline .timeline-split {
	max-width:100%;
	margin-top: 20px;
}
.timeline-col {
	max-width: 100%;
	padding-right: 20px;
	padding-left: 0;
	align-self: stretch;
	display: flex;
}
.timeline-body-split-1 {
	flex: 0 0 auto;
	width: 100%;
}
.timeline-body-split-2 {
	flex: 0 0 auto;
	width: 50%;
}
.timeline-body-split-3 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.timeline-body-split-34 {
	flex: 0 0 auto;
	width: 66.6%;
}
.timeline-body-split-bg {
	background: transparent;
}
.timeline .timeline-content-super {
	margin-top: 50px;
}
.app-form-name {
	font-size: .875rem;
	font-weight: 500;
	color: var(--bs-body-color);
	padding-bottom: 5px;
	padding-left: 0px;
	flex: 1;
}
.app-form-name p {
	margin-bottom:5px;
}
.app-form-name p .btn {
	margin-top:-3px;
}
.app-form-name span .btn {
	margin-top:-2px;
}

/* -------------------------------
	Timeline-2 Style
------------------------------- */

.timeline-2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.timeline-2:before {
	content: "";
	position: absolute;
	top: 35px;
	bottom: 5px;
	width: 5px;
	background: #495057;
	left: 15%;
	margin-left: -2.5px;
}
.timeline-2 .timeline-item-2 {
	position: relative;
	min-height: 50px;
	padding: 20px 0;
}
.timeline-2 .timeline-time-2 {
	position: absolute;
	text-align: right;
	top: 30px;
	left: 0;
}
.timeline-2 .timeline-time-2 .date {
	display: block;
	font-weight: 600;
	color: rgb(32 37 42 / 85%);
}
.timeline-2 .timeline-time-2 .time {
	display: block;
	font-weight: 600;
	line-height: 24px;
	font-size: 1.3rem;
	color: rgb(32 37 42 / 85%);
}
.timeline-2 .datetime {
	color: #828282;
}
.timeline-2 .datetime i {
	color: #828282;
}
.timeline-2 .timeline-icon-2 {
	position: absolute;
	width: 10%;
	text-align: center;
	top: 40px;
	left: 10%;
}
.timeline-2 .timeline-icon-2 a {
	text-decoration: none;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #dee2e6;
	line-height: 10px;
	color: #fff;
	font-size: 14px;
	border: 5px solid #495057;
	transition: border-color .2s linear;
	border-radius: 24px;
}
.timeline-2 .timeline-content-2 {
	background: #ffffff;
	position: relative;
	font-size: 14px;
	max-width: 640px;
	border-radius: 6px;
	margin-left: 19%;
}
.timeline-2 .timeline-content-2-load {
	background: transparent;
}
.timeline-2 .timeline-content-2:before {
	content: "";
	display: block;
	position: absolute;
	border: 10px solid transparent;
	top: 20px;
	left: -20px;
	border-right-color: #ffffff;
}
.timeline-2 .timeline-content-2-load:before {
	border-right-color: transparent;
}
.timeline-2 .timeline-header-2 {
	padding: .9375rem;
	display: flex;
	align-items: center;
}
.timeline-2 .timeline-header-2 .userimage {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 36px;
	margin-right: .75rem;
}
.timeline-2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.timeline-2 .timeline-header-2 .username {
	font-size: .875rem;
	font-weight: 600;
	color: #20252a;
	flex: 1;
}
.timeline-2 .timeline-header-2 .username a {
	color: #20252a;
	text-decoration: none;
}
.timeline-2 .timeline-body-2 {
	padding: .9375rem;
}
.timeline-2 .timeline-header-2+.timeline-body-2 {
	padding-top: 0;
}
.timeline-2 .timeline-body-2-link a {
	text-align:center;
	color:#6c757d;
}
.timeline-2 .timeline-body-2-link a:hover {
	text-align:center;
	color:#555;
}
.timeline-2 .timeline-2-nav-selection {
	align-items: end;
	display: flex;
	position: relative;
	margin-top: -35px;
	padding-bottom: 10px;
}
.timeline-2 .loaderContainer {
	text-align:center;
	width: 100%;
}
.timeline-2-feedbox .ps__rail-y {
	top: 0px !important;
}


/* -------------------------------
	Calendar / Time
------------------------------- */

.bootstrap-datetimepicker-widget.dropdown-menu {
	width:100px;
	background:#ffffff;
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: #eee;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
	background: #eee;
}
.bootstrap-datetimepicker-widget table td {
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.bootstrap-datetimepicker-widget table td span {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.timepicker-picker .btn {
	border:0px;
}


body .datepicker table {
	width: 100%;
}
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch, body .datepicker .datepicker-centuries table thead tr th.next, body .datepicker .datepicker-centuries table thead tr th.prev, body .datepicker .datepicker-days table thead tr th.datepicker-switch, body .datepicker .datepicker-days table thead tr th.next, body .datepicker .datepicker-days table thead tr th.prev, body .datepicker .datepicker-decades table thead tr th.datepicker-switch, body .datepicker .datepicker-decades table thead tr th.next, body .datepicker .datepicker-decades table thead tr th.prev, body .datepicker .datepicker-months table thead tr th.datepicker-switch, body .datepicker .datepicker-months table thead tr th.next, body .datepicker .datepicker-months table thead tr th.prev, body .datepicker .datepicker-years table thead tr th.datepicker-switch, body .datepicker .datepicker-years table thead tr th.next, body .datepicker .datepicker-years table thead tr th.prev {
	line-height: 1.5;
	padding: .46875rem;
	border-radius: 4px;
}
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch:focus, body .datepicker .datepicker-centuries table thead tr th.datepicker-switch:hover, body .datepicker .datepicker-centuries table thead tr th.next:focus, body .datepicker .datepicker-centuries table thead tr th.next:hover, body .datepicker .datepicker-centuries table thead tr th.prev:focus, body .datepicker .datepicker-centuries table thead tr th.prev:hover, body .datepicker .datepicker-days table thead tr th.datepicker-switch:focus, body .datepicker .datepicker-days table thead tr th.datepicker-switch:hover, body .datepicker .datepicker-days table thead tr th.next:focus, body .datepicker .datepicker-days table thead tr th.next:hover, body .datepicker .datepicker-days table thead tr th.prev:focus, body .datepicker .datepicker-days table thead tr th.prev:hover, body .datepicker .datepicker-decades table thead tr th.datepicker-switch:focus, body .datepicker .datepicker-decades table thead tr th.datepicker-switch:hover, body .datepicker .datepicker-decades table thead tr th.next:focus, body .datepicker .datepicker-decades table thead tr th.next:hover, body .datepicker .datepicker-decades table thead tr th.prev:focus, body .datepicker .datepicker-decades table thead tr th.prev:hover, body .datepicker .datepicker-months table thead tr th.datepicker-switch:focus, body .datepicker .datepicker-months table thead tr th.datepicker-switch:hover, body .datepicker .datepicker-months table thead tr th.next:focus, body .datepicker .datepicker-months table thead tr th.next:hover, body .datepicker .datepicker-months table thead tr th.prev:focus, body .datepicker .datepicker-months table thead tr th.prev:hover, body .datepicker .datepicker-years table thead tr th.datepicker-switch:focus, body .datepicker .datepicker-years table thead tr th.datepicker-switch:hover, body .datepicker .datepicker-years table thead tr th.next:focus, body .datepicker .datepicker-years table thead tr th.next:hover, body .datepicker .datepicker-years table thead tr th.prev:focus, body .datepicker .datepicker-years table thead tr th.prev:hover {
	background: #eee;
}
body .datepicker .datepicker-centuries table thead tr th.next, body .datepicker .datepicker-centuries table thead tr th.prev, body .datepicker .datepicker-days table thead tr th.next, body .datepicker .datepicker-days table thead tr th.prev, body .datepicker .datepicker-decades table thead tr th.next, body .datepicker .datepicker-decades table thead tr th.prev, body .datepicker .datepicker-months table thead tr th.next, body .datepicker .datepicker-months table thead tr th.prev, body .datepicker .datepicker-years table thead tr th.next, body .datepicker .datepicker-years table thead tr th.prev {
	color: transparent;
	width: 15%;
	position: relative;
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
body .datepicker .datepicker-centuries table thead tr th.next:before, body .datepicker .datepicker-centuries table thead tr th.prev:before, body .datepicker .datepicker-days table thead tr th.next:before, body .datepicker .datepicker-days table thead tr th.prev:before, body .datepicker .datepicker-decades table thead tr th.next:before, body .datepicker .datepicker-decades table thead tr th.prev:before, body .datepicker .datepicker-months table thead tr th.next:before, body .datepicker .datepicker-months table thead tr th.prev:before, body .datepicker .datepicker-years table thead tr th.next:before, body .datepicker .datepicker-years table thead tr th.prev:before {
	color: #828282;
	position: absolute;
	font-size: .875rem;
	height: .875rem;
	top: 50%;
	margin-top: -.4375rem;
	line-height: 1;
}
body .datepicker .datepicker-centuries table thead tr th.next i, body .datepicker .datepicker-centuries table thead tr th.prev i, body .datepicker .datepicker-days table thead tr th.next i, body .datepicker .datepicker-days table thead tr th.prev i, body .datepicker .datepicker-decades table thead tr th.next i, body .datepicker .datepicker-decades table thead tr th.prev i, body .datepicker .datepicker-months table thead tr th.next i, body .datepicker .datepicker-months table thead tr th.prev i, body .datepicker .datepicker-years table thead tr th.next i, body .datepicker .datepicker-years table thead tr th.prev i {
	display: none;
}
body .datepicker .datepicker-centuries table thead tr th.prev:before, body .datepicker .datepicker-days table thead tr th.prev:before, body .datepicker .datepicker-decades table thead tr th.prev:before, body .datepicker .datepicker-months table thead tr th.prev:before, body .datepicker .datepicker-years table thead tr th.prev:before {
	content: "\f104";
}
body .datepicker .datepicker-centuries table thead tr th.next:before, body .datepicker .datepicker-days table thead tr th.next:before, body .datepicker .datepicker-decades table thead tr th.next:before, body .datepicker .datepicker-months table thead tr th.next:before, body .datepicker .datepicker-years table thead tr th.next:before {
	content: "\f105";
}
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch, body .datepicker .datepicker-days table thead tr th.datepicker-switch, body .datepicker .datepicker-decades table thead tr th.datepicker-switch, body .datepicker .datepicker-months table thead tr th.datepicker-switch, body .datepicker .datepicker-years table thead tr th.datepicker-switch {
	width: auto;
}
body .datepicker .datepicker-centuries table thead tr th.dow, body .datepicker .datepicker-days table thead tr th.dow, body .datepicker .datepicker-decades table thead tr th.dow, body .datepicker .datepicker-months table thead tr th.dow, body .datepicker .datepicker-years table thead tr th.dow {
	padding: .46875rem 0;
}
body .datepicker .datepicker-centuries table tbody tr td, body .datepicker .datepicker-days table tbody tr td, body .datepicker .datepicker-decades table tbody tr td, body .datepicker .datepicker-months table tbody tr td, body .datepicker .datepicker-years table tbody tr td {
	padding: .46875rem;
}
body .datepicker .datepicker-centuries table tbody tr td span.century, body .datepicker .datepicker-centuries table tbody tr td span.decade, body .datepicker .datepicker-centuries table tbody tr td span.month, body .datepicker .datepicker-centuries table tbody tr td span.year, body .datepicker .datepicker-days table tbody tr td span.century, body .datepicker .datepicker-days table tbody tr td span.decade, body .datepicker .datepicker-days table tbody tr td span.month, body .datepicker .datepicker-days table tbody tr td span.year, body .datepicker .datepicker-decades table tbody tr td span.century, body .datepicker .datepicker-decades table tbody tr td span.decade, body .datepicker .datepicker-decades table tbody tr td span.month, body .datepicker .datepicker-decades table tbody tr td span.year, body .datepicker .datepicker-months table tbody tr td span.century, body .datepicker .datepicker-months table tbody tr td span.decade, body .datepicker .datepicker-months table tbody tr td span.month, body .datepicker .datepicker-months table tbody tr td span.year, body .datepicker .datepicker-years table tbody tr td span.century, body .datepicker .datepicker-years table tbody tr td span.decade, body .datepicker .datepicker-years table tbody tr td span.month, body .datepicker .datepicker-years table tbody tr td span.year {
	font-weight: 500;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}
body .datepicker .datepicker-centuries table tbody tr td span.century:focus, body .datepicker .datepicker-centuries table tbody tr td span.century:hover, body .datepicker .datepicker-centuries table tbody tr td span.decade:focus, body .datepicker .datepicker-centuries table tbody tr td span.decade:hover, body .datepicker .datepicker-centuries table tbody tr td span.month:focus, body .datepicker .datepicker-centuries table tbody tr td span.month:hover, body .datepicker .datepicker-centuries table tbody tr td span.year:focus, body .datepicker .datepicker-centuries table tbody tr td span.year:hover, body .datepicker .datepicker-days table tbody tr td span.century:focus, body .datepicker .datepicker-days table tbody tr td span.century:hover, body .datepicker .datepicker-days table tbody tr td span.decade:focus, body .datepicker .datepicker-days table tbody tr td span.decade:hover, body .datepicker .datepicker-days table tbody tr td span.month:focus, body .datepicker .datepicker-days table tbody tr td span.month:hover, body .datepicker .datepicker-days table tbody tr td span.year:focus, body .datepicker .datepicker-days table tbody tr td span.year:hover, body .datepicker .datepicker-decades table tbody tr td span.century:focus, body .datepicker .datepicker-decades table tbody tr td span.century:hover, body .datepicker .datepicker-decades table tbody tr td span.decade:focus, body .datepicker .datepicker-decades table tbody tr td span.decade:hover, body .datepicker .datepicker-decades table tbody tr td span.month:focus, body .datepicker .datepicker-decades table tbody tr td span.month:hover, body .datepicker .datepicker-decades table tbody tr td span.year:focus, body .datepicker .datepicker-decades table tbody tr td span.year:hover, body .datepicker .datepicker-months table tbody tr td span.century:focus, body .datepicker .datepicker-months table tbody tr td span.century:hover, body .datepicker .datepicker-months table tbody tr td span.decade:focus, body .datepicker .datepicker-months table tbody tr td span.decade:hover, body .datepicker .datepicker-months table tbody tr td span.month:focus, body .datepicker .datepicker-months table tbody tr td span.month:hover, body .datepicker .datepicker-months table tbody tr td span.year:focus, body .datepicker .datepicker-months table tbody tr td span.year:hover, body .datepicker .datepicker-years table tbody tr td span.century:focus, body .datepicker .datepicker-years table tbody tr td span.century:hover, body .datepicker .datepicker-years table tbody tr td span.decade:focus, body .datepicker .datepicker-years table tbody tr td span.decade:hover, body .datepicker .datepicker-years table tbody tr td span.month:focus, body .datepicker .datepicker-years table tbody tr td span.month:hover, body .datepicker .datepicker-years table tbody tr td span.year:focus, body .datepicker .datepicker-years table tbody tr td span.year:hover {
	background: #eee;
}
body .datepicker .datepicker-centuries table tbody tr td span.century.focused, body .datepicker .datepicker-centuries table tbody tr td span.decade.focused, body .datepicker .datepicker-centuries table tbody tr td span.month.focused, body .datepicker .datepicker-centuries table tbody tr td span.year.focused, body .datepicker .datepicker-days table tbody tr td span.century.focused, body .datepicker .datepicker-days table tbody tr td span.decade.focused, body .datepicker .datepicker-days table tbody tr td span.month.focused, body .datepicker .datepicker-days table tbody tr td span.year.focused, body .datepicker .datepicker-decades table tbody tr td span.century.focused, body .datepicker .datepicker-decades table tbody tr td span.decade.focused, body .datepicker .datepicker-decades table tbody tr td span.month.focused, body .datepicker .datepicker-decades table tbody tr td span.year.focused, body .datepicker .datepicker-months table tbody tr td span.century.focused, body .datepicker .datepicker-months table tbody tr td span.decade.focused, body .datepicker .datepicker-months table tbody tr td span.month.focused, body .datepicker .datepicker-months table tbody tr td span.year.focused, body .datepicker .datepicker-years table tbody tr td span.century.focused, body .datepicker .datepicker-years table tbody tr td span.decade.focused, body .datepicker .datepicker-years table tbody tr td span.month.focused, body .datepicker .datepicker-years table tbody tr td span.year.focused {
	background: #eee;
	color: #444;
}
body .datepicker .datepicker-centuries table tbody tr td span.century.active, body .datepicker .datepicker-centuries table tbody tr td span.decade.active, body .datepicker .datepicker-centuries table tbody tr td span.month.active, body .datepicker .datepicker-centuries table tbody tr td span.year.active, body .datepicker .datepicker-days table tbody tr td span.century.active, body .datepicker .datepicker-days table tbody tr td span.decade.active, body .datepicker .datepicker-days table tbody tr td span.month.active, body .datepicker .datepicker-days table tbody tr td span.year.active, body .datepicker .datepicker-decades table tbody tr td span.century.active, body .datepicker .datepicker-decades table tbody tr td span.decade.active, body .datepicker .datepicker-decades table tbody tr td span.month.active, body .datepicker .datepicker-decades table tbody tr td span.year.active, body .datepicker .datepicker-months table tbody tr td span.century.active, body .datepicker .datepicker-months table tbody tr td span.decade.active, body .datepicker .datepicker-months table tbody tr td span.month.active, body .datepicker .datepicker-months table tbody tr td span.year.active, body .datepicker .datepicker-years table tbody tr td span.century.active, body .datepicker .datepicker-years table tbody tr td span.decade.active, body .datepicker .datepicker-years table tbody tr td span.month.active, body .datepicker .datepicker-years table tbody tr td span.year.active {
	background: #7ba76d !important;
	color: #fff;
}
body .datepicker .datepicker-centuries table tbody tr td.day, body .datepicker .datepicker-days table tbody tr td.day, body .datepicker .datepicker-decades table tbody tr td.day, body .datepicker .datepicker-months table tbody tr td.day, body .datepicker .datepicker-years table tbody tr td.day {
	font-weight: 500;
	color: #444;
	padding: .46875rem;
	border-radius: 4px;
}
body .datepicker .datepicker-centuries table tbody tr td.day.highlighted, body .datepicker .datepicker-centuries table tbody tr td.day.range, body .datepicker .datepicker-centuries table tbody tr td.day.selected, body .datepicker .datepicker-centuries table tbody tr td.day:focus, body .datepicker .datepicker-centuries table tbody tr td.day:hover, body .datepicker .datepicker-days table tbody tr td.day.highlighted, body .datepicker .datepicker-days table tbody tr td.day.range, body .datepicker .datepicker-days table tbody tr td.day.selected, body .datepicker .datepicker-days table tbody tr td.day:focus, body .datepicker .datepicker-days table tbody tr td.day:hover, body .datepicker .datepicker-decades table tbody tr td.day.highlighted, body .datepicker .datepicker-decades table tbody tr td.day.range, body .datepicker .datepicker-decades table tbody tr td.day.selected, body .datepicker .datepicker-decades table tbody tr td.day:focus, body .datepicker .datepicker-decades table tbody tr td.day:hover, body .datepicker .datepicker-months table tbody tr td.day.highlighted, body .datepicker .datepicker-months table tbody tr td.day.range, body .datepicker .datepicker-months table tbody tr td.day.selected, body .datepicker .datepicker-months table tbody tr td.day:focus, body .datepicker .datepicker-months table tbody tr td.day:hover, body .datepicker .datepicker-years table tbody tr td.day.highlighted, body .datepicker .datepicker-years table tbody tr td.day.range, body .datepicker .datepicker-years table tbody tr td.day.selected, body .datepicker .datepicker-years table tbody tr td.day:focus, body .datepicker .datepicker-years table tbody tr td.day:hover {
	background: #eee;
	text-shadow: none;
}
body .datepicker .datepicker-centuries table tbody tr td.day.today, body .datepicker .datepicker-days table tbody tr td.day.today, body .datepicker .datepicker-decades table tbody tr td.day.today, body .datepicker .datepicker-months table tbody tr td.day.today, body .datepicker .datepicker-years table tbody tr td.day.today {
	background: #fbe6c6 !important;
	color: #071d3c;
}
body .datepicker .datepicker-centuries table tbody tr td.day.active, body .datepicker .datepicker-days table tbody tr td.day.active, body .datepicker .datepicker-decades table tbody tr td.day.active, body .datepicker .datepicker-months table tbody tr td.day.active, body .datepicker .datepicker-years table tbody tr td.day.active {
	background: #7ba76d !important;
	color: #fff;
	text-shadow: none!important;
}
body .datepicker .datepicker-centuries table tbody tr td.day.range, body .datepicker .datepicker-days table tbody tr td.day.range, body .datepicker .datepicker-decades table tbody tr td.day.range, body .datepicker .datepicker-months table tbody tr td.day.range, body .datepicker .datepicker-years table tbody tr td.day.range {
	border-radius: 0;
}
body .datepicker .datepicker-centuries table tbody tr td.day.range-start, body .datepicker .datepicker-days table tbody tr td.day.range-start, body .datepicker .datepicker-decades table tbody tr td.day.range-start, body .datepicker .datepicker-months table tbody tr td.day.range-start, body .datepicker .datepicker-years table tbody tr td.day.range-start {
	border-radius: 4px 0 0 4px;
}
body .datepicker .datepicker-centuries table tbody tr td.day.range-end, body .datepicker .datepicker-days table tbody tr td.day.range-end, body .datepicker .datepicker-decades table tbody tr td.day.range-end, body .datepicker .datepicker-months table tbody tr td.day.range-end, body .datepicker .datepicker-years table tbody tr td.day.range-end {
	border-radius: 0 4px 4px 0;
}
body .datepicker .datepicker-centuries table tbody tr td.day.old, body .datepicker .datepicker-days table tbody tr td.day.old, body .datepicker .datepicker-decades table tbody tr td.day.old, body .datepicker .datepicker-months table tbody tr td.day.old, body .datepicker .datepicker-years table tbody tr td.day.old {
	color: #888;
}
body .datepicker.dropdown-menu {
	min-width: 250px;
	width: 320px;
	border: none;
	font-family: inherit;
	font-size: .75rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	width: 250px;
	background: #ffffff;
}
body .datepicker.dropdown-menu:before {
	display: none;
}
body .datepicker.dropdown-menu.datepicker-orient-left:after {
	left: .9375rem;
}
body .datepicker.dropdown-menu.datepicker-orient-right:after {
	right: .9375rem;
}
body .datepicker.dropdown-menu.datepicker-orient-top {
	margin-bottom: .46875rem;
}
body .datepicker.dropdown-menu.datepicker-orient-bottom {
	margin-top: .46875rem;
}
.datepicker.datepicker-dropdown:after {
	border-bottom-color: #858585;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:after {
	border-top-color: #858585;
}
body .daterangepicker:before {
	display: none;
}
body .daterangepicker:after {
	border-bottom-color: #858585;
}
body .daterangepicker .drp-calendar {
	max-width: inherit;
	padding: .9375rem;
}
body .daterangepicker .drp-calendar .calendar-table {
	background-color: var(--app-component-dropdown-bg);
	border-color: var(--app-component-dropdown-bg);
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th {
	min-width: auto;
	width: auto;
	height: auto;
	line-height: 1;
	padding: .46875rem;
	color: var(--app-component-color);
	font-weight: 700;
	border: none;
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.next span, body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev span {
	border-color: var(--app-component-color);
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.next:focus, body .daterangepicker .drp-calendar .calendar-table table thead tr th.next:hover, body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev:focus, body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev:hover {
	background: rgba(var(--app-component-color-rgb), .2);
	color: var(--app-component-color);
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .monthselect, body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .yearselect {
	border-color: var(--app-component-dropdown-border-color);
	background: var(--app-component-dropdown-bg);
	color: var(--app-component-color);
	border-radius: 4px;
	transition: all .2s linear;
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .monthselect:focus, body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .yearselect:focus {
	outline: 0;
	border-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
body .daterangepicker .drp-calendar .calendar-table table thead tr:last-child th {
	padding-bottom: .46875rem;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td {
	min-width: auto;
	width: auto;
	height: auto;
	line-height: 1;
	padding: .609375rem;
	font-weight: 500;
	color: var(--app-component-color);
	border: none;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available {
	border-radius: 4px;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available:focus, body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available:hover {
	background: var(--app-component-dropdown-hover-bg);
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.in-range {
	background: rgba(142, 186, 247, .25);
	color: var(--app-component-color);
	border-radius: 0;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.in-range {
	background: #0e3b77;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.in-range.active {
	background: #1c75ee;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.active {
	background: #1c75ee;
	color: #fff;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.start-date {
	border-radius: 4px 0 0 4px;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.end-date {
	border-radius: 0 4px 4px 0;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.off {
	background: 0 0;
	color: var(--app-component-disabled-color);
}
body .daterangepicker .drp-calendar.left {
	padding: .46875rem!important;
}
body .daterangepicker .drp-calendar.left .calendar-table {
	padding: 0!important;
}
body .daterangepicker .drp-calendar.right {
	padding: .46875rem!important;
	border-left: 1px solid var(--app-component-dropdown-border-color);
}
body .daterangepicker .drp-buttons {
	padding: .46875rem;
	border-color: var(--app-component-dropdown-border-color);
}
body .daterangepicker .drp-buttons .btn {
	font-weight: 500;
	min-width: 80px;
	margin: 0;
}
body .daterangepicker .drp-buttons .btn+.btn {
	margin-right: 0;
	margin-left: .46875rem;
}
body .daterangepicker .drp-buttons .drp-selected {
	font-weight: 500;
	color: #666;
}
body .daterangepicker.show-ranges.ltr .ranges, body .daterangepicker.show-ranges.rtl .ranges {
	position: relative;
	display: block;
}

body .daterangepicker.show-ranges.ltr .ranges ul li, body .daterangepicker.show-ranges.rtl .ranges ul li {
	font-weight: 500;
	color: rgba(var(--app-component-color-rgb), .75);
}
body .daterangepicker.show-ranges.ltr .ranges ul li:focus, body .daterangepicker.show-ranges.ltr .ranges ul li:hover, body .daterangepicker.show-ranges.rtl .ranges ul li:focus, body .daterangepicker.show-ranges.rtl .ranges ul li:hover {
	background: var(--app-component-dropdown-hover-bg);
	color: var(--app-component-hover-color);
}
body .daterangepicker.show-ranges.ltr .ranges ul li.active, body .daterangepicker.show-ranges.rtl .ranges ul li.active {
	background: #1c75ee;
	color: #fff;
	margin-right: -1px;
}
body .daterangepicker.show-ranges.ltr .drp-calendar.left, body .daterangepicker.show-ranges.rtl .drp-calendar.left {
	border-left: 1px solid var(--app-component-dropdown-border-color);
}
body .datetimepicker .next:before, body .datetimepicker .prev:before {
	display: none;
}
body .datetimepicker .datetimepicker-hours table, body .datetimepicker .datetimepicker-minutes table {
	min-width: 220px;
}
body .datetimepicker .glyphicon {
	font-size: 14px;
	color: #000;
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
body .datetimepicker .glyphicon.glyphicon-chevron-up:before {
	content: "\f106"}
body .datetimepicker .glyphicon.glyphicon-chevron-down:before {
	content: "\f107"}
body .datetimepicker .glyphicon.icon-arrow-left:before {
	content: "\f104"}
body .datetimepicker .glyphicon.icon-arrow-right:before {
	content: "\f105"}
body .datetimepicker .glyphicon.glyphicon-time:before {
	content: "\f017"}
body .datetimepicker .glyphicon.glyphicon-calendar:before {
	content: "\f133"}
body .datetimepicker.dropdown-menu {
	max-width: 320px;
	min-width: 200px;
	width: auto;
	padding: 5px;
	color: #000;
	overflow: hidden;
	border-radius: 6px;
	max-width: 250px;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.today, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.next, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.prev, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.switch, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.today {
	padding: 5px;
	border-radius: 4px;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.today:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.next:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.next:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.prev:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.prev:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.switch:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.switch:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.today:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.today:hover {
	color: #000;
	background: rgba(255, 255, 255, .1);
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.dow, body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.dow {
	padding: 5px;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td {
	padding: 0;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day {
	padding: 7px 9px;
	height: auto;
	line-height: 16px!important;
	color: #4d4d4d;
	font-weight: 500;
	border-radius: 6px;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day:hover {
	color: #000;
	background: rgba(255, 255, 255, .1);
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.active, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.active, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.active, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.active, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.active, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.active, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.active, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.active, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.active, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.active, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.active, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.active, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.active, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.active, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.active, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.active, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.active, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.active, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.active, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.active, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.active, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.active, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.active, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.active, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.active, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.active, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.active, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.active, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.active, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.active {
	color: #fff;
	background: #1c75ee!important;
	text-shadow: none;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.active:hover, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.active:focus, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.active:hover {
	text-shadow: none;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.timepicker-second, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.timepicker-hour, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.timepicker-minute, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.timepicker-second {
	border: 1px solid rgba(255, 255, 255, .15);
	display: block;
	width: 80px;
	margin: 0 auto;
	line-height: 22px;
	height: auto;
	padding: 6px 15px;
	border-radius: 6px;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.today, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.today, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.today, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.today, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.today {
	background: #b3b3b3;
	color: #000;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.today:before, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.today:before, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.today:before, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.today:before, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.today:before {
	border-bottom-color: #737373;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.today.active, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.today.active, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.today.active, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.today.active, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.today.active {
	color: #fff;
}
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.today.active:before, body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.today.active:before, body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.today.active:before, body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.today.active:before, body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.today.active:before {
	border-bottom-color: #aaccf9;
}
body .datetimepicker.dropdown-menu>ul>li .datepicker {
	padding: 5px;
	width: 320px;
	width: 250px;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker {
	width: auto;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker .timepicker-hours, body .datetimepicker.dropdown-menu>ul>li .timepicker .timepicker-minutes, body .datetimepicker.dropdown-menu>ul>li .timepicker .timepicker-picker {
	padding: 5px;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker .timepicker-picker {
	width: 200px;
	margin: 0 auto;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td {
	padding: 0;
	height: auto;
	line-height: inherit;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute {
	padding: 10px;
	height: auto;
	line-height: 16px!important;
	color: #4d4d4d;
	font-weight: 500;
	border-radius: 6px;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour:hover, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute:hover {
	color: #000;
	background: rgba(255, 255, 255, .1);
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.active, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.active {
	color: #fff;
	background: #000!important;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.active:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.active:hover, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.active:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.active:hover {
	text-shadow: none;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.timepicker-hour, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.timepicker-minute, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.timepicker-second, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.timepicker-hour, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.timepicker-minute, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.timepicker-second {
	border: 1px solid rgba(255, 255, 255, .15);
	display: block;
	width: 80px;
	margin: 0 auto;
	line-height: 22px;
	height: auto;
	padding: 6px 15px;
	border-radius: 6px;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.separator {
	width: 1%}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn {
	padding: 0;
	border: none;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span {
	padding: 10px;
	height: auto;
	line-height: 16px!important;
	color: #4d4d4d;
	font-weight: 500;
	border-radius: 6px;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span:hover {
	background: rgba(255, 255, 255, .1);
	color: #000;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.active {
	color: #fff;
	background: #000!important;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.active:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.active:hover {
	text-shadow: none;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.timepicker-hour, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.timepicker-minute, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.timepicker-second {
	border: 1px solid rgba(255, 255, 255, .15);
	display: block;
	width: 80px;
	margin: 0 auto;
	line-height: 22px;
	height: auto;
	padding: 6px 15px;
	border-radius: 6px;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn.btn-primary {
	padding: 5px 15px;
	background: #737373;
	margin-right: 5px;
	margin-left: 5px;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn.btn-primary:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn.btn-primary:hover {
	background: #4d4d4d;
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-hour, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-minute {
	height: auto;
	line-height: 30px;
	border: 1px solid rgba(255, 255, 255, .15);
}
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-hour:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-hour:hover, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-minute:focus, body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-minute:hover {
	background: 0 0;
	border-color: #737373;
}
body .datetimepicker.dropdown-menu>ul>li.picker-switch {
	width: 100%}
body .datetimepicker.dropdown-menu>ul>li.picker-switch table tbody tr td span {
	display: block;
	width: auto;
	margin: -1px 0 0;
	background: rgba(255, 255, 255, .1);
	height: 36px;
	line-height: 36px;
	border-radius: 0;
}
body .datetimepicker.dropdown-menu>ul>li.picker-switch table tbody tr td span:hover {
	background: #bababa;
}
body .datetimepicker.dropdown-menu>ul>li.picker-switch table tbody tr td a {
	text-decoration: none;
}
body .datetimepicker.dropdown-menu>ul>li.collapse.in {
	display: block;
}
body .datetimepicker.dropdown-menu.bottom:before {
	display: none;
}
body .datetimepicker.dropdown-menu.bottom:after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	top: -7px;
	left: 15px;
}
body .datetimepicker.dropdown-menu.bottom.pull-right:after {
	left: auto;
	right: 15px;
}
body .datetimepicker+.input-group-addon {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn.btn-social-icon>:first-child, .btn.btn-social>:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-group-lg>.btn.btn-social-icon, .btn.btn-social-icon.btn-lg {
	width: 39px;
	height: 39px;
}
body .bootstrap-timepicker .input-group-addon i {
	width: auto;
	height: auto;
	display: inline;
}
.bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-hour, .bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-meridian, .bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-minute {
	width: 40px;
	height: calc(1.5em + .875rem + 2px);
	border: 1px solid var(--app-component-dropdown-border-color);
	padding: 6px;
	background: 0 0;
	color: var(--app-component-color);
	font-weight: 500;
	box-shadow: none;
	transition: all .2s linear;
	border-radius: 4px;
}
.bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-hour:focus, .bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-meridian:focus, .bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-minute:focus {
	border-color: rgba(255, 255, 255, .5);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.bootstrap-timepicker-widget table tbody tr td .glyphicon {
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
.bootstrap-timepicker-widget table tbody tr td .glyphicon.glyphicon-chevron-up:before {
	content: "\f077"}
.bootstrap-timepicker-widget table tbody tr td .glyphicon.glyphicon-chevron-down:before {
	content: "\f078"}
.bootstrap-timepicker-widget table tbody tr td a {
	border: none;
	color: #828282;
	padding: .46875rem;
	text-decoration: none;
	border-radius: 4px!important;
}
.bootstrap-timepicker-widget table tbody tr td a:focus, .bootstrap-timepicker-widget table tbody tr td a:hover {
	background: var(--app-component-dropdown-hover-bg);
	color: var(--app-component-hover-color);
}
.bootstrap-timepicker-widget table tbody tr td.separator {
	padding: 0 .46875rem;
}
.bootstrap-timepicker-widget:before {
	display: none!important;
}
.bootstrap-timepicker-widget:after {
	left: .9375rem!important;
	top: -.46875rem!important;
	border-width: .46875rem!important;
	border-bottom-color: var(--app-component-dropdown-bg)!important;
}
.bootstrap-timepicker-widget.dropdown-menu {
	padding: .46875rem!important;
	border-radius: 6px!important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	top: auto!important;
	bottom: -.46875rem;
	border-top-color: var(--app-component-dropdown-bg)!important;
}

/* -------------------------------
	Select 2
------------------------------- */

.select2.select2-container {
	display: block;
	background: var(--app-component-bg);
}
.select2.select2-container .selection .select2-selection {
	background: var(--app-component-bg);
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple, .select2.select2-container .selection .select2-selection.select2-selection--single {
	border-color: var(--app-component-border-color);
	outline: 0;
	height: calc(1.5em + .875rem + 2px);
	display: flex;
	align-items: center;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: .4375rem .75rem;
	font-weight: 500;
	color: var(--app-component-color);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	padding-right: .75rem;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear {
	position: absolute;
	top: 0;
	bottom: 0;
	width: .75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow {
	height: auto;
	width: auto;
	position: relative;
	top: 0;
	right: 0;
	padding: .4375rem .75rem;
	display: flex;
	align-items: center;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow b, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	border: none;
	color: var(--app-component-color);
	width: auto;
	height: auto;
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow b:before, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
	content: "\f0d7"}
.select2.select2-container .selection .select2-selection.select2-selection--multiple {
	height: auto;
	min-height: calc(1.5em + .875rem + 2px);
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
	padding: .375rem .75rem .15625rem;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
	float: none;
	min-width: 100px;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
	margin-top: -1px;
	margin-bottom: .21875rem;
	font-weight: 500;
	min-height: 20px;
	color: var(--app-component-color);
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::placeholder {
	color: rgba(255, 255, 255, .5);
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
	border: none;
	background: rgba(var(--app-component-border-color-rgb), .65);
	margin-bottom: .21875rem;
	margin-top: 0;
	padding: 4px 8px;
	color: var(--app-component-color);
	float: none;
	position: relative;
	border-radius: 4px;
	padding-right: 1.3125rem;
	margin-right: .21875rem;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	color: #828282;
	font-size: .875rem;
	margin: 0;
	float: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1.3125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
}
.select2.select2-container.select2-container--above.select2-container--open .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
	content: "\f0d8";
}
.select2-container .select2-dropdown {
	border: none;
	background: #a5a5a5;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.select2-container .select2-dropdown .select2-search--dropdown {
	padding: .5rem;
}
.select2-container .select2-dropdown .select2-search--dropdown input {
	border-color: var(--app-component-border-color);
	height: calc(1.5em + .875rem + 2px);
	padding: .4375rem .75rem;
	outline: 0;
	color: var(--app-component-color);
	background-color: #ffffff;
	border-radius: 4px;
	transition: all .2s linear;
}
.select2-container .select2-dropdown .select2-search--dropdown input:focus {
	border-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
	font-weight: 500;
	color: var(--app-component-color);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__group {
	padding: .5rem .5rem .25rem;
	color: var(--app-component-color);
	font-size: .6875rem;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__option {
	padding: .5rem 1rem;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
	background: #7c7c7c;
	color: white;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
	font-weight: 500;
	font-size: .75rem;
	color: rgba(var(--app-component-color-rgb), .5);
	padding: .5rem .5rem;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
	background: #017e2b;
	color: #fff;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
	background: #a5a5a5;
	color: #fff;
}
.select2-container .select2-dropdown.select2-dropdown--above {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

/* -------------------------------
	X-Editable
------------------------------- */

.editable-container {
	display: flex;
	flex: 1;
}
.editable-container .editableform {
	display: block;
}
.editable-container .editableform .form-group>div {
	margin-bottom: -5px;
	padding: 0px;
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}
.editable-container .editableform .form-group>div .editable-input {
	margin-bottom: .46875rem;
	margin-right: .46875rem;
}
.editable-container .editableform .form-group>div .editable-input .combodate {
	margin-bottom: -3px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.editable-container .editableform .form-group>div .editable-input .combodate select {
	margin-bottom: 3px;
	min-width: 90px;
}
.editable-container .editableform .form-group>div .editable-input .editable-clear-x {
	right: 12px;
}
.editable-container .editableform .form-group>div .editable-input .editable-checklist>div>label {
	justify-content: flex-start;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date {
	position: relative;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .form-control {
	margin-top: -1px;
	display: inline-flex;
	border-radius: 4px 0 0 4px;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .add-on {
	background: var(--app-component-border-color);
	padding: 5px 10px;
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	border-radius: 0 4px 4px 0;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .add-on i {
	width: auto;
	height: auto;
	margin: 0;
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .add-on i:before {
	content: "\f133"}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker {
	width: 300px;
	color: var(--app-component-color);
	border-radius: 8px;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker table {
	width: 100%}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker table tfoot .today:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker table tfoot .today:hover {
	background: #bfbfbf;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th {
	border: none;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch {
	line-height: 20px;
	padding: 5px;
	border-radius: 4px;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch:hover {
	background: #bfbfbf;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:hover:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch:focus:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch:hover:before {
	color: #000;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev {
	color: transparent;
	width: 14.28%;
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:before {
	color: #4d4d4d;
	position: absolute;
	font-size: 14px;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:before {
	content: "\f104"}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:before, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:before {
	content: "\f105"}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch {
	width: auto;
	font-weight: 700;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.dow, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.dow, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.dow, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.dow, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.dow, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.dow {
	padding: 5px 0;
	border: none;
	font-weight: 700;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td {
	padding: 5px;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year {
	font-weight: 600;
	color: #4d4d4d;
	text-shadow: none;
	border-radius: 4px;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year:hover {
	background: #bfbfbf;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month.focused, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year.focused {
	background: #b3b3b3;
	color: #000;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year.active {
	background: #1c75ee!important;
	color: #fff;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day {
	font-weight: 600;
	color: #262626;
	padding: 5px;
	border-radius: 4px;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day:hover, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day:focus, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day:hover {
	background: #bfbfbf;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day.today, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day.today, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day.today, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day.today, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day.today, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day.today {
	background: #b3b3b3!important;
	color: #000;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day.active, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day.active {
	background: #1c75ee!important;
	color: #fff;
	text-shadow: none!important;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day.old, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day.old, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day.old, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day.old, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day.old, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day.old {
	color: #999;
}
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day.new, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day.new, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day.new, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day.new, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day.new, .editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day.new {
	color: #737373;
}
.editable-container .editableform .form-group>div .editable-input .editable-address input {
	border: 1px solid var(--app-component-border-color);
	color: var(--app-component-color);
	padding: 6px 10px;
	background-color: transparent;
	border-radius: 4px;
}
.editable-container .editableform .form-group>div .editable-input .editable-address input:focus {
	outline: 0;
	border-color: rgba(255, 255, 255, .5);
	transition: all .2s linear;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.editable-container .editableform .form-group>div .editable-input .twitter-typeahead .tt-hint {
	border: none;
	height: calc(1.5em + .875rem + 2px);
	padding: .4375rem .75rem;
	line-height: 1.5;
	margin-left: 1px;
	margin-top: -1px;
	opacity: .6;
}
.editable-container .editableform .form-group>div .editable-input .twitter-typeahead .tt-dropdown-menu {
	border: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.editable-container .editableform .form-group>div .editable-input .twitter-typeahead .tt-dropdown-menu .tt-suggestion {
	padding: 5px 12px;
}
.editable-container .editableform .form-group>div .editable-input .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
	background: #1c75ee;
	color: #fff;
}
.editable-container .editableform .form-group>div .editable-input .wysihtml5-toolbar {
	background: 0 0;
	padding: 0!important;
	border: none;
}
.editable-container .editableform .form-group>div .editable-input .wysihtml5-sandbox {
	border: 1px solid var(--app-component-border-color)!important;
}
.editable-container .editableform .form-group>div .editable-buttons {
	margin-left: 0;
	margin-bottom: 5px;
	display: flex;
}
.editable-container .editableform .form-group>div .editable-buttons .btn {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.editable-container .editableform .form-group>div .editable-buttons .btn i {
	margin-top:3px;
}
.editable-container .editableform .form-group>div .editable-buttons .btn+.btn {
	margin-left: 10px;
}
.editable-container .editableform .form-group>div .editable-buttons .btn .glyphicon-ok {
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
.editable-container .editableform .form-group>div .editable-buttons .btn .glyphicon-ok:before {
	content: "\f00c"}
.editable-container .editableform .form-group>div .editable-buttons .btn .glyphicon-remove {
	font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome!important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
.editable-container .editableform .form-group>div .editable-buttons .btn .glyphicon-remove:before {
	content: "\f00d"}
.editable-container .editableform .form-group>div .editable-buttons.editable-buttons-bottom {
	display: block;
}
.editable-container .editableform .form-group>div .editable-buttons.editable-buttons-bottom .btn {
	display: inline-flex;
}
.editable-container .editableform .form-group.has-error .form-control {
	border-color: #ec3102;
	background: #ffebe6;
}
.editable-container .editableform .form-group.has-error .editable-error-block {
	margin: 0 0 0 10px;
	white-space: nowrap;
	color: #d92d02;
}
.editable-click, a.editable-click, a.editable-click:hover {
	--bs-btn-padding-x: 0.80rem;
	--bs-btn-padding-y: 0.4375rem;
	--bs-btn-font-size: 0.80rem;
	--bs-btn-font-weight: 500;
	--bs-btn-line-height: 1.5;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 4px;
	--bs-btn-box-shadow: none;
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #d9d9d9;
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #dedede;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px 10px;
}

/* -------------------------------
	Profile User
------------------------------- */

.profile {
	width:100%;
}
.profile-header {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.profile-header .profile-header-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.profile-header .profile-header-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 0, #000 100%);
}
.profile-header .profile-header-content {
	color: #fff;
	padding: 30px;
	height: 140px;
	position: relative;
}
.profile-header .profile-header-img {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: -10px 0 -20px 0;
	padding: 3px;
	background: var(--app-component-bg);
	border-radius: 4px;
}
.profile-header .profile-header-img+.profile-header-info {
	margin-left: 140px;
}
.profile-header .profile-header-info span {
	text-transform: capitalize;
}
.profile-header .profile-header-img img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
}
.profile-header .profile-header-info .h4, .profile-header .profile-header-info h5 {
	font-weight: 600;
	color: #fff;
}
.profile-header .profile-header-tab {
	position: relative;
	background: #f4f4f4;
	list-style-type: none;
	margin: 25px 0 0;
	padding: 0 0 0 0px;
	border-radius: 0;
}
.profile-header .profile-header-tab .nav-item {
	display: inline-block;
	margin: 0;
	width: 100%;
}
.profile-header .profile-header-tab .nav-item .nav-link {
	display: block;
	color: #444;
	line-height: 20px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	border: none;
	border-radius: 0;
}
.profile-header .profile-header-tab .nav-item .nav-link:focus, .profile-header .profile-header-tab .nav-item .nav-link:hover {
	background: 0 0;
	color: #666;
}
.profile-header .profile-header-tab .nav-item .nav-link.active {
	color: var(--app-component-color);
	background: 0 0;
}
.profile-content {
	padding: 25px;
}
.profile-content:after, .profile-content:before {
	content: "";
	display: table;
	clear: both;
}
.profile-content .tab-content, .profile-content .tab-pane {
	background: 0 0;
}
.profile-content .table.table-profile>thead>tr>th {
	border: none;
	border-bottom: none!important;
	color: var(--app-component-color);
	background: 0 0;
}
.profile-content .table.table-profile>thead>tr>th .h4, .profile-content .table.table-profile>thead>tr>th h4 {
	font-size: 20px;
	margin-top: 0;
}
.profile-content .table.table-profile>thead>tr>th .h4 .small, .profile-content .table.table-profile>thead>tr>th .h4 small, .profile-content .table.table-profile>thead>tr>th h4 .small, .profile-content .table.table-profile>thead>tr>th h4 small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}
.profile-content .table.table-profile tbody>tr td {
	border: none;
	color: var(--app-component-color);
	background: 0 0;
}
.profile-content .table.table-profile tbody>tr td.field {
	width: 20%;
	font-weight: 500;
	color: var(--app-component-color);
	text-align: right;
}
.profile-content .table.table-profile tbody>tr.highlight>td {
	border-top: 1px solid var(--app-component-border-color);
	border-bottom: 1px solid var(--app-component-border-color);
}
.profile-content .table.table-profile tbody>tr.divider>td {
	padding: 0!important;
	height: 10px;
}
.profile-header-cover img {
	min-height: 195px;
	max-height: 195px;
	width: 100%;
	object-fit:cover;
}
.profile-header .widget-list {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.group-profile-gallery {
	margin-top: 30px;
}
.profile-gallery-card {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.34), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .32);
	margin-bottom: 20px;
	border: 0 !important;
}
.profile-gallery-card-thumbnail {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.profile-gallery-card-thumbnail img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	height: 200px;
	max-height: 200px;
	border-radius: 6px;
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	transition: .5s ease;
}
.profile-gallery-card-thumbnail img:hover {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.profile-card-image {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom:25px;
}
.profile-card-image-img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
	box-shadow: 4px 0 8px rgb(0 0 0 / 10%);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	transition: .5s ease;
}
.profile-card-image-img:hover {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* -------------------------------
	Registered User List
------------------------------- */

.registered-users-list {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.registered-users-list>li {
	width: 110px;
	font-size: 12px;
	padding: 7.5px;
	color: #000;
}
.registered-users-list>li>a {
	display: block;
	margin-bottom: 10px;
}
.registered-users-list>li img {
	max-width: 100%;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	object-fit:cover;
}
.registered-users-list>li .username {
	font-size: 12px;
	color: var(--app-component-color);
	margin-bottom: 0;
	font-weight: 600;
}
.registered-users-list>li .username .small, .registered-users-list>li .username small {
	display: block;
	font-size: 11px;
	color: rgba(var(--app-component-color-rgb), .5);
	line-height: 15px;
}

/* -------------------------------
   MBD - Full Layout Theme
------------------------------- */

.mbd-full-header-fixed .profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
	background: #00796a !important;
	border-left: 5px solid #005a4f;
}
.mbd-full-header-fixed .profile-nav ul li.active  a {
	background: #00796a !important;
	border-left: 5px solid #005a4f;
}
.mbd-full-content .c-100 {
	margin-left: 100px;
	padding-right: 100px;
}
.mbd-full-header-fixed {
	padding-top: 70px;
}
.mbd-full-sidebar {
	display:none !important;
}
.mbd-full-content {
	margin-left: 0px;
	padding: 0px 0px;
	position: relative;
	padding-left: 0px;
	padding-right: 15px;
}
.mbd-full-content .app-content-container {
	margin: -20px -30px;
	padding: 20px 30px;
}
.mbd-full-content .app-content-margin {
	margin: -20px -30px;
}
.mbd-full-content .app-content-padding {
	padding: 20px 30px;
}
.mbd-full-header-fixed .dropdown-item:hover {
	background-color: #e0e0e0;
}
.mbd-full-header-fixed .dropdown-item:focus {
	background-color: #959595;
}
.mbd-full-header-fixed .dropdown-item:active {
	background-color: #959595;
}
.mbd-full-content .panel-cp {
	padding-left:100px;
	padding-right:100px;
}

/* -------------------------------
	CP Styles
------------------------------- */

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.cp-content {
	font-size: 17px;
}
.cp-content h1 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.25;
}
.cp-content h2 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.25;
}
.cp-content h3 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.25;
}
.cp-content h4 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.25;
}
.cp-content h5 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.25;
}
.cp-content h6 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.25;
}
.cp-dashboard .panel-cp-w {
	margin-bottom: 0px;
}
.cp-dashboard .panel-cp-drop {
	margin-bottom: 0px;
}
.cp-dashboard .table {
	--bs-table-striped-bg: rgb(246, 246, 246);
	box-shadow: none;
	margin-bottom: 0;
}
.cp-dashboard .mbd-tables {
	background: #fbfbfb;
}
.cp-dashboard .panel-cp-w .dropzone .dz-preview .dz-image {
	width: 120px;
	height: 120px;
}
.cp-dashboard .panel-cp-w .dropzone .dz-preview {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.cp-dashboard .panel-cp-drop .dropzone .dz-preview .dz-image {
	width: 100%;
	height: auto;
}
.cp-dashboard .panel-cp-drop .dropzone .dz-preview {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.cp-dashboard .table-border {
	border: 0;
}
.cp-card-profile {
	margin-bottom:25px;
}
.cp-card-profile a {
	color: #ffffff;
}
.cp-card-profile a:hover {
	color: #cdcdcd;
}
.cp-card-profile a:focus {
	color: #cdcdcd;
}
.cp-card-profile img {
	height: 300px;
	object-fit: cover;
	border-radius: 0.375rem;
}
.cp-card-profile .card-img-overlay {
	--bs-bg-opacity: 0.5;
	background: rgb(0 0 0 / 50%) !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.cp-card-profile .card-img-overlay:hover {
	background: rgb(0 0 0 / 30%) !important;
}
.panel-cp .account-page-header h4 {
	margin: 0 0 15px;
}

.cp-content .nav-pills {
	--bs-nav-pills-border-radius: 4px;
	--bs-nav-pills-link-active-color: var(--app-component-active-color);
	--bs-nav-pills-link-active-bg: var(--app-component-active-bg);
}
.cp-content .nav-link {
	background: 0 0;
	border: 0;
	border-radius: var(--bs-nav-pills-border-radius);
}
.cp-content .nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	background-color: transparent;
	border-color: transparent;
}
.cp-profile-portfolio .cp-profile-portfolio-img {
	border-radius:6px;
}
.cp-profile-portfolio .cp-profile-portfolio-img:hover {
	cursor: pointer;
	opacity:0.9
}
.cp-content .widget {
	background: #ffffff;
}
.md-app .cp-dashboard-card-box {
	color: #fff;
	background: transparent;
	border:0;
	margin-bottom: 30px;
}
.md-app .cp-dashboard-card-box .cp-dashboard-card-img {
	width:100%;
	min-height:400px;
	max-height:400px;
	border-radius:15px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
 }
.md-app .cp-dashboard-card-box .cp-dashboard-card-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align:center;
	padding: 50px;
	padding-bottom: 30px;
	border-radius: 15px;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* -------------------------------
	Order Details
------------------------------- */

.invoice-order-details {
	text-align:left;
	font-size: 15px;
}
.invoice-order-details .invoice-order-section {
	margin-bottom:15px;
}
.invoice-order-details .invoice-order-d-line {
	margin-bottom: 10px;
	display: block;
}
.invoice-order-details .invoice-order-d-line:last-of-type {
	margin-bottom:15px;
}
.invoice-order-details .invoice-order-d-line span {
	font-weight: 600;
	color: #444;
}
.invoice-order-details .invoice-order-d-line-end {
	margin-bottom:15px;
}
.invoice-order-details .invoice-order-d-line hr {
	margin-top: 6px;
	margin-bottom: 8px;
}
.invoice-order-details .invoice-order-details-title {
	margin-bottom: 15px;
	font-size: 16px;
}
.invoice-order-details .invoice-order-details-title .invoice-order-details-name {
	padding: 0.5em 0.65em 0.55em;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	border-radius: 4px;
	display: block;
	background-color: #ebebeb;
	color: #222;
	vertical-align: middle;
	text-align: center;
}

/* -------------------------------
	Misc
------------------------------- */

.popover-header {
	font-size: 15px;
}
.tiny-large .tox:not([dir=rtl]) {
	height: 600px !important;
}
.tox-tinymce {
	width: 100%;
}
.swal2-container .swal2-title {
	font-size: 22px;
}
.swal2-html-container .table {
	text-align:left;
	font-size:14px;
}
.swal2-html-container .table th {
	padding-left: 10px;
	padding-right:30px;
}
.swal2-html-container .table td {
	padding-left: 10px;
	padding-right:30px;
}
.actions-list {
	width: 40px;
	display:flex;
}
.actions-list .actions-dropdown {
	font-size: 13px;
	font-weight: 600;
	color: #222;
	padding:8px;
	padding-left:10px;
	padding-right:10px;
	border-radius:6px;
	text-transform: uppercase;
}
.actions-list .actions-dropdown:hover {
	background:#939393;
	color:#fff;
}
.actions-list .actions-dropdown:focus {
	background:#939393;
	color:#fff;
}
.actions-list .actions-dropdown:active {
	background:#939393;
	color:#fff;
}
.actions-list-menu.show {
	display: grid;
	width: auto;
	min-width: max-content;
	padding-left: 5px;
	padding-right: 5px;
	background: #fbfbfb;
}


/* --------------------------------------------------------------
	 Responsive - MAX: 1799.98px
-------------------------------------------------------------- */

@media (max-width:1799.98px) {
	.table-responsive-xxxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.cp-card-profile img {
		height: 250px;
	}
}

/* --------------------------------------------------------------
	 Responsive - MAX: 1760px
-------------------------------------------------------------- */

@media (max-width:1760px) {
	.x-min {
		min-width: 250px;
	}
}

/* --------------------------------------------------------------
	 Responsive - MAX: 1699.98px
-------------------------------------------------------------- */

@media (max-width:1699.98px) {

}

/* --------------------------------------------------------------
	 Responsive - MAX: 1600px
-------------------------------------------------------------- */

@media (max-width: 1600px) {
	.mbd-full-content .c-100 {
		margin-left: 50px;
		padding-right: 50px;
	}
	.mbd-full-content .panel-cp {
		padding-left:50px;
		padding-right:50px;
	}
}

/* --------------------------------------------------------------
	 Responsive - MAX: 1550px
-------------------------------------------------------------- */

@media (max-width:1550px) {
	.x-min {
		min-width: auto;
	}
}

/* --------------------------------------------------------------
	 Responsive - MAX: 1499px
-------------------------------------------------------------- */

@media (max-width:1499.98px) {
	.cpbw-profile-portfolio-imgbox img {
		height:150px;
	}
	.timeline-body-split-1 {
		margin-bottom: 20px;
	}
	.timeline-body-split-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.timeline-body-split-3 {
		width: 100%;
		margin-bottom: 20px;
	}
	.timeline-body-split-34 {
		width: 100%;
		margin-bottom: 20px;
	}
	.profile-gallery-card-thumbnail img {
		height: 180px;
		max-height: 180px;
	}
}

/* --------------------------------------------------------------
	 Responsive - MAX: 1399.98px
-------------------------------------------------------------- */

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.timeline .timeline-content {
		margin-right: 0;
	}
	.timeline .timeline-content-extra {
		margin-right: 0;
		margin-top: 0;
	}
	.mbd-full-content .c-100 {
		margin-left: 15px;
		padding-right: 15px;
	}
	.mbd-full-content .panel-cp {
		padding-left:15px;
		padding-right:15px;
	}
	.profile-header .profile-header-img {
		width: 100px;
		height: 100px;
	}
	.profile-header .profile-header-img+.profile-header-info {
		margin-left: 120px;
	}
	.cp-card-profile img {
		height: 200px;
	}
	.profile-header .profile-header-img img {
		height: 94px;
	}
	.profile-gallery-card-thumbnail img {
		height: 150px;
		max-height: 150px;
	}
}

/* --------------------------------------------------------------
	 Responsive - MAX: 1299.98px
-------------------------------------------------------------- */

@media (max-width:1299.98px) {
	.timeline-2:before {
		left: 17%;
	}
	.timeline-2 .timeline-content-2 {
		margin-left: 22%;
	}
	.timeline-2 .timeline-icon-2 {
		left: 12%;
	}
}

/* --------------------------------------------------------------
	Responsive - MAX: 1199.98px
-------------------------------------------------------------- */

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.profile-header .profile-header-content {
		padding: 20px;
		display: flex;
		align-items: center;
	}
	.profile-header .profile-header-img {
		margin: 0;
		width: 80px;
		height: 80px;
	}
	.profile-header .profile-header-img+.profile-header-info {
		margin-left: 20px;
	}
	.profile-header .profile-header-tab {
		padding: 0;
		margin: 0;
		overflow: auto;
		display: flex;
		flex-wrap: nowrap;
	}
	.result-list .result-item {
		padding-top: 160px;
	}
	.result-list .result-item .result-price {
		width: 180px;
	}
	.result-list .result-item .result-image {
		width: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 160px;
	}
	.result-list .result-item .result-price .btn {
		margin-top: .9375rem;
	}
	body .daterangepicker .drp-calendar {
		float: none;
	}
	body .daterangepicker .drp-calendar.right {
		border-left: none;
		border-top: 1px solid var(--app-component-dropdown-border-color);
	}
	body .daterangepicker .drp-buttons {
		text-align: center;
	}
	body .daterangepicker .drp-buttons .drp-selected {
		display: block;
		padding: 0;
		margin-bottom: .46875rem;
	}
	body .daterangepicker.show-ranges.ltr .ranges, body .daterangepicker.show-ranges.rtl .ranges {
		float: none;
		margin: 0;
		padding: 10px;
		border-bottom: 1px solid var(--app-component-dropdown-border-color);
		overflow: scroll;
		max-width: 340px;
	}
	body .daterangepicker.show-ranges.ltr .ranges ul, body .daterangepicker.show-ranges.rtl .ranges ul {
		width: auto;
		white-space: nowrap;
		padding-right: .9375rem;
		display: flex;
		flex-wrap: nowrap;
	}
	body .daterangepicker.show-ranges.ltr .ranges ul li, body .daterangepicker.show-ranges.rtl .ranges ul li {
		margin-right: .9375rem!important;
		border-radius: 4px;
	}
	body .daterangepicker.show-ranges.ltr .drp-calendar.left, body .daterangepicker.show-ranges.rtl .drp-calendar.left {
		border-left: none;
	}
	.panel-m-title {
		display:none;
	}
	.cp-card-profile img {
		height: 250px;
	}
	.app-cp-profile-col-1 {
		width:100%;
	}
	.app-cp-profile-col-2 {
		width:100%;
	}
	.profile-header .profile-header-img+.profile-header-info {
		margin-left: 20px;
	}
	.dataTable .table-dropdown-row tr {
		width: 47%;
	}
	.profile-header {
		margin-bottom: 15px;
	}
	.timeline-2 .timeline-content-2 {
		margin-left: 130px;
	}
	.timeline-2 .timeline-icon-2 {
		left: 90px;
		display: flex;
	}
	.timeline-2 {
		padding-top: 30px;
		margin-top: 20px;
		border-top: solid 2px #c6c6c6;
	}
	.timeline-2:before {
		left: 100px;
		top: 65px;
	}
	.timeline-2-feedbox {
		height:100% !important;
		overflow-x: hidden !important;
		overflow: hidden;
	}
	.profile-gallery-card-thumbnail img {
		height: 180px;
		max-height: 180px;
	}
	.profile-header .profile-header-img img {
		height: 100%;
	}
	.invoice-modal-popup {
		width:100% !important;
	}
	.webinvwidth {
		width: 100%;
		padding-left:15px;
		padding-right:15px;
	}
	.invoice-modal-popup table {
		width: 100%;
	}
	.webinvwidth-bg {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.modal-xxl {
		--bs-modal-width: 900px;
	}
}

/* --------------------------------------------------------------
	Responsive - MAX: 991.98px
-------------------------------------------------------------- */

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	:root {
		--app-component-modal-bg: rgba(55,  55,  55,  1);
		--app-component-modal-bg-rgb: 55, 55, 55;
	}
	.timeline {
		padding-left: 30px;
	}
	.timeline .timeline-content {
		margin-left: 30%;
		margin-right: 0px;
	}
	.timeline .timeline-content-extra {
		margin-left: 30%;
		margin-right: 0px;
	}
	.timeline:before {
		left: 50%;
		top: -42px;
		margin-left: 7.9px;
	}
	.timeline .timeline-time {
		width: 50%;
		text-align: right;
		padding-right: 30px;
		top: -74px;
		z-index: 1;
	}
	.timeline .timeline-item {
		padding-bottom: 20px;
	}
	.timeline .timeline-icon {
		left: 50%;
		top: -60px;
		width: auto;
		margin-left: -15px;
	}
	.timeline .timeline-content {
		margin-right: 0;
		margin-top: 60px;
		margin-left: 0;
	}
	.timeline .timeline-content-extra {
		margin-right: 0;
		margin-top: 0;
		margin-left: 0;
	}
	.timeline .timeline-content:before {
		top: -20px;
		border-right-color: transparent;
		left: 50%;
		margin-left: -10px;
	}
	.app-header .navbar-nav .navbar-item .app-topbar-link {
		margin-top: 2px;
	}
	.mbd-full-content .app-cp-profile-row {
		margin-right: -10px;
	}
	.dataTable .table-dropdown-row tr {
		width: 96%;
	}
	.cp-profile-portfolio-box {
		margin-bottom:15px;
	}
	.profile-gallery-card-thumbnail img {
		height: 200px;
		max-height: 200px;
	}
	.modal-xxl {
		--bs-modal-width: 90%;
	}
	.app-content .wt-subtitle {
		margin-top: 20px;
	}
}

/* --------------------------------------------------------------
	Responsive - MAX: 767.98px
-------------------------------------------------------------- */

@media (max-width:767.98px) {
	.app-header .navbar-mobile-toggler {
		display: block;
	}
	.page-with-top-menu .navbar-mobile-toggler {
		display: none;
	}
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.app-content .app-content-container {
		margin: -20px -20px;
		padding: 20px 20px;
	}
	.app-content .app-content-margin {
		margin: -20px -20px;
	}
	.app-content .app-content-padding {
		padding: 20px 20px;
	}
	.app-content {
		margin-left: 0;
	}
	.page-with-two-sidebar .app-content {
		margin-right: 0;
	}
	.page-with-two-sidebar.app-sidebar-minified .app-content {
		margin-right: 0px;
	}
	.page-with-two-sidebar.app-sidebar-minified .app-content {
		margin-right: 0px;
	}
	.app-header .navbar-mobile-toggler+.navbar-brand {
		justify-content: center;
		margin-left: auto;
	}
	.app-header .navbar-header {
		padding: 0 10px;
	}
	.app-header .navbar-brand {
		padding: 10px;
	}
	.app-header .navbar-nav {
		border-top: 1px solid rgba(255, 255, 255, .15);
		padding: 0 20px;
	}
	.app-header .navbar-nav .navbar-item:last-child .navbar-link {
		padding-right: 0;
	}
	.app-header .navbar-form {
		padding: 0;
		flex: 1;
	}
	.app-header .navbar-form+.navbar-item {
		padding-left: 10px;
	}
	.app-header .navbar-form .form-control {
		width: 100%
	}
	.app-header .navbar-form .form-control:focus {
		width: 100%;
		-webkit-animation: none;
		animation: none;
	}
	.app-header .navbar-user img {
		margin-right: 5px;
	}
	.app-header .navbar-user .image {
		margin-right: 5px;
	}
	.app-header .navbar-collapse .navbar-nav>li {
		flex: 1;
	}
	.app-header .navbar-collapse .navbar-nav>li>a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.timeline:before {
		margin-left: -3px;
	}
	.app-sidebar {
		position: fixed;
		padding-top: 0;
		left: -250px;
		z-index: 1021;
	}
	.app-sidebar-bg {
		padding-top: 0;
		left: -250px;
		z-index: 1020;
		background: rgba(85, 92, 100, .95);
	}
	.page-with-two-sidebar .app-sidebar-bg {
		padding-top: 0;
		left: -250px;
		z-index: 1020;
		background: rgba(85, 92, 100, .95);
	}
	.app-content-full-height .app-content {
		min-height: calc(100vh - 101px);
	}
	.app-with-end-sidebar .app-sidebar, .app-with-end-sidebar .app-sidebar-bg {
		right: -250px;
	}
	.app-with-end-sidebar .app-content {
		margin-right: 0;
	}
	.app-with-wide-sidebar .app-header .navbar-header {
		width: auto;
	}
	.app-with-wide-sidebar .app-sidebar, .app-with-wide-sidebar .app-sidebar-bg {
		width: 260px;
		left: -260px;
	}
	.app-with-wide-sidebar .app-sidebar-end.app-sidebar, .app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
		right: -260px;
		left: auto;
	}
	.app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar, .app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar-bg {
		right: 0;
		left: auto;
		-webkit-animation: appSidebarEndMobileSlideInRight .2s ease;
		animation: appSidebarEndMobileSlideInRight .2s ease;
	}
	.app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar-bg {
		position: fixed;
	}
	.app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar-mobile-backdrop {
		display: block;
		background: rgba(0, 0, 0, .5);
		-webkit-animation: appSidebarEndMobileBackdrop .2s ease;
		animation: appSidebarEndMobileBackdrop .2s ease;
	}
	.app-sidebar-end-mobile-toggled.app-with-wide-sidebar .app-sidebar-end.app-sidebar, .app-sidebar-end-mobile-toggled.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
		right: 0;
		left: auto;
		-webkit-animation: appSidebarEndWideMobileSlideInRight .2s ease;
		animation: appSidebarEndWideMobileSlideInRight .2s ease;
	}
	.app-sidebar-end-mobile-closed .app-sidebar-end.app-sidebar, .app-sidebar-end-mobile-closed .app-sidebar-end.app-sidebar-bg {
		right: -250px;
		left: auto;
		-webkit-animation: appSidebarEndMobileSlideOutRight .2s ease;
		animation: appSidebarEndMobileSlideOutRight .2s ease;
	}
	.app-sidebar-end-mobile-closed .app-sidebar-end.app-sidebar-mobile-backdrop {
		display: block;
		background: 0 0;
		-webkit-animation: appSidebarEndMobileRemoveBackdrop .2s ease;
		animation: appSidebarEndMobileRemoveBackdrop .2s ease;
	}
	.app-sidebar-end-mobile-closed.app-with-wide-sidebar .app-sidebar-end.app-sidebar, .app-sidebar-end-mobile-closed.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
		right: -260px;
		-webkit-animation: appSidebarEndWideMobileSlideOutRight .2s ease;
		animation: appSidebarEndWideMobileSlideOutRight .2s ease;
	}
	.app-sidebar-mobile-toggled .app-sidebar-bg:not(.app-sidebar-end), .app-sidebar-mobile-toggled .app-sidebar:not(.app-sidebar-end) {
		left: 0;
		-webkit-animation: appSidebarMobileSlideInLeft .2s ease;
		animation: appSidebarMobileSlideInLeft .2s ease;
	}
	.app-sidebar-mobile-toggled .app-sidebar-bg:not(.app-sidebar-end) {
		position: fixed;
	}
	.app-sidebar-mobile-toggled .app-sidebar-mobile-backdrop:not(.app-sidebar-end) {
		display: block;
		background: rgba(0, 0, 0, .5);
		-webkit-animation: appSidebarMobileBackdrop .2s ease;
		animation: appSidebarMobileBackdrop .2s ease;
	}
	.app-sidebar-mobile-toggled.app-with-wide-sidebar .app-sidebar-bg:not(.app-sidebar-end), .app-sidebar-mobile-toggled.app-with-wide-sidebar .app-sidebar:not(.app-sidebar-end) {
		-webkit-animation: appSidebarWideMobileSlideInLeft .2s ease;
		animation: appSidebarWideMobileSlideInLeft .2s ease;
	}
	.app-sidebar-mobile-closed .app-sidebar-bg:not(.app-sidebar-end), .app-sidebar-mobile-closed .app-sidebar:not(.app-sidebar-end) {
		left: -250px;
		-webkit-animation: appSidebarMobileSlideOutLeft .2s ease;
		animation: appSidebarMobileSlideOutLeft .2s ease;
	}
	.app-sidebar-mobile-closed .app-sidebar-mobile-backdrop:not(.app-sidebar-end) {
		display: block;
		background: 0 0;
		-webkit-animation: appSidebarMobileRemoveBackdrop .2s ease;
		animation: appSidebarMobileRemoveBackdrop .2s ease;
	}
	.app-sidebar-mobile-closed.app-with-wide-sidebar .app-sidebar-bg:not(.app-sidebar-end), .app-sidebar-mobile-closed.app-with-wide-sidebar .app-sidebar:not(.app-sidebar-end) {
		left: -260px;
		-webkit-animation: appSidebarWideMobileSlideOutLeft .2s ease;
		animation: appSidebarWideMobileSlideOutLeft .2s ease;
	}
	.btn-scroll-to-top {
		right: 10px;
	}
	.form-horizontal.form-bordered .form-group .col-form-label {
		padding-bottom: .46875rem;
	}
	.form-horizontal.form-bordered .form-group .col-form-label+div {
		padding-top: 0;
		border-left: none;
	}
	.error .error-code {
		font-size: 160px;
	}
	.login.login-v1 {
		background: rgba(0, 0, 0, .5);
	}
	.login.login-v1 .login-container {
		padding: 0 25px;
	}
	.login.login-v1 .login-container .login-header {
		margin-bottom: 0;
	}
	.login.login-v1 .login-container .login-header .brand {
		font-size: 24px;
	}
	.login.login-v1 .login-container .login-header .brand .small, .login.login-v1 .login-container .login-header .brand small {
		font-size: 12px;
	}
	.login.login-v1 .login-container .login-header .icon i {
		font-size: 48px;
	}
	.login.login-v1 .login-container .login-body {
		padding: 25px 0;
		background: 0 0;
	}
	.profile-content .table.table-profile tbody>tr td.field {
		width: 35%
	}
	.result-list .result-item {
		display: block;
	}
	.result-list .result-item .result-price {
		width: auto;
		padding: .9375rem;
	}
	body .daterangepicker {
		width: 300px;
	}
	.map-page .jvectormap-zoomin, .map-page .jvectormap-zoomout {
		left: 20px!important;
	}
	.app-sidebar .app-sidebar-content {
		overflow-x: auto !important;
	}
	.app-header .navtop-i-s {
		padding-left:0px;
	}
	.app-header .navbar-mobile-toggler {
		padding-top: 12px;
	}
	.app-header .navbar-user img {
		margin-top: -7px;
	}
	.panel .panel-body {
		padding-top: 20px;
	}
	.timeline {
		margin-top: 85px;
	}
	div.dataTables_wrapper div.dataTables_filter {
		padding-left: 14px;
	}
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
		text-align: left;
	}
	div.dt-buttons {
		margin-bottom: 20px;
	}
	.table {
		margin-top: 15px !important;
	}
	.app-button-formactions {
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.app-formoptions-delete-l {
		margin-left: 0px;
		width: 100%;
	}
	div.dataTables_wrapper div.dataTables_info {
		padding-left: 20px;
		margin-bottom: 25px;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		padding-right: 0px;
	}
	.timeline {
		padding-left: 20px;
		padding-right: 20px;
	}
	.md-app .timeline {
		padding-left: 0;
		padding-right: 0;
	}
	.timeline .timeline-icon {
		margin-left: -10px;
	}
	div.dt-buttons {
		padding-left: 30px;
		padding-right: 30px;
	}
	.mbd-full-sidebar {
		display:block !important;
	}
	.mbd-full-sidebar .menu .menu-item .menu-link {
		margin-bottom: 5px;
	}
	.mbd-full-sidebar .menu .menu-item .menu-link {
		margin-bottom: 5px;
	}
	.mbd-full-content .app-cp-profile-row {
		margin-right: -10px;
	}
	.mbd-full-content .c-100 {
		padding-top: 0px;
		padding-left: 0px;
	}
	.mbd-full-content .panel-cp {
		padding-left:15px;
		padding-right:0px;
	}
	.app-cp-profile-col {
		width:50%;
	}
	.app-cp-profile-row {
		margin-right: 10px;
	}
	.tiny-large .tox:not([dir=rtl]) {
		height: 400px !important;
	}
	.profile-gallery-card-thumbnail img {
		height: 400px;
		max-height: 400px;
	}
	.timeline {
		padding-left: 0;
		padding-right: 0;
	}
	.timeline-col {
		padding-right: 0;
	}
}

/* --------------------------------------------------------------
	Responsive - MAX: 575.98px
-------------------------------------------------------------- */

@media (max-width:575.98px) {
	.app-content {
		padding: 20px 20px;
	}
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu {
		overflow: auto;
		overflow-x: auto;
		top: 51px!important;
	}
	.app-without-sidebar:not(.app-with-top-menu) .app-header .navbar-brand {
		justify-content: center;
	}
	.modal.modal-message .modal-body, .modal.modal-message .modal-footer, .modal.modal-message .modal-header {
		width: 90%;
	}
	.theme-panel .theme-collapse-btn {
		top: 35%;
	}
	.error .error-code {
		font-size: 120px;
	}
	.dataTables_wrapper .dataTables_length {
		margin-bottom: .46875rem;
	}
	.pace .pace-activity {
		top: 113px;
	}
	.d-none-s {
		display:none;
	}
	.panel .panel-heading .panel-heading-btn {
		display: none !important;
	}
	.s-glist a {
		width: 100%;
		margin-top: 15px;
	}
	.cp-card-profile img {
		height: 200px;
	}
	.app-top-menu .menu .menu-caret {
		margin-left: auto;
	}
	.form-control-checkboxes {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.col-border-label {
		border-bottom: 0;
	}
	.dataTable .table-dropdown-row tr {
		width: 95%;
	}
	.group-header-badge {
		display:none;
	}
	.profile-header .profile-header-tab {
		flex-wrap: wrap;
	}
	.timeline-2:before {
		left: 50%;
		bottom: 80px;
		margin-left: -3px;
	}
	.timeline-2 .timeline-time-2 {
		width: 50%;
		text-align: right;
		padding-right: 30px;
		top: 0;
		z-index: 1;
	}
	.timeline-2 .timeline-item-2 {
		padding-bottom: 30px;
	}
	.timeline-2 .timeline-icon-2 {
		left: 50%;
		top: 12px;
		width: auto;
		margin-left: -11px;
	}
	.timeline-2 .timeline-content-2 {
		margin-right: 0;
		margin-top: 60px;
		margin-left: 0;
	}
	.timeline-2 .timeline-content-2:before {
		display:none;
	}
	.timeline-2 .loaderContainer {
		margin-bottom: 20px;
	}
	.profile-gallery-card-thumbnail img {
		height: 300px;
		max-height: 300px;
	}
}
@media (max-width:480px) {
	.app-content {
		padding: 20px 15px;
	}
	.cp-card-profile img {
		height: 160px;
	}
	.profile-gallery-card-thumbnail img {
		height: 210px;
		max-height: 210px;
	}
}

