@layer components {
    .modal-overlay {
            align-items: center;
            background: rgb(15 23 42 / 0.3);
            bottom: 0;
            display: flex;
            justify-content: center;
            left: 0;
            padding: 1rem;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 80;
        }
}
