@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');


/*============================
 [Table of CSS]
1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Modal
6. Nav Tabs
7. Components
8. Header
9. Sidebar
10. Content
11. Login
12. Dashboard
13. Switch Buttons and Tab Set
14. Responsive
========================================*/
/*-----------------
	1. General
-----------------------*/
.up-arrow {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    background: transparent;
    border-bottom: solid 7px var(--color-text-primary);
    border-top-width: 0;
    cursor: pointer;
}
.up-arrow.active {
    border-bottom-color: var(--color-primary);
}
.down-arrow {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    background: transparent;
    border-top: solid 7px var(--color-text-primary);
    border-bottom-width: 0;
    margin-top:1px;
    cursor: pointer;
}
.down-arrow.active {
    border-top-color: var(--color-primary);
}
html {
	height: 100%;
}
body {
	background-color: var(--color-bg-primary);
	color: var(--color-text-secondary);
	font-family: 'Manrope', sans-serif;
	font-size: 0.9375rem;
	height: 100%;
	line-height: 1.5;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	margin-top: 0;
	color: var(--color-text-primary);
}
a {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
label {
	margin-bottom: 0.5rem;
}
.form-control {
	border: 1px solid var(--color-outline-variant);
	box-shadow: none;
	color: var(--color-text-primary);
	padding: .54688rem .875rem;
	font-size: .875rem;
	height: calc(1.6em + 1.21875rem);
	line-height: 1.6;
	font-weight: 400;
	background-color: var(--color-bg-card);
}
textarea.form-control {
	height: auto;
}
.form-control:focus {
	box-shadow: 0 0 0 2px var(--color-primary-fixed);
	outline: 0 none;
	border-color: var(--color-primary);
}
.form-control-sm {
    height: calc(1.5em + 1rem);
    padding: .4375rem .65625rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .5rem;
}
.form-control-lg {
    height: calc(1.5em + 1.875rem);
    padding: .875rem 1.09375rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .75rem;
}
a {
	color: var(--color-primary);
}
a:hover {
    color: var(--color-primary-dark);
    text-decoration: none;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p:last-child {
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
input,
input:focus,
button,
button:focus {
	outline: none;
}
input[type="file"] {
	height: auto;
	min-height: calc(1.5em + .75rem + 2px);
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.form-control {
	resize: vertical;
}
.navbar-nav > li {
	float: left;
}
.form-group {
	margin-bottom: 1.25rem;
}
.input-group .form-control {
	height: 40px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.1);
}
ul li{
	list-style: none;
}
/*-----------------
	2. Table
-----------------------*/
.table {
	color: var(--color-text-primary);
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: var(--color-bg-secondary);
}
.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
	padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}
table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table.table td h2.table-avatar {
	align-items: center;
	display: inline-flex;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.table-content {
	color: var(--color-text-primary);
}
.table-content:hover {
	color: var(--color-primary);
}
.table > tbody > tr > td {
	padding: 15px;
}
table.table td h2 a {
	color: var(--color-text-primary);
}
table.table td h2 a:hover {
	color: var(--color-primary);
}
table.table td .items-links:hover {
	color: var(--color-primary);
}
.table thead {
    background-color: transparent;
    border-bottom: 0;
}
.table thead tr th {
	font-weight: 500;
}
.table.table-center td,
.table.table-center th {
	vertical-align: middle;
}
.table-hover tbody tr:hover {
	background-color: var(--color-bg-secondary);
}
.table td, .table th {
    vertical-align: middle;
    white-space: nowrap;
}
table.table .dropdown-action {
	margin-bottom: 0;
}
.table-bordered {
	border: 1px solid var(--color-outline-variant) !important;
}
.table-bordered td:first-child{
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.table-bordered td:last-child{
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.table-bordered th,
.table-bordered td {
	border-color: var(--color-outline-variant);
}
.card-table .card-body {
	padding: 0;
}
.card-table .card-body .table > thead > tr > th {
	border-top: 0;
}
.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
	padding-left: 1.5rem;
}
.card-table .table td,
.card-table .table th {
	border-top: 1px solid var(--color-outline-variant);
	padding: 1rem 0.75rem;
	white-space: nowrap;
}
.table>:not(:first-child) {
	border: 0;
}
table.table td,table.table th {
	border-color: var(--color-outline-variant);
}
.table-bordered td, .table-bordered th {
    border: 1px solid var(--color-outline-variant);
}
.table .dropdown-menu {
	width: 200px;
	background: var(--color-bg-card);
	border: 1px solid var(--color-outline-variant);
	box-shadow: var(--shadow-lg);
	border-radius: var(--radius-lg);
	margin-top: 10px !important;
}
.table .dropdown-item:last-child {
	margin-bottom: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--color-primary);
    background: transparent;
}
.table .dropdown-item.active, .table .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--color-primary);
}
.table .dropdown-item i {
	font-size: 16px;
}
.mobile_sort {
		color: var(--color-text-primary);
		cursor: pointer;
		display: block;
		font-size: 24px;
		height: 60px;
		left: 0;
		line-height: 60px;
		padding: 0 15px;
		position: absolute;
		text-align: center;
		top: 80;
		z-index: 10;
	}
.long-content {
	text-align: left;
	max-width: 10rem;
  	white-space : nowrap;
  	overflow : hidden;
	text-overflow: ellipsis;
}
.long-content:hover {
	word-wrap: break-word;
	overflow: visible;
	white-space: normal;
}
.show-long-content {
	text-align: left;
	max-width: 10rem;
	white-space: normal!important;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}
.show-long-pdf-content {
	text-align: center;
	max-width: 10rem;
	white-space: normal!important;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}
.view-client-long-content {
	text-align: left;
	max-width: 25vw;
  	white-space : nowrap;
  	overflow : hidden;
	text-overflow: ellipsis;
}
.view-client-long-content:hover {
	word-wrap: break-word;
	overflow: visible;
	white-space: normal;
}
/*-----------------
	3. Helper Class
-----------------------*/
.bg-1 {
	background-color: var(--color-primary-fixed);
}
.bg-1 i {
	color: var(--color-primary);
}
.table .btn {
    white-space: nowrap;
}
.table .bg-success-dark {
	background: var(--color-secondary);
}
.table .bg-danger-dark {
	background: var(--color-tertiary);
}
.bg-one {
	background-color: var(--color-primary-light);
}
.bg-one i {
	color:  #FFFFFF;
}
/*-----------------
	4. Bootstrap Classes
-----------------------*/
.btn.focus,
.btn:focus {
	box-shadow: unset;
}
.btn-white {
    background-color: var(--color-bg-card);
    border-color: var(--color-outline-variant);
}
.btn.btn-rounded {
	border-radius: 50px;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.bg-primary,
.badge-primary {
	background-color: var(--color-primary) !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: var(--color-primary-dark) !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: var(--color-primary) !important;
}
.bg-white {
	background-color: var(--color-bg-card);
}
.text-primary,
.dropdown-menu > li > a.text-primary {
	color: var(--color-primary) !important;
}
.btn-primary {
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
	border: none;
	color: #fff;
	border-radius: var(--radius-full);
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary)) !important;
	border: none !important;
	opacity: 0.95 !important;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
	border: none;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
	border-color: var(--color-primary);
	color: #fff;
}
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-primary.disabled,
.btn-primary:disabled {
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
	border-color: var(--color-primary);
	color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.pagination > li > a,
.pagination > li > span {
	color: var(--color-primary);
}
.page-link:hover {
	color: var(--color-primary-dark);
}
.page-link:focus {
	box-shadow: unset;
}
.page-item.active .page-link {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
/*-----------------
	Horizontal Pagination
-----------------------*/
.pagination {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.pagination ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.pagination.justify-content-start,
.pagination.justify-content-start ul {
	justify-content: flex-start;
}
.pagination.justify-content-end,
.pagination.justify-content-end ul {
	justify-content: flex-end;
}
.pagination.justify-content-center,
.pagination.justify-content-center ul {
	justify-content: center;
}
.pagination .page-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
}
.pagination .page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--color-primary);
	background-color: var(--color-bg-card);
	border: 1px solid var(--color-outline-variant);
	border-radius: var(--radius-lg);
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	line-height: 1;
}
.pagination .page-link:hover:not(.active) {
	background-color: var(--color-bg-secondary);
	border-color: var(--color-primary);
	color: var(--color-primary-dark);
}
.pagination .page-link:focus {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	box-shadow: none;
}
.pagination .page-link:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.pagination .page-item.active .page-link {
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
	border-color: var(--color-primary);
	color: #ffffff;
	font-weight: 600;
	box-shadow: 0 2px 4px rgba(119, 89, 40, 0.2);
}
.pagination .page-item.disabled .page-link {
	color: var(--color-text-muted);
	background-color: var(--color-bg-secondary);
	border-color: var(--color-outline-variant);
	cursor: not-allowed;
	opacity: 0.6;
}
.pagination .page-item.disabled .page-link:hover {
	background-color: var(--color-bg-secondary);
	border-color: var(--color-outline-variant);
	color: var(--color-text-muted);
}
.pagination .pagination-prev-nav,
.pagination .pagination-next-nav {
	display: inline-flex;
}
.pagination .pagination-prev-nav .page-link,
.pagination .pagination-next-nav .page-link {
	min-width: 2.5rem;
	font-size: 1rem;
}
.pagination .pagination-page-nav {
	display: inline-flex;
}
.pagination-info {
	display: inline-flex;
	align-items: center;
	padding: 0 1rem;
	font-size: 0.875rem;
	color: var(--color-text-muted);
}
.pagination-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
/* Responsive Pagination */
@media (max-width: 575.98px) {
	.pagination {
		gap: 0.125rem;
	}
	.pagination .page-link {
		min-width: 2rem;
		height: 2rem;
		padding: 0.25rem 0.5rem;
		font-size: 0.8125rem;
	}
	.pagination .pagination-prev-nav .page-link,
	.pagination .pagination-next-nav .page-link {
		min-width: 2rem;
		font-size: 0.875rem;
	}
	.pagination .page-item.ellipsis {
		display: none;
	}
	.pagination-info {
		display: none;
	}
}
@media (max-width: 400px) {
	.pagination {
		gap: 0.125rem;
	}
	.pagination .page-link {
		min-width: 1.75rem;
		height: 1.75rem;
		padding: 0.25rem;
		font-size: 0.75rem;
		border-radius: var(--radius-md);
	}
	.pagination .pagination-prev-nav .page-link span:not(.sr-only),
	.pagination .pagination-next-nav .page-link span:not(.sr-only) {
		display: none;
	}
}
/* Accessibility */
.pagination .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.pagination [role="navigation"] {
	aria-label: "Pagination";
}
.pagination [aria-current="page"] {
	font-weight: 600;
}
.dropdown-menu {
	border: 1px solid var(--color-outline-variant);
	border-radius: var(--radius-lg);
	transform-origin: left top 0;
	background-color: var(--color-bg-card);
	box-shadow: var(--shadow-lg);
}
.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: var(--shadow-md);
	background-color: var(--color-bg-card);
}
.dropdown-menu {
	font-size: 14px;
}
.card {
    background: var(--color-bg-card);
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
    border-radius: var(--radius-2xl);
    border: 0;
}
.card-body {
    position: relative;
    padding: 1.5rem;
}
.card-header {
	border-color: transparent;
	background-color: var(--color-primary);
	padding: 1.5rem;
}
.card-header:first-child {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
}
.card-footer:last-child {
    border-bottom-left-radius: var(--radius-2xl);
    border-bottom-right-radius: var(--radius-2xl);
}
.card-footer {
	background-color: var(--color-bg-card);
	border-top: 1px solid var(--color-outline-variant);
	padding: 1rem;
}
.table .thead-light th {
	font-size: 16px;
    color: var(--color-text-primary);
    background-color: var(--color-bg-secondary);
    border-color: transparent;
}
.card .card-header .card-title {
	margin-bottom: 0;
}
.modal-footer.text-left {
	text-align: left;
}
.modal-footer.text-center {
	text-align: center;
}
.btn-light {
	border-color: var(--color-outline-variant);
	color: var(--color-text-muted);
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: var(--color-primary);
	text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: var(--color-primary);
}
.bg-info-light {
	background-color: rgba(78, 69, 58, 0.12) !important;
	color: var(--color-text-secondary) !important;
}
.bg-primary-light {
	background-color: var(--color-primary-fixed) !important;
	color: var(--color-primary) !important;
}
.bg-danger-light {
	background-color: var(--color-danger-bg) !important;
	color: var(--color-danger) !important;
}
.bg-warning-light {
	background-color: var(--color-warning-bg) !important;
	color: var(--color-warning) !important;
}
.bg-success-light {
	background-color: var(--color-success-bg) !important;
	color: var(--color-success) !important;
}
.bg-default-light {
	background-color: rgba(40, 52, 71, 0.12) !important;
	color: #283447 !important;
}
.badge {
	padding: 8px 15px 8px 15px;
	font-size: 0.8rem;
}
/*-----------------
	5. Modal
-----------------------*/
.modal-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: black;
	display: flex;
  }
.modal{
	display: none;
	position: fixed;
	right: 0;
	width: 100%;
	height: 40%;
}
.animate-zoom {
	animation: animatezoom 0.6s;
}
@keyframes animatezoom{
	from{
		transform: scale(0);
	}

	to{
		transform: scale(1);
	}
}
.modal-content{
	background-color: var(--color-bg-card);
	border-radius: var(--radius-2xl);
	margin: auto;
	padding: 0;
	outline: 0;
	width: 65rem;
}
.modal-content-password{
	background-color: var(--color-bg-card);
	border-radius: var(--radius-2xl);
	margin: auto;
	padding: 0;
	outline: 0;
	width: 29rem;
}
.modal-mobile {
	background-color: var(--color-bg-card);
	padding: 1rem 1rem 1rem 1rem;
    height: 100%;
}
.modal-mobile-view-billing {
	background-color: var(--color-bg-card);
	padding: 1rem 1rem 1rem 1rem;
	margin-top: 50%;

}
.container:after,
.container:before{
	content: "";
	display: table;
	clear: both;
}
.container{
	padding: 0.01em 16px;
    margin-top: 18rem;
}
.carousel__prev,
.carousel__next {
    background-color: var(--color-primary) !important;
}
.carousel__pagination-button--active {
        background-color: var(--color-primary) !important;
}
/*-----------------
	6. Nav Tabs
-----------------------*/
.nav-tabs {
	border-bottom: 1px solid var(--color-outline-variant);
}
.card-header-tabs {
	border-bottom: 0;
}
.nav-tabs > li > a {
	margin-right: 0;
	color: var(--color-text-muted);
	border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: transparent;
	color: var(--color-text-primary);
}
.nav-tabs.nav-tabs-solid > li > a {
	color: var(--color-text-primary);
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}
.tab-content {
	padding-top: 20px;
}
.nav-tabs .nav-link {
	border-radius: 0;
    color: var(--color-text-primary);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background-color: var(--color-bg-secondary);
	border-color: transparent;
	color: var(--color-text-primary);
}
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
	border-bottom-color: var(--color-outline-variant);
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: var(--color-text-primary);
	padding: 10px 30px;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
	padding: 10px 30px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
	border-radius: 50px;
}
.nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
	border-bottom-color: var(--color-outline-variant);
}
.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
	border-bottom: 1px solid var(--color-outline-variant);
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
	margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-top-color: var(--color-outline-variant);
}
.nav-tabs.nav-tabs-top > li+li > a {
	margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
	border-top-color: var(--color-primary);
}
.nav-tabs.nav-tabs-bottom > li {
	margin-bottom: -1px;
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-width: 2px;
	border-color: transparent;
	border-bottom-color: var(--color-primary);
	background-color: transparent;
	transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
	background-color: var(--color-bg-secondary);
	border: 0;
}
.nav-tabs.nav-tabs-solid > li {
	margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
	background-color: var(--color-bg-surface-container);
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
	background-color: var(--color-bg-surface-container);
	border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
	border-bottom: 1px solid var(--color-outline-variant);
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
/*-----------------
	7. Components
-----------------------*/
.section-header {
	margin-bottom: 1.875rem;
}
.section-header .section-title {
	color: var(--color-text-primary);
}
.line {
	background-color: var(--color-primary);
	height: 2px;
	margin: 0;
	width: 60px;
}
.btn {
	margin-bottom: 5px;
}
.pagination-box .pagination {
	margin-top: 0;
}
.btn-group {
	margin-bottom: 5px;
}
.row.row-sm {
	margin-left: -3px;
	margin-right: -3px;
}
.row.row-sm > div {
	padding-left: 3px;
	padding-right: 3px;
}
/*-----------------
	8. Header
-----------------------*/
.header {
	background: linear-gradient(135deg, #775928, #b08d57);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0px 4px 12px rgba(119, 89, 40, 0.25);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
	height: var(--header-height);
}
.header .header-left {
	float: left;
	height: var(--header-height);
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: var(--sidebar-width);
	z-index: 1;
	transition: all 0.2s ease-in-out;
}
.header .header-left .logo,
.header .header-left .dark-logo {
	display: inline-block;
	line-height: var(--header-height);
}
.header .header-left .logo img {
	max-height: 45px;
	width: auto;
}
.header-left .logo.logo-small {
	display: none;
}
.header .dropdown-menu > li > a {
	position: relative;
}
.header .dropdown-toggle:after {
	display: none;
}
.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid var(--color-text-primary);
	border-right: 2px solid var(--color-text-primary);
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.user-menu {
	float: right;
	margin: 0;
	position: relative;
	z-index: 99;
	display: flex !important;
	padding-right: 20px;
}
.user-menu.nav > li > a {
	color: var(--color-text-primary);
	font-size: 14px;
	line-height: 78px;
	padding: 0 15px;
	height: var(--header-height);
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
	opacity: .8;
}
.username {
	display: inline-block;
	margin-right: 3px;
	position: relative;
}
.dropdown-item img{
	margin-right: 5px;
}
.user-menu.nav > li > a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}
.user-menu .dropdown-menu {
	min-width: 200px;
	padding: 0;
}
.user-menu .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
	color: var(--color-primary);
	background-color: transparent;
}
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
	background-color: var(--color-primary);
	color: #fff;
}
.header .dropdown-menu > li > a:focus i,
.header .dropdown-menu > li > a:hover i {
	color: #fff;
}
.header .dropdown-menu > li > a {
	padding: 10px 18px;
}
.header .dropdown-menu > li > a i {
	color: var(--color-primary);
	margin-right: 10px;
	text-align: center;
	width: 18px;
}
.header .user-menu .dropdown-menu > li > a i {
	color: var(--color-primary);
	font-size: 16px;
	margin-right: 10px;
	min-width: 18px;
	text-align: center;
}
.header .user-menu .dropdown-menu > li > a:focus i,
.header .user-menu .dropdown-menu > li > a:hover i {
	color: #fff;
}
.mobile_btn {
	display: none;
	float: left;
}
.slide-nav .sidebar {
	margin-left: 0;
}
.menu-title {
	color: var(--color-text-muted);
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0 25px;
}
.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: var(--header-height);
	width: 100%;
	z-index: 1000;
}
.sidebar-overlay.opened {
	display: block;
}
html.menu-opened {
	overflow: hidden;
}
html.menu-opened body {
	overflow: hidden;
}
.mini-sidebar .header-two:before {
	width: 41px;
}
.header-three {
	border-radius: 0 0 0px 0px;
}
.header .header-left-two {
	background-color: var(--color-bg-surface-container-highest);
	border-bottom: 1px solid var(--color-outline-variant);
	border-radius: 0px 16px 0px 0px;
}
.header .header-left-two .logo img,
.header .header-left-two .dark-logo img,
.header .header-left-four .dark-logo img {
	max-height: 45px;
	width: 155px;
}
.header .header-left-two a {
    padding: 0 0px;
    margin-left: 15px;
}
.header .header-left-two a.dark-logo,
.header .header-left-four a.dark-logo  {
	display: none;
}
.header .header-left-two a.dark-logo.show-logo,
.header .header-left-four a.dark-logo.show-logo {
	display: inline-block;
}
.mini-sidebar .header .header-left-two a.dark-logo.show-logo,
.mini-sidebar .header .header-left-four a.dark-logo.show-logo {
	display: none;
}
.header .header-left-three {
	width: 66px;
    padding: 0 5px;
    background: var(--color-bg-surface-container-highest);
}
.header .header-left-three .logo img {
    max-height: 45px;
    width: 33px;
}
.header-four {
	border-radius: 0 0 0px 0px;
	background-color: var(--color-bg-surface-container-highest);
}
.header .header-left-four a {
    padding: 0 0px;
    margin-left: 15px;
}
.user-menu-four.nav > li > a {
	color: #fff;
}
.header .has-arrow .dropdown-toggle-four:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.header .has-arrow .dropdown-toggle-four:hover:after {
    border-bottom: 2px solid var(--color-text-primary);
    border-right: 2px solid var(--color-text-primary);
}
.user-menu-five.nav > ul > li {
    position: relative;
    border: none;
}
.user-menu-five.nav > ul > li > a {
    color: #555a64;
    background-color: var(--color-bg-surface-container-highest);
}
.user-menu-five.nav > ul > li > a:hover {
	background-color: var(--color-bg-surface-container-highest);
    border-color: transparent;
    color: var(--color-primary);
   	border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.nav-tabs-five .nav-item.show .nav-link, .nav-tabs-five .nav-link.active,
.nav-tabs-five .nav-item.show .nav-link, .nav-tabs-five .nav-link:hover,
.nav-tabs-five .nav-item.show .nav-link, .nav-tabs-five .nav-link:focus {
	color: #fff;
    background-color: var(--color-bg-surface-container-highest);
    border-color: var(--color-bg-surface-container-highest) var(--color-bg-surface-container-highest) var(--color-bg-surface-container-highest);
    border-bottom: 4px solid var(--color-primary);
}
.user-menu-five.nav > li > a > svg {
	margin: 0px 8px;
}
.header .has-arrow .dropdown-toggle-five:after {
    border-bottom: 2px solid #555a64;
    border-right: 2px solid #555a64;
}
.header .has-arrow .dropdown-toggle-five:hover:after{
	border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*-----------------
	9. Sidebar
-----------------------*/
.sidebar {
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	bottom: 0;
	left: 0;
	margin-top: 0;
	position: fixed;
	top: var(--header-height);
	transition: all 0.4s ease;
	width: var(--sidebar-width);
	z-index: 1001;
	border-top-right-radius: var(--radius-2xl);
	box-shadow: var(--shadow-lg);
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}
.sidebar-closed{
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	bottom: 0;
	left: 0;
	margin-top: 0;
	position: fixed;
	top: var(--header-height);
	transition: all 0.2s ease-in-out 0s;
	width: var(--sidebar-width);
	z-index: 1001;
	border-top-right-radius: var(--radius-2xl);
	box-shadow: var(--shadow-lg);
	overflow-y: hidden;
	margin-left: calc(var(--sidebar-width) * -1);
}
.sidebar.opened {
	transition: all 0.4s ease;
}
.sidebar.mobile-open {
	overflow-y: auto;
	overflow-x: hidden;
	transform: translateX(0);
}
.sidebar-inner {
	height: 100%;
	min-height: 100%;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul {
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 15px 0;
	position: relative;
	flex: 0 1 auto;
	overflow-y: auto;
	min-height: 0;
}
.sidebar-menu li a {
	color: #78716c;
	display: block;
	font-size: 15px;
	height: auto;
	padding: 0 20px;
}
.sidebar-menu li a:hover {
	color: var(--color-primary);
	background-color: rgba(119, 89, 40, 0.06);
}
.sidebar-menu > ul > li > a:hover {
	background-color: rgba(119, 89, 40, 0.06);
    color: var(--color-primary);
}
.sidebar-menu li.active > a {
	background-color: rgba(119, 89, 40, 0.10);
    color: var(--color-primary);
	position: relative;
}
.sidebar-menu li.active > a::before {
    width: 4px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--color-primary);
    border-radius: 2px;
    transition: all 0.5s;
}
.menu-title {
	color: var(--color-text-muted);
	display: flex;
	font-size: 14px;
	opacity: 1;
	padding: 5px 15px;
	white-space: nowrap;
}
.menu-title > i {
	float: right;
	line-height: 40px;
}
.sidebar-menu li.menu-title a {
	color: var(--color-primary-light);
	display: inline-block;
	margin-left: auto;
	padding: 0;
}
.sidebar-menu li.menu-title a.btn {
	color: #fff;
	display: block;
	float: none;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 10px 15px;
}
.sidebar-menu ul ul a.active {
    color: var(--color-primary);
}
.mobile_btn {
	display: none;
	float: left;
}
.sidebar .sidebar-menu > ul > li > a span {
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
}
.sidebar .sidebar-menu > ul > li > a span.chat-user {
	margin-left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
	margin-left: auto;
}
.sidebar-menu ul ul a {
	display: block;
	font-size: 15px;
	padding: 7px 10px 7px 45px;
	position: relative;
}
.sidebar-menu ul ul a span {
	float: right;
}
.sidebar-menu ul ul {
	display: none;
}
.sidebar-menu ul ul ul a {
	padding-left: 65px;
}
.sidebar-menu ul ul ul ul a {
	padding-left: 85px;
}
.sidebar-menu > ul > li {
	margin-bottom: 3px;
	position: relative;
}
.sidebar-menu > ul > li:last-child {
	margin-bottom: 25px;
}
.sidebar-menu .menu-arrow {
	transition: transform .15s;
	position: absolute;
	right: 15px;
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	text-rendering: auto;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-transform: translate(0, 0);
	transform: translate(0, 0);
	line-height: 18px;
	top: 11px;
}
.sidebar-menu .menu-arrow:before {
	content: "\f105";
}
.sidebar-menu li a.subdrop .menu-arrow {
	-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidebar-menu ul ul a .menu-arrow {
	top: 10px;
}
.sidebar-menu > ul > li > a {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	padding: 10px 16px;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	border-radius: var(--radius-lg);
	margin: 2px 8px;
}
.sidebar-menu > ul > li > a svg {
    width: 18px;
}
.sidebar-menu ul li a i {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	width: 24px;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul li.menu-title a i {
	font-size: 16px !important;
	margin-right: 0;
	text-align: right;
	width: auto;
}
.sidebar-menu li a > .badge {
	color: #fff;
}
.sidebar-icon {
	width: 1.2rem;
}
.sidebar-icons {
	padding: 7px 0px;
}
.sidebar-user-menu {
	flex-shrink: 0;
	margin-top: auto;
	border-top: 1px solid var(--color-outline-variant);
	background: var(--color-bg-secondary);
}
.header .dropdown-menu-five > li > a:focus, .header .dropdown-menu-five > li > a:hover {
	background-color: var(--color-bg-secondary);
    color: var(--color-primary);
}
.header .nav-tabs {
	border: 0;
}
/*-----------------
	10. Content
-----------------------*/
.main-wrapper {
	width: 100%;
	min-height: 100vh;
}
.page-wrapper {
	margin-left: var(--sidebar-width);
	padding-top: var(--header-height);
	transition: all 0.4s ease;
}
.page-wrapper-no-sidebar {
	padding-top: var(--header-height);
	position: relative;
	transition: all 0.4s ease;
}
.page-wrapper-no-sidebar > .content {
	padding-top: var(--header-height);
	position: relative;
	padding: 2rem 2rem 0;
}
.page-wrapper > .content {
	padding-top: var(--header-height);
	position: relative;
	padding: 2rem 2rem 0;
}
.page-header {
    margin-bottom: 1.875rem;
}
.page-header .breadcrumb {
	background-color: transparent;
	color: var(--color-text-muted);
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
	padding: 0;
}
.page-header .breadcrumb a {
	color: var(--color-text-primary);
}
.page-title {
	color: var(--color-text-primary);
	margin-bottom: 5px;
}
/*-----------------
	11. Login
-----------------------*/
.login-body {
	display: table;
	height: 100vh;
	min-height: 100vh;
}
.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.875rem;
}
.login-wrapper .loginbox {
	background-color: var(--color-bg-card);
	border-radius: var(--radius-2xl);
	box-shadow: var(--shadow-lg);
	display: flex;
	margin: 1.875rem auto;
	max-width: 450px;
	width: 100%;
}
.login-wrapper .loginbox .login-right {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 2rem;
	width: 450px;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
	max-width: 100%;
	flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right h1 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
}
.login-wrapper .loginbox .login-right .forgotpass a {
	color: var(--color-text-muted);
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
	color: var(--color-text-primary);
	text-decoration: underline;
}
.login-wrapper .loginbox .login-right .dont-have {
	color: var(--color-text-muted);
	margin-top: 1.875rem;
}
.login-wrapper .loginbox .login-right .dont-have a {
	color: var(--color-text-primary);
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
	text-decoration: underline;
}
/*-----------------
	12. Dashboard
-----------------------*/
.dash-title {
	font-size: 1.5em;
	font-weight: 600;
}
.dash-widget-icon {
	align-items: center;
	border-radius: var(--radius-lg);
	color: #fff;
	display: inline-flex;
	font-size: 1.875rem;
	height: 4rem;
	justify-content: center;
	text-align: center;
	width: 4rem;
}
.dashboard-icon {
	width: 2.75rem;
}
.dash-count {
	font-size: 18px;
	margin-left: 15px;
	padding-top: 5px;
}
.dash-widget-info h3 {
	margin-bottom: 10px;
}
.dash-widget-header {
	align-items: center;
	display: flex;
}
.modal-icon i {
    font-size: 42px;
    color: var(--color-text-muted);
}
.modal-footer {
	border-top: 0;
	padding-top: 0;
	padding-bottom: .75rem;
}
/*-----------------
	13. Tab Set
-----------------------*/
.tabset > input[type="radio"] {
	position: absolute;
	left: -200vw;
  }
.tabset .tab-panel {
	display: none;
  }
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
	display: block;
  }
.tabset > label {
	position: relative;
	display: inline-block;
	padding: 15px 15px 25px;
	border-bottom: 0;
	cursor: pointer;
	font-weight: 600;
  }
.tabset > label::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 86px;
	height: 4px;
  }
.tabset > label:hover,
.tabset > input:focus + label {
	color: var(--color-text-primary);
  }
.tabset > label:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	border-radius: 4px;
  }
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
	background: var(--color-primary);
  }
.tabset [role="tab"]:focus-visible + label {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	border-radius: 4px;
  }
.tab-panel {
	padding: 30px 0;
	border-top: 1px solid var(--color-outline-variant);
  }
/*-----------------
	Desktop/Mobile Table Toggle
------------------------*/
.desktop-table {
	display: block;
}
.mobile-cards-container {
	display: none;
}
@media (max-width: 768px) {
	.desktop-table {
		display: none !important;
	}
	.mobile-cards-container {
		display: block !important;
	}
}
/*-----------------
	14. Responsive
------------------------*/
@media (min-width: 992px) {
	#toggle_btn {
		align-items: center;
		color: var(--color-text-primary);
		display: inline-flex;
		float: left;
		font-size: 30px;
		height: var(--header-height);
		justify-content: center;
		margin-left: 15px;
		padding: 0 15px;
	}
    .row_mobile{
        display:none;
    }
	.header-four #toggle_btn{
		color: #fff;
	}
	.header .header-left-two #toggle_btn {
	    padding: 0 0px;
	    margin-left: 0px;
	}
	.sidebar-hide {
	  	display: none;
	}
	.header-two #toggle_btn {
		color: #fff;
	}
	.header-six #toggle_btn {
		color: var(--color-text-primary);
	}
	.header-seven #toggle_btn {
		color: var(--color-text-primary);
	}
	.header-eight #toggle_btn {
		color: #fff;
	}
	.header-nine #toggle_btn {
		color: #fff;
	}
}
@media (max-width: 1199.98px) {
	.report-btn .btn {
		width: 200px;
	}
}
@media (max-width: 991.98px) {
	.header .header-left {
		position: absolute;
		width: 100%;
	}
	.mobile_btn {
		color: var(--color-text-primary);
		cursor: pointer;
		display: block;
		font-size: 24px;
		height: var(--header-height);
		left: 0;
		line-height: var(--header-height);
		padding: 0 15px;
		position: absolute;
		text-align: center;
		top: 0;
		z-index: 10;
	}
	#toggle_btn {
		display: none;
	}
	.row_desktop {
        display: none;
    }
	.login-wrapper .loginbox .login-right {
		padding: 50px;
		width: 50%;
	}
	.sidebar {
		margin-left: 0px;
		width: var(--sidebar-width);
		transition: all 0.4s ease;
		z-index: 1041;
		transform: translateX(-100%);
		overflow-y: auto;
		overflow-x: hidden;
		bottom: 0;
		top: var(--header-height);
		height: calc(100vh - var(--header-height));
		-webkit-overflow-scrolling: touch;
	}
	.sidebar.mobile-open {
		transform: translateX(0);
		overflow-y: auto;
	}
	.sidebar .sidebar-menu {
		min-height: auto;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.sidebar .sidebar-menu .nav.flex-column {
		overflow-y: auto;
		flex: 1 1 auto;
		min-height: 0;
		-webkit-overflow-scrolling: touch;
	}
	.page-wrapper {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		transition: all 0.4s ease;
		overflow-y: visible;
		height: auto;
	}
	.mobile_btn-two {
		color: #ffffff;
	}
	.user-menu-two.nav > li > a {
		color: #ffffff;
	}
	.user-menu-two.nav > li > a i {
		color: #ffffff;
	}
	.header .has-arrow .dropdown-toggle-two:after {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.header .has-arrow .dropdown-toggle-two:hover:after {
		border-bottom: 2px solid var(--color-text-primary);
		border-right: 2px solid var(--color-text-primary);
	}
	.header .header-left-two {
	    border-radius: 0px 0px 0px 0px;
	}
	.page-wrapper-three {
	    margin-left: 0px;
	    padding-top: var(--header-height);
	    position: relative;
	    transition: all 0.4s ease;
	}
	.sidebar-three {
		width: 260px;
		margin-left: -265px;
	}
	.sidebar-three-three {
		margin-left: -265px;
		left: 0;
	}
	.header .header-left-four {
	    position: absolute;
	    width:unset;
	}
	.sidebar-five {
	    display: none;
	}
	.user-menu-five {
		display: none !important;
	}
	.header .header-left-three {
	    background: transparent;
	}
	.header-two .mobile_btn {
		color: #fff;
	}
	.header-six .mobile_btn {
		color: var(--color-text-primary);
	}
	.header-seven .mobile_btn {
		color: var(--color-text-primary);
	}
	.header-eight .mobile_btn {
		color: #fff;
	}
	.header-nine .mobile_btn {
		color: #fff;
	}
	.layout,
	.setting {
		flex: 1 0 0%;
	}
	.multipleSelection #checkBoxes, .SortBy #checkBox {
		width: 100%;
	}
	.col-35 {
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	body {
		font-size: 14px;
	}
	h1,
	.h1 {
		font-size: 2rem;
	}
	h2,
	.h2 {
		font-size: 1.75rem;
	}
	h3,
	.h3 {
		font-size: 1.5rem;
	}
	h4,
	.h4 {
		font-size: 1.125rem;
	}
	h5,
	.h5 {
		font-size: 1rem;
	}
	h6,
	.h6 {
		font-size: 0.975rem;
	}
	div.dataTables_wrapper div.dataTables_filter {
		margin-top: 10px;
	}
	.header .has-arrow .dropdown-toggle:after {
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		float: left;
		position: absolute;
	}
	.navbar-nav.user-menu .open .dropdown-menu {
		left: auto;
		right: 0;
	}
	.header .header-left {
		padding: 0 15px;
	}
	.header .header-left .logo {
		display: none;
	}
	.header-left .logo.logo-small {
		display: inline-block;
	}
	.login-wrapper .loginbox .login-left {
		display: none;
	}
	.login-wrapper .loginbox {
		max-width: 450px;
		min-height: unset;
	}
	.login-wrapper .loginbox .login-right {
		float: none;
		padding: 1.875rem;
		width: 100%;
	}
	.top-action-left .float-left {
		float: none !important;
	}
	.top-action-left .btn-group {
		margin-bottom: 15px;
	}
	.top-action-right {
		text-align: center;
	}
	.top-action-right a.btn.btn-white {
		margin-bottom: 15px;
	}
	.login-wrapper .loginbox .login-right h1 {
		font-size: 22px;
	}
	.error-box h1 {
		font-size: 6em;
	}
	.error-box .btn {
		font-size: 15px;
		min-width: 150px;
		padding: 8px 20px;
	}
	.dash-count {
		font-size: 16px;
		display: inline-block;
	}
	.dash-widget-header{
		display: block;
	}
	.nav {
		display: block;
	}
	.header .header-left-two .logo img,
	.header .header-left-two .dark-logo img {
	    max-height: 45px;
	    width: auto;
	}
	.ui-aside-compact .ui-aside {
	    width: 67px;
	}
	.sidebar-content {
	    width: auto;
	}
	.siderbar-view.show-sidebar {
	    z-index: 999;
	}
	.btn-closed {
		margin-top: -35px;
	}
	.app-listing li {
	    width: 100%;
	}
	.col-35 {
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	.card {
		margin-bottom: 0.9375rem;
	}
	.page-wrapper > .content {
		padding: 0.9375rem 0.9375rem calc(var(--bottom-nav-height, 64px) + 1rem);
	}
	.card-body {
		padding: 1.25rem;
	}
	.card-header {
		padding: .75rem 1.25rem;
	}
	.card-footer {
		padding: .75rem 1.25rem;
	}
	.page-header {
		margin-bottom: 0.9375rem;
	}
	.pagination-lg .page-link {
		font-size: 1.2rem;
		padding: 0.5rem 0.625rem;
	}
	.page-header .breadcrumb {
		display: none;
	}
	.page-header .invoices-breadcrumb {
		display: inline-block;
	}
	.white-logo.show-logo {
		display: none;
	}
	.logo-small {
		display: block;
	}
	.modal.contentmodal .modal-content .submit-section .btn {
		min-width: 127px;
	}
}
