/* listing patient visit full */

.listing-patient-visit-total-fee .jet-listing-dynamic-field__content::before {
    content: 'حدود هزینه:';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-left: 4px;
}

.listing-patient-visit-total-fee .jet-listing-dynamic-field__content::after {
    content: 'تومان';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-right: 4px;
    color: #212121;
}

.listing-patient-visit-state-btn .jet-listing-dynamic-field__content {
    transition: color 0.5s;
}

.listing-patient-visit-state-btn:hover .jet-listing-dynamic-field__content {
    color: white !important;
}

.listing-patient-visit-state-trigger {
    cursor: pointer;
}

.listing-patient-visit-state-trigger .elementor-icon-box-wrapper {
    padding: 6px 16px;
}

.listing-patient-visit-edit-trigger {
    cursor: pointer;
}

.listing-patient-visit-edit-trigger .elementor-icon-wrapper {
    display: flex;
}

.listing-patient-visit-icon-trigger {
    cursor: pointer;
}

.listing-patient-visit-icon-trigger .elementor-icon-wrapper {
    display: flex;
}

.listing-patient-visit-data-box {
    height: 0;
    opacity: 0;
    margin-top: -16px;
    overflow: hidden;
    transition:
        height 0.5s ease,
        opacity 0.4s ease,
        margin-top 0.4s ease;
}

.listing-patient-visit-edit-box {
    height: 0;
    opacity: 0;
    padding: 0;
    margin-top: -16px;
    overflow: hidden;
    transition:
        height 0.5s ease,
        opacity 0.4s ease,
        margin-top 0.4s ease,
        padding 0.4s ease;
}

.listing-visit-label {
    min-width: 200px !important;
}

.listing-patient-visit-symptom-table {
        width: -webkit-fill-available;
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table {
    margin: 0;
    border-radius: 12px;
    border: none;
    border-collapse: separate !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table thead,
.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table thead tr {
    border-radius: 12px 12px 0 0;
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table thead tr {
    background-color: var(--e-global-color-e35dd11);
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table thead th {
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 6px 3px;
    border: none;
    text-align: right;
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table thead th:first-child {
    border-radius: 0 12px 0 0;
    padding-right: 9px;
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table thead th:last-child {
    border-radius: 12px 0 0 0;
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table tbody td {
    padding: 6px 9px;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: none;
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table tbody tr:last-child td:first-child {
    border-radius: 0 0 12px 0;
}

.listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table tbody tr:last-child td:last-child {
    border-radius: 0 0 0 12px;
}

.listing-patient-visit-doc-repeater .listing-visit-media-dl {
    padding: 10px 16px;
}

.listing-patient-visit-doc-repeater .listing-visit-media-dl::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://medical.dimaino.co/wp-content/uploads/2026/05/download-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 2px;
}

.listing-patient-visit-medicine-repeater .jet-listing-dynamic-repeater__items,
.listing-patient-visit-service-repeater .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap;
    gap: 12px;
}

.listing-patient-visit-service-repeater .jet-listing-dynamic-repeater__item dl,
.listing-patient-visit-medicine-repeater .jet-listing-dynamic-repeater__item dl {
    gap: 6px;
}

.listing-patient-visit-service-repeater .jet-listing-dynamic-repeater__item dt,
.listing-patient-visit-medicine-repeater .jet-listing-dynamic-repeater__item dt {
    gap: 3px;
    padding-right: 10px;
    position: relative;
    font-weight: 400;
}

.listing-patient-visit-service-repeater .jet-listing-dynamic-repeater__item dt::before,
.listing-patient-visit-medicine-repeater .jet-listing-dynamic-repeater__item dt::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: var(--e-global-color-e35dd11);
    transform: rotate(45deg) translate(0, -50%);
}

.listing-patient-visit-service-repeater .jet-listing-dynamic-repeater__item dd,
.listing-patient-visit-medicine-repeater .jet-listing-dynamic-repeater__item dd {
    margin: 0;
}

/* listing patient visit full */

/* listing staff patient visit */

.listing-staff-patient-visit-time .jet-listing-dynamic-field__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.listing-staff-patient-visit-time .item-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.listing-staff-patient-visit-address .jet-listing-dynamic-field {
    align-items: flex-start;
}


.listing-staff-patient-visit-address .jet-listing-dynamic-field__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.listing-staff-patient-visit-address .item-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.listing-staff-patient-visit-address .item-value {
    text-align: justify;
}

.listing-staff-patient-visit-services dl {
    justify-content: space-between !important;
}

.listing-staff-patient-visit-services dl dd {
    margin-right: 0;
}

.listing-staff-patient-visit-services dl .item-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.listing-staff-patient-visit-services dl .item-sub {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    opacity: 0.75;
}

.listing-staff-patient-visit-services dl .item-currency {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.listing-staff-patient-visit-total-fee .jet-listing-dynamic-field__content {
    display: flex;
    justify-content: space-between;
}

.listing-staff-patient-visit-total-fee .item-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666
}

.listing-staff-patient-visit-total-fee .item-currency {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.listing-staff-patient-visit-btn .jet-listing-dynamic-field__content .listing-staff-patient-visit-link {
    color: var(--e-global-color-107e913) !important;
}

.listing-staff-patient-visit-btn:hover .jet-listing-dynamic-field__content .listing-staff-patient-visit-link {
    color: white !important;
}

.listing-staff-patient-visit-btn-color .jet-listing-dynamic-field__content .listing-staff-patient-visit-link {
    color: white !important;
}

.listing-staff-patient-visit-btn-color:hover .jet-listing-dynamic-field__content .listing-staff-patient-visit-link {
    color: var(--e-global-color-107e913) !important;
}

/* listing staff patient visit */

/* listing patient visit banner price */

.listing-patient-visit-banner-total-fee .jet-listing-dynamic-field__content::before {
    content: 'حدود هزینه:';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
    margin-left: 4px;
}

.listing-patient-visit-banner-total-fee .jet-listing-dynamic-field__content::after {
    content: 'تومان';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-right: 4px;
    color: #212121;
}

.listing-patient-visit-banner-price .jet-listing-dynamic-field__content .item-title{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(102, 102, 102, 1);
    margin-left: 4px;
}

.listing-patient-visit-banner-state-btn .jet-listing-dynamic-field__content {
    transition: color 0.5s;
}

.listing-patient-visit-banner-state-btn:hover .jet-listing-dynamic-field__content {
    color: white !important;
}

/* listing patient visit banner price */

/* listing staff visit banner price */

.listing-staff-visit-banner-profile .jet-listing-dynamic-field__content {
    display: flex;
}

.listing-staff-visit-banner-address .jet-listing-dynamic-field__content::before {
    content: 'آدرس:';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(102, 102, 102, 1);
    margin-left: 8px;
}

.listing-staff-visit-banner-btn .jet-listing-dynamic-field__content .listing-staff-visit-banner-link {
    color: var(--e-global-color-107e913) !important;
}

.listing-staff-visit-banner-btn .jet-listing-dynamic-field__content:hover .listing-staff-visit-banner-link {
    color: white !important;
}

/* listing staff visit banner price */

/* edit visit form */

.visit-edit-form .jet-form-builder-row.field-type-repeater-field>.jet-form-builder__label>.jet-form-builder__label-text::before,
.visit-edit-form .jet-form-builder>.jet-form-builder-row.field-type-textarea-field .jet-form-builder__label>.jet-form-builder__label-text::before,
.visit-edit-form .jet-form-builder > .wp-block-columns > .wp-block-column>.jet-form-builder-row.field-type-select-field .jet-form-builder__label>.jet-form-builder__label-text::before,
.visit-edit-form .jet-form-builder > .wp-block-columns > .wp-block-column>.jet-form-builder-row.field-type-text-field .jet-form-builder__label>.jet-form-builder__label-text::before {

    content: '';
    background-image: url('https://medical.dimaino.co/wp-content/themes/hello-elementor-child/assets/img/form-label-beat.svg');
    display: inline-block;
    width: 28px;
    height: 8px;
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}

.visit-edit-form .jet-form-builder-row.field-type-repeater-field>.jet-form-builder__label>.jet-form-builder__label-text,
.visit-edit-form .jet-form-builder>.jet-form-builder-row.field-type-textarea-field .jet-form-builder__label>.jet-form-builder__label-text,
.visit-edit-form .jet-form-builder > .wp-block-columns > .wp-block-column>.jet-form-builder-row.field-type-select-field .jet-form-builder__label>.jet-form-builder__label-text,
.visit-edit-form .jet-form-builder > .wp-block-columns > .wp-block-column>.jet-form-builder-row.field-type-text-field .jet-form-builder__label>.jet-form-builder__label-text {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}

.visit-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row {
    background-color: white;
    padding: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    margin-bottom: 9px;
}

.visit-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .wp-block-columns {
    margin-bottom: 0;
}

.visit-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__row-remove {
    transform: translate(-6px, -3px);
}

.visit-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__remove {
    position: relative;
}

.visit-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__remove::before {
    content: 'حذف مورد';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 10px;
    font-weight: 500;
    color: white;
    background-color: #D20000;
    border: 1px solid #D20000;
    border-radius: 4px;
    padding: 0px 6px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.5s;
}

.visit-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__remove:hover::before {
    visibility: visible;
    opacity: 1;
}

/* edit visit form */

/* edit account */

.edit-account-link .elementor-icon-wrapper {
    display: flex;
}

/* edit account */