textarea {
    resize: none
}

.form-patient__block .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.form-patient__block .row {
    flex-direction: column;
    gap: 24px;
}

.form-patient__block .group-row {
    gap: 24px;
    display: flex;
}

.group-row p {
    margin-bottom: 0;
}

.form-patient__block .application-form p {
    margin-bottom: 0;
}

.form-patient__block .form__field-label {
    margin-bottom: 10px;
}

.form-patient__block .group-row,
.form-patient__block .form-amputation,
.form-patient__block .form-message {
    border-top: 1px solid #B6D0FC;
}

.form-patient__wrapper {
    background: #FFF;
    border-radius: 20px;
    margin: 0px auto;
}

.form-patient__block .form-city {
    width: 100%;
}

.custom-radio-form-patient input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    background-color: #F6F6F6;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}


.custom-radio-form-patient input[type="radio"]:checked {
    background-image: url("/wp-content/uploads/2025/10/checbox-form.svg");
    background-color: #DDE9F3;
    border-color: transparent !important;
}


.custom-radio-form-patient input[type="radio"]:focus {
    outline: 2px solid #DDE9F3 !important;
}

.custom-radio-form-patient .wpcf7-list-item {
    margin: 0;
}

.custom-radio-form-patient .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.form-amputation > p > span {
    background: #f6f6f6;
    outline: none;
    border-radius: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 16.8px 20px;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.select2-dropdown  {
    margin-top: 30px;
    background: #f6f6f6;
    outline: none;
    border-radius: 14px!important;
    font-weight: 500;
    line-height: 1.3;
    padding: 16.8px 20px;
    font-size: 16px;
    border: 1px solid #EAF1FF;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover{
    background: #DDE9F3;
    color: #156BB9;
    border-radius: 8px;
    max-width: 580px;
}

input.select2-search__field,
.select2-search.select2-search--dropdown {
    display: none;
}

.form-amputation .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;

}
.select2-results__options::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px;
}
.select2-results__options::-webkit-scrollbar-track {
    background: #CECECE;
    border-radius:  2px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #6B6B6B;
    border-radius:  2px;
}
@media screen and (min-width: 1024px) {
    .form-patient__label {
        display: none;
    }

    .form-patient__wrapper {
        padding: 40px;
        max-width: 760px;
    }

    .form-patient__text {
        margin-bottom: 30px;
    }

    .form-patient__block .group-row,
    .form-patient__block .form-amputation,
    .form-patient__block .form-message {
        padding-top: 30px;
    }

    .form-patient__block input.wpcf7-submit {
        min-width: 207px;
        width: fit-content;
    }
}

@media screen and (max-width: 1024px) {
    .form-patient__wrapper {
        padding: 15px;
    }

    .form-patient__label {
        padding: 12px;
    }

    .form-patient__text {
        margin-bottom: 20px;
    }

    .form-patient__block .group-row {
        flex-direction: column;
    }

    .form-patient__block .group-row,
    .form-patient__block .form-amputation,
    .form-patient__block .form-message {
        padding-top: 24px;
    }
}

}