/*-----------------------------------------------
|   Phoenix buttons
-----------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                                Phoenix button                              */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/* ----------------------------- Phoenix-buttons ---------------------------- */
/*# sourceMappingURL=user.css.map */

.spinner-border-xsm{
    --phoenix-spinner-width: .75rem;
    --phoenix-spinner-height: .75rem;
    --phoenix-spinner-border-width: 0.1em;
}

/* Wide Offcanvas */
.offcanvas-wide.offcanvas-end {
    width: 50% !important;
}

/* Responsive behavior for wide offcanvas */
@media (max-width: 768px) {
    .offcanvas-wide.offcanvas-end {
        width: 100% !important;
    }
}

/* Fullscreen Modal */
.modal-fullscreen {
    padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
    width: 100% !important;
    max-width: none;
    height: 100%;
    margin: 0;
    transition: all 0.3s ease;
}