.k-review-pagination .k-review-nav-btn {
    border: 1px solid #2a8a85;
    background: #3AAFA9;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.k-review-pagination .k-review-nav-btn:hover {
    background: #2a8a85;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

.k-review-pagination {
    margin-top: 24px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.k-review-pagination .k-review-page-indicator {
    color: #374151;
    font-weight: 500;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.k-review-pagination .k-review-page-input {
    width: 50px;
    padding: 4px 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    -moz-appearance: textfield;
}

.k-review-pagination .k-review-page-input::-webkit-outer-spin-button,
.k-review-pagination .k-review-page-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme customized by Kan Nguyễn
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.k-hdb-mc-category-list table {
    table-layout: fixed;
    width: 100%;
}
.k-hdb-mc-category-list table th:nth-child(1),
.k-hdb-mc-category-list table td:nth-child(1) {
    width: 80%;
}
.k-hdb-mc-category-list table th:nth-child(2),
.k-hdb-mc-category-list table td:nth-child(2) {
    width: 10%;
}
.k-hdb-mc-category-list table th:nth-child(3),
.k-hdb-mc-category-list table td:nth-child(3) {
    width: 10%;
}
.k-hdb-sb-item-icon-wrapper svg {
    width: 22px;
    height: 22px;
}
.k-hdb-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.k-hdb-side-bar {
    flex: 0 0 300px;
    max-width: 300px;
    border-right: 1px solid #dbdbdbaf;
    background: linear-gradient(135deg, #9e3048 0%, #bd445e 60%, #CE7A58 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.k-hdb-main-content {
    flex: 1;
    padding: 24px
}
.k-hdb-sb-item-icon-wrapper {
    width: 32px;
    height: 32px;
    background: #e8e6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.k-hdb-sb-item-wrapper {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    margin: 8px 0;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.k-hdb-sb-item-wrapper.active {
    background: #3AAFA9;
    color: white;
    box-shadow: 0 3px 10px rgba(88, 86, 214, 0.3);
}
.k-hdb-sb-item-title-wrapper {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    user-select: none;
}
.k-hdb-sb-item-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#kanos-add-new-document, #kanos-update-document, #kanos-export-excel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.k-hdb-mc-cd-add-column-wrapper {
    flex: 0 0 49%;
    max-width: 49%;
}
.k-hdb-mc-content-display-wrapper {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e9ff;
    margin-bottom: 24px;
}
.k-hdb-mc-cd-field-wrapper {
    margin-bottom: 12px;
}
.tax_document_department {
    cursor: not-allowed;
    pointer-events: none;
}
.k-hdb-mc-cd-submit-wrapper {
    text-align: center;
    margin-top: 36px;
    position: relative;
}
.k-hdb-mc-content-heading-wrapper {
    position: relative;
}
.k-hdb-mc-content-heading-wrapper h2 {
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
}
.k-hdb-mc-adcd-oi-icon-wrapper svg {
    height: 48px;
    width: 48px;
}
.k-hdb-mc-adcd-overview-wrapper {
    overflow: hidden;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e9ff;
    margin-bottom: 24px;
    background-image: url('/wp-content/uploads/2025/10/trong-dong-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}
.k-hdb-mc-adcd-overview-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(2px);
}
.k-hdb-mc-adcd-overview-heading-wrapper {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #2f3640;
    /* margin-bottom: 20px; */
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.k-hdb-mc-adcd-overview-heading-wrapper h4 {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.k-hdb-mc-adcd-overview-heading-wrapper:before {
    content: '';
    width: 4px;
    height: 30px;
    background: #3AAFA9;
    border-radius: 2px;
    z-index: 2;
}
.k-hdb-mc-adcd-overview-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 2;
    margin-top: 24px;
}

/* Force attention grid align left and use same card widths as stats */
.k-hdb-attention-grid {
    /* dùng flex để ép các ô nằm sát nhau bên trái */
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-top: 24px;
}
.k-hdb-attention-grid .k-hdb-mc-adcd-overview-item-wrapper {
    flex: 0 0 calc((100% - 4 * 20px) / 5); /* 5 cột giống thống kê */
}

@media (max-width: 1200px) {
    .k-hdb-attention-grid .k-hdb-mc-adcd-overview-item-wrapper { flex-basis: calc((100% - 3 * 20px) / 4); }
}
@media (max-width: 992px) {
    .k-hdb-attention-grid .k-hdb-mc-adcd-overview-item-wrapper { flex-basis: calc((100% - 2 * 20px) / 3); }
}
@media (max-width: 768px) {
    .k-hdb-attention-grid .k-hdb-mc-adcd-overview-item-wrapper { flex-basis: calc((100% - 1 * 20px) / 2); }
}
@media (max-width: 480px) {
    .k-hdb-attention-grid .k-hdb-mc-adcd-overview-item-wrapper { flex-basis: 100%; }
}

/* Ensure card anchors fill wrapper for consistent clickable area */
.k-hdb-mc-adcd-overview-item-wrapper > a { display: block; }
.k-hdb-mc-adcd-overview-item-wrapper {
    background: #f8f9ff;
    border: 1px solid #e8e9ff;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.k-hdb-mc-adcd-oi-number-wrapper {
    font-size: 32px;
    font-weight: 700;
    color: #2f3640;
    margin-bottom: 5px;
}
.k-hdb-mc-adcd-oi-text-wrapper {
    font-size: 18px;
    color: #8893a7;
    font-weight: 500;
    text-transform: capitalize;
}
.k-hdb-mc-adcd-oi-icon-wrapper {
    height: 60px;
}

/* Attention section colors */
.k-hdb-attention-grid .k-hdb-mc-adcd-oi-icon-wrapper svg path {
    fill: #e11d48;
}
.k-hdb-attention-grid .k-hdb-mc-adcd-oi-text-wrapper {
    color: #e11d48;
}
.k-hdb-mc-adcd-overview-document-menu-inner {
    display: flex;
    gap: 3px;
    background: #f0f0ff;
    padding: 3px;
    border-radius: 8px;
    border: 1px solid #e8e9ff;
}
.k-hdb-mc-adcd-overview-document-menu-item-wrapper {
    background: transparent;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    text-transform: capitalize;
    user-select: none;
}
.k-hdb-mc-adcd-overview-heading-menu-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}
.k-hdb-mc-adcd-overview-actions-wrapper .k-btn-delete-post {
    background-color: #e53935;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.k-hdb-mc-adcd-overview-actions-wrapper .k-btn-delete-post:hover {
    background-color: #c62828;
    color: #ffffff;
}
.k-hdb-mc-adcd-overview-document-menu-item-wrapper.active {
    background: #3AAFA9;
    color: white;
    box-shadow: 0 2px 4px rgba(91, 95, 207, 0.3);
}
.k-hdb-mc-adcd-overview-heading-menu-wrapper .k-hdb-mc-adcd-overview-heading-wrapper {
    margin-bottom: 0;
}
.k-hdb-mc-adcd-odl-heading-inner, .k-dmp-mc-adcd-odl-heading-inner {
    text-align: left;
    padding: 12px 15px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-bottom: 2px solid #e8e9ff;
    background: #f8f9ff;
    display: flex;
    justify-content: space-between;
}
.k-hdb-mc-adcd-odl-content-list-item-wrapper, .k-dmp-mc-adcd-odl-content-list-item-wrapper {
    color: #2f3640;
    border-bottom: 1px solid #f0f0ff;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 17px;
    padding: 12px 0;
}
.k-hdb-mc-adcd-odl-heading-item-wrapper:nth-child(1), .k-hdb-mc-adcd-odl-cli-item-wrapper:nth-child(1) {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.k-hdb-mc-adcd-odl-heading-item-wrapper:nth-child(2), .k-hdb-mc-adcd-odl-cli-item-wrapper:nth-child(2),
.k-hdb-mc-adcd-odl-heading-item-wrapper:nth-child(3), .k-hdb-mc-adcd-odl-cli-item-wrapper:nth-child(3) {
    flex: 0 0 12%;
    max-width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-hdb-mc-adcd-odl-heading-item-wrapper:nth-child(4), .k-hdb-mc-adcd-odl-cli-item-wrapper:nth-child(4) {
    flex: 0 0 28%;
    max-width: 28%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.k-hdb-mc-adcd-odl-heading-item-wrapper:nth-child(5), .k-hdb-mc-adcd-odl-cli-item-wrapper:nth-child(5) {
    flex: 0 0 10%;
    max-width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-hdb-mc-adcd-odl-heading-item-wrapper:nth-child(4), .k-hdb-mc-adcd-odl-heading-item-wrapper:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-hdb-mc-adcd-overview-document-list-all {
    display: unset !important;
}
.k-hdb-mc-adcd-overview-document-list-wrapper {
    display: none;
}
.k-hdb-mc-adcd-overview-document-list-wrapper.active {
    display: block;
}
.k-hdb-mc-content-wrapper {
    display: none;

}
.k-hdb-mc-content-wrapper.active {
    display: block;
}
.k-hdb-mc-adcd-odl-cli-item-control-wrapper, .k-dmp-mc-adcd-odl-cli-item-control-wrapper {
    font-weight: 700;
    text-transform: uppercase;
}
.k-hdb-mc-adcd-odl-cli-item-control-wrapper a, .k-dmp-mc-adcd-odl-cli-item-control-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    height: 24px;
    width: 24px;
    background: #3AAFA9;
    border-radius: 4px;
}
.k-hdb-mc-adcd-odl-cli-item-control-wrapper svg, .k-dmp-mc-adcd-odl-cli-item-control-wrapper svg {
    height: 20px;
    width: 20px;
}
.k-hls-wrapper {
	height: 80vh;
    background-image: url('/wp-content/uploads/2025/07/Nha-Trang.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; 
}
.k-hls-wrapper::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 1;
}
.k-hls-left-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
}
.k-hls-right-wrapper {
	flex: 0 0 0;
	max-width: 0;
}
.k-hls-left-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.kanos-idrac-login-form {
	width: 40%;
    padding: 36px 36px 48px;
    background: #45454594;
    border: 1px solid #2B7A78;
    border-radius: 4px;
	backdrop-filter: blur(8px);
}
.k-hls-heading-wrapper {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}
#kanos-idrac-loginform label,
#kanos-idrac-loginform input,
#kanos-idrac-loginform input[type="text"],
#kanos-idrac-loginform input[type="password"] {
    color: #fff !important;
}

#kanos-idrac-loginform input,
#kanos-idrac-loginform input[type="text"],
#kanos-idrac-loginform input[type="password"] {
    background: rgba(0,0,0,0.5);
    border: 1px solid #2B7A78;
	backdrop-filter: blur(10px);
}

#kanos-idrac-loginform input::placeholder {
    color: #fff !important;
    opacity: 0.8;
}
#kanos-idrac-loginform input[type="submit"] {
    width: 100%;
}
#kanos-idrac-loginform p.login-submit {
	margin-bottom: 0 !important;
	position: relative;
	margin-top: 24px;
}
#kanos-idrac-loginform p.login-submit:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(calc(-50% - 40px), -50%);
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/uploads/2025/11/lock-open-3.svg');
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
.k-hls-inner {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1200px;
    margin: auto;
    height: 100%;
}
#kanos-idrac-loginform p {
    margin-bottom: 12px !important;
}
.kanos-login-error {
	text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin-top: 24px;
	color: #fff;
}
@media ( max-width: 1025px ) {
	.kanos-idrac-login-form {
		width: 50%;
	}
}
@media ( max-width: 767px ) {
	.kanos-idrac-login-form {
		width: 90%;
	}
}
.kanos-2fa-check {
	min-height: 70vh;
}
.k-2fac-wrapper {
	height: 70vh;
	background-image: url('/wp-content/uploads/2025/07/Nha-Trang.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.k-2fac-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	z-index: 1;
}
.k-2fac-inner {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: auto;
	height: 100%;
}
#kanos-2fa-form {
	width: 40%;
	padding: 36px 36px 48px;
	background: #45454594;
	border: 1px solid #2B7A78;
	border-radius: 4px;
	backdrop-filter: blur(8px);
}
#kanos-2fa-form label {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 12px;
}
#kanos-2fa-form input[type="text"] {
	width: 100%;
	padding: 12px 16px;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #2B7A78;
	border-radius: 4px;
	backdrop-filter: blur(10px);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	box-sizing: border-box;
}
#kanos-2fa-form input[type="text"]::placeholder {
	color: #fff !important;
	opacity: 0.8;
}
#kanos-2fa-form input[type="text"]:focus {
	outline: none;
	border-color: #3AAFA9;
}
#kanos-2fa-form button[type="submit"] {
	width: 100%;
	padding: 12px 24px;
	background: #2B7A78;
	color: #fff;
	border: 1px solid #2B7A78;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
#kanos-2fa-form button[type="submit"]:hover {
	background: #3AAFA9;
	border-color: #3AAFA9;
}
#kanos-2fa-form button[type="submit"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
@media (max-width: 1025px) {
	#kanos-2fa-form {
		width: 50%;
	}
}
@media (max-width: 767px) {
	#kanos-2fa-form {
		width: 90%;
	}
}
.k-hdb-mc-adcd-odl-content-list-control-inner svg, .k-dmp-mc-adcd-odl-content-list-control-inner svg {
    height: 36px;
    width: 36px;
}
.k-hdb-mc-adcd-odl-content-list-control-inner, .k-dmp-mc-adcd-odl-content-list-control-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.k-hdb-mc-adcd-odl-content-list-control-inner div, .k-dmp-mc-adcd-odl-content-list-control-inner div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-hdb-mc-adcd-odl-content-list-control-inner span, .k-dmp-mc-adcd-odl-content-list-control-inner span {
    font-size: 24px;
    line-height: 24px;
    user-select: none;
}
.k-hdb-mc-adcd-odl-clc-prev-wrapper, .k-hdb-mc-adcd-odl-clc-next-wrapper, .k-dmp-mc-adcd-odl-clc-prev-wrapper, .k-dmp-mc-adcd-odl-clc-next-wrapper {
    cursor: pointer;
}
.k-hdb-mc-adcd-odl-content-list-control-wrapper, .k-dmp-mc-adcd-odl-content-list-control-wrapper {
    margin-top: 24px;
}
.k-hdb-mc-adcd-odl-clc-number-wrapper, .k-dmp-mc-adcd-odl-clc-number-wrapper {
    width: 30px;
}
.k-hdb-mc-adcd-odl-content-list-inner, .k-dmp-mc-adcd-odl-content-list-inner {
    min-height: 355px;
    position: relative;
}
.k-hdb-mc-adcd-odl-category-button-inner svg, .k-dmp-mc-adcd-odl-category-button-inner svg {
    height: 36px;
    width: 36px;
}
.k-hdb-mc-adcd-odl-category-button-inner, .k-dmp-mc-adcd-odl-category-button-inner {
    background: #3AAFA9;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-hdb-mc-adcd-odl-category-button-wrapper, .k-dmp-mc-adcd-odl-category-button-wrapper {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}
.k-dmp-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
}
.k-dmp-search-field , .k-general-search-field, .k-dmp-search-page-field {
    height: 40px;
    width: 280px;
    padding: 8px 46px 8px 8px;
    border-radius: 4px;
    border: 2px solid #3AAFA9;
}
.page-template-custom-search .k-dmp-search-page-field {
    padding: 8px;
}
.k-dmp-search-field:focus, .k-general-search-field:focus {
    border-color: #3AAFA9;
    outline: none;
}

.k-dmp-mc-adcd-odl-cli-item-wrapper {
    font-size: 11px;
    line-height: 15px;
}
.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(1),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(1) {
    flex: 0 0 15%;
    max-width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(2),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(2),
.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(3),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(3) {
    flex: 0 0 7%;
    max-width: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(4),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(4),
.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(5),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(5) {
    flex: 0 0 7%;
    max-width: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(6),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(6) {
    flex: 0 0 14%;
    max-width: 14%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(7),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(7) {
    flex: 0 0 11%;
    max-width: 11%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(9),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(9) {
    flex: 0 0 11%;
    max-width: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(8),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(8) {
    flex: 0 0 8%;
    max-width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(10),
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(10) {
    flex: 0 0 6%;
    max-width: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(6), .k-dmp-mc-adcd-odl-heading-item-wrapper:nth-child(7) {
    justify-content: center;
}
.k-dmp-mc-adcd-odl-content-list-item-wrapper {
    padding: 12px 15px;
}
.k-hdb-mc-adcd-overview-document-menu-wrapper {
    position: relative;
}
.k-hdb-mc-adcd-overview-document-menu-wrapper svg {
    position: absolute;
    top: 50%;
    right: 0;
    height: 40px;
    width: 40px;
    transform: translate(0, -50%);
    cursor: pointer;
}
.k-hdb-mc-adcd-odl-content-list-wrapper {
    position: relative;
}
.k-spp-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
}
#kanos-edit-document-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.k-hdb-mc-cd-field-display-file {
    margin-top: 12px;
}
.k-hdb-mc-adcd-overview-report-inner {
    margin-top: 24px;
}
.k-hdb-report-section-heading-wrapper {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.k-hdb-report-section-heading-wrapper h2 {
    font-size: 28px;
    line-height: 28px;
    text-transform: capitalize;
}
.k-hdb-mc-report-expand-wrapper {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 3;
}
.k-hdb-mc-report-expand-wrapper svg {
    height: 60px;
    width: 60px;
    transition: all 0.25s;
}
.k-hdb-mc-report-expand-wrapper svg path {
    transition: all 0.25s;
}
.k-hdb-mc-adcd-overview-report-wrapper {
    display: none;
}
.k-hdb-mc-adcd-overview-wrapper.active .k-hdb-mc-report-expand-wrapper svg path {
    fill: #D86E1F;
}
.k-hdb-mc-adcd-overview-wrapper.active .k-hdb-mc-report-expand-wrapper svg {
    transform: rotate(180deg);
}
.k-udp-wrapper {
    max-width: 1200px;
    margin: 40px auto;
}

#kanos-update-document .select2-container--default .select2-selection--single {
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #d1d5db; 
    border-radius: 4px; 
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
  
#kanos-update-document  .select2-container--default .select2-selection--single:focus,
#kanos-update-document  .select2-container--default .select2-selection--single:hover {
    border-color: #2563eb;
    outline: none;
}
  
#kanos-update-document .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827;
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
}
  
#kanos-update-document .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}
.kanos-update-document-page .k-hdb-mc-cd-add-column-wrapper {
    flex: 0 0 32%;
    max-width: 32%;
}
.k-hdp-mc-cd-add-columg-heading-wrapper {
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 24px;
    color: #236e6c;
    margin-bottom: 12px;
    position: relative;
    position: relative;
}
.k-update-document-section-wrapper .k-hdb-toolbox-icon-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}
.k-hdb-mc-cd-add-column-inner {
    padding: 24px;
    border: 2px solid #3AAFA9;
    border-radius: 4px;
}
.k-hdb-mc-cd-completed-button {
    background: green;
    border: 1px solid green;
    color: #fff;
    width: 110px;
    height: 40px;
    border-radius: 4px;
    margin-left: 4px;
    cursor: pointer;
    transition: all 0.25s;
}
.k-hdb-mc-cd-completed-button:hover {
    background: #fff;
    color: green;
}
.k-hdb-mc-cd-completed-button.disabled, .k-hdb-mc-cd-submit-button.disabled {
    background: #ccc !important;
    border: 1px solid #ccc !important;
    color: #888 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 1 !important;
}
.k-hdb-mc-cd-field-result-final-wrapperr {
    display: none;
}
.k-general-search-field {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 300px;
}
.k-hdb-mc-content-custom-search-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
.k-hdb-mc-css-custom-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3AAFA9;
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.k-hdb-mc-ccs-inner {
    position: absolute;
    top: 50px;
    right: 0;
    width: 300px;
    z-index: 1000;
    background: #fff;
    border: 2px solid #3AAFA9;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    border-radius: 6px;
}
.k-hdb-mc-css-heading-wrapper {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #3AAFA9;
    margin-bottom: 12px;
}
.k-hdb-mc-css-desc-wrapper {
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 6px;
}
.k-hdb-mc-css-is-item-wrapper {
    margin-bottom: 4px;
}
.k-hdb-mc-css-is-submit-wrapper {
    text-align: center;
    margin-top: 20px;
}
.k-hdb-mc-css-is-submit-wrapper span {
    background: #3AAFA9;
    border-radius: 4px;
    padding: 6px 12px;
    color: #fff;
    cursor: pointer;
}
.k-hdb-mc-ccs-inner {
    display: none;
}
.kanos-customer-survey-page .k-udp-wrapper {
    max-width: 800px;
}
.k-hdb-survey-mc-cd-rating-note-wrapper textarea {
    min-height: 90px;
}
.k-hdb-survey-mc-cd-desc-wrapper {
    margin-bottom: 12px;
}
.k-hdb-survey-mc-cd-rating-heading-wrapper {
    text-align: center;
    margin-bottom: 12px;
}
.k-hdb-survey-mc-cd-rating-submit-wrapper {
    margin-top: 24px;
    text-align: center;
}
.k-hdb-mc-cd-field-history-wrapper {
    background: #3AAFA9;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;;
}
.k-hdb-mc-cd-field-history-wrapper svg {
    height: 22px;
    width: 22px;
}
.k-hdb-hpu-wrapper {
    position: absolute;
    right: 0;
    bottom: -150px;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    border: 2px solid #3AAFA9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 550px;
    /* z-index: 999999; */
}
.k-hdb-history-pop-up-wrapper {
    display: none;
}
.k-hdb-hpu-document-list-wrapper label {
    display: flex;
    flex-direction: column;
}
.k-hdb-history-pop-up-wrapper .select2-container { width: 100% !important; }
.k-hdb-history-pop-up-wrapper .select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    color: #2f3640;
    box-shadow: none;
    margin-top: 0;
}
.k-hdb-history-pop-up-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 12px;
}
.k-hdb-history-pop-up-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow { height: 38px; right: 8px; }
.k-hdb-mc-import-excel-content-wrapper {
    text-align: center;
    margin-bottom: 24px;
}
#kanos-import-excel {
    text-align: center;
}
.k-hdb-mc-adcd-search-filter-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 100;
    width: 500px;
}
.k-hdb-mc-adcd-sf-item-wrapper {
    margin-bottom: 8px;
}

/* Select2 styles inside custom search filter: match normal inputs */
.k-hdb-mc-cd-field-wrapper .select2-container { width: 100% !important; }
.k-hdb-mc-cd-field-wrapper .select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
}
.k-hdb-mc-cd-field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 12px;
    color: #2f3640;
}
.k-hdb-mc-cd-field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 8px;
}
.k-hdb-mc-cd-field-wrapper .select2-container--default .select2-selection--single:focus,
.k-hdb-mc-cd-field-wrapper .select2-container--default .select2-selection--single:hover,
.k-hdb-mc-cd-field-wrapper .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #3AAFA9;
    box-shadow: none;
}
.k-hdb-mc-adcd-search-filter-wrapper .select2-container { width: 100% !important; }
.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default .select2-selection--single {
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #ddd; /* match normal inputs */
    border-radius: 4px;     /* match normal inputs */
    background: #fff;
}
.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827;
    line-height: 24px;
    padding-left: 0;
}
.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}
.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default .select2-selection--single:focus,
.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default .select2-selection--single:hover,
.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #3AAFA9; /* primary accent */
}

.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default .select2-selection--multiple {
    min-height: 40px;
    padding: 6px 8px;
    border: 1px solid #ddd; /* match normal inputs */
    border-radius: 4px;     /* match normal inputs */
}
.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    gap: 6px;
}
.k-hdb-mc-adcd-search-filter-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #111827;
}
.k-dmp-search-page-clear-button, .k-hdb-mc-adcd-sf-search-button {
    height: 40px;
    padding: 6px 8px;
    background: #2B7A78;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.k-hdb-mc-adcd-overview-document-menu-search-filter-wrapper {
    position: relative;
    display: flex;
    gap: 8px;
}
.k-hdb-mc-adcd-overview-document-menu-search-filter-wrapper svg {
    height: 40px;
    width: 40px;
    background: #2B7A78;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}
.k-hdb-mc-adcd-search-filter-wrapper {
    display: none;
}
#kanos-export-excel .tax_officials label, #kanos-export-excel .k-hdb-mc-cd-field-departments label, #kanos-export-excel .tax_document_status label {
    margin-right: 12px;
}
#kanos-export-excel .tax_officials input, #kanos-export-excel .k-hdb-mc-cd-field-departments input, #kanos-export-excel .tax_document_status input {
    margin-right: 4px;
}
.k-hdb-mc-cd-clear-button {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
    text-transform: uppercase;
}
.k-dmp-mc-adcd-odl-cli-item-control-wrapper a:first-child {
    margin-right: 4px;
}

/* Layout 2 cột cho trang thêm danh mục */
.k-hdb-mc-content-display-wrapper.two-columns {
    display: flex;
    gap: 20px;
}

/* Layout 3 cột cho trang thêm phân loại */
.k-hdb-mc-content-display-wrapper.three-columns {
    display: flex;
    gap: 20px;
}

.k-hdb-mc-add-category-column {
    flex: 1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}

.k-hdb-mc-add-category-column h3 {
    margin-top: 0;
}

.k-hdb-mc-add-category-column .k-hdb-mc-cd-field-wrapper.full-width {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.k-hdb-mc-add-category-column .k-hdb-mc-cd-field-wrapper.full-width label {
    width: 100%;
    display: block;
}

.k-hdb-mc-add-category-column .k-hdb-mc-cd-add-column-wrapper:has(.full-width) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.k-hdb-mc-add-category-column textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
}

#kanos-add-new-department .k-hdb-mc-cd-add-column-wrapper.full-width, #kanos-add-new-official .k-hdb-mc-cd-add-column-wrapper.full-width {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.k-hdb-add-all-category-wrapper .k-hdb-mc-cd-submit-button {
    position: absolute;
    left: 0;
    bottom: 0;
}
.k-hdb-add-all-category-wrapper .k-hdb-mc-cd-submit-wrapper {
    margin-top: 60px;
}

.k-hdb-add-all-category-wrapper select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}
.k-hdb-mc-adcd-overview-heading-wrapper h4 {
    font-size: 20px;
    line-height: 28px;
}
.k-dmp-mc-adcd-overview-document-list-wrapper {
    position: relative;
    z-index: 2;
}

/* Overlay for custom search filter popup */
.k-hdb-mc-adcd-search-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;
}

/* Edit Category Page Styles */
.k-edit-category-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.k-edit-category-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #e8e9ff;
}

.k-edit-category-header {
    background: #f8f9ff;
    padding: 20px 30px;
    border-bottom: 1px solid #e8e9ff;
    text-align: center;
}

.k-edit-category-header h1 {
    margin: 0;
    color: #3AAFA9;
    font-size: 24px;
    font-weight: 600;
}

.k-edit-category-form-wrapper {
    padding: 30px;
    background: #fff;
}

.k-form-group {
    margin-bottom: 20px;
}

.k-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2f3640;
}

.k-form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e8e9ff;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s;
    background: #fff;
}

.k-form-group input:focus {
    outline: none;
    border-color: #3AAFA9;
    box-shadow: 0 0 0 2px rgba(58, 175, 169, 0.1);
}

.k-form-help {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 12px;
}

.k-form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e8e9ff;
}

.k-save-button {
    background: #3AAFA9;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.k-save-button:hover {
    background: #2B7A78;
}

.k-save-button:disabled {
    background: #64748b;
    cursor: not-allowed;
}

.k-cancel-button {
    background: #64748b;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.k-cancel-button:hover {
    background: #2f3640;
    color: white;
}

@media (max-width: 768px) {
    .k-edit-category-wrapper {
        margin: 20px auto;
        padding: 0 15px;
    }
    
    .k-edit-category-form-wrapper {
        padding: 20px;
    }
    
    .k-form-actions {
        flex-direction: column;
    }
}
.k-collapsible-heading {
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
}

.k-collapsible-content {
    display: none;
}

.k-collapsible-content.active {
    display: block;
}

.k-collapsible-content table {
    margin-top: 24px;
}
.k-hdb-sb-wrapper {
    padding: 24px
}
.k-spp-document-info-wrapper {
    position: relative;
    z-index: 2;
}
.k-ft2-info-item svg {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.k-ft2-heading {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.k-ft2-info-item-wrapper {
    margin-bottom: 12px;
    
}
.k-ft1-logo-wrapper {
    margin-bottom: 12px;
}
.k-ft2-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.k-back-button-wrapper {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1000;
}

.k-back-button {
    background: #3AAFA9;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.k-back-button:hover {
    background: #2a8a85;
}

.k-export-categories-btn {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.k-export-categories-btn:hover {
    background: #f0f0f0;
}

.k-export-categories-btn svg {
    transition: fill 0.3s ease;
}

.k-export-categories-btn:hover svg {
    fill: #2a8a85;
}

.k-hdb-mc-adcd-overview-heading-wrapper {
    position: relative;
}

.k-edit-official-btn {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.k-edit-official-btn:hover {
    opacity: 0.7;
}

.k-edit-official-btn svg {
    transition: fill 0.3s ease;
}

.k-edit-official-wrapper {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.k-edit-official-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.k-edit-official-header {
    background: #3AAFA9;
    color: white;
    padding: 20px;
    text-align: center;
}

.k-edit-official-header h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.k-edit-official-form-wrapper {
    padding: 30px;
}

.k-form-group {
    margin-bottom: 20px;
}

.k-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.k-form-group input,
.k-form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.k-form-group input:focus,
.k-form-group select:focus {
    outline: none;
    border-color: #3AAFA9;
    box-shadow: 0 0 0 2px rgba(58, 175, 169, 0.2);
}

.k-form-help {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.k-form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
}

.k-save-button {
    background: #3AAFA9;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.k-save-button:hover {
    background: #2a8a85;
}

.k-cancel-button {
    background: #6c757d;
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.k-cancel-button:hover {
    background: #5a6268;
    color: white;
}
.kanos-custom-search-page {
    position: relative;
}

/* Select2 styling for single select (scoped to edit-official) */
.k-edit-official-wrapper .select2-container--default .select2-selection--single {
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.k-edit-official-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 48px 0 12px; /* chừa chỗ cho clear + arrow */
    line-height: 44px;
    font-size: 14px;
    color: #333;
}

.k-edit-official-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 12px;
}

.k-edit-official-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1; /* tránh lệch dọc */
}

.k-edit-official-wrapper .select2-dropdown {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.k-edit-official-wrapper .select2-results__option {
    padding: 8px 12px;
}

/* Select2 focus state giống input focus */
.k-edit-official-wrapper .select2-container--default.select2-container--focus .select2-selection--single,
.k-edit-official-wrapper .select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: #3AAFA9;
    box-shadow: 0 0 0 2px rgba(58, 175, 169, 0.2);
}


/* CSS cho icon download trong heading trạng thái */
.k-hdb-mc-adcd-overview-heading-wrapper h4 .export-excel-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}

.k-hdb-mc-adcd-overview-heading-wrapper h4 .export-excel-icon path {
    stroke: #2B7A78; /* primary */
}

.k-hdb-mc-adcd-overview-heading-wrapper h4 .export-excel-icon:hover path {
    stroke: #236e6c; /* darker primary on hover */
}

.k-hdb-mc-adcd-overview-item-wrapper {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.k-hdb-mc-adcd-overview-item-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(58, 175, 169, 0.3);
    background-color: #f8fafc;
    border-color: #3AAFA9;
}

.k-hdb-download-excel-review-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.k-hdb-download-excel-review-wrapper svg {
    width: 24px;
    height: 24px;
}
.kanos-update-document-page .k-udp-wrapper {
    margin: 0 auto;
}
.k-hdb-gioi-thieu-pop-up-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
}
.k-hdb-gioi-thieu-overlay-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.k-hda-heading-wrapper {
    text-align: center;
    margin: 30px 0;
}

.k-hda-heading-wrapper h2 {
    color: #2B7A78;
    font-size: 28px;
    font-weight: bold;
}
.kanos-huong-dan {
    max-width: 800px;
    margin: 0 auto;
}
.k-hda-content-section-heading-wrapper h3 {
    margin-bottom: 6px;
}
.kanos-huong-dan p {
    margin-bottom: 6px;
}
.k-hda-content-section-wrapper {
    margin-bottom: 24px;
}
.kanos-huong-dan ul {
    margin-bottom: 6px;
}
.k-dmp-mc-adcd-odl-cli-item-wrapper:nth-child(5) {
    flex-direction: column;
}
.k-hdb-toolbox-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #3AAFA9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 650px;
    display: none;
}
.k-hdb-toolbox-heading-wrapper {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #236e6c;
    margin-bottom: 12px;
}   
.k-hdb-toolbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: none;
}
.k-hdb-toolbox-icon-wrapper {
    width: 24px;
    height: 24px;
    cursor: pointer;
    fill: #3AAFA9;
    position: relative;
    z-index: 1000;
}
.k-hdb-mc-adcd-overview-heading-wrapper h4 {
    margin-bottom: 0 !important;
}

/* Customer Survey Rating Styles */
.k-hdb-survey-mc-cd-rating-select-wrapper {
    margin-bottom: 12px;
}

.k-hdb-survey-mc-cd-rating-options {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.k-rating-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
    min-width: 100px;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin: 0;
}

.k-rating-option:hover {
    background: #f5f5f5;
    border-color: #3AAFA9;
}

.k-rating-option input[type="radio"] {
    accent-color: #3AAFA9;
    margin-bottom: 6px;
    transform: none !important;
    scale: 1 !important;
}

.k-rating-option input[type="radio"]:focus,
.k-rating-option input[type="radio"]:active,
.k-rating-option input[type="radio"]:checked {
    transform: none !important;
    scale: 1 !important;
}

.k-rating-option span {
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.k-rating-option input[type="radio"]:checked + span {
    color: #3AAFA9;
    font-weight: inherit; /* giữ nguyên, không làm đậm khi active */
}

.k-rating-option:has(input[type="radio"]:checked) {
    background: #e8f5f5;
    border-color: #3AAFA9;
}

.k-hdb-mc-cd-rating-submit-button {
    background: #2B7A78;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .k-hdb-survey-mc-cd-rating-options {
        flex-direction: column;
        gap: 6px;
    }
    
    .k-rating-option {
        min-width: auto;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    
    .k-rating-option input[type="radio"] {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

/* Nút copy */
.k-copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.k-copy-btn:hover {
    background-color: #f0f0f0;
    transform: scale(1.1);
}

.k-copy-btn:active {
    transform: scale(0.95);
}

/* Pagination cho trang search - Same style as review pagination */
.k-search-pagination .k-search-nav-btn {
    border: 1px solid #2a8a85;
    background: #3AAFA9;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.k-search-pagination .k-search-nav-btn:hover {
    background: #2a8a85;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    text-decoration: none;
}

.k-search-pagination .k-search-page-indicator {
    color: #374151;
    font-weight: 500;
}

.k-search-pagination {
    margin-top: 24px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.k-search-page-input {
    width: 64px;
    max-width: 64px;
    min-width: 64px;
    flex: 0 0 64px;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #2a8a85;
    border-radius: 6px;
    box-sizing: border-box;
    -moz-appearance: textfield;
    appearance: textfield;
}

.k-search-page-input::-webkit-outer-spin-button,
.k-search-page-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.k-search-page-total {
    padding: 0 4px;
    height: 36px;
    display: inline-flex;
    align-items: center;
}

/* File upload styling */
.k-file-upload-wrapper {
    margin-bottom: 24px;
}

.k-file-input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.k-file-input-container input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.k-file-input-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    border: 2px dashed #2B7A78;
    border-radius: 8px;
    background-color: #f8f9fa;
    color: #2B7A78;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 60px;
}

.k-file-input-label:hover {
    background-color: #e8f5f4;
    border-color: #1f5f5d;
    transform: translateY(-1px);
}

.k-file-icon {
    color: #2B7A78;
    transition: color 0.3s ease;
}

.k-file-name-display {
    display: none !important;
    margin-top: 20px;
    padding: 24px;
    background-color: #e8f5f4;
    border: 2px solid #2B7A78;
    border-radius: 10px;
    color: #1f5f5d;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(43, 122, 120, 0.15);
    min-height: 80px;
}

.k-file-name-display.show {
    display: block !important;
}

.k-file-selected-name {
    width: 100%;
}

.k-file-selected-name div {
    word-break: break-all;
    overflow-wrap: break-word;
}

.k-upload-btn {
    background-color: #2B7A78;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.k-upload-btn:hover {
    background-color: #1f5f5d;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(43, 122, 120, 0.3);
}

/* Export Excel form control styles */
.tax_document_status input[type="checkbox"]:disabled,
.tax_special_status input[type="checkbox"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tax_document_status label:has(input[type="checkbox"]:disabled),
.tax_special_status label:has(input[type="checkbox"]:disabled) {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Upload message styles */
.k-upload-message {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.k-upload-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.k-upload-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.k-upload-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #6c757d;
}

.k-upload-btn:disabled:hover {
    background-color: #6c757d;
    transform: none;
    box-shadow: none;
}

.download-error-btn {
    transition: all 0.2s ease;
    z-index: 10;
}

.download-error-btn:hover {
    background-color: #f8f9fa !important;
    color: #2B7A78 !important;
    transform: scale(1.1);
}

/* Update Document File Display Styles */
.k-file-upload-section {
    margin-bottom: 20px;
}

.k-file-display-existing .k-file-existing-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border: 2px solid #6c757d;
    border-radius: 8px;
    background-color: #f8f9fa;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease;
    min-height: 60px;
}

.k-file-display-existing .k-file-icon {
    color: #6c757d;
    transition: color 0.3s ease;
}

.k-file-existing-text {
    font-size: 14px;
    font-weight: 500;
}

/* Override file upload styles for update document */
.k-hdb-mc-cd-field-display-completion-file .k-file-upload-wrapper {
    margin-bottom: 0;
}

.k-hdb-mc-cd-field-display-completion-file .k-file-input-label {
    border-color: #3AAFA9;
    color: #3AAFA9;
    background-color: #f8fffe;
}

.k-hdb-mc-cd-field-display-completion-file .k-file-input-label:hover {
    background-color: #e8f5f4;
    border-color: #2B7A78;
}

.k-hdb-mc-cd-field-display-completion-file .k-file-icon {
    color: #3AAFA9;
}

.k-hdb-mc-cd-field-display-completion-file .k-file-name-display {
    background-color: #e8f5f4;
    border-color: #3AAFA9;
    color: #2B7A78;
}
.g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}