.modal_container__Gv8cl {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(107, 119, 144, .9);
    display: flex;
    align-items: flex-end;
    z-index: 50;
    animation-name: modal_fadeIn__ntaQB;
    animation-duration: .35s
}

@media(min-width:992px) {
    .modal_container__Gv8cl {
        justify-content: center;
        align-items: center
    }
}

@keyframes modal_fadeIn__ntaQB {
    0% {
        background-color: rgba(107, 119, 144, .2)
    }

    to {
        background-color: rgba(107, 119, 144, .9)
    }
}

.modal_content__qLKg8 {
    scroll-behavior: smooth;
    overflow-y: scroll;
    -ms-overflow-style: none;
    position: relative;
    width: 100vw;
    background-color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 3rem 1rem;
    max-height: 80vh
}

.modal_content__qLKg8::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    background: transparent
}

.modal_content__qLKg8::-webkit-scrollbar-thumb {
    background: transparent
}

.modal_content-button__kn6rr {
    margin-top: 1rem
}

@media(min-width:992px) {
    .modal_content__qLKg8 {
        width: 35rem;
        min-width: 35rem;
        max-width: 35rem;
        padding: 2.25rem 2rem;
        border-radius: 1rem;
        width: calc(100% - 2rem)
    }

    .modal_content--large___P_9c {
        width: 60rem;
        min-width: 60rem;
        max-width: 60rem
    }
}

.modal_content--full-screen___s7rB {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    padding: 0
}

.modal_remove-bottom-padding___oocg {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 0 !important;
    max-height: 80vh
}

.modal_close-button__u1peq {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: auto
}

.modal_icon__K84dv {
    display: flex;
    align-self: center;
    justify-content: center;
    max-width: 10rem;
    margin: 0 auto
}

.modal_title__A4R3u {
    font-size: 1.5rem;
    font-family: Gilroy-Bold;
    color: #0b2b4a;
    line-height: 1.3;
    background-color: #fff;
    text-align: center;
    margin-bottom: 1.5rem
}

@media(min-width:992px) {
    .modal_title__A4R3u {
        font-size: 1.75rem
    }
}

.modal_message__UkqQl {
    font-size: 1rem;
    font-family: Gilroy-Medium;
    color: #0b2b4a;
    line-height: 1.5;
    margin: 1.5rem;
    text-align: center
}

@media(min-width:992px) {
    .modal_message__UkqQl {
        font-size: 1.15rem
    }
}

/*# sourceMappingURL=ffeb23862d582d16.css.map*/