.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;

}

.list-item {
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

.list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


.preview-template-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 10;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.list-item:hover {
    border: 1px solid #8d8d8d; /* màu đậm hơn, ví dụ: màu xám đậm */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* hiệu ứng nổi lên */
    border-radius: 15px;
}

.list-item:hover .preview-template-overlay {
    opacity: 1;
}

.resizableDiv {
    border-radius: 8px;
    overflow: hidden;
}
