body {
	/*min-height: 75rem;*/

	font-size: .875rem !important;
	background: #f6f9ff;
	/*margin-bottom: 135px;*/
}

.headlogo {
	height: 30px;
	margin-bottom: 10px;
}

.treb-navbar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-weight: 600;
}

.input-group-text {
	height: 100%
}

.form-label {
	font-weight: 600;
}

.form-detail-label {
	color: #127787 !important;
	font-weight: bold
}

.div-text-field {
	/*border-bottom: 1px #eee solid;*/
	padding: 0.5rem 0.6rem;
	/*border-radius: 5px;*/
	min-height: 40px;
}


.cursor-pointer {
	cursor: pointer;
}

.bg-search-criteria {
	background: #fff;
	transition: all 0.3s;
	box-shadow: 10px 0 30px 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.datepicker {
	z-index: 10000 !important;
}

#nav-logout {
	text-align: right;
}

.form-signin {
	width: 100%;
	max-width: 360px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-floating:focus-within {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

table th {
	vertical-align: top;
}




/**************************************
	SETUP MEDIA
***************************************/
@media (max-width: 768px) {
	#nav-logout {
		text-align: left;
		padding-bottom: 5px;
	}
}

/**********************************
* Loading Spinner
************************************/
#spinner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 0.2s;
}

/* (B) CENTER LOADING SPINNER */
#spinner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}

/* (C) SHOW & HIDE */
#spinner {
	visibility: hidden;
	display: none;
	opacity: 0;
}

#spinner.show {
	visibility: visible;
	display: block;
	opacity: 1;
}


/**********************************
* New Template
************************************/

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
main {
	min-height: 88vh;
}

#main {
	padding: 20px 30px;
	transition: all 0.3s;
	min-height: 80vh;
	margin: auto;
	margin-top: 70px;
}

#main-sidebar {
	width: calc(100% - 300px);
	padding: 20px 30px;
	transition: all 0.3s;
	min-height: 80vh;
	margin-top: 70px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header #btn-sidebar {
	font-size: 26px;
	padding-left: 70px;
	padding-top: 10px;
	cursor: pointer;
	color: #fff;
}

header {
	height: 70px;
	background-color: #262b37;
	padding-left: 20px;
}

#footer {
	background-color: #262b37;
	bottom: 0;
	padding-top: 1.4rem !important;
    padding-bottom: 1.2rem !important;
}

.text-footer a {
	color: #f2a800 !important;
	text-decoration: none !important;
}

header ul {
	list-style-type: none;
}

header ul.dropdown-menu {
	min-width: 240px;
	padding-bottom: 0;
	top: 8px !important;
	border-radius: 4px;
	padding: 10px 0;
	-webkit-animation-name: dropdown-animate;
	animation-name: dropdown-animate;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 0;
	box-shadow: 0 5px 30px 0 rgb(82 63 105 / 20%);
}

header ul.dropdown-menu a {
	padding: 10px 15px;
}

header ul.dropdown-menu a i {
	margin-right: 10px;
	font-size: 18px;
	line-height: 0;
}

header span.profile-name {
	font-size: 1rem;
	font-weight: bold;
}

[data-letters]:before {
	content: attr(data-letters);
	display: inline-block;
	font-size: 1em;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border-radius: 50%;
	background: steelblue;
	vertical-align: middle;
	margin-right: 0.5em;
	color: white;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/



aside#sidebar {
	position: fixed;
	top: 70px;
	left: 0;
	bottom: 0;
	width: 300px;
	z-index: 996;
	transition: all 0.3s;
	padding: 20px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #aab7cf transparent;
	box-shadow: 0px 0px 20px rgb(1 41 112 / 10%);
	background-color: #fff;
	margin-left: 0px;
}

aside#sidebar li a:hover {
	background-color: #f8f9fa;
	text-decoration: underline;
	font-weight: border;
}

aside#sidebar .custom-menu {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	margin-right: -20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media (prefers-reduced-motion: reduce) {
	#sidebar .custom-menu {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

@media (min-width: 1200px) {
	#main-sidebar {
		margin-left: 300px;
	}
}

@media (max-width: 900px) {
	#sidebar {
		margin-left: -300px;
	}

	#sidebar.active {
		margin-left: 0;
	}

	#main {
		width: 100%;
		padding: 15px 15px;

	}

	#main.active {
		width: calc(100% - 100px);
	}

	#main-sidebar {
		width: 100%;
		padding: 15px 15px;

	}

	#main-sidebar.active {
		width: calc(100% - 300px);
	}
}

#sidebar.active {
	margin-left: -300px;
}

#main.active {
	width: 100%;
	margin-left: 0;
}

#main-sidebar.active {
	width: 100%;
	margin-left: 0;
}

aside#sidebar .custom-menu .btn.btn-primary {
	background: #444;
	border-color: #fff;
}

aside#sidebar .custom-menu .btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

aside ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


aside .nav-link {
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
	transition: 0.3;
	padding: 10px 15px;
	border-radius: 4px;
}

aside .nav-sub-link {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
}

aside .nav-sub-link li {
	padding: 0;
	margin: 0;
	list-style: none;
}

aside a i {
	font-size: 1.2rem;
	margin-right: 10px;
}



aside .nav-sub-link a {
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
	transition: 0.3;
	padding: 10px 0 10px 40px;
	border-radius: 4px;
	color: inherit;
	text-decoration: none;
}

aside .nav-sub-link a i {
	font-size: 1rem;
	margin-right: 10px;
}

aside ul li.active>a,
aside a[aria-expanded="true"] {
	color: #000;
	background: #f1f1f1;
}

aside ul li a.active {
	font-weight: 900;
	text-decoration: underline;
}


.card {
	border-radius: 10px;
	box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
	margin-bottom: 20px;
}

.card-header,
.card-footer {
	border-color: #ebeef4;
	background-color: #fff;
	color: #798eb3;
	padding: 15px;
}

.card-header:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.borderless {
	border: none;
}

.search-form input {
	border: 0;
	font-size: 14px;
	color: #012970;
	border: 1px solid rgba(1, 41, 112, 0.2);
	padding: 7px 38px 7px 8px;
	border-radius: 3px;
	transition: 0.3s;
	width: 100%;
}

.search-form button {
	border: 0;
	padding: 0;
	margin-left: -30px;
	background: none;
}

.bootstrap-select {
	width: 100% !important;
	display: block;
	/* padding: 0.1rem 0; */
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.bootstrap-select {
	width: 100% !important;
	display: block;
	/* padding: 0.1rem 0; */
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	/* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e); */
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.bootstrap-select .dropdown-toggle {
	color: #000;
	background: unset;
	border: 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #000 !important;
}

.dropdown-table-menu li {
	text-align: left !important;
}

.dropdown-table-menu>li>a {
	color: #000;
	;
}

.dropdown-table-menu>li>a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.form-label {
	color: #798eb3;
	font-weight: 600;
}

.bootstrap-select .dropdown-menu {
	min-width: 100% !important;
}



.view-more-footer {
	background: transparent;
	border-top: 0px;
	padding-top: 0px;
}

.modal .modal-body-gray {
	background-color: #f6f9ff;
}

.modal .modal-body-m-auto {
	margin: auto;
}

.modal .modal-border {
	border: 2px solid #333;
}





/*Toggle Button*/

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
	border-radius: 20rem;
}

.toggle.ios .toggle-handle {
	border-radius: 20rem;
}

tbody tr:hover td.hasRowSpan {
	/*background-color: #fff;    or whatever color you want */
	box-shadow: none;
}

tbody tr td.hasRowSpan {
	/*background-color: #fff;    or whatever color you want */
	box-shadow: none;
}

.modal {
	z-index: 999999;
}


/**********************************
* Loading Spinner
************************************/
#spinner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 0.2s;
}

/* (B) CENTER LOADING SPINNER */
#spinner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}

/* (C) SHOW & HIDE */
#spinner {
	visibility: hidden;
	display: none;
	opacity: 0;
}

#spinner.show {
	visibility: visible;
	display: block;
	opacity: 1;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	visibility: hidden;
}

.dataTables_wrapper .dataTables_filter.show {
	visibility: visible;
}

.dataTables_wrapper .dt-buttons {
	float: right;
	margin-bottom: 10px;
}

.table a {
	/*color: #555;*/
	font-weight: 600;
	text-decoration: underline;
}

.table a:hover {
	color: #111;
	background-color: transparent;
	text-decoration: underline;
}

.badge-padding {
	padding: 8px;
}

.badge {
	padding: 6px 10px;
}

.tooltip-inner {
	background-color: #fff;
	box-shadow: 0px 0px 4px black;
	opacity: 1 !important;
	min-width: 300px;
	color: #000
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
	border-right-color: #2f4fff !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
	border-left-color: #2f4fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: #2f4fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #2f4fff !important;
}


/* ********************************************
* Dashboard
***********************************************/
.info-card {
	padding: 10px;
}

.info-card .filter {
	text-align: right;
	margin-right: 10px;
	font-size: 1.2rem;
	color: #fff;
}

.info-card .card-title span {
	color: #899bbd;
	font-size: 0.9125rem;
}

.info-card .card-title {
	top: 15px;
	position: absolute;
	font-size: 1.1rem;
	font-weight: 500;
}

.card-header {
	color: #012970;
	font-weight: 600;
}

.card-title {
	margin-bottom: 20px;
}

.required::after {
	content: " *";
	font-size: 0.93rem;
	color: red;
}

.card-edit-header {
	background: aliceblue;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: antiquewhite;
	font-weight: bold;
}

.double-table-border-right {
	border-right: 3px double #000 !important
}

/*
Datatable.
*/

.dt-container .dt-search {
	float: right;
	text-align: right;
	visibility: hidden;
}

.dt-container .dataTables_filter.show {
	visibility: visible;
}

.dt-container .dt-buttons {
	float: right;
	margin-bottom: 10px;
}

.dt-container .dt-info {
	float: left;
}

.dt-container .dt-paging {
	float: right;
	padding-top: .85em;
}

.alert-azure {
	background-color: azure;
	border: 1px solid #ccc;
}

.alert-mistyrose {
	background-color: mistyrose;
	border: 1px solid #f1aeb5;
}

.pdf-card-body {
	/*max-height: 600px;*/
	/* Adjust as needed */
	overflow: auto;
	/* Enables scrolling when content overflows */
	background-color: #525659
}

.pdf-card-full-body {
	
	/* Adjust as needed */
	overflow: auto;
	/* Enables scrolling when content overflows */
	background-color: #525659
}

#pdf-canvas {
	border: 1px solid black;
	display: block;
	margin: 0 auto;

}

.btn-container {
	text-align: center;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.hide-on-mobile {
		display: none;
	}

	.download-on-mobile {
		float: none !important;
		margin-top: 10px;
	}
}

.min-width-custom {
	min-width: 500px;
}


.invalid-feedback {
	font-size: 0.93rem;
}

.invalid-feedback-format {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.93rem;
  color: #dc3545;
}


input::placeholder,
textarea::placeholder {
	color: #ccc !important;
	/* Set your desired placeholder color */
	opacity: 1;
	/* Adjust opacity if needed */
}

.div-course-detail div.dropdown-menu.open {
	max-height: 314px !important;
	overflow: hidden;
}

.div-course-detail ul.dropdown-menu.inner {
	max-height: 260px !important;
	overflow-y: auto;
}

#accordion-product-detail .accordion-button {
	font-weight: 600;
}

.bootstrap-select .dropdown-menu {
	max-height: 300px;
	/* Set the max height */
	overflow-y: auto;
	/* Enable vertical scrolling */
}

.dropzone {
	border: 2px dashed var(--bs-primary);
	border-radius: 0.5rem;
	text-align: center;
	background-color: var(--bs-light);
	transition: background-color 0.3s, border-color 0.3s;
	min-height: 100px;
}

.dropzone:hover {
	background-color: var(--bs-primary-light);
}

.dropzone.dragover {
	background-color: var(--bs-primary-opacity);
	border-color: var(--bs-primary);
}

.dropzone-icon {
	font-size: 3rem;
	color: var(--bs-primary);
}

.dropzone-text {
	font-size: 1.25rem;
	color: var(--bs-dark);
}

.dz-message {
	display: none;
}


.dz-preview {
	display: none !important;
}

input:read-only:not([type="checkbox"]):not([type="radio"]) {
    background-color: #f3f3f3; /* Light gray background */
    color: #555; /* Slightly darker text */
    border: 1px solid #ccc; /* Subtle border */
    cursor: not-allowed; /* Indicate the field is not editable */
}

input[type="checkbox"] {
	cursor: pointer;
}
.no-focus:focus {
    outline: none;         /* Remove focus outline */
    box-shadow: none;      /* Remove focus shadow */
    background-color: #f3f3f3;
}

.blockUI.blockOverlay {
	min-height: 100vh !important;
}


.step.completed .bs-stepper-circle {
	background-color: dodgerblue;
	color: white;
}

.step.completed .bs-stepper-label {
  font-weight: bold;
  color: dodgerblue;
 }
 
 
.datepicker.datepicker-dropdown {
	margin-top: 70px;
}

.modal-backdrop {
	z-index: 999;
}

.input-uppercase {
	text-transform: uppercase;
}

.btn-pdf-web {
	display: block;
}

.btn-pdf-mobile {
	display: none;
}

.select-error {
	border-color: red;
}

/* For mobile view */
@media (max-width: 1200px) { /* Adjust breakpoint as needed */
    .bs-stepper-label {
        display: none !important;
    }
    
    .card-body {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.card-title {
		padding-left: 10px;
	}
	
	.mx-3 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	
	.alert {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.dropzone {
		padding: 10px 10px !important;
	}
	
	.att-btn-name {
		display: none;
	}
	
	.accordion-body {
		padding: 10px;
	}
	.accordion-button {
		padding: 10px;
	}
	
	#card-v-appraiser {
		padding-top: 20px;
	}
	
	.btn-pdf-web {
		display: none;
	}
	
	.btn-pdf-mobile {
		display: block;
	}
}