html {
	//height: -webkit-fill-available;
	font-size: 16px;
	//overflow: hidden;
}

@media (max-width: 576px) {
	html {
		font-size: 14px;
	}
}


body {
	//min-height: 100vh;
	//min-height: -webkit-fill-available;
	//overflow: auto;
}
/* @media (max-width: 767px) {
	.page-content{
		padding-bottom: 2rem !important;
	}
} */

main {
	//height: 100vh;
	//height: -webkit-fill-available;
	//max-height: 100vh;
}

.b-example-divider {
	flex-shrink: 0;
	width: 1.5rem;
	//height: 100vh;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
	vertical-align: -.125em;
	pointer-events: none;
	fill: currentColor;
}

html,
body,
.scrollbar-x,
.scrollbar-y,
.table-responsive,
.sidebar,
.main-content,
.custom-scrollbar,
.offcanvas-body{
	scrollbar-width: auto;
	scrollbar-color: var(--theme-color) var(--theme-background);
}

.custom-scrollbar{
	scrollbar-color: var(--theme-color) transparent;
}

.scrollbar-y{
	overflow-y: auto;
}

.scrollbar-x{
	overflow-x: auto;
}

/* --- Custom scrollbar for Webkit based browsers only Starts here --- */
::-webkit-scrollbar{
    width: 16px;
    height: 16px;
}

::-webkit-scrollbar-track{
    background: var(--theme-background);
}

::-webkit-scrollbar-thumb{
    background-color: var(--theme-color);
}

::-webkit-scrollbar-thumb:hover{
  	background: var(--theme-color);
}
/* --- Custom scrollbar for Webkit based browsers only Ends here --- */

.dropdown-toggle {
	outline: 0;
}

.nav-flush .nav-link {
	border-radius: 0;
}

.btn-toggle {
	align-items: center;
	padding: .75rem .5rem;
	background-color: transparent;
	border: 0;
	display: block;
	text-align: left;
	font-size: 14px;
}

.btn-toggle::before {
	width: 1.25em;
	line-height: 0;
	transition: transform .35s ease;
	transform-origin: .5em 50%;
}

.sidebar .nav-list>li>.btn-toggle>.fa {
	font-size: 18px !important;
}

.btn-toggle[aria-expanded="true"] {
	color: rgba(0, 0, 0, .85);
}

/* .btn-toggle[aria-expanded="true"]::before {
transform: rotate(90deg);
} */

.col-form-label::after {
	content: "\3a";
	margin-left: 5px;
	font-weight: 700;
}

.btn-toggle-nav li>a {
	display: inline-flex;
	padding: 0.6rem;
	padding-left: 42px;
	margin-top: .125rem;
	text-decoration: none;
}

/* .btn-toggle-nav li.list-unstyled>ul>li>a {
	display: inline-flex;
	padding: .1875rem .5rem;
	margin-top: .125rem;
	padding-left: 48px;
	text-decoration: none;
} */

.sidebar .nav-list>li>a {
	height: 45px;
}

.sidebar .nav-list>li:hover>a {
	background-color: transparent !important;
	/* color: #266cad; */
}

.sidebar .nav-list>li.active:hover>a,
.sidebar .nav-list>li.active:focus>a{
	background-color: var(--theme-sidebar-active-before) !important;
}

.sidebar .nav-list>li .btn-toggle-nav {
	background-color: #ffffff;
	border-color: #e5e5e5;
}

.sidebar .nav-list>li .btn-toggle-nav>li>a {
	/* border-top-color: #e4e4e4;
	background-color: #ffffff; */
	margin-top: 0 !important;
}

/* .sidebar .nav-list>li .btn-toggle-nav>li>a:hover {
	color: #4b88b7;
	background-color: #f1f5f9;
} */

.sidebar .nav-list>li>.btn-toggle-nav li>.btn-toggle-nav>li a {
	padding-left: 50px;
}

.sidebar .submenu-header::before{
	display: none !important;
}

.sidebar .submenu-header > a{
	padding-left: 18px;
  	font-weight: bold;
  	//font-size: 14px !important;
	height: 46px;
	padding: 0.8rem;
}

.nav-link {
	font-size: 13px;
	/* padding-right: .3rem !important;
	padding-left: .3rem !important; */
}

.navbar-nav .dropdown-menu {
	font-size: 13px;
}

.navbar-nav .dropdown-menu .fa {
	font-size: 16px;
}

.navbar-toggler {
	padding: 4px 12px;
	font-size: 20px;
}

.scrollarea {
	overflow-y: auto;
}

.fw-semibold {
	font-weight: 600;
}

.lh-tight {
	line-height: 1.25;
}

.breadcrumb-wrapper{
  	height: 46px;
	font-size: 13px;
}

.page-header, .page-header>* {
	display: flex;
	align-items: baseline;
}

.page-heading {
	color: #666;
	font-size: calc(1.325rem + .9vw);
	font-size: 1.5rem;
}

.page-heading~a {
	font-size: 0.937rem !important;
}

.result-count {
	font-size: 0.75rem !important;
	font-weight: bold;
}



.page-header, .page-header>* {
	display: flex;
	align-items: baseline;
}

.custom-btn {
	line-height: 1;
	padding: 5px 5px;
}

.page-heading {
	margin-right: 10px;
}

.login-icon {
	font-size: 100px;
}

.title-btn,
.detail-anchor {
	line-height: 1;
	padding: 4px 5px 5px 5px;
}

.user-icon {
	font-size: 7.187rem;
}

.user-name {
	display: inline-flex;
	align-items: center;
	width: max-content;
	margin: 5px auto;
}

.user-name>div {
	color: #ffffff;
	background-color: #3a87ad;
	width: max-content;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 15px;
	height: 30px;
	max-width: 200px;
	min-width: 180px;
	text-transform: uppercase;
	justify-content: center;
}

.user-name::before {
	display: inline-block;
	content: "";
	margin: 0px 0px 0px -25px;
	border: 15px solid transparent;
	border-color: #3a87ad #3a87ad #3a87ad transparent;
	height: 30px;
}

.user-name::after {
	display: inline-block;
	content: "";
	margin: 0px -25px 0px 0px;
	border: 15px solid transparent;
	border-color: #3a87ad transparent #3a87ad #3a87ad;
	height: 30px;
}

.action-accordion {
	padding: 8px 0px;
}

.action-accordion::after {
	display: none;
}

.accordion-button.action-accordion::before {
	font-family: "Font Awesome 6 Free";
	content: "\f067";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	padding: 5px 10px 1px 5px;
}

.accordion-button.action-accordion:not(.collapsed)::before {
	font-family: "Font Awesome 6 Free";
	content: "\f068";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	padding: 5px 10px 1px 5px;
}

.fs-7 {
	font-size: 0.812rem !important;
}

.fs-8 {
	font-size: 0.625rem !important;
}

.fs-9 {
	font-size: 0.437rem !important;
}

.half {
	display: inline-flex;
	width: 49%;
}

.tooltip-inner {
	max-width: 500px;
}

td.action-buttons {
	width: 10px;
	text-align: center;
	white-space: nowrap;
	font-size: 1rem;
	vertical-align: middle;
}

.cursor-pointer {
	cursor: pointer;
}

.dtr-data {
	white-space: pre-line;
}

.dtr-wrap {
	white-space: nowrap;
}

.dtr-details {
	width: 100%;
}

.card {
	position: inherit;
}

.skin .list-unstyled>li>.submenu>li>a {
	font-size: 13px;
}

/* CUSTOM WIDTHS */
.w-xs-25 { width: 25%!important; }
.w-xs-50 { width: 50%!important; }
.w-xs-75 { width: 75%!important; }
.w-xs-100 { width: 100%!important; }

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {
    /* CUSTOM WIDTHS */
    .w-sm-25 { width: 25%!important; }
    .w-sm-50 { width: 50%!important; }
    .w-sm-75 { width: 75%!important; }
    .w-sm-100 { width: 100%!important; }
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .w-md-25 { width: 25%!important; }
    .w-md-50 { width: 50%!important; }
    .w-md-75 { width: 75%!important; }
    .w-md-100 { width: 100%!important; }
}

/* LG breakpoint */
@media (min-width: 992px) {
    /* CUSTOM WIDTHS */
    .w-lg-25 { width: 25%!important; }
    .w-lg-50 { width: 50%!important; }
    .w-lg-75 { width: 75%!important; }
    .w-lg-100 { width: 100%!important; }
}

/* CUSTOM WIDTHS */
.ms-xs-0 { margin-left: 0!important; }
.ms-xs-1 { margin-left: 0.25rem!important; }
.ms-xs-2 { margin-left: 0.5rem!important; }
.ms-xs-3 { margin-left: 1rem!important; }
.ms-xs-4 { margin-left: 1.25rem!important; }
.ms-xs-5 { margin-left: 3rem!important; }

.me-xs-0 { margin-right: 0!important; }
.me-xs-1 { margin-right: 0.25rem!important; }
.me-xs-2 { margin-right: 0.5rem!important; }
.me-xs-3 { margin-right: 1rem!important; }
.me-xs-4 { margin-right: 1.25rem!important; }
.me-xs-5 { margin-right: 3rem!important; }

.mt-xs-0 { margin-top: 0!important; }
.mt-xs-1 { margin-top: 0.25rem!important; }
.mt-xs-2 { margin-top: 0.5rem!important; }
.mt-xs-3 { margin-top: 1rem!important; }
.mt-xs-4 { margin-top: 1.25rem!important; }
.mt-xs-5 { margin-top: 3rem!important; }

.mb-xs-0 { margin-bottom: 0!important; }
.mb-xs-1 { margin-bottom: 0.25rem!important; }
.mb-xs-2 { margin-bottom: 0.5rem!important; }
.mb-xs-3 { margin-bottom: 1rem!important; }
.mb-xs-4 { margin-bottom: 1.25rem!important; }
.mb-xs-5 { margin-bottom: 3rem!important; }

.m-xs-0 { margin: 0!important; }
.m-xs-1 { margin: 0.25rem!important; }
.m-xs-2 { margin: 0.5rem!important; }
.m-xs-3 { margin: 1rem!important; }
.m-xs-4 { margin: 1.25rem!important; }
.m-xs-5 { margin: 3rem!important; }

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {
    /* CUSTOM WIDTHS */
    .ms-sm-0 { margin-left: 0!important; }
    .ms-sm-1 { margin-left: 0.25rem!important; }
    .ms-sm-2 { margin-left: 0.5rem!important; }
    .ms-sm-3 { margin-left: 1rem!important; }
    .ms-sm-4 { margin-left: 1.25rem!important; }
    .ms-sm-5 { margin-left: 3rem!important; }

    .me-sm-0 { margin-right: 0!important; }
    .me-sm-1 { margin-right: 0.25rem!important; }
    .me-sm-2 { margin-right: 0.5rem!important; }
    .me-sm-3 { margin-right: 1rem!important; }
    .me-sm-4 { margin-right: 1.25rem!important; }
    .me-sm-5 { margin-right: 3rem!important; }

    .mt-sm-0 { margin-top: 0!important; }
    .mt-sm-1 { margin-top: 0.25rem!important; }
    .mt-sm-2 { margin-top: 0.5rem!important; }
    .mt-sm-3 { margin-top: 1rem!important; }
    .mt-sm-4 { margin-top: 1.25rem!important; }
    .mt-sm-5 { margin-top: 3rem!important; }

    .mb-sm-0 { margin-bottom: 0!important; }
    .mb-sm-1 { margin-bottom: 0.25rem!important; }
    .mb-sm-2 { margin-bottom: 0.5rem!important; }
    .mb-sm-3 { margin-bottom: 1rem!important; }
    .mb-sm-4 { margin-bottom: 1.25rem!important; }
    .mb-sm-5 { margin-bottom: 3rem!important; }

    .m-sm-0 { margin: 0!important; }
    .m-sm-1 { margin: 0.25rem!important; }
    .m-sm-2 { margin: 0.5rem!important; }
    .m-sm-3 { margin: 1rem!important; }
    .m-sm-4 { margin: 1.25rem!important; }
    .m-sm-5 { margin: 3rem!important; }
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .ms-md-0 { margin-left: 0!important; }
    .ms-md-1 { margin-left: 0.25rem!important; }
    .ms-md-2 { margin-left: 0.5rem!important; }
    .ms-md-3 { margin-left: 1rem!important; }
    .ms-md-4 { margin-left: 1.25rem!important; }
    .ms-md-5 { margin-left: 3rem!important; }

    .me-md-0 { margin-right: 0!important; }
    .me-md-1 { margin-right: 0.25rem!important; }
    .me-md-2 { margin-right: 0.5rem!important; }
    .me-md-3 { margin-right: 1rem!important; }
    .me-md-4 { margin-right: 1.25rem!important; }
    .me-md-5 { margin-right: 3rem!important; }

    .mt-md-0 { margin-top: 0!important; }
    .mt-md-1 { margin-top: 0.25rem!important; }
    .mt-md-2 { margin-top: 0.5rem!important; }
    .mt-md-3 { margin-top: 1rem!important; }
    .mt-md-4 { margin-top: 1.25rem!important; }
    .mt-md-5 { margin-top: 3rem!important; }

    .mb-md-0 { margin-bottom: 0!important; }
    .mb-md-1 { margin-bottom: 0.25rem!important; }
    .mb-md-2 { margin-bottom: 0.5rem!important; }
    .mb-md-3 { margin-bottom: 1rem!important; }
    .mb-md-4 { margin-bottom: 1.25rem!important; }
    .mb-md-5 { margin-bottom: 3rem!important; }

    .m-md-0 { margin: 0!important; }
    .m-md-1 { margin: 0.25rem!important; }
    .m-md-2 { margin: 0.5rem!important; }
    .m-md-3 { margin: 1rem!important; }
    .m-md-4 { margin: 1.25rem!important; }
    .m-md-5 { margin: 3rem!important; }
}

/* LG breakpoint */
@media (min-width: 992px) {
    /* CUSTOM WIDTHS */
    .ms-lg-0 { margin-left: 0!important; }
    .ms-lg-1 { margin-left: 0.25rem!important; }
    .ms-lg-2 { margin-left: 0.5rem!important; }
    .ms-lg-3 { margin-left: 1rem!important; }
    .ms-lg-4 { margin-left: 1.25rem!important; }
    .ms-lg-5 { margin-left: 3rem!important; }

    .me-lg-0 { margin-right: 0!important; }
    .me-lg-1 { margin-right: 0.25rem!important; }
    .me-lg-2 { margin-right: 0.5rem!important; }
    .me-lg-3 { margin-right: 1rem!important; }
    .me-lg-4 { margin-right: 1.25rem!important; }
    .me-lg-5 { margin-right: 3rem!important; }

    .mt-lg-0 { margin-top: 0!important; }
    .mt-lg-1 { margin-top: 0.25rem!important; }
    .mt-lg-2 { margin-top: 0.5rem!important; }
    .mt-lg-3 { margin-top: 1rem!important; }
    .mt-lg-4 { margin-top: 1.25rem!important; }
    .mt-lg-5 { margin-top: 3rem!important; }

    .mb-lg-0 { margin-bottom: 0!important; }
    .mb-lg-1 { margin-bottom: 0.25rem!important; }
    .mb-lg-2 { margin-bottom: 0.5rem!important; }
    .mb-lg-3 { margin-bottom: 1rem!important; }
    .mb-lg-4 { margin-bottom: 1.25rem!important; }
    .mb-lg-5 { margin-bottom: 3rem!important; }

    .m-lg-0 { margin: 0!important; }
    .m-lg-1 { margin: 0.25rem!important; }
    .m-lg-2 { margin: 0.5rem!important; }
    .m-lg-3 { margin: 1rem!important; }
    .m-lg-4 { margin: 1.25rem!important; }
    .m-lg-5 { margin: 3rem!important; }
}

.filters-form label{
	font-weight: bold;
	font-size: 0.85rem;
}

.filters-form .form-control,
.filters-form .form-select{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.w-min-content{
    width: min-content !important;
}
.w-max-content{
    width: max-content !important;
}
.w-fit-content{
    width: fit-content !important;
}
.w-30{
    width: 30% !important;
}
.w-35{
    width: 35% !important;
}
.w-40{
    width: 40% !important;
}
.table > * {
	font-size: 0.812rem;
}
tr:hover .detail-btn:after {
    font-family: "Font Awesome 6 Free";
    content: '\f107';
    position: absolute;
    padding-left: 8px;
    top: 0;
    padding-right: 5px;
    right: 0;
    font-weight: 900;
}
td.detail-btn {
    position: relative;
    padding-right: 20px !important;
}

.table-helper{
	text-align:right;
	padding:10px 0;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent !important;
}
.text-secondary{
	color: #ccc !important;
}

/* --- Toggle Icon Style --- */
.fixed-bottom-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 50%; /* Make it circular */
    cursor: pointer;
    z-index: 1000; /* Ensure it stays on top of other elements */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
    font-size: 24px; /* Adjust size as needed */
}

.fixed-bottom-right:hover {
    background-color: rgba(0, 0, 0, 0.9); /* Slightly less transparent on hover */
    transform: translateY(-5px); /* Slight lift effect on hover */
}

.paging{
    position: -webkit-sticky;
  	position: sticky;
  	top: 45px;
}
/*
.table-head-sticky{
	overflow-x: clip;
}

.table-head-sticky thead th{
    position: -webkit-sticky;
  	position: sticky;
}*/

/*.navbar{ display: none; }*/

.table-responsive{
	overflow-x: auto;
	overflow-y: hidden;
}


.sticky-header {
	background-color: var(--theme-th-background);
	color: var(--theme-th-text);
}

.sticky-header div {
	border-width: 1px;
	border-style: solid;
	border: 1px solid #333;
	border-color: inherit;
	border-bottom: none;
	border-right: none;
	padding: 0.5rem 0.5rem;
	font-size: 0.812rem;
	align-content: end;
}