.header_menu {
    padding-bottom: 30px;
}

.content__nav2 {
    background-color: #FFFFFF;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.email__marketing--body {
    margin: 20px 20px 20px 40px;
}

.email__marketing--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 20px 30px;

}

.email__marketing--content {
    padding: 30px;
    background: #fff;

}

@media (max-width: 600px) {
    .email__marketing--body {
        margin: 20px 0 60px 0;
    }

}

/**/

.table-paid-row {
    white-space: nowrap;
}

.table-paid-row th {
    background: #f6f6f6;
    color: rgba(70, 70, 70, 1);
    font-weight: bold;
    margin: 0;
    font-size: clamp(14px, 2vw, 16px);
}


.table-paid-body tr {
    white-space: nowrap;
}

.table-paid-body tr td {
    font-size: clamp(14px, 2vw, 15px);
    padding: 12px 8px;
}

.title__table {
    text-align: center;
    margin-bottom: 0;
    font-size: clamp(14px, 2vw, 15px);
    /* white-space: nowrap; */
}

.btn-filter-days.active {
    background-color: #000000 !important; /* hoặc bg-dark nếu bạn thích */
    color: #fff;
}

/**/

.circle-progress {
    width: 150px;
    height: 150px;
    background: conic-gradient(
            #4e79ff calc(var(--progress) * 1%),
            #ddd 0
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    color: #4e79ff;
    position: relative;
}

.circle-progress::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
}

.circle-progress span {
    position: absolute;
    font-weight: bold;
}

