.ubx-modal {
    transition: 0.5s ease;

    &.open {
        background-color: rgba(black, 0.50);
        pointer-events: auto;
    }
}
