/*
	Theme Name: Nashdoc
*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.error-message {
    color: red;
    text-align: center;
    font-size: 14px;
}

.patient-profile__col-btn {
    width: 100%;
}

.patient-profile__col-btn button {
    width: 100%;
}

.typical-file__preview {
    background-size: cover;
    background-position: center center;
}

.typical-file__preview-active:before {
    display: none;
}

.single-clinic__actions .button {
    width: auto;
}

.clinic-profile .clinic-profile__for-whom .typical-checkbox__title {
    align-items: center;
}

.clinic-profile__for-whom-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

@media (max-width: 640px) {
    .clinic-profile__for-whom-wrapper {
        margin-top: 5px;
    }
}

.clinic-profile__for-whom-wrapper .typical-checkbox {
    margin-top: 0;
}

.single-clinic__info {
    flex: 1;
}

.typical-field-full {
    width: 100% !important;
}

.languages__dropdown {
    z-index: 1;
}

.doctors-catalog__main {
    width: 100%;
}

.clinic-applications__social--viber::before {
    content: "";
    min-width: 20px;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(assets/images/svg/viber.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.clinic-applications__social--telegram::before {
    content: "";
    min-width: 20px;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(assets/images/svg/telegram.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.clinic-applications__social--call::before {
    content: "";
    min-width: 20px;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(assets/images/svg/call.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.auth-popup .wrapper {
    min-height: auto;
}