.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;

}

@media (max-width: 600px) {
    .email__marketing--body {
        margin: 20px 0 60px 0;
    }

}

/**/

.table-paid-row {
    white-space: nowrap;
}

.table-paid-row th {

    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;
}

.custom-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
}

.custom-table thead {
    background-color: #f8f9fa;
}

.custom-table th, .custom-table td {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0.75rem;
}

.email-stack {
    width: 240px;
    height: 180px;
}

.card-stack {
    position: relative;
    width: 100%;
    height: 100%;
}

.stacked-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}



.badge-emails {
    position: absolute;
    top: 8px;
    right: 8px;
    background: white;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

