/* listing full file */

.listing-full-file .e-n-accordion-item {
    box-shadow: 0px 0px 40px 0px rgba(130, 130, 130, 0.16);
    border-radius: 12px;
}

.listing-full-file .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap;
    gap: 16px;
}

.listing-full-file .jet-listing-dynamic-repeater__item {
    padding-right: 16px;
    position: relative;
}

.listing-full-file .jet-listing-dynamic-repeater__item::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    right: 0;
    background-color: var(--e-global-color-107e913);
    transform: rotate(45deg);
}

.listing-full-file .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item {
    flex-grow: 1;
}

.listing-full-file .title-box {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    gap: 6px;
}

.listing-full-file .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    opacity: 0.5;
}

.listing-full-file .second-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    opacity: 0.75;
}

.listing-full-file .content-box .content-text {
    font-size: 12px;
    font-weight: 700;
    color: #212121;
    opacity: 0.5;
}

.listing-full-file .value-title[data-state="deactive"] {
    padding: 0px 6px;
    border-radius: 12px;
    font-size: 10px;
    color: black;
    background-color: rgb(255 0 0 / 10%);
    border: 1px solid red;
}

.listing-full-file .value-title[data-state="deactive"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: red;
}

.listing-full-file .value-title[data-state="active"] {
    padding: 0px 6px;
    border-radius: 12px;
    font-size: 10px;
    color: black;
    background-color: rgb(0 128 0 / 10%);
    border: 1px solid green;
}

.listing-full-file .value-title[data-state="active"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: green;
}

.listing-full-file .value-title[data-state="controlled"] {
    padding: 0px 6px;
    border-radius: 12px;
    font-size: 10px;
    color: black;
    background-color: rgb(128 128 128 / 10%);
    border: 1px solid grey;
}

.listing-full-file .value-title[data-state="controlled"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: grey;
}

.listing-full-file .btn-link-dl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 2px;
    border: 1px solid transparent;
    border-radius: 12px;
    background-color: rgba(238, 238, 238, 1);
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: var(--e-global-color-107e913);
}

.listing-full-file .btn-link-dl:hover {
    border: 1px solid var(--e-global-color-107e913);
}

.listing-full-file .doc-repeater .jet-listing-dynamic-repeater__item::before {
    top: 16px;
}

.listing-full-file .doc-repeater .jet-listing-dynamic-repeater__item .title-box {
    gap: 12px;
}

.listing-full-file .doc-repeater .jet-listing-dynamic-repeater__item .main-title {
    margin-left: auto;
}

@media (max-width: 767px) {

    .listing-full-file .sub-title {
        font-size: 10px;
    }

    .listing-full-file .doc-repeater .main-title {
        white-space: nowrap;
        max-width: 33%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .listing-full-file .second-title {
        font-size: 12px;
    }


    .listing-full-file .doc-repeater .jet-listing-dynamic-repeater__item::before {
        top: 12px;
    }

    .listing-full-file .btn-link-dl {
        padding: 5px 8px;
        font-size: 10px;
    }
}

/* listing full file */

/* 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 {
    cursor: pointer;
}

.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-107e913);
}

.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://janyar24.com/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-107e913);
    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;
}

@media (max-width: 767px) {

    .listing-patient-visit-total-fee .jet-listing-dynamic-field__content::before {
        font-size: 12px;
    }

    .listing-patient-visit-symptom-table {
        overflow: scroll hidden;
    }

    .listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table thead th {
        font-size: 12px;
    }

    .listing-patient-visit-symptom-table .jet-listing-dynamic-repeater__items table tbody td {
        white-space: nowrap;
        font-size: 10px !important;
    }

}

/* listing patient visit full */

/* listing staff visit full */

.listing-staff-visit-state-btn {
    cursor: pointer;
}

.listing-staff-visit-state-btn .jet-listing-dynamic-field__content {
    transition: color 0.5s;
}

.listing-staff-visit-state-btn:hover .jet-listing-dynamic-field__content {
    color: white !important;
}

/* listing satff vsit 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: 12px;
    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-profile .jet-listing-dynamic-field__content {
    display: flex;
}

.listing-patient-visit-banner-profile img {
    border-radius: 12px;
}

.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-profile img {
    border-radius: 12px;
}

.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 */

/* listing patient visit grid */

.listing-patient-visit-grid-state-btn  {
    cursor: pointer;
}

.listing-patient-visit-grid-state-btn .jet-listing-dynamic-field__content {
    transition: color 0.5s;
}

.listing-patient-visit-grid-state-btn:hover .jet-listing-dynamic-field__content {
    color: white !important;
}

.listing-patient-visit-grid-price .custom-currency {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

@media (max-width: 767px) {
    .listing-patient-visit-grid {
        white-space: nowrap;
        overflow: scroll hidden;
    }
}

/* listing patient visit grid */

/* listing staff finance visit grid */

.listing-staff-finance-visit-grid-state-btn .jet-listing-dynamic-field__content {
    transition: color 0.5s;
}

.listing-staff-finance-visit-grid-state-btn:hover .jet-listing-dynamic-field__content {
    color: white !important;
}

.listing-staff-finance-visit-grid-price .custom-currency {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

@media (max-width: 767px) {

    .listing-staff-finance-visit-grid {
        white-space: nowrap;
        overflow: scroll hidden;
    }
}

/* listing staff finance visit grid */

/* listing staff visit grid */

.listing-staff-visit-grid-state-btn {
    cursor: pointer;
}

.listing-staff-visit-grid-state-btn .jet-listing-dynamic-field__content {
    transition: color 0.5s;
}

.listing-staff-visit-grid-state-btn:hover .jet-listing-dynamic-field__content {
    color: white !important;
}

.listing-staff-visit-grid-price .custom-currency {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

@media (max-width: 767px) {
    .listing-staff-visit-grid {
        white-space: nowrap;
        overflow: scroll hidden;
    }
}

/* listing staff visit grid */

/* listing staff visit request action btn */

@media (max-width: 767px) {
    
    .listing-staff-visit-request {
        white-space: nowrap;
        overflow: scroll hidden;
    }

}

/* listing staff visit request */

/* listing patient rent */

.listing-patient-rent-visit-grid-state-btn .jet-listing-dynamic-field__content {
    transition: color 0.5s;
}

.listing-patient-rent-visit-grid-state-btn:hover .jet-listing-dynamic-field__content {
    color: white !important;
} 

@media (max-width: 767px) {
    
    .listing-patient-rent-grid {
        white-space: nowrap;
        overflow: scroll hidden;
    }


}

/* listing patient rent */

/* edit visit */

.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://janyar24.com/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;
}

.visit-edit-form .select2-container .select2-selection--single {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    background-color: #EEEEEE;
    padding: 12px 6px 12px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000000;
    border-radius: 8px 8px 8px 8px;
    min-height: 50px;
}

.visit-edit-form .select2-container .select2-selection--single .select2-selection__arrow {
    min-height: 50px;
}

.visit-edit-form .select2-container .select2-selection--multiple {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    background-color: #EEEEEE;
    padding: 6px 6px 6px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000000;
    border-radius: 8px 8px 8px 8px;
}

@media (max-width: 767px) {
    .visit-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .wp-block-columns {
        gap: 0;
    }
}

/* edit visit */

/* file edit */

.patient-file-edit-form .jet-form-builder-row.field-type-date-field:has(.date-field.start-date), .patient-file-edit-form .jet-form-builder-row.field-type-date-field:has(.date-field.done-date) {
    display: none;
}

.patient-file-edit-form .jet-form-builder-row.field-type-repeater-field>.jet-form-builder__label>.jet-form-builder__label-text::before,
.patient-file-edit-form .jet-form-builder>.jet-form-builder-row.field-type-textarea-field .jet-form-builder__label>.jet-form-builder__label-text::before {

    content: '';
    background-image: url('https://janyar24.com/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;
}

.patient-file-edit-form .jet-form-builder-row.field-type-repeater-field>.jet-form-builder__label>.jet-form-builder__label-text,
.patient-file-edit-form .jet-form-builder>.jet-form-builder-row.field-type-textarea-field .jet-form-builder__label>.jet-form-builder__label-text {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}

.patient-file-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;
}

.patient-file-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .wp-block-columns {
    margin-bottom: 0;
}

.patient-file-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__row-remove {
    transform: translate(-6px, -3px);
}

.patient-file-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__remove {
    position: relative;
}

.patient-file-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;
}

.patient-file-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__remove:hover::before {
    visibility: visible;
    opacity: 1;
}

.patient-file-edit-form .field-type-repeater-field .select2-container .select2-selection--single {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    background-color: #EEEEEE;
    padding: 12px 6px 12px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000000;
    border-radius: 8px 8px 8px 8px;
    min-height: 50px;
}

.patient-file-edit-form .field-type-repeater-field .select2-container .select2-selection--single .select2-selection__arrow {
    min-height: 50px;
}

.patient-file-edit-form  .select2-container .select2-selection--multiple {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    background-color: #EEEEEE;
    padding: 6px 6px 6px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000000;
    border-radius: 8px 8px 8px 8px;
}

/* file edit */

/* patient edit */

@media (max-width: 767px) {
    .patient-account-edit-form .wp-block-columns.is-layout-flex {
        gap: 6px;
        margin-bottom: 6px;
    }
    
    .patient-file-edit-form .jet-form-builder-repeater .jet-form-builder-repeater__row .wp-block-columns {
        gap: 0;
    }
}

/* patient edit */

/* full request form */

.full-request-form .jet-form-builder-row.field-type-repeater-field>.jet-form-builder__label>.jet-form-builder__label-text::before,
.full-request-form .jet-form-builder>.jet-form-builder-row.field-type-textarea-field .jet-form-builder__label>.jet-form-builder__label-text::before,
.full-request-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,
.full-request-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://janyar24.com/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;
}

.full-request-form .jet-form-builder-row.field-type-repeater-field>.jet-form-builder__label>.jet-form-builder__label-text,
.full-request-form .jet-form-builder>.jet-form-builder-row.field-type-textarea-field .jet-form-builder__label>.jet-form-builder__label-text,
.full-request-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,
.full-request-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;
}

.full-request-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;
}

.full-request-form .jet-form-builder-repeater .jet-form-builder-repeater__row .wp-block-columns {
    margin-bottom: 0;
}

.full-request-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__row-remove {
    transform: translate(-6px, -3px);
}

.full-request-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__remove {
    position: relative;
}

.full-request-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;
}

.full-request-form .jet-form-builder-repeater .jet-form-builder-repeater__row .jet-form-builder-repeater__remove:hover::before {
    visibility: visible;
    opacity: 1;
}

.full-request-form .select2-container .select2-selection--single {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    background-color: #EEEEEE;
    padding: 12px 6px 12px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000000;
    border-radius: 8px 8px 8px 8px;
    min-height: 50px;
}

.full-request-form .select2-container .select2-selection--single .select2-selection__arrow {
    min-height: 50px;
}

.full-request-form .select2-container .select2-selection--multiple {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    background-color: #EEEEEE;
    padding: 6px 6px 6px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000000;
    border-radius: 8px 8px 8px 8px;
}

/* full request form */

/* quick equipment form */

.quick-submit-form form.jet-form-builder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.quick-submit-form form.jet-form-builder .jet-form-builder-row {
    flex-grow: 1;
    padding: 0;
}

.quick-submit-form .jet-form-builder-row .jet-form-builder__label {
    display: none;
}

.jet-form-builder-messages-wrap {
width: 100%
}

/* quick equipment form */

/* equipment guide form */

.guide-form .wp-block-columns {
    margin: 0;
}

/* equipment guide form */

/* full equipment form */

.full-rent-form .jet-form-builder-row.field-type-repeater-field>.jet-form-builder__label>.jet-form-builder__label-text::before,
.full-rent-form .jet-form-builder>.jet-form-builder-row.field-type-textarea-field .jet-form-builder__label>.jet-form-builder__label-text::before,
.full-rent-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,
.full-rent-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://janyar24.com/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;
}

.full-rent-form .wp-block-columns {
    margin: 0;
}

/* full equipment form */

/* patient account */

.patient-account-grid>.elementor-element:nth-child(even) {
    grid-column-start: 2;
    grid-column-end: 20;
}

@media (max-width: 1023px) {
    .patient-account-grid>.elementor-element:nth-child(even) {
        grid-column-start: unset;
        grid-column-end: unset;
    }
}


/* patient account */

/* staff account */

.staff-account-grid>.elementor-element:nth-child(even) {
    grid-column-start: 2;
    grid-column-end: 20;
}

@media (max-width: 1023px) {
    .staff-account-grid>.elementor-element:nth-child(even) {
        grid-column-start: unset;
        grid-column-end: unset;
    }
}


/* staff account */

/* edit account */

.edit-account-link .elementor-icon-wrapper {
    display: flex;
}

.jet-form-builder .field-type-date-field:has(.birthday), .jet-form-builder .field-type-date-field .birthday  {
    display: none;
}

@media (max-width: 767px) {
    .user-account-edit-form .wp-block-columns.is-layout-flex {
        gap: 6px;
        margin-bottom: 6px;
    }
}

/* edit account */

/* staff dashboard */

.staff-satisfaction-form-star {
    cursor: pointer;
}

/* staff dashboard */

/* patient dashboard */

.patient-dashboard-avatar-item .jet-listing-dynamic-field__content {
    display: flex;
    justify-content: space-between;
}

.patient-dashboard-avatar-item .jet-listing-dynamic-field__content .patient-dashboard-avatar-item-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.patient-satisfaction-form-star {
    cursor: pointer;
}

@media (max-width: 1023px) {
    .patient-dashboard-avatar-item .jet-listing-dynamic-field__content .patient-dashboard-avatar-item-label {
        font-size: 12px;
    }
}

/* patient dashboard */

/* staff panel sidebar */

.staff-panel-sidebar .elementor-icon-list-item {
    padding: 16px !important;
    border-right: 4px solid transparent;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.staff-panel-sidebar .elementor-icon-list-item:not(:first-child) {
    margin-top: 4px !important;
}

.staff-panel-sidebar .elementor-icon-list-item.active,
.staff-panel-sidebar .elementor-icon-list-item:hover {
    border-right: 4px solid var(--e-global-color-107e913);
    background-color: #EEEEEE;
}

.staff-panel-sidebar .elementor-icon-list-item .elementor-icon-list-icon {
    filter: grayscale(1);
}

.staff-panel-sidebar .elementor-icon-list-item.active .elementor-icon-list-icon,
.staff-panel-sidebar .elementor-icon-list-item:hover .elementor-icon-list-icon {
    filter: grayscale(0);
}

.staff-panel-mobile-sidebar-trigger-icon .elementor-icon-wrapper {
    display: flex;
}

@media (max-width: 1023px) {

    .staff-panel-sidebar-container {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100;

        background: #fff;
        border-radius: 12px;

        max-height: 0;
        overflow: hidden;

        transition: max-height 0.35s ease;
    }

    .staff-panel-sidebar-container.is-open {
        border-color: var(--e-global-color-107e913) !important;
    }

}

@media (max-width: 1023px) {

    .staff-panel-sidebar-user-box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
    }

}

/* staff panel sidebar */

/* patient panel sidebar */

.patient-panel-sidebar .elementor-icon-list-item {
    padding: 16px !important;
    border-right: 4px solid transparent;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.patient-panel-sidebar .elementor-icon-list-item:not(:first-child) {
    margin-top: 4px !important;
}

.patient-panel-sidebar .elementor-icon-list-item.active,
.patient-panel-sidebar .elementor-icon-list-item:hover {
    border-right: 4px solid var(--e-global-color-107e913);
    background-color: #EEEEEE;
}

.patient-panel-sidebar .elementor-icon-list-item .elementor-icon-list-icon {
    filter: grayscale(1);
}

.patient-panel-sidebar .elementor-icon-list-item.active .elementor-icon-list-icon,
.patient-panel-sidebar .elementor-icon-list-item:hover .elementor-icon-list-icon {
    filter: grayscale(0);
}

.patient-panel-mobile-sidebar-trigger-icon .elementor-icon-wrapper {
    display: flex;
}

@media (max-width: 1023px) {

    .patient-panel-sidebar-container {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100;

        background: #fff;
        border-radius: 12px;

        max-height: 0;
        overflow: hidden;

        transition: max-height 0.35s ease;
    }

    .patient-panel-sidebar-container.is-open {
        border-color: var(--e-global-color-107e913) !important;
    }

}

@media (max-width: 1023px) {

    .patient-panel-sidebar-user-box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
    }

}

/* patient panel sidebar */

/* popup logout */

.popup-logout-icon .elementor-icon-wrapper {
    display: flex;
}

.logout-form-popup a.dialog-close-button, .patient-satisfaction-form-popup a.dialog-close-button, .staff-satisfaction-form-popup a.dialog-close-button, .update-img-form-popup a.dialog-close-button, .quick-request-form-popup a.dialog-close-button, .search-popup a.dialog-close-button, .quick-equipment-form-popup a.dialog-close-button {
    padding: 5px;
    border-radius: 8px;
}

/* popup logout */