.modal_overlay__6moOc {
    background-color: #00000080;
    z-index: 1035;
    position: fixed;
    inset: 0
}

.modal_content__GDifL {
    inset: 40px 0;
    width: 80%;
    max-width: 1080px;
    max-height: 575px
}

.modal_content__GDifL,
.modal_content_small__HYUHJ {
    position: absolute;
    z-index: 99999;
    margin: auto;
    background-color: var(--white);
    overflow: hidden;
    border-radius: 8px;
    outline: none;
    display: flex
}

.modal_content_small__HYUHJ {
    inset: 0;
    width: 356px;
    height: max-content
}

.modal_body__W9r94 {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: relative
}

.modal_close_button__h1Fqu {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--deep_gray);
    color: var(--black);
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

@media (max-width:550px) {
    .modal_content__GDifL {
        inset: 0;
        width: 100%;
        border-radius: 0;
        max-height: 100%
    }
    .modal_content_small__HYUHJ {
        inset: 90px 10px;
        width: 92%
    }
}