/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme customized by Kan Nguyễn
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.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;
    padding: 24px;
}
.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 {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e9ff;
    margin-bottom: 24px;
}
.k-hdb-mc-adcd-overview-heading-wrapper {
    font-size: 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;
}
.k-hdb-mc-adcd-overview-heading-wrapper:before {
    content: '';
    width: 4px;
    height: 30px;
    background: #3AAFA9;
    border-radius: 2px;
}
.k-hdb-mc-adcd-overview-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}
.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;
}
.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;
}
.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;
}
.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: 95vh;
    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.7), rgba(0, 0, 0, 0.7));
    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 #2f71ff;
    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 #2f71ff;
	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: 50%;
	transform: translate(calc(-50% - 40px), -50%);
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/uploads/2025/06/lock-open-3.svg');
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
    filter: blur(6px);
}
.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%;
	}
}
.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;
}
.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 14%;
    max-width: 14%;
    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 8%;
    max-width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}
.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;
}
.k-hdb-mc-adcd-overview-wrapper {
    position: relative;
}
.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: #3AAFA9;
    margin-bottom: 12px;
}
.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: 600px;
}
.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;
}
.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--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;
    margin-top: 12px;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.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: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 300px
}
.k-hdb-mc-adcd-sf-item-wrapper {
    margin-bottom: 8px;
}
.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;
}