.off-y {
    overflow-y: hidden !important;
}

#windowBlurPoint {
    margin-top: 10vh;
}

#windowBlurWrapper {
    height: 1000vh!important;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.541);
}

@media (min-width: 100px) {
    #createOTripWindow {
        width: 200px;
        background-color: white;
    }
}

@media (min-width: 432px) {
    #createOTripWindow {
        width: 340px;
        background-color: white;
    }
}
