/* public/modal-style.css */

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.modal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
    font-size: 1.2rem;
}