:root {
    --fw-bold: 700;
    --fw-medium: 500;
    --fw-regular: 400;
    --bg-color: white;
    --primary-focus-color: #082480;
    --primary-disable-color: #D0D7F3;

    --secondary-color: #F473B9;
    --secondary-hover-color: #CC609B;
    --secondary-focus-color: #A64E7D;
    --border-hover-color: #A7ABC3;
    --global-font: 'Roboto';
    --focus-color: #1990FF;
    --text-color: #434657;
    --text-title-color: #1B1D29;
    --text-blur: #A7ABC3;
    --invalid-color: #DA4343;
    --input-disable-color: #F3F3F7;
    --button-disable-color: #DCDEE9;
    --button-text-disable-color: #A7ABC3;
    --ghost-border-default-color: #BCBFD6;
    --ghost-border-hover-color: #82869E;
    --w-ghost-hover-color: #F8F8FC;
    --w-ghost-focus-color: #F3F3F7;
    --text-link-default-color: #82869E;
    --text-link-hover-color: #1473CC;
    --status-success-color: #30CD60;
    --status-yellow-color: #FFA940;
    --status-red-color: #F83142;
    --status-sd-success-color: #F5FDF7;
    --status-sd-danger-color: #FDF6F6;
    --status-sd-yellow-color: #FFFBF5;
    --status-sd-red-color: #FFF5F6;
    --status-sd-blue-color: #E8F4FF;
    --status-outline-red-color: #DF2C3B;
    --disable-switch-color: #E8EBF9;
    --bg-notify-color: #e3e3e3;
    --box-shadow-default: 0 2px 4px rgba(0, 0, 0, 0.05);

    --text-cash-back: #E6983A;
    --th-table-color: #FBFBFD;

    --filter-text-color: invert(25%) sepia(17%) saturate(560%) hue-rotate(194deg) brightness(97%) contrast(90%);
    --filter-primary-color: invert(22%) sepia(98%) saturate(2861%) hue-rotate(225deg) brightness(81%) contrast(115%);
    --filter-focus-color: invert(48%) sepia(75%) saturate(2985%) hue-rotate(190deg) brightness(98%) contrast(107%);
    --filter-link-default-color: invert(53%) sepia(19%) saturate(394%) hue-rotate(194deg) brightness(98%) contrast(80%);
    --filter-link-hover-color: invert(33%) sepia(74%) saturate(1284%) hue-rotate(185deg) brightness(95%) contrast(96%);
    --filter-button-disable-color: invert(84%) sepia(6%) saturate(259%) hue-rotate(193deg) brightness(106%) contrast(92%);
}

a {
    font-size: 13px;
    line-height: 20px;
    color: var(--text-color);
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--border-default-color);
}
.text-title {
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}





/***** Custom Pagination *****/
.pagination-custom {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.paging_simple_numbers .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.paging_simple_numbers .pagination .page-item {
    margin: 0 4px;
}

.paging_simple_numbers .pagination .page-item .page-link {
    border: 1px solid #dee2e6;
    color: #6c757d;
    border-radius: 4px;
    margin-left: 0;
    padding: 0.3rem .65rem;
    font-size: 13.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.paging_simple_numbers .pagination .page-item .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.paging_simple_numbers .pagination .page-item .page-link:focus {
    box-shadow: none;
    outline: none;
}

.paging_simple_numbers .pagination .page-item.active .page-link {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.paging_simple_numbers .pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    opacity: 0.5;
}

/***** End Custom Pagination *****/

/***** Description Box *****/
.description-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    line-height: 1.8;
    color: #495057;
    font-size: 14px;
}

.description-box #shortDescription {
    margin-bottom: 0;
}

.description-box p {
    margin-bottom: 12px;
}

.description-box p:last-child {
    margin-bottom: 0;
}

.btn-view-more {
    display: block;
    margin: 15px auto 0;
    background: transparent !important;
    border: none !important;
    color: var(--primary-color) !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-view-more:hover {
    color: #0d5aa7 !important;
    text-decoration: underline;
}

.btn-view-more i {
    margin-left: 5px;
    font-size: 12px;
}
/***** End Description Box *****/



/*Modal*/
.modal .modal-dialog {
    margin: auto;
}

#accShowAttribulteDetail .modal-dialog{
    max-width: 800px!important;
}

.modal {
    padding-right: 0 !important;
}

.modal-content {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 24px;
    border: none;
}

.modal-header {
    position: relative;
    padding: 0;
    border-bottom: none;
}

.modal-header .modal-title {
    margin-top: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
}

.modal-header .close {
    position: absolute;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    opacity: 1;
    outline: none;
    z-index: 1;
    cursor: pointer;
}

.modal-header .modal-title.center {
    text-align: center;
}
.modal-big .modal-custom {
    margin: 0 auto;
    max-width: 708px !important;
    padding: 16px;
}.modal-big .modal-custom {
    margin: 0 auto;
    max-width: 708px !important;
    padding: 16px;
}