#drop-zone {
    border: 2px dashed #007bff;
    padding: 20px;
    text-align: center;
    color: #007bff;
    cursor: pointer;
}

#drop-zone.hover {
    border-color: #0056b3;
    color: #0056b3;
}

.text-strong.textdanger {
    font-size: 13px;
}

#swal2-title {
    font-size: 20px !important;
}

td {
    padding: unset !important;
    padding: 5px !important;
    font-size: 14px;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* Adjust the gap as needed */
}

.btn-action {
    font-size: 12px !important;
    display: inline-flex;
    align-items: center;
    /* padding: 10px 20px; */
    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}

.btn-action:active {
    box-shadow: none;
}

th {
    font-size: 13px;
}

label {
    text-align: left !important;
}

@media (max-width: 576px) {
    .full-width-button {
        width: 100%;
    }

    .d-flex {
        display: unset !important;
    }

    .overflow-x-scroll {
        overflow-x: auto;
        /* Ensures horizontal scrolling */
    }

    .table-container {
        white-space: nowrap;
        /* Prevents line breaks in table cells */
    }

    .modal {
        padding-right: unset !important;
    }
}

.summernote-editor-text>div>p {
    margin: 2px;
}