

/* Start:/local/components/lariba/site.form/templates/.default/style.css?1784541786599*/
.site-form__submit {
    position: relative;
}

.site-form__submit.is-loading {
    color: transparent !important;
    cursor: wait;
    opacity: 1;
    pointer-events: none;
}

.site-form__submit.is-loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    content: "";
    animation: site-form-submit-spin .75s linear infinite;
}

@keyframes site-form-submit-spin {
    to {
        transform: rotate(360deg);
    }
}

/* End */


/* Start:/local/components/lariba/site.modal/templates/.default/style.css?17845417862681*/
.lr-site-modal[hidden] {
    display: none !important;
}

.lr-site-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
}

.lr-site-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.lr-site-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .34);
    opacity: 0;
    transition: opacity .24s ease;
}

.lr-site-modal.is-open .lr-site-modal__backdrop {
    opacity: 1;
}

.lr-site-modal__dialog {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: min(100%, 900px);
    padding: 44px 48px;
    border-radius: 24px;
    background: #fff;
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: opacity .24s ease, transform .24s ease;
}

.lr-site-modal.is-open .lr-site-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.lr-site-modal__body {
    max-height: calc(100vh - 136px);
    overflow: auto;
}

.lr-site-modal__close {
    position: absolute;
    top: 0;
    right: -64px;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.lr-site-modal__close:hover {
    background: #f4f4f8;
}

.lr-site-modal__close:active {
    transform: scale(.96);
}

.lr-site-modal__close img {
    width: 10px;
    height: 10px;
    display: block;
}

.lr-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .lr-site-modal {
        align-items: end;
        padding: 0;
    }

    .lr-site-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 24px);
        padding: 20px;
        border-radius: 24px 24px 0 0;
        transform: translateY(34px);
    }

    .lr-site-modal.is-open .lr-site-modal__dialog {
        transform: translateY(0);
    }

    .lr-site-modal__body {
        max-height: calc(100vh - 96px);
    }

    .lr-site-modal__close {
        width: 32px;
        height: 32px;
        top: 16px;
        right: 16px;
        background: #f4f4f8;
    }

    .lr-review-modal-content time {
        margin-bottom: 24px;
    }

    .lr-review-modal-content p {
        margin-bottom: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lr-site-modal,
    .lr-site-modal__backdrop,
    .lr-site-modal__dialog,
    .lr-site-modal__close {
        transition: none;
    }
}

/* End */
/* /local/components/lariba/site.form/templates/.default/style.css?1784541786599 */
/* /local/components/lariba/site.modal/templates/.default/style.css?17845417862681 */
