:root {
	--primary-color: #F0CF65;
	--kulay-teagreen: #DDEDAA;
	--kulay-gunmetal: #1F363D;
	--kulay-chamoisee: #A47864;
}

body {}

.kulay-login {
	height: 100vh;
	width: 100%;
}

.font-14 {
	font-size: 14px !important;
}

.kulay-btn {
	background-color: var(--kulay-gunmetal);
	color: #FFF;
	border: none;
	border: 1px solid transparent;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 24px;
}

.kulay-btn:hover {
	color: var(--kulay-gunmetal) !important;
	background-color: var(--kulay-teagreen);
	border-color: var(--kulay-gunmetal);
}

.videobg-content-area img.logo {
	max-width: 180px !important;
}

#myVideo {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

.login-block {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 20px;
	border-radius: 16px;
	z-index: 10;
}

.videobg-content-area img {
	margin: auto;
}

.guest-content-wrap {
	justify-content: center;
}

.remember-checkbox {
	flex-flow: row-reverse;
	justify-content: flex-end;
}

.remember-checkbox input {
	margin-right: 5px;
}

.kulay-login .container>.row {
	height: 100vh;
	align-items: center;
	justify-content: center;
}

h1 {
	font-size: 1.5rem;
}

.card-header {
	display: flex;
	justify-content: space-between;
}

.card-header .header-title {
	font-weight: 600;
}

.header-icon-group {
	text-align: right;
	display: flex;
}

.header-icon-group button {
	color: var(--kulay-gunmetal);
	font-size: 14px;
	border: none;
	background-color: transparent;
}

.header-icon-group button:hover {
	color: var(--kulay-chamoisee);
}

.offcanvass-title {
	font-size: 1.2rem;
	font-family: var(--header-font);
}

.invalid-feedback {
	display: block;
}


.kulay-table {
	width: 100%;
}

.kulay-table thead tr th,
.kulay-table tbody tr td {
	padding: 8px 0;
}

.kulay-table thead tr th {
	border-bottom: 1px solid #dedede;
}

.kulay-table tbody tr:not(:last-child) td {
	border-bottom: 1px solid #dedede;
}

.kulay-table .col-acctno {
	width: 110px;
}

.kulay-table .col-location {
	width: 200px;
}

.kulay-table tbody a {
	text-decoration: none;
}

.customer-info .accountno {
	font-size: 20px;
	font-weight: 700;
}

.customer-info .accountstatus {
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.customer-info .accountstatus.active {
	color: #097969;
}

.customer-info .customer-basic {
	line-height: 1.5;
}

.customer-info .accountstatus.on-hold {
	color: #C70039;
}

.customer-info .account-header {
	margin-bottom: 10px;
}

.row-info {
	display: flex;
	border-bottom: 1px solid #dedede;
	padding: 8px 0;
}

.row-info .info-label {
	width: 130px;
}

.row-info .info-separator {
	padding: 0 8px;
}

.customer-info .customer-address span {
	display: block;
}


.customer-info .row.jo-info>div {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dedede;
}

.customer-info .row.labels {
	font-weight: 600;
}

.customer-info .row.labels>div {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #dedede;
}

.card a {
	text-decoration: none !important;
}


.artist-dropdown select option:first-child {
	display: none;
}

form select {
	margin-top: .25rem !important;
}

.joborder-info .jobstatus span {
	border-radius: 10px;
	background-color: #DDEDAA;
	padding: 8px 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
}

.joborder-info .jobstatus {
	text-align: right;
}

.joborder-info .row-info {
	display: flex;
	border-bottom: 1px solid #dedede;
	padding: 8px 0;
}

.footer-info {
	margin-top: 16px;
}

.footer-info .row-info {
	border-top: 1px solid #dedede;
	border-bottom: none;
}

.footer-info .row-info .info-label {
	width: 90px !important;
}

.info-remarks {
	padding-top: 8px;
	padding-bottom: 8px;
}

.joborder-info .accountno {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.joborder-info .jo-due-date .info-value {
	color: #C70039;
}

.joborder-info .row-info .info-label {
	width: 120px;
}

.card .dropdown-toggle::after {
	display: none;
}

.row.small-info {
	font-size: 14px;
}

.orders-table .col-product-code {
	width: 150px;
}

.orders-table .col-size {
	width: 80px;
}

.orders-table .col-qty,
.orders-table th.col-total,
.orders-table th.col-uprice {
	text-align: center;
}

.orders-table thead tr th,
.orders-table tbody tr td {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.orders-table td.col-uprice,
.orders-table td.col-total {
	text-align: right;
	width: 115px;
}

.orders-table .item-finishing {
	font-size: 14px;
}

.orders-table .label {
	font-weight: 700;
}

.txt-red {
	color: #C70039 !important;
}

.orders-table tbody tr td {
	vertical-align: top;
}

.kulay-action-btn {
	font-size: 14px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.update-btn {
	padding: 0 !important;
	margin: 0 5px;
}


.kulay-action-btn:hover {
	color: var(--kulay-chamoisee);
}

td.col-actions {
	text-align: right;
	width: 80px;
}

.joborder-info select option:first-child {
	display: none;
}

td.total-amount-value {
	text-align: right;
	font-weight: 700;
	border-bottom: 2px solid var(--kulay-gunmetal);
}

td.amount-value {
	text-align: right;
}

td.total-amount-label {
	font-weight: 700;
	border-bottom: 2px solid var(--kulay-gunmetal);
}

.jo-production {
	display: none;
}

.job-header {
	margin-bottom: 16px;
}


.list-corporate .card-header {
	background-color: #E4EFE7;
}

.price-list-table .col-description {
	width: 30%;
}

.price-list-table .col-unit {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.price-list-table .prod-desc {
	font-size: 14px;
}

.price-list-table .prod-desc span {
	font-weight: 600;
}

.offcanvas {
	--bs-offcanvas-width: 500px;
}

.specialprice-table .col-prodcode {
	width: 150px;
}

.specialprice-table .col-action {
	width: 50px;
}

.customer-info.cat-corporate .card-header {
	background-color: #E4EFE7;
}

.orders-table .col-actions {
	width: 100px;
}


.form-helper-label {
	font-size: 12px;
	color: var(--kulay-gunmetal);
}

.kulay-file-icon {
	font-size: 18px;
	color: var(--kulay-gunmetal);
}

.kulay-file-icon:hover {
	color: var(--kulay-chamoisee);
}

.attachments-table .col-file {
	text-align: center;
	width: 120px;
}

.attachments-table .col-description {
	width: 40%;
}

.paymentinfo {
	margin-bottom: 30px;
}

.card-header {
	min-height: 40px;
}

.collection-summary {
	margin-top: 20px;
	margin-bottom: 20px;
}

.collection-summary .summary-item {
	display: flex;
}

.collection-summary .summary-item>div {
	padding: 10px 10px;
	border-bottom: 1px solid #dedede;
}