.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;
}

.footer__contacts {
    color: #fff;
    display: none;
}

.footer__contacts-mobile {
    color: #fff;
    margin-top: 14px;
    display: none;
}

.ql-editor {
    font-family:
        "Manrope",
        "Open Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen-Sans,
        Ubuntu,
        Cantarell,
        "Helvetica Neue",
        sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    width: 100%;
    transition: all 0.1s linear;
    padding: 13px 14px;
    border: 1px solid #b5c1cc;
    color: #4c555e;
    background-color: #eef2f5;
    border-radius: 4px;
}

.ql-toolbar,
.ql-container.ql-snow {
    border: none !important;
}

.pagination__link:hover {
    cursor: pointer;
}

.btn-chat__title {
    font-size: 14px;
}

.service-reply-launch__messages {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .footer__contacts {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .footer__contacts-mobile {
        display: block;
    }
}
.wrapper-button {
    display: flex;
    align-items: center;
    gap: 2px;
}

select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 12px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.request-step-2__fields-row {
    align-items: start;
}


.ts-control {
    border: 1px solid #b5c1cc !important;
    background-color: #eef2f5 !important;
    padding: 12px 8px !important;
}

.plugin-clear_button .clear-button {
    font-size: 25px;
    top: 40%;
    background: none !important;
}

.ts-wrapper.multi.has-items .ts-control {
    padding: 9px 8px 8px !important;
}

.ts-wrapper.multi .ts-control > div {
    background: #ffffff !important;
}

.services-city-selector .ts-control {
    background-color: #fff !important;
    padding: 16px 17px !important;
    font-size: 14px;
    font-weight: 500;
}
