#kutak-za-terapeute-tab-pane .tabs-block__content-flex {
    justify-content: center;
}

@media (max-width: 991px) {
    #kutak-za-terapeute-tab-pane .tabs-block__content-flex {
        justify-content: flex-start;
    }
}

.terapeut-author .terapeut-author__pick p svg {
    min-width: 14px;
}

.terapeut-author .terapeut-author__info .terapeut-author__title svg,
.terapeut-author.terapeut-author--mobile .second svg,
.terapeut-info .terapeut-info__pay svg {
    display: none;
}

.page-amelia-profile-therapist
    .details__area
    .columns
    .column-1
    .rows
    .form-field
    input[type="date"] {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 12px 16px;
    width: 100%;
    color: #2d2d2d;
    font-family: "Open Sans", BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.84px;
}

.page-gdpr__description ol {
    color: #494949;
    font-family: "Open Sans", BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.84px;
    margin-bottom: 16px;
    padding-left: 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.page-gdpr__description .wp-block-table {
    color: #494949;
    font-family: "Open Sans", BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.84px;
    margin-bottom: 16px;
}

.therapiess-block .tab-content .therapiess-block__description ul {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 24px;
    color: #494949;
    font-family: "Open Sans", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.84px;
}

@media (min-width: 992px) {
    .page-gdpr__description ol {
        font-size: 16px;
        line-height: 24.96px;
    }

    .page-gdpr__description .wp-block-table {
        font-size: 16px;
        line-height: 24.96px;
    }

    .therapiess-block .tab-content .therapiess-block__description ul {
        font-size: 16px;
        line-height: 24.96px;
    }
}

.custom-checkbox-row,
.custom-checkout-checkbox-terms {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.custom-checkbox-row input[type="checkbox"],
.custom-checkout-checkbox-terms input[type="checkbox"] {
    accent-color: #6d4671;
}

.custom-checkbox-row label a,
.custom-checkout-checkbox-terms label a {
    transition: 0.3s ease-in-out;
    color: #6d4671;
    text-decoration: underline;
}

.page-amelia-profile-therapist .am-cabinet-dashboard-appointments .am-cabinet .el-collapse-item .el-collapse-item__content .am-cabinet-collapsed-content .el-row .am-has-divider.el-row:first-child .el-row:nth-child(2), 
.page-amelia-profile-therapist .am-cabinet-dashboard-appointments .am-cabinet .el-collapse-item .el-collapse-item__content .am-cabinet-collapsed-content .el-row .am-has-divider.el-row:nth-child(2) .el-row div:nth-child(3),
.page-amelia-profile-therapist .am-cabinet-dashboard-appointments .am-cabinet .el-collapse-item .el-collapse-item__content .am-cabinet-collapsed-content .el-row .am-has-divider.el-row:nth-child(2) .el-row div:nth-child(4),
.page-amelia-profile-therapist .am-cabinet-dashboard-appointments .am-cabinet .el-collapse-item .el-collapse-item__content .am-cabinet-collapsed-content .el-row .am-has-divider.el-row:nth-child(2) .el-row div:nth-child(5),
.page-amelia-profile-therapist .am-cabinet-dashboard-appointments .am-cabinet .el-collapse-item .el-collapse-item__content .am-cabinet-collapsed-content .el-row .am-has-divider.el-row:nth-child(2) .el-row div:nth-child(6) {
    display: none;
}

.terapeut-filter__list #terapeut-select-wrapper #terapeut_select {
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 12px 16px;
    color: #2D2D2D;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.84px;
}

@media (max-width: 575px) {
    .terapeut-filter__list li#terapeut-select-wrapper  {
        flex-direction: column;
        align-items: flex-start;
    }

    .terapeut-filter__list #terapeut-select-wrapper #terapeut_select {
        width: 100%;
    }
}

.amelia-v2-booking .am-fs__info-form .am-fs__info-form__item:last-child {
    display: none !important;
}

.amelia-v2-booking .am-fs__info-form .am-fs__info-form__item.force-show {
    display: block !important;
}

