.toast.toastbtn {
    border-radius: 10px;
}

.toast .toast-header {
    padding: 7px 10px;
    border-radius: 10px 10px 0 0;
    color: #fff !important;
}

.toast .toast-body {
    padding: 10px;
    color: #fff !important;
}

@media (max-width:480px) {
    #toastContainer {
        width:100%;
        padding: 15px;
    }
}

.auth-box {
    min-height: 100vh;
    background: linear-gradient(rgba(15, 16, 21, 0.75), rgba(15, 16, 21, 0.75)),
        url('../../images/auth-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.auth-box .card {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modal .modal-content form {
    display: contents;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #f1f5f9;
    color: #1e293b;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.preview-media-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    background: #fff;
    position: relative;
}

.preview-media-card img {
    height: 100px;
    object-fit: contain;
    border-radius: 4px;
    margin-bottom: 6px;
}