.header-dth-top {display:none !important;}
.logo-and-search-mobile {text-transform:uppercase !important; }
.header-dth_new-top {display:none !important;}
.version-list {
    max-height: 40vh;
       overflow-x: hidden;
    overflow-y: scroll;
}
.fee-summary-form {background-color: unset !important;display:flex !important;}
.cl-modal-overlay {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.6);
            justify-content: center;
            align-items: center;
        }

        .cl-modal-content {
            position: relative;
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            border-radius: 8px;
            width: 90%;
            max-width: 800px;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
            max-height: 90vh;
            overflow-y: auto;
            display: flex; /* Added for footer positioning */
            flex-direction: column; /* Added for footer positioning */
        }

        .cl-modal-close {
            color: #aaa;
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 28px;
            font-weight: bold;
        }

        .cl-modal-close:hover,
        .cl-modal-close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .cl-modal-body {
            overflow-y: auto; /* Allow body to scroll independently */
        }
        
        .cl-modal-footer {
            padding-top: 15px;
            text-align: right;
            border-top: 1px solid #e5e5e5;
            margin-top: 15px;
        }

        .cl-open-modal-button, .cl-print-button {
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            color: white;
            border: none;
            border-radius: 5px;
        }

        .cl-open-modal-button {
             background-color: #002c5f;
        }

        .cl-print-button {
            background-color: #c81d25; /* KIA Red */
        }

        /* --- CSS cho bảng, đã được bao trong #bang-tra-gop --- */
        #bang-tra-gop {
            color: #333;
        }
        #bang-tra-gop table {
            width: 100%;
            border-collapse: collapse;
            margin: 0;
            font-size: 14px;
        }
        #bang-tra-gop th, #bang-tra-gop td {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: left;
        }
        #bang-tra-gop thead th {
            background-color: #002c5f;
            color: white;
            font-size: 20px;
            text-align: center;
            padding: 16px;
        }
        #bang-tra-gop td.cl-section-header {
            background-color: #f2f2f2;
            font-weight: bold;
        }
        #bang-tra-gop .cl-sub-header td {
            font-weight: bold;
            background-color: #fafafa;
        }
        #bang-tra-gop tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        #bang-tra-gop .cl-amount {
            text-align: right;
            font-weight: bold;
            color: #d9534f;
        }
        #bang-tra-gop .cl-footer-section td {
            background-color: #f2f2f2;
            font-style: italic;
            font-size: 12px;
            text-align: center;
        }
        #bang-tra-gop .cl-contact-info td {
            background-color: #e9ecef;
            text-align: center;
            font-size: 13px;
            line-height: 1.6;
        }
#bang-tra-gop .promotion-item {
    color: #23262f;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
}
.fee-summary-form .fee-summary-select {
text-align: right;
    background: none;
  border: none;}