.tktc-container {
    background-color: #035FB5;
    border: 1px solid #035FB5;
    border-radius: 8px;
}

.tktc-card-container {
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    border: none;
}

.tktc-card-body p {
    padding-top: 10px;
    padding-left: 5%;
}

.tktc-title-text {
    margin-top: 15px;
    margin-bottom: 15px !important;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 700;
    color: white;
}

.tktc-underline-box {
    width: 90%;
    height: 1px;
    background-color: white;
    margin: 0 auto;
}

.tktc-text-content {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    color: white;
}

.statistics-container-tktc-syt {
    width: 100%;
    border: 2px solid #283EAB;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 4px 6px #0000001A;
}

.statistics-item-tktc-syt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2E2E2E;
}

.statistics-item-tktc-syt span {
    font-weight: 700;
    color: #283EAB;
}

.total-tktc-syt {
    font-weight: 500;
    font-size: 16px;
    color: #2E2E2E;
}

.total-tktc-syt span {
    color: #283EAB;
    font-weight: 700;
}

.tktc-container-full {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tktc-full-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22.4px;
    color: #035FB5;
    text-transform: uppercase;
}

.tktc-full-list-5-items-nam-ngang {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.tktc-full-item {
    width: 20%;
    border-radius: 20px;
    background-color: #E0E0E040;
    box-shadow: 2px 4px 4px 0px #00000040;
    padding: 12px 20px 12px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 140px;
}

.tktc-full-item:hover {
    background-color: #EEF9FF;
}

.tktc-full-item:hover .tktc-full-item-title {
    color: #035FB5;
}

.dang-truc-tuyen {
    border-left: 5px solid #FF9800;
}

.tong-truy-cap-hom-nay {
    border-left: 5px solid #64B5F6;
}

.tong-truy-cap-tuan-nay {
    border-left: 5px solid #2CD233;
}

.tong-truy-cap-tuan-truoc {
    border-left: 5px solid #9C27B0;
}

.tong-truy-cap {
    border-left: 5px solid #FFC107;
}

.tktc-full-item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25.2px;
    color: #2E2E2E;
}

.tktc-full-item-so-lieu {
    font-weight: 700;
    font-size: 23px;
    line-height: 47.6px;
    text-transform: uppercase;
    color: #15191C;
    text-align: right;
}

.tktc-full-chart-tong-truy-cap-theo-thang {
    border-radius: 20px;
    padding: 20px;
    background-color: #E0E0E040;
    box-shadow: 2px 4px 4px 0px #00000040;
}

.row-of-chart-title-and-button-export-excel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    text-transform: uppercase;
    color: #035FB5;
}

.button-export-excel button {
    border-radius: 8px;
    padding: 14px 22px;
    background-color: #FFFFFF;
    border: 1px solid #035FB5;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #035FB5;
    cursor: pointer;
}

.select-year {
    display: flex;
    gap: 20px;
    align-items: center;
}

.title-year {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #2E2E2E;
}

.year-select-box select {
    border-radius: 4px;
    border: 1px solid #848A8F;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    color: #2E2E2E;
}

#custom-tooltip {
    position: absolute;
    background-size: 100% 100%;
    min-width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.1s ease;
    white-space: nowrap;
}

#custom-tooltip span {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #DE6F18;
    padding: 0 18px 12px 14px;
    margin: 0 auto;
}

#custom-tooltip span.pl-6 {
  padding-left: 6px !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.mt-12 {
    margin-top: 12px !important;
}