@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

.recall-popin {
    position: fixed !important;
    z-index: 9999 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.recall-popin--box {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0 0 10px rgb(0, 0, 0 / 50%) !important;
    width: 70vh !important;
    max-width: 498px !important;
    max-height: calc(100% - 30px) !important;
    background-color: #fff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.recall-popin--header--illustration {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    /*max-height: 100% !important;*/
}

.recall-popin--content {
    padding: 16px !important;
}

.recall-popin--title {
    display: block !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #444 !important;
    line-height: 30.8px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    margin-top: 0 !important;
}

.recall-popin--illustrations {
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.recall-popin--illustration--wrapper {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    padding: 16px !important;
    text-align: center !important;
}

.recall-popin--illustration {
    width: 100% !important;
    height: auto !important;
    max-width: 170px !important;
}

.recall-popin--text--wrapper {
    text-align: justify !important;
}

.recall-popin--text--wrapper p {
    display: block !important;
    color: #444 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}

.recall-popin--text--wrapper ul {
    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 40px !important;
}

.recall-popin--text--wrapper li {
    display: list-item !important;
    text-align: -webkit-match-parent !important;
    color: #444 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.recall-popin--text--wrapper p.recall-popin--phone-pretext {
    color: #444 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 12.8px !important;
    font-weight: 400 !important;
    text-align: center !important;
}

.recall-popin--phone--wrapper {
    text-align: center !important;
}

.recall-popin--phone--img {
    max-width: 280px !important;
    height: auto !important;
    margin: 0 auto !important;
}

.recall-popin--close-btn--wrapper {
    text-align: center !important;
    margin-top: 16px !important;
}

.recall-popin--close-btn {
    display: inline-block !important;
    cursor: pointer !important;
    color: #fff !important;
    background-color: rgb(237, 45, 62) !important; /* TO EDIT */
    border-color: rgb(237, 45, 62) !important; /* TO EDIT */
    font-family: 'Lato', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 12px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
    border: 0 !important;
    align-items: flex-start !important;
    appearance: auto !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    max-width: 100%;
}

@media screen and (max-width: 575px) {
    .recall-popin--box {
        max-width: 360px !important;
    }
}

@media screen and (max-height: 798px) and (max-height: 128vw) {
    .recall-popin--box {
        width: 85vh !important;
        max-height: calc(100% - 30px) !important;
    }
}