/** title */
.title{
	align-items: center;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 20px;
	font-weight: 600;
	height: 42px;
	display: flex;
}

.title span{
	font-size: 18px;
	color: #009190;
	margin-right: 30px;
	line-height: 42px;
}

.title a{
	width: auto;
	height: 42px;
	border-radius: 8px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	margin-right: auto;
	padding: 12px 24px 12px 24px;
	text-transform: uppercase;
}

.title .case_info {
	color: #585858;
	float: right;
	line-height: 42px;
	margin-right: 14px;
}

.title > div > div > .btn-create{
	background: #81C400;
	color: #fff;
}

.title > div > div > .btn-create:hover, .btn-create:focus, .btn-create:active, .btn-create.active, .open>.dropdown-toggle.btn-create {
    color: #fff;
	background-color: #679d00;
	border-color: #679d00;
}

/** searchbar */
.expandable {
  	position: relative;
 	margin: 0px 0px 24px 0px;
}

form-contain {
  	padding: 50px 50px 26px 50px;
}

.expandable .select2-dropdown {
  	position: relative;
  	margin-bottom: 50px;
}

.search-bar{
	display: flex;
	padding: 30px 20px 30px 20px;
}

.search-bar #search-field + .select2-container .select2-selection--single {
    padding: 0;
}

.search-bar #search-field + .select2-container .select2-selection, .search-bar #search-string{
	height: 48px;
	font-size: 14px;
	padding-left: 24px;
	color: #585858;
	border-radius: 8px 0 0 8px;
	box-shadow: none;
	border: 1px solid #E2E2E2 !important;
}

.search-bar #search-field + .select2-container .select2-selection__rendered {
    line-height: 48px;
    color: #585858;    
}

.search-bar #search-string {
	border-radius: 0 8px 8px 0;
	padding-right: 46px;
	background-position: right 20px center;
	background-image: url("../images/search.svg"); 
	background-repeat: no-repeat; 
	background-size: 20px 20px; 
}

.search-bar .select2-selection__rendered {
    display: flex;
    align-items: center;
    background-image: url("../images/chevron-down2.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
	background-size: 20px 20px; 
}

.select2-results__option--highlighted[aria-selected] {
    color: #585858 !important;
    background-color: white !important;
}

.select2-results__option[aria-selected=true] {
    color: #009190 !important;
    background-color: white !important;
    font-weight: 600;        
}

.select2-results__option {
	padding: 12px 24px 12px 24px;
    font-size: 14px;
    font-weight: 400;
    color: #585858 !important;
}

.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown {
	border: 1px solid #E2E2E2 !important;
    overflow-x: hidden;
    margin-top: -1px;
    box-shadow: none !important;
}

.select2-container--krajee-bs5 #select2-unit_id-results .select2-results__option:empty,
.select2-container--krajee-bs5 #select2-state_id-results .select2-results__option:empty,
.select2-container--krajee-bs5 #select2-design_type_id-results .select2-results__option:empty {
	display: none;
}

/** dashboard page*/
.card-head {
	min-height: 119px;
	height: auto;
	font-weight: 600;
	font-size: 14px;
	color: #585858;
	display: flex;
	justify-content: center;
	padding: 0px 8px;			
	border: 1px solid #E2E2E2;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}

.defect .width {
	min-width: 210px;
}

.defect .card-head {
	min-height: 107px;
	height: auto;
	background-color: #E3E9ED;	
}

.defect span {
	font-weight: 600;
	font-size: 16px;	
}

.card-detail {
	display: flex;
	flex-direction: col;
}

.card img {
	flex: 0 0 auto;
}

.card .detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	gap: 5px;
	flex: 1 0 auto;
}

.card .detail-squeezable {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	gap: 5px;
	flex: 1 auto;
}

.card p {
	line-height: 21px;
	margin: 0;
}

.card h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin: 0;	
}

.card small {
	font-size: 12px;
	font-weight: 400;
	color: #58585899;
}

.card h4 {
	font-size: 14px;
	font-weight: 400;
	color: #585858;
}

.dashboard-project .select2-selection {
	height: 48px;
	width: 400px;
	border-radius: 8px;
	padding: 12px 24px 12px 24px;
	margin: 24px 0 8px 0;
}

.dashboard-project .select2-selection--single .select2-selection__rendered,
.appointment-report .select2-selection--single .select2-selection__rendered {
	color: #585858;
	font-size: 14px;
}

.dashboard-project select.is-valid + .select2-container--krajee-bs5 .select2-selection--single {
	border-color: #E2E2E2;
}

/** table */
.table-header th, .table-header a{
	background: #E3E9ED;
	text-decoration: none; 
	font-size: 14px;
	color: #585858;
	font-weight: 400;	
	height: 61px;
}

.table-content{
	padding: 0 20px 30px 20px;
}

#myTable{
	display: block;
	overflow: auto;
	color: #585858;
	font-size: 14px;
	width: 100%;
	vertical-align: middle;
}

.btn{
	font-size: 12px;
	letter-spacing: 2px;
	color: white;
	padding: 12px 24px;
}

.btn-view{
	font-weight: 600;
	background: #FF9900;
}

.btn-view:hover, .btn-view:focus, .btn-view:active, .btn-view.active, .open>.dropdown-toggle.btn-view {
    color: #fff;
	background-color: #cc7a00;
	border-color: #cc7a00;
}

.btn-edit{
	font-weight: 600;
	background: #514EF3;
}

.btn-edit:hover, .btn-edit:focus, .btn-edit:active, .btn-edit.active, .open>.dropdown-toggle.btn-edit {
    color: #fff;
	background-color: #1612ef;
	border-color: #1612ef;
}

.btn-delete{
	font-weight: 600;
	background: #F02424;
}

.btn-delete:hover, .btn-delete:focus, .btn-delete:active, .btn-delete.active, .open>.dropdown-toggle.btn-delete {
    color: #fff;
	background-color: #cf0e0e;
	border-color: #cf0e0e;
}

.btn-save{
	width: 166px;
	font-weight: 600;
	background: #009190;
}

.btn-save:hover, .btn-save:focus, .btn-save:active, .btn-save.active, .open>.dropdown-toggle.btn-save {
    color: #fff;
	background-color: #007473;
	border-color: #007473;
}

.btn-detail {
	font-weight: 600;
	background: #3DD1DB;
}

.btn-detail:hover, .btn-detail:focus, .btn-detail:active, .btn-detail.active, .open>.dropdown-toggle.btn-detail {
    color: #fff;
	background-color: #007473;
	border-color: #007473;
}

.btn-checklist{
	font-weight: 600;
	background: #3DD1DB;
}

.btn-checklist:hover, .btn-checklist:focus, .btn-checklist:active, .btn-checklist.active, .open>.dropdown-toggle.btn-checklist {
    color: #fff;
	background-color: #007473;
	border-color: #007473;
}

.btn-email{
	font-weight: 600;
	background: #a776b8;
}

.btn-email:hover, .btn-email:focus, .btn-email:active, .btn-email.active, .open>.dropdown-toggle.btn-email {
    color: #fff;
	background-color: #6f0394;
	border-color: #6f0394;
}

.btn-pdf{
	font-weight: 600;
	background: #8c8c8c !important;
}

.btn-pdf:hover, .btn-pdf:focus, .btn-pdf:active, .btn-pdf.active, .open>.dropdown-toggle.btn-pdf {
    color: #fff;
	background-color: #737373 !important;
	border-color: #737373 !important;
}

.table > thead > tr {
    border-bottom-color: transparent;
}

.appointment-report .table > thead > tr,
.unit-report .table > thead > tr,
.contractor-report .table > thead > tr,
.defect-report .table > thead > tr,
.email-log-report .table > thead > tr {
    border-bottom-color: inherit;
}

.label {
	color: rgba(88, 88, 88, 0.6);
}

/* view page*/
#myTable .list-group-item, #myTable .list-group-item a {
	color: #585858;
}

#myTable .list-group-item .row {
	padding-top: 12px;
	padding-bottom: 12px;
}
#myTable .list-group-item .row div {
	min-height: 42px;
}

#myTable .label {
	color: #58585899;
	font-size: 12px;
}

/* form */
.select2-results__group {
	display: none !important;	/* to hide the title of each option */
}

.form-group {
  	position: relative;
}

.form-label,
.form-floating .control-label {
    color: #58585899 !important;
    font-size: 12px;
    font-weight: 400;
    padding-left: 24px !important;
    display: flex;
    align-items: center;
    z-index: 5;    
}

.form-floating .control-label {
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;   
}

.form-floating > .form-control{
    height: 79px;
    opacity: 1;
}

.form-floating > textarea.form-control {
    height: auto;
    opacity: 1;
}

.form-floating > .select2-container--krajee-bs5 .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	min-height: 79px;
    opacity: 1;
    display: flex;
    align-items: center;
   	padding: 26px 0 10px 0;   	
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #86b7fe 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	margin-top: 5px;
}

.select2-container--default ~ label {
	transition: 0.1s;
	transform: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #009190;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent;
	border: 1px solid #E2E2E2;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin-right: 15px;
	margin-bottom: 8px;
}

.form .input-group {
	height: 79px;
    opacity: 1;
}

#dynamic-form .form-check {
	font-size: 14px;
	margin-right: 15px;
}

#dynamic-form table .input-group,
#dynamic-form .dynamic-staff {
	height: 48.6px !important;	
}

#dynamic-form .dynamic-staff input {
	height: 48.6px !important;	
}

.s2-togall-button,
.s2-togall-unselect {
	padding-left: 24px;
}

.s2-togall-button .s2-select-label i, 
.s2-togall-button .s2-unselect-label i {
	margin: 0;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(1) translateY(-0.6rem);
}

.form-floating .form-control:not(:empty):not(:focus) ~ .state,
.form-floating .form-control:focus ~ .state {
	opacity: 1;
	transform: scale(1) translateY(-0.6rem) !important;
}

.form-floating .form-control:empty:not(:focus) ~ .state {
	opacity: 1;
	transform: none !important;
}

.form input:not([type="checkbox"]):not([type="radio"]),
.form textarea,
.form .select2-selection__rendered {
    color: #585858 !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    padding-left: 24px !important;
}

.select2-selection--multiple .select2-search__field {
	padding-left: 0 !important;
	width: 100% !important;
    min-width: 200px !important;
}

span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.form-floating > textarea.form-control,
.form-floating > textarea.form-control-plaintext {
    padding: 40px 24px 20px 24px !important;
}

.form-floating textarea ~ label {
    transform: translate3d(0, 0, 0);
}

.form-floating textarea:focus + label,
.form-floating textarea:not(:placeholder-shown) + label,
.form-floating textarea:not(:focus):not(:placeholder-shown) + label {
	align-items: start;
	top: 15px;
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after, 
.form-floating > .form-control-plaintext ~ label::after, 
.form-floating > .form-select ~ label::after {
	background-color: transparent !important;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    background-position: right calc(0.375em + 0.1875rem) center;
}

.form input.form-control {
    padding-top: 20px;
    margin: 0;
}

#dynamic-form table input.form-control {
    padding-top: 6px;
    text-align: center !important;
}

.bootstrap-timepicker-widget table td input.form-control {
	padding: 6px 12px 6px 12px !important;
}

.invalid-feedback {
    position: absolute;
    margin-top: 0.05rem;
    font-size: 12px;
}

.help-block {
    position: absolute;
    margin-top: 0.05rem;
    font-size: 12px;
	color: #F02424;
}

.form-save-btn {
 	margin: 26px 26px 50px 38px;
  	padding: 12px 24px;
  	font-weight: 600;
  	letter-spacing: 2px;
  	color: #FFFFFF;
  	background: #009190;
  	border-radius: 8px;
  	text-transform: uppercase;
}

.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection, .select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
	box-shadow: none;
	border-color: #E2E2E2 !important;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #ced4da;
}

.form-save-btn:hover, .form-save-btn:focus, .form-save-btn:active, .form-save-btn.active, .open>.dropdown-toggle.form-save-btn {
  	color: #fff !important;
  	background-color: #007473 !important;
  	border-color: #007473 !important;
}

.dial-code-name {
	float: right;
}

.form .status .form-label {
    padding-left: 0 !important;
    width:200px;
}

.file-input:has([readonly]) .file-preview {
  	background-color: #e9ecef !important;
}

.file-thumb-loading {
    background: none !important;
}

.file-no-browse {
	display: none;
}

.canvasDiv {
	border: 1px solid #E2E2E2;
	border-radius: 8px;
	padding: 24px;
}

.contractor-defect {
	display: none;
}

.contractor-defect-header {
	background: #E3E9ED;
	height: 61px;
	border-radius: 8px;
    padding: 20px 32px 20px 24px;
    font-size: 14px;
	font-weight: 400;	
}

.contractor-defect tbody td {
	padding: 20px 24px !important;
}

.contractor-defect input {
	height: 61px;
	border-radius: 8px;
	border: 1px solid #E2E2E2;
	background: #E2E2E2;
	min-width: 247px;
}
.contractor-defect img {
	cursor: pointer;
}

/* modal */
.modal {
  	z-index: 1050;
}

.modal-backdrop.show {
  	z-index: 1049;
}

#ajaxCrudModal .modal-dialog,
#delete-modal .modal-dialog,
#email-modal .modal-dialog,
#setting-modal .modal-dialog {
	max-width: 694px !important;
}

#compare-modal .modal-dialog {
	max-width: 1312px !important;
}

/* #ajaxCrudModal .modal-content, */
#delete-modal .modal-content,
#email-modal .modal-content {
	height: 250px;
	width: 694px;
}

#setting-modal .modal-content {
	height: 730px;
	width: 694px;
}

#ajaxCrudModal .modal-header,
#delete-modal .modal-header,
#purchaser-modal .modal-header,
#compare-modal .modal-header,
#email-modal .modal-header,
#setting-modal .modal-header {
	color: #009190;
	font-weight: 600;
	font-size: 18px;
	padding: 0; 
}

#ajaxCrudModal .modal-body,
#delete-modal .modal-body,
#purchaser-modal .modal-body,
#compare-modal .modal-body,
#email-modal .modal-body,
#setting-modal .modal-body {
	padding: 0;
}

#ajaxCrudModal .modal-title,
#delete-modal .modal-title,
#purchaser-modal .modal-body,
#compare-modal .modal-title,
#email-modal .modal-title,
#setting-modal .modal-title {
	font-weight: 600;
}

#ajaxCrudModal .modal-header .btn-close,
#delete-modal .modal-header .btn-close,
#purchaser-modal .modal-header .btn-close,
#compare-modal .modal-header .btn-close,
#email-modal .modal-header .btn-close,
#setting-modal .modal-header .btn-close {	
    width: 12px;
    height: 12px;
    background: url(../images/x.svg) center no-repeat !important;
}

#ajaxCrudModal .modal-content,
#delete-modal .modal-content,
#purchaser-modal .modal-content,
#compare-modal .modal-content,
#email-modal .modal-content,
#setting-modal .modal-content {
	font-size: 14px;
	font-weight: 400;
	color: #585858;
	padding: 60px 60px 60px 60px;
}

#ajaxCrudModal .modal-content p,
#delete-modal .modal-content p, 
#purchaser-modal .modal-content p, 
#compare-modal .modal-content p,
#email-modal .modal-content p,
#setting-modal .modal-content p {
	padding-top: 16px;
	margin-bottom: 24px;
}

#compare-modal.modal .row p {
	padding-top: 0;
	text-align: center;	
	line-height: 42px;
	width: 101px;
	border-radius: 8px;
	background-color: #009190;
	color: white;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
}

#ajaxCrudModal .modal-body,
#delete-modal .modal-body,
#purchaser-modal .modal-body,
#email-modal .modal-body,
#setting-modal .modal-body {	
	padding: 0;
}

#ajaxCrudModal .modal-body .btn-save,
#delete-modal .modal-body .btn-save,
#purchaser-modal .modal-body .btn-save,
#email-modal .modal-body .btn-save,
#setting-modal .modal-body .btn-save {
	width: 99px;
}

#ajaxCrudModal .btn-cancel,
#delete-modal .btn-cancel,
#purchaser-modal .btn-cancel,
#email-modal .btn-cancel,
#setting-modal .btn-cancel {
	color: #009190;
	font-weight: 600;
	background-color: transparent;
	border: 1px solid #009190;
}

#ajaxCrudModal .btn-cancel:hover, #ajaxCrudModal .btn-cancel:focus, #ajaxCrudModal #btn-cancel:active, #ajaxCrudModal .btn-cancel.active, #ajaxCrudModal .open>.dropdown-toggle.btn-cancel,
#delete-modal .btn-cancel:hover, #delete-modal .btn-cancel:focus, #delete-modal #btn-cancel:active, #delete-modal .btn-cancel.active, #delete-modal .open>.dropdown-toggle.btn-cancel,
#purchaser-modal .btn-cancel:hover, #purchaser-modal .btn-cancel:focus, #purchaser-modal #btn-cancel:active, #purchaser-modal .btn-cancel.active, #purchaser-modal .open>.dropdown-toggle.btn-cancel,
#email-modal .btn-cancel:hover, #email-modal .btn-cancel:focus, #email-modal #btn-cancel:active, #email-modal .btn-cancel.active, #email-modal .open>.dropdown-toggle.btn-cancel,
#setting-modal .btn-cancel:hover, #setting-modal .btn-cancel:focus, #setting-modal #btn-cancel:active, #setting-modal .btn-cancel.active, #setting-modal .open>.dropdown-toggle.btn-cancel {	
	color: #009190;
	background-color: #E7E6DD;
	border: 1px solid #009190;
}

/* modal for file input */
.file-input button,
.file-zoom-dialog button {
	color: inherit;
	font-size: inherit;
    letter-spacing: inherit;
    padding: 0.25rem 0.5rem;
}

.fileinput-remove {
	border: none;
	background: transparent;
	padding: 5px 1.5px !important; 
}

.fileinput-remove span {
	font-size: 35px;
}

.has-error .invalid-feedback {
  	display: block;
}

.signature-pad {
    border: 1px solid gray;
    border-radius: 8px;
}

/* report */
.appointment-report,
.unit-report,
.contractor-report,
.defect-report {
	font-size: 14px;
}
.report-title {
	font-size: 16px;
	font-weight: 600;
}

/* chart */
.chart-wrapper {
    width: 100%;
    padding: 30px;
	border-radius: 8px;
	border: 1px solid #E2E2E2;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.chart-container {
    position: relative;
    padding-bottom: 50%; /* 4:3 aspect ratio, adjust as needed */
    width: 100%; /* Make the container fill the available width */
}

.chart-container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Canvas width matches the container width */
    height: 100%; /* Canvas height matches the container height */
}

.error-Msg {
	color: #dc3545;
	font-size: 13px;
}

.dynamic-time .input-group {
	height: 29px !important;
}

.btn-confirm{
	width: 115px !important;
}

/* view page */
[class$="-view"] .table-responsive {
	padding-top: 42px;
	padding-bottom: 42px;
}

[class$="-view"] .sign {
	width: 300px;
	height: 200px;
	object-fit: fill;
}

/*@import url(https://fonts.googleapis.com/css?family=Lato:700);
body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #f0f0f0;
}*/
.box {
	position: relative;
}

/* common */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	background-color: #3498db;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}

.ribbon-top-left::before, .ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}

.ribbon-top-right::before, .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}

.ribbon-top-right::before {
	top: 0;
	left: 0;
}

.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}

.ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}

.ribbon-bottom-left::before, .ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}

.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}

.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}

.ribbon-bottom-right::before, .ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}

.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}

.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}

.select2-container .select2-search--inline {
    float: none !important;
	left: 10px !important;
	position: absolute !important;
}

.font-green {
	color: #009190 !important;
}

.font-red {
	color: #F02424 !important;
}

.bottom-underline, .bottom-underline:hover, .bottom-underline:focus, .bottom-underline:active {
	border: none;
	border-bottom: 1px solid black;
	outline: none;
}

.email-log-report .table > tbody > tr > td {
	max-height: 10px;
	max-width: 1000px;
	white-space: nowrap;
	overflow: hidden;
}

#purchaser-modal .modal-content {
	font-weight: 600 !important;
	width: 850px !important;
	margin-left: -100px;
}

#purchaser-modal .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown),
#purchaser-modal .select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
	padding-left: 23px !important;
}

#form-purchaser .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 23px;
}

#crud-datatable .summary {
	position: relative !important;
}

#crud-datatable .bg-primary {
	background-color: #E3E9ED !important;
}

#crud-datatable .border-primary {
	border-color: #E3E9ED !important;
}

#crud-datatable h5 {
	font-size: 16px;
	color: #009190;
	font-weight: 600;
}

#crud-datatable a {
	color: #585858;
	text-align: center;
	text-decoration: none;
}

#crud-datatable thead > tr > th {
	color: #585858;
	text-align: center;
}

#crud-datatable .card-footer {
	padding: 0;
}

