.form-error-message {
    color: #c01c1c;
    font-size: 12px;
    margin-top: 3px;
    display: none;
}

.form-send-code-btn {
    font-size: 12px;
    color: #0d166b;
    margin-top: 6px;
}

.form-error input, .form-error select, .form-error textarea,
.lk-chat-input__input-panel.form-error {
    border-color: #c01c1c;
}

.form-error .form-error-message, .form-error-message.active {
    display: block;
}

body.modal-opened {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    overflow: auto;
}

.modal-box-close-btn {
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 2;
    font-size: 26px;
    font-weight: 400;
    cursor: pointer;
}

.modal-wrapper {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.modal-wrapper.open {
    display: flex;
}

.modal-box {
    background: white;
    border-radius: 1rem;
    max-width: 90%;
    max-height: 90%;
    position: relative;
}

.topopup.open {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.topopup.open .topopup__inner, .topopup.open .topopup__wrap {
    position: inherit !important
}


@media screen and (max-width: 768px) {
    .services-modal-filters.active-mobile {
        transform: translateY(0) translateX(0);
    }
}


.lk-message {
    margin-bottom: 15px;
}


.service-reply-chat__messages {
    max-height: 500px;
    overflow-y: scroll;
}

.applications-table__cell {
    vertical-align: middle;
}

.applications-table__order-number, .applications-table__order-date {
    margin: 3px 0;
}

/*.button {
    display: flex;
    justify-content: center;
    align-items: center;
}*/


.profile-menu__link {
    padding-left: 16px;
}

.service-reply-launch__messages.is-single {
    margin-bottom: 20px;
}
