/**
 * User dashboard sidebar — panel accent (#14213de0).
 */

.prb_content_body::before,
.input_add_h::before {
    display: none !important;
    content: none !important;
}

/* دسکتاپ: فاصله منو و محتوا */
@media (min-width: 992px) {
    .profile_box {
        gap: 100px;
        align-items: flex-start;
        box-sizing: border-box;
    }

    .profile_box > .prb_menu {
        width: 17%;
        flex: 0 0 17%;
        max-width: 17%;
        margin-left: 0 !important;
    }

    .profile_box > .prb_content {
        width: 67%;
        flex: 0 0 67%;
        max-width: 67%;
        box-sizing: border-box;
    }
}

.profile_box .room_edit_btn,
.profile_box .room_edit_btn:hover {
    box-shadow: none !important;
    transform: none !important;
}

.profile_box .prb_menu_body {
    border: 1px solid var(--jayto-panel-accent-border, rgba(20, 33, 61, 0.24));
    border-radius: 12px;
    box-shadow: none;
    padding: 16px 10px;
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
}

.profile_box .prb_menu_tab_panel {
    overflow: hidden;
    box-sizing: border-box;
}

.profile_box .prb_menu_section {
    margin-bottom: 22px;
    padding-bottom: 16px;
    padding-inline: 2px;
    box-sizing: border-box;
}

.profile_box .prb_menu_tab {
    padding: 10px 12px;
    color: var(--jayto-panel-accent-dark, #0f1a2f);
    font-weight: 700;
}

.profile_box .prb_menu_tab:hover,
.profile_box .prb_menu_tab:focus-visible {
    background: var(--jayto-panel-accent) !important;
    color: #fff !important;
    box-shadow: none;
}

.profile_box .prb_menu_tab.active {
    background: var(--jayto-panel-accent) !important;
    color: #fff !important;
    box-shadow: none;
}

.profile_box .prb_menu_body:hover {
    box-shadow: none;
    transform: none !important;
}

.profile_box .prb_menu_tabs {
    gap: 6px;
    margin-bottom: 18px;
    padding: 4px;
    background: var(--jayto-panel-accent-muted, rgba(20, 33, 61, 0.12));
    box-sizing: border-box;
}

.profile_box .prb_menu_section:last-child {
    margin-bottom: 4px;
    padding-bottom: 0;
}

.profile_box .prb_menu_tab_panel.active {
    animation: none;
}

.profile_box .prb_menu_item {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 4px) !important;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px 6px;
    margin: 0 2px 5px;
    border-radius: 8px;
    border: none !important;
    animation: none;
    transform: none !important;
    box-shadow: none !important;
}

.profile_box .prb_menu_item:hover,
.profile_box .prb_menu_item.expanded:hover,
.profile_box .prb_menu_item.active:hover,
.profile_box .prb_menu_item.has-submenu:hover,
.profile_box a.prb_menu_item:hover {
    background: var(--jayto-panel-accent) !important;
    transform: none !important;
    translate: none !important;
    border: none !important;
    box-shadow: none !important;
    width: calc(100% - 4px) !important;
    margin-inline: 2px;
    padding: 5px 6px;
}

.profile_box .prb_menu_item:hover .prb_icon,
.profile_box .prb_menu_item.expanded:hover .prb_icon,
.profile_box .prb_menu_item.active:hover .prb_icon,
.profile_box .prb_menu_item.has-submenu:hover .prb_icon,
.profile_box a.prb_menu_item:hover .prb_icon {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    transform: none;
    box-shadow: none;
}

.profile_box .prb_menu_item:hover .prb_menu_container > span,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span,
.profile_box a.prb_menu_item:hover .prb_menu_container > span,
.profile_box a.prb_menu_item:hover > span.fz16 {
    color: rgba(255, 255, 255, 0.95) !important;
}

.profile_box .prb_menu_item:hover .prb_menu_container > span.fz11,
.profile_box .prb_menu_item:hover .prb_menu_container > span.fz10,
.profile_box .prb_menu_item:hover .prb_menu_container > span.fz14.col_gray,
.profile_box .prb_menu_item:hover .prb_menu_container > span.fw300,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span.fz11,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span.fz10,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span.fz14.col_gray,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span.fw300 {
    color: rgba(255, 255, 255, 0.78) !important;
}

.profile_box .prb_menu_item:hover.has-submenu::after,
.profile_box .prb_menu_item.has-submenu:hover::after {
    color: #fff !important;
}

.profile_box .prb_menu_item.active,
.profile_box .prb_menu_item.expanded {
    background: transparent;
    box-shadow: none;
    border: none;
}

.profile_box .prb_menu_item:hover .prb_menu_container > span.col_gray,
.profile_box .prb_menu_item:hover .prb_menu_container > span.fz14.fw300,
.profile_box .prb_menu_item:hover .prb_menu_container > span.fz11,
.profile_box .prb_menu_item:hover .prb_menu_container > span.fz10,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span.col_gray,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span.fz14.fw300,
.profile_box a.prb_menu_item:hover .prb_menu_container > span.col_gray,
.profile_box a.prb_menu_item:hover .prb_menu_container > span.fz14.fw300,
.profile_box a.prb_menu_item:hover .prb_menu_container > span.fz11,
.profile_box a.prb_menu_item:hover .prb_menu_container > span.fz10,
.profile_box .prb_menu_item.active:hover .prb_menu_container > span.col_gray,
.profile_box .prb_menu_item.active:hover .prb_menu_container > span.fz14.fw300,
.profile_box .prb_menu_item.active:hover .prb_menu_container > span.fz11,
.profile_box .prb_menu_item.active:hover .prb_menu_container > span.fz10,
.profile_box a.prb_menu_item.active:hover .prb_menu_container > span.col_gray,
.profile_box a.prb_menu_item.active:hover .prb_menu_container > span.fz14.fw300 {
    color: rgba(255, 255, 255, 0.78) !important;
}

.profile_box .prb_menu_item:hover .prb_menu_container > span.col_gray2,
.profile_box .prb_menu_item:hover .prb_menu_container > span.fw700,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span.col_gray2,
.profile_box .prb_menu_item.has-submenu:hover .prb_menu_container > span.fw700,
.profile_box a.prb_menu_item:hover .prb_menu_container > span.col_gray2,
.profile_box a.prb_menu_item:hover .prb_menu_container > span.fw700,
.profile_box .prb_menu_item.active:hover .prb_menu_container > span.col_gray2,
.profile_box .prb_menu_item.active:hover .prb_menu_container > span.fw700,
.profile_box a.prb_menu_item.active:hover .prb_menu_container > span.col_gray2,
.profile_box a.prb_menu_item.active:hover .prb_menu_container > span.fw700 {
    color: rgba(255, 255, 255, 0.95) !important;
}

.profile_box .prb_menu_item.active:before {
    top: 6px;
    right: -8px;
    width: 3px;
    height: calc(100% - 12px);
    border-radius: 3px;
    background: var(--jayto-panel-accent) !important;
    box-shadow: none;
}

.profile_box .prb_icon {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    border-radius: 7px;
    background: var(--jayto-panel-accent-muted, rgba(20, 33, 61, 0.12));
    color: var(--jayto-panel-accent-solid, #14213D) !important;
    box-shadow: none !important;
    flex-shrink: 0;
    overflow: visible;
}

.profile_box .prb_icon i {
    font-size: 13px;
}

.profile_box .prb_menu_item.active .prb_icon,
.profile_box span.prb_menu_item.active .prb_icon,
.profile_box a.prb_menu_item.active .prb_icon {
    transform: none;
    box-shadow: none;
    background: var(--jayto-panel-accent-muted, rgba(20, 33, 61, 0.12));
    color: var(--jayto-panel-accent-solid, #14213D) !important;
}

.profile_box .prb_menu_container {
    width: calc(100% - 40px);
    min-width: 0;
    gap: 4px;
    box-sizing: border-box;
}

.profile_box .prb_menu_item.expanded .prb_menu_container,
.profile_box .prb_menu_item.expanded:hover .prb_menu_container {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 4px 0 2px 0;
    margin-top: 6px;
    margin-right: 24px;
    margin-left: 0;
    margin-bottom: 2px;
    gap: 3px;
    width: calc(100% - 36px);
}

.profile_box .prb_menu_item.active:not(.expanded) .prb_menu_container {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.profile_box .prb_menu_item:not(.expanded) .prb_menu_container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.profile_box .prb_menu_item.expanded .prb_menu_container a,
.profile_box .prb_menu_item.expanded .prb_menu_container .line_dash {
    max-height: 100px !important;
    opacity: 1 !important;
    overflow: hidden !important;
    margin: 2px 0;
    padding: 5px 8px;
    box-sizing: border-box;
    max-width: 100%;
}

@media (min-width: 992px) {
    .profile_box .prb_menu_item.expanded .prb_menu_container a,
    .profile_box .prb_menu_item.expanded .prb_menu_container .line_dash {
        max-width: 85%;
    }

    .profile_box .prb_menu_item.expanded .prb_menu_container a:hover,
    .profile_box .prb_menu_item.expanded .prb_menu_container a:hover:not(.active) {
        max-width: 85%;
    }
}

.profile_box .prb_menu_item.active:not(.expanded) .prb_menu_container a,
.profile_box .prb_menu_item.active:not(.expanded) .prb_menu_container .line_dash {
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.profile_box .prb_menu_item.expanded .prb_menu_container .line_dash {
    max-height: 1px;
    margin: 8px 0;
    padding: 0;
    background: var(--jayto-panel-accent-border, rgba(20, 33, 61, 0.24));
}

.profile_box .prb_menu_container a:hover {
    background: transparent;
    transform: none !important;
    padding-right: 8px;
}

.profile_box .prb_menu_item.expanded .prb_menu_container a:hover,
.profile_box .prb_menu_item.expanded .prb_menu_container a:hover:not(.active),
.profile_box .prb_menu_container a:hover:not(.active) {
    background: var(--jayto-panel-accent) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 5px 8px !important;
    transform: none !important;
    max-width: 100%;
    box-sizing: border-box;
}

.profile_box .prb_menu_item.has-submenu:hover > .prb_menu_container > span.fz15,
.profile_box .prb_menu_item.has-submenu:hover > .prb_menu_container > span.fz12,
.profile_box .prb_menu_item.has-submenu:hover > .prb_menu_container > span.fz14 {
    color: #fff !important;
}

.profile_box .prb_menu_container > span.fz15,
.profile_box .prb_menu_container > span.fz12.fw700,
.profile_box .prb_menu_container > span.fz14.fw700.col_gray2,
.profile_box .prb_menu_item.expanded .prb_menu_container > span.fz15,
.profile_box .prb_menu_item.expanded .prb_menu_container > span.fz12 {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
    line-height: 1.5;
    margin-bottom: 4px;
}

.profile_box span.prb_menu_item.active .prb_menu_container > span.fz15,
.profile_box span.prb_menu_item.active .prb_menu_container > span.fz12,
.profile_box span.prb_menu_item.active .prb_menu_container > span.fz14,
.profile_box a.prb_menu_item.active .prb_menu_container > span.fz15,
.profile_box a.prb_menu_item.active .prb_menu_container > span.fz12,
.profile_box a.prb_menu_item.active .prb_menu_container > span.fz14,
.profile_box a.prb_menu_item.active .prb_menu_container > span.fz14.fw700,
.profile_box a.prb_menu_item.active > span.fz16 {
    color: #2d3748 !important;
}

.profile_box .prb_menu_container a,
.profile_box .prb_menu_container a.fz14,
.profile_box .prb_menu_item.active .prb_menu_container a:not(.active),
.profile_box .prb_menu_item.expanded .prb_menu_container a:not(.active) {
    font-size: 13px;
    font-weight: 500;
    color: #94a3b0 !important;
}

.profile_box .prb_menu_container > span.fz14.col_gray,
.profile_box .prb_menu_container > span.fz14.fw300,
.profile_box .prb_menu_container > span.fz10.col_gray,
.profile_box .prb_menu_container > span.fz10.fw300,
.profile_box .prb_menu_container > span.fz11,
.profile_box .prb_menu_container > span.fz10,
.profile_box .prb_menu_item.active .prb_menu_container span.fz11,
.profile_box .prb_menu_item.active .prb_menu_container span.fz10,
.profile_box .prb_menu_item.expanded .prb_menu_container > span.fz14.col_gray,
.profile_box .prb_menu_item.expanded .prb_menu_container > span.fz14.fw300 {
    font-size: 12.5px;
    font-weight: 400;
    color: #9aa8b6 !important;
    line-height: 1.55;
}

.profile_box .prb_menu_container a.active {
    background: var(--jayto-panel-accent) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
}

.profile_box .prb_menu_section p.fz11 {
    background: var(--jayto-panel-accent-muted, rgba(20, 33, 61, 0.12));
    border: none;
    border-right: 2px solid var(--jayto-panel-accent-border, rgba(20, 33, 61, 0.35));
    border-radius: 0;
    padding: 0 10px 0 0;
    margin-bottom: 14px;
    margin-top: 4px;
    color: var(--jayto-panel-accent-dark, #0f1a2f);
}

.profile_box .prb_menu_section > p.fz14.col_gray {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 12px;
}

.profile_box .prb_menu_container span.fz12,
.profile_box .prb_menu_container span.fz15 {
    margin-bottom: 2px;
}

.profile_box .prb_menu_item.has-submenu::after {
    left: 8px;
    color: var(--jayto-panel-accent-dark, #0f1a2f);
}

.profile_box .prb_menu_body,
.profile_box .prb_menu_item {
    overflow: hidden;
}

.profile_box .prb_menu .prb_icon {
    overflow: visible !important;
}

.profile_box .prb_icon > .host_menu_badge {
    display: block !important;
}

.profile_box .prb_menu .host_menu_badge::after {
    background-color: #f44336;
}

@media (max-width: 991px) {
    .profile_box .prb_menu_body {
        overflow-x: hidden !important;
        border: none;
        box-shadow: none;
        padding: 14px 10px;
    }

    .profile_box .prb_menu_item {
        width: calc(100% - 4px) !important;
        padding: 6px 8px;
        margin: 0 2px 6px;
    }
}

/* Panel content — buttons & accents (loads after style.css) */
.profile_box .change_pass_submit,
.profile_box .change_user_info_submit,
.profile_box .wallet_submit,
.profile_box .request_payment_submit,
.profile_box #host_insert_post_btn,
.profile_box #host_update_post_btn,
.profile_box #hotel_insert_post_btn,
.profile_box #hotel_update_post_btn,
.profile_box #tour_insert_post_btn,
.profile_box #tour_update_post_btn,
.profile_box .jayto-host-save-btn:not(.jayto-save-disabled):not([data-disabled="1"]),
.profile_box .btn_view_low,
.profile_box .jayto-host-map-address-search-btn,
.profile_box .jayto-host-calendar-price-box .edayp_submit,
.profile_box .jayto-host-sans-submit,
.profile_box .jayto-host-sans-page .add_sans_submit,
.profile_box .jayto-host-sans-page .add_sans_submit_mobile,
.profile_box .ate_submit,
.profile_box .jayto-host-tour-accommodation-add,
.profile_box .jayto-host-tour-accommodation-modal .ate_submit,
.profile_box .add_ssans_submit,
.profile_box .answer_ticket_to_answer_submit,
.profile_box .send_user_attach_before,
.profile_box .rscs,
.profile_box .edayp_submit,
.profile_box .dis_day_submit,
.profile_box .return_day_submit,
.profile_box .rodp_submit,
.profile_box .jayto-empty-state__cta {
    background: var(--jayto-panel-accent) !important;
    background-image: none !important;
    color: #fff !important;
    border-color: var(--jayto-panel-accent) !important;
    box-shadow: 0 4px 14px rgba(20, 33, 61, 0.28) !important;
}

.profile_box .change_pass_submit:hover,
.profile_box .change_user_info_submit:hover,
.profile_box .wallet_submit:hover,
.profile_box .request_payment_submit:hover,
.profile_box #host_insert_post_btn:hover,
.profile_box #host_update_post_btn:hover,
.profile_box #hotel_insert_post_btn:hover,
.profile_box #hotel_update_post_btn:hover,
.profile_box #tour_insert_post_btn:hover,
.profile_box #tour_update_post_btn:hover,
.profile_box .jayto-host-save-btn:not(.jayto-save-disabled):not([data-disabled="1"]):hover,
.profile_box .btn_view_low:hover,
.profile_box .jayto-host-map-address-search-btn:hover:not(:disabled),
.profile_box .jayto-host-calendar-price-box .edayp_submit:hover,
.profile_box .jayto-host-sans-submit:hover,
.profile_box .jayto-host-sans-page .add_sans_submit:hover,
.profile_box .jayto-host-sans-page .add_sans_submit_mobile:hover,
.profile_box .ate_submit:hover,
.profile_box .jayto-host-tour-accommodation-add:hover,
.profile_box .jayto-host-tour-accommodation-modal .ate_submit:hover,
.profile_box .add_ssans_submit:hover,
.profile_box .answer_ticket_to_answer_submit:hover,
.profile_box .send_user_attach_before:hover,
.profile_box .rscs:hover,
.profile_box .edayp_submit:hover,
.profile_box .dis_day_submit:hover,
.profile_box .return_day_submit:hover,
.profile_box .rodp_submit:hover,
.profile_box .jayto-empty-state__cta:hover {
    background: var(--jayto-panel-accent-dark) !important;
    background-image: none !important;
    color: #fff !important;
    transform: none;
}

.profile_box .com_cansel,
.profile_box .view_low_pay.com_cansel {
    background: rgba(20, 33, 61, 0.12) !important;
    background-image: none !important;
    color: var(--jayto-panel-accent-dark) !important;
    border: 1px solid rgba(20, 33, 61, 0.24);
    box-shadow: none !important;
    transform: none !important;
}

.profile_box .com_cansel:hover,
.profile_box .view_low_pay.com_cansel:hover {
    background: rgba(20, 33, 61, 0.18) !important;
    color: #0f1a2f !important;
    transform: none !important;
}

.profile_box .jayto-host-save-btn.jayto-save-disabled,
.profile_box .jayto-host-save-btn[data-disabled="1"],
.profile_box #host_insert_post_btn.jayto-save-disabled,
.profile_box #tour_insert_post_btn.jayto-save-disabled,
.profile_box #tour_update_post_btn.jayto-save-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none !important;
}

.profile_box .modern_payment_btn::before {
    display: none !important;
}

.profile_box .jayto-host-option-item.is-selected,
.profile_box .jayto-host-city-option.is-selected,
.profile_box .jayto-host-clock-hour.is-selected {
    border-color: var(--jayto-panel-accent) !important;
    background: var(--jayto-panel-accent) !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(20, 33, 61, 0.28) !important;
}

.profile_box .jayto-host-city-option.is-selected .jayto-host-city-option__check::after {
    border-color: var(--jayto-panel-accent) !important;
}

.profile_box .jayto-host-tools-item.is-selected {
    border-color: var(--jayto-panel-accent) !important;
    background: rgba(20, 33, 61, 0.12) !important;
}

.profile_box .jayto-host-tools-item.is-selected .jayto-host-tools-item__label {
    color: var(--jayto-panel-accent-dark) !important;
}

/* Icons on accent-colored surfaces */
.profile_box .prb_menu_item:hover .prb_icon i,
.profile_box .prb_menu_item:hover .prb_icon i::before,
.profile_box .prb_menu_tab:hover i,
.profile_box .prb_menu_tab:hover i::before,
.profile_box .prb_menu_tab.active i,
.profile_box .prb_menu_tab.active i::before,
.profile_box .prb_menu_container a.active i,
.profile_box .prb_menu_container a.active i::before,
.profile_box .prb_menu_item.expanded .prb_menu_container a:hover i,
.profile_box .prb_menu_item.expanded .prb_menu_container a:hover i::before,
.profile_box .change_pass_submit i,
.profile_box .change_user_info_submit i,
.profile_box .wallet_submit i,
.profile_box .request_payment_submit i,
.profile_box #host_insert_post_btn i,
.profile_box #host_update_post_btn i,
.profile_box #hotel_insert_post_btn i,
.profile_box #hotel_update_post_btn i,
.profile_box #tour_insert_post_btn i,
.profile_box #tour_update_post_btn i,
.profile_box .jayto-host-save-btn i,
.profile_box .btn_view_low i,
.profile_box .jayto-host-map-address-search-btn i,
.profile_box .jayto-host-sans-submit i,
.profile_box .add_sans_submit i,
.profile_box .add_sans_submit_mobile i,
.profile_box .ate_submit i,
.profile_box .add_ssans_submit i,
.profile_box .answer_ticket_to_answer_submit i,
.profile_box .send_user_attach_before i,
.profile_box .rscs i,
.profile_box .edayp_submit i,
.profile_box .dis_day_submit i,
.profile_box .return_day_submit i,
.profile_box .rodp_submit i,
.profile_box .jayto-empty-state__cta i,
.profile_box .jayto-panel-btn i,
.profile_box .modern_payment_btn i,
.profile_box .modern_payment_btn_bank i,
.profile_box .modern_payment_btn_cash i,
.profile_box .modern_payment_btn_wallet i,
.profile_box .wallet_pay i,
.profile_box .jayto-financial-summary__card i,
.profile_box .room_edit_btn i {
    color: #fff !important;
}

.profile_box .prb_menu_item:hover .prb_icon .fa-duotone,
.profile_box .prb_menu_item:hover .prb_icon .fad,
.profile_box .jayto-empty-state__icon-ring .fa-duotone,
.profile_box .jayto-empty-state__icon-ring .fad {
    --fa-primary-color: #ffffff;
    --fa-secondary-color: rgba(255, 255, 255, 0.45);
    --fa-secondary-opacity: 1;
}

/* Tickets & comments section */
.profile_box .ticket_submit,
.profile_box .addtsu .ticket_submit,
.profile_box .user_tickets_view_bot,
.profile_box .answer_ticket_to_answer_submit,
.profile_box .answer_to_answer_bot,
.profile_box .host_comments_page .host_comment_tabs ul li.active,
.profile_box .host_comments_page .host_comment_submit_btn {
    background: var(--jayto-panel-accent) !important;
    background-image: none !important;
    color: #fff !important;
    border-color: var(--jayto-panel-accent) !important;
    box-shadow: 0 4px 14px var(--jayto-panel-accent-shadow) !important;
}

.profile_box .ticket_submit:hover,
.profile_box .addtsu .ticket_submit:hover,
.profile_box .user_tickets_view_bot:hover,
.profile_box .answer_ticket_to_answer_submit:hover,
.profile_box .answer_to_answer_bot:hover,
.profile_box .host_comments_page .host_comment_submit_btn:hover {
    background: var(--jayto-panel-accent-dark) !important;
    background-image: none !important;
    color: #fff !important;
    transform: none;
}

.profile_box .host_comments_page .host_comment_tabs ul li.active .count_buble {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #fff !important;
}

.profile_box .host_comments_page .host_comment_tabs ul li:not(.active):hover {
    background: var(--jayto-panel-accent-muted) !important;
    color: var(--jayto-panel-accent-solid, #14213D) !important;
}

.profile_box .add_ticket_but {
    color: var(--jayto-panel-accent-solid, #14213D) !important;
    border-bottom-color: var(--jayto-panel-accent) !important;
}

.profile_box .add_ticket_but:hover,
.profile_box .d_flex.alignc:has(.add_ticket_but):hover .add_ticket_but {
    background: var(--jayto-panel-accent-muted) !important;
}

.profile_box .d_flex.alignc:has(.add_ticket_but) .col_blue,
.profile_box .d_flex.alignc:has(.add_ticket_but) i {
    color: var(--jayto-panel-accent-solid, #14213D) !important;
}

.profile_box .t_Survey {
    background: var(--jayto-panel-accent) !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: 0 2px 8px var(--jayto-panel-accent-shadow) !important;
}

.profile_box .t_answered {
    background: var(--jayto-panel-accent-dark) !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: 0 2px 8px var(--jayto-panel-accent-shadow) !important;
}

.profile_box .user_tickets::before {
    background: var(--jayto-panel-accent) !important;
    background-image: none !important;
}

.profile_box .admin_answer {
    border-right-color: var(--jayto-panel-accent) !important;
}

.profile_box .admin_answer p:first-child {
    color: var(--jayto-panel-accent-solid, #14213D) !important;
}

.profile_box .admin_ans_back {
    background: var(--jayto-panel-accent-soft) !important;
    background-image: none !important;
    border-right-color: var(--jayto-panel-accent) !important;
}

.profile_box .admin_ans_back p:first-child {
    color: var(--jayto-panel-accent-solid, #14213D) !important;
}

.profile_box #user_ticket input[type="text"].ticket_subject:focus,
.profile_box #user_ticket textarea.ticket_desc:focus,
.profile_box .ticket_subject:focus,
.profile_box .host_comment_reply_input:focus {
    border-color: var(--jayto-panel-accent) !important;
    box-shadow: 0 4px 20px var(--jayto-panel-accent-shadow) !important;
}

.profile_box .ticket_submit i,
.profile_box .user_tickets_view_bot i,
.profile_box .answer_ticket_to_answer_submit i,
.profile_box .answer_to_answer_bot i,
.profile_box .host_comments_page .host_comment_submit_btn i {
    color: #fff !important;
}

/* Order detail toggles: مشخصات میزبان / مشخصات مهمان */
.profile_box .jayto-order-detail-btn {
    background: var(--jayto-panel-accent-muted) !important;
    background-image: none !important;
    border: 1px solid var(--jayto-panel-accent-border) !important;
    color: var(--jayto-panel-accent-solid, #14213D) !important;
    box-shadow: none !important;
}

.profile_box .jayto-order-detail-btn[data-detail-type="host"]:hover,
.profile_box .jayto-order-detail-btn[data-detail-type="host"].active {
    background: var(--jayto-panel-accent) !important;
    background-image: none !important;
    color: #fff !important;
    border-color: var(--jayto-panel-accent) !important;
    box-shadow: 0 4px 12px var(--jayto-panel-accent-shadow) !important;
}

.profile_box .jayto-order-detail-btn[data-detail-type="passengers"]:hover,
.profile_box .jayto-order-detail-btn[data-detail-type="passengers"].active {
    background: var(--jayto-panel-accent-dark) !important;
    background-image: none !important;
    color: #fff !important;
    border-color: var(--jayto-panel-accent-dark) !important;
    box-shadow: 0 4px 12px var(--jayto-panel-accent-shadow) !important;
}

.profile_box .jayto-order-detail-box,
.profile_box .jayto-order-detail-panel .jayto-order-passengers-display {
    background: var(--jayto-panel-accent-soft) !important;
    border-color: var(--jayto-panel-accent-border) !important;
}

.profile_box .jayto-order-detail-box-title {
    color: var(--jayto-panel-accent-solid, #14213D) !important;
}

.profile_box .fl_div {
    background: var(--jayto-panel-accent-muted) !important;
    border: none !important;
}

.profile_box .fl_div span:last-child {
    color: var(--jayto-panel-accent-solid, #14213D) !important;
}

.profile_box .trib_date {
    border: none !important;
}

.profile_box .trib_date span:not(:first-child)::before {
    color: var(--jayto-panel-accent) !important;
}

.profile_box .jayto-order-detail-actions {
    border: none !important;
    border-radius: 8px;
    padding: 0;
    box-sizing: border-box;
}

.profile_box .trib_date .jayto-opd-section + .jayto-opd-section {
    border-top-color: var(--jayto-panel-accent-border) !important;
}

/* Trip list: فقط یک باکس — پوسته prb_content_body بدون قاب جدا */
.profile_box .prb_content_body:has(> .trips_item) {
    padding: 0 !important;
    margin: 0 0 16px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.profile_box .prb_content_body:has(> .trips_item):hover {
    box-shadow: none !important;
    transform: none !important;
}

/* ── Trip / order cards: compact desktop layout ── */
@media (min-width: 992px) {
    .profile_box .trips_item {
        align-items: stretch;
        gap: 14px;
        padding: 14px;
    }

    .profile_box .tri_right {
        flex: 1;
        min-width: 0;
        margin: 0;
        gap: 6px;
    }

    .profile_box .tritop {
        display: grid;
        grid-template-columns: 140px 1fr;
        column-gap: 14px;
        row-gap: 8px;
        align-items: start;
        padding: 0;
        margin: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .profile_box .trit_left,
    .profile_box .tritl_t {
        display: contents !important;
    }

    .profile_box .trit_right {
        grid-column: 1;
        align-self: start;
    }

    .profile_box .trit_right img {
        width: 140px;
        height: 100px;
        margin: 0;
        object-fit: cover;
    }

    .profile_box .tritl_t > .rqpc_title {
        grid-column: 1 / -1;
        margin: 0 !important;
    }

    .profile_box .tritl_t > .rqpc_title:nth-child(1) {
        grid-row: 1;
        margin-bottom: 4px !important;
    }

    .profile_box .tritl_t > .rqpc_title:nth-child(2) {
        grid-row: 2;
    }

    .profile_box .tritl_t > .rqpc_title:nth-child(2):empty {
        display: none !important;
    }

    .profile_box .trit_meta_stack {
        grid-column: 2;
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-self: start;
        min-width: 0;
        width: 100%;
    }

    .profile_box .trit_meta_stack .fl_div,
    .profile_box .trit_meta_stack .trib_date {
        margin: 0 !important;
        width: 100%;
    }

    .profile_box .trit_meta_stack .tritl_b {
        display: block;
        width: 100%;
    }

    /* یک عنوان (بدون نام اتاق) */
    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):empty) .trit_right,
    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):empty) .trit_meta_stack {
        grid-row: 2;
    }

    /* دو عنوان (هتل + اتاق) */
    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):not(:empty)) .trit_right,
    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):not(:empty)) .trit_meta_stack {
        grid-row: 3;
    }

    /* fallback بدون wrapper */
    .profile_box .tritl_t > .fl_div {
        grid-column: 2;
        margin: 0 !important;
        width: 100%;
        align-self: start;
    }

    .profile_box .tritl_b .trib_date,
    .profile_box .tritl_t > .tritl_b .trib_date {
        grid-column: 2;
        width: 100%;
        margin: 0 !important;
        align-self: start;
    }

    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):empty):not(:has(.trit_meta_stack)) .tritl_t > .fl_div {
        grid-row: 2;
    }

    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):empty):not(:has(.trit_meta_stack)) .trib_date {
        grid-row: 3;
    }

    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):not(:empty)):not(:has(.trit_meta_stack)) .trit_right,
    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):not(:empty)):not(:has(.trit_meta_stack)) .tritl_t > .fl_div {
        grid-row: 3;
    }

    .profile_box .tritop:has(.tritl_t > .rqpc_title:nth-child(2):not(:empty)):not(:has(.trit_meta_stack)) .trib_date {
        grid-row: 4;
    }

    .profile_box .fl_div,
    .profile_box .trib_date {
        height: auto;
        box-sizing: border-box;
    }

    .profile_box .tribot {
        padding: 0;
        margin: 0;
        background: transparent;
        border: none;
    }

    .profile_box .jayto-order-detail-actions {
        margin-top: 0;
        border: none !important;
        border-radius: 0;
        padding: 6px 0 0;
    }

    .profile_box .tri_left {
        width: 210px;
        flex-shrink: 0;
        margin: 0;
        padding: 10px 12px 10px 16px;
        background: rgba(20, 33, 61, 0.03);
        border: none;
        border-radius: 10px;
        gap: 0;
        box-shadow: -3px 0 12px -6px rgba(20, 33, 61, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: stretch !important;
        align-self: stretch;
        min-height: 100%;
        box-sizing: border-box;
    }

    .profile_box .tri_left .thb_imag {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
        margin: 0;
        padding: 0 0 8px;
        border-bottom: none;
        background: transparent;
        flex-shrink: 0;
    }

    .profile_box .tri_left .thb_imag img {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }

    .profile_box .tri_left .thb_imag_title {
        align-items: flex-start;
        text-align: right;
        margin: 0;
        padding: 0;
        background: transparent;
        min-width: 0;
    }

    .profile_box .tri_left .thb_price {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
        margin: auto 0 0 !important;
        padding: 8px 0 6px;
        border-bottom: none;
        background: transparent;
        box-shadow: none;
    }

    .profile_box .tri_left .trppb,
    .profile_box .tri_left .trb_pay_but,
    .profile_box .tri_left .trb_pay_s10,
    .profile_box .tri_left .trb_wait_but {
        width: 100%;
        margin: 0;
        padding: 0;
        flex-shrink: 0;
    }

    .profile_box .tri_left .trb_pay_but,
    .profile_box .tri_left .trb_pay_s10 {
        min-height: 38px;
    }
}

/* Trip cards — unified colors (all breakpoints) */
.profile_box .trips_item {
    border: none !important;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(20, 33, 61, 0.08);
    margin-bottom: 0;
}

.profile_box .trips_item:hover {
    box-shadow: 0 4px 18px rgba(20, 33, 61, 0.1) !important;
    transform: none !important;
}

.profile_box .tritop,
.profile_box .tribot,
.profile_box .thb_imag_title,
.profile_box .thb_price {
    background-image: none !important;
}

.profile_box .tritop {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.profile_box .tribot {
    background: transparent !important;
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.profile_box .tri_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    background: rgba(20, 33, 61, 0.03);
}

@media (min-width: 992px) {
    .profile_box .tri_left {
        box-shadow: -3px 0 12px -6px rgba(20, 33, 61, 0.1);
    }
}

@media (max-width: 991px) {
    .profile_box .tri_left {
        width: 100%;
        margin-top: 10px;
        padding: 12px;
        border-radius: 10px;
        box-shadow: 0 -2px 10px -6px rgba(20, 33, 61, 0.1);
    }
}

.profile_box .thb_imag,
.profile_box .thb_price {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.profile_box .p_trip_alert {
    background: var(--jayto-panel-accent-soft) !important;
    background-image: none !important;
    border: none !important;
    color: var(--jayto-panel-accent-solid, #14213D) !important;
    box-shadow: none !important;
}

.profile_box .trip_pay,
.profile_box .trb_wait_but a,
.profile_box .trppb .trip_pay {
    background: var(--jayto-panel-accent) !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 10px !important;
    width: 100% !important;
    justify-content: center;
    box-shadow: 0 4px 12px var(--jayto-panel-accent-shadow) !important;
}

.profile_box .trip_pay:hover {
    background: var(--jayto-panel-accent-dark) !important;
}

.profile_box .trb_pay_s10 {
    background: var(--jayto-panel-accent) !important;
    background-image: none !important;
}

.profile_box .trb_pay_but {
    background: var(--jayto-panel-accent-muted) !important;
    background-image: none !important;
    color: var(--jayto-panel-accent-solid, #14213D) !important;
    box-shadow: none !important;
    border: none !important;
}

.profile_box .trb_pay_but.bg_red,
.profile_box .trb_pay_s10.bg_red {
    background: rgba(198, 40, 40, 0.1) !important;
    color: #b71c1c !important;
    border-color: rgba(198, 40, 40, 0.25) !important;
}

.profile_box .fl_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 !important;
}

.profile_box .trib_date {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 12px;
    margin: 0 !important;
}

.profile_box .trib_date span:not(:first-child) {
    padding-right: 0;
}

.profile_box .thb_price {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.profile_box .thb_price span:first-child {
    color: #6c757d !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.profile_box .thb_price span:last-child {
    color: var(--jayto-panel-accent-solid, #14213D) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: left;
    line-height: 1.3;
}

.profile_box .trib_date span:not(:first-child)::before {
    display: none;
}

/* Host panel: تصویر اقامتگاه + گالری — هدر سرمه‌ای و آیکن دوربین وسط */
.profile_box .jayto-host-media-row {
    align-items: stretch;
}

@media (min-width: 768px) {
    .profile_box .jayto-host-media-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .profile_box .jayto-host-media-row .up_feauture_imgage_box {
        flex: none;
        width: 100%;
        max-width: none;
        min-width: 0;
        height: 100%;
        min-height: 260px;
    }
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
    border: none !important;
    border-radius: 12px;
    background: #fff;
    color: inherit;
    overflow: hidden;
    box-sizing: border-box;
    gap: 0;
    min-height: 240px;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box .hdiv {
    width: 100%;
    height: auto;
    min-height: 44px;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--jayto-panel-accent-solid, #14213D);
    box-sizing: border-box;
    border-radius: 0;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box .hdiv span {
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box > .img_box_show:not(:has(.up_single_host_box)),
.profile_box .jayto-host-media-row .up_feauture_imgage_box > .img_box_show_gall:not(:has(.up_gall_host_box)) {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box form.thumbnailUpload,
.profile_box .jayto-host-media-row .up_feauture_imgage_box > .img_box_show:has(.up_single_host_box),
.profile_box .jayto-host-media-row .up_feauture_imgage_box > .img_box_show_gall:has(.up_gall_host_box) {
    flex: 1 1 auto;
    min-height: 0;
    padding: 14px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box form.thumbnailUpload[style*="display: none"] {
    display: none !important;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box .thumbnail_form-group {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    border-radius: 10px;
    background: var(--jayto-panel-accent-soft, rgba(20, 33, 61, 0.08));
    box-sizing: border-box;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box .thumbnail_form-group .img_fe_upload {
    display: block;
    width: 72px;
    max-width: 40%;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box .thumbnail_form-group input[type="file"] {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    box-shadow: none !important;
    border-radius: 10px;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box > .img_box_show_gall:has(.up_gall_host_box) {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 !important;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box .up_single_host_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.profile_box .jayto-host-media-row .up_feauture_imgage_box .img_box_show img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* ── Host listings: اقامتگاه / هتل / تور (tri_left_v) ── */
.profile_box .trips_item:has(.tri_left_v) {
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.profile_box .prb_content_body:has(> .trips_item:has(.tri_left_v)) {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.profile_box .trips_item:has(.tri_left_v) .tri_right {
    flex: 1;
    min-width: 0;
    gap: 8px;
    box-sizing: border-box;
}

.profile_box .trips_item:has(.tri_left_v) .trit_left,
.profile_box .trips_item:has(.tri_left_v) .tritl_t {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    gap: 8px !important;
}

.profile_box .trips_item:has(.tri_left_v) .tritop {
    display: flex !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-sizing: border-box;
}

.profile_box .trips_item:has(.tri_left_v) .trit_right {
    flex-shrink: 0 !important;
    grid-column: unset !important;
    grid-row: unset !important;
}

.profile_box .trips_item:has(.tri_left_v) .trit_right img {
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.profile_box .trips_item:has(.tri_left_v) .rqpc_title {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.45;
}

.profile_box .trips_item:has(.tri_left_v) .tritl_t .fl_div {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden;
    padding: 8px 10px;
}

.profile_box .trips_item:has(.tri_left_v) .tritl_t .fl_div i {
    flex-shrink: 0;
    margin-top: 2px;
}

.profile_box .trips_item:has(.tri_left_v) .tritl_t .fl_div span {
    flex: 1 1 0;
    min-width: 0 !important;
    max-width: 100% !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.5;
    white-space: normal !important;
}

.profile_box .trips_item:has(.tri_left_v) .tritl_t .mbt15,
.profile_box .trips_item:has(.tri_left_v) .tritl_t > div:not(.fl_div):not(.trit_meta_stack):not(.tritl_b) {
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.5;
}

.profile_box .trips_item:has(.tri_left_v) .tri_left_v {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    box-sizing: border-box;
    background: rgba(20, 33, 61, 0.03);
}

.profile_box .trips_item:has(.tri_left_v) .lvnot {
    width: 100%;
    text-align: right;
    line-height: 1.5;
    flex-shrink: 0;
    display: block;
}

.profile_box .trips_item:has(.tri_left_v) .res_sts {
    font-weight: 700;
    color: var(--jayto-panel-accent-solid, #14213D);
}

.profile_box .trips_item:has(.tri_left_v) .res_sts_ti {
    margin-right: 0 !important;
}

.profile_box .trips_item:has(.tri_left_v) .sans_box,
.profile_box .trips_item:has(.tri_left_v) .d_flex {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
}

.profile_box .trips_item:has(.tri_left_v) .tri_left_v > a,
.profile_box .trips_item:has(.tri_left_v) .sans_box a,
.profile_box .trips_item:has(.tri_left_v) .d_flex a {
    width: 100%;
    text-decoration: none;
    display: block;
}

.profile_box .trips_item:has(.tri_left_v) .host_edit_btn,
.profile_box .trips_item:has(.tri_left_v) .hotel_edit_btn,
.profile_box .trips_item:has(.tri_left_v) .room_edit_btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin: 0 !important;
    padding: 8px 10px;
    box-sizing: border-box;
    border: none !important;
    border-bottom: none !important;
    border-radius: 8px;
    background: var(--jayto-panel-accent-muted) !important;
    color: var(--jayto-panel-accent-solid, #14213D) !important;
    font-size: 13px;
    font-weight: 600;
}

.profile_box .trips_item:has(.tri_left_v) .host_edit_btn:hover,
.profile_box .trips_item:has(.tri_left_v) .hotel_edit_btn:hover,
.profile_box .trips_item:has(.tri_left_v) .room_edit_btn:hover {
    background: var(--jayto-panel-accent) !important;
    color: #fff !important;
}

.profile_box .trips_item:has(.tri_left_v) .host_edit_btn i,
.profile_box .trips_item:has(.tri_left_v) .hotel_edit_btn i,
.profile_box .trips_item:has(.tri_left_v) .room_edit_btn i {
    color: inherit !important;
}

.profile_box .trips_item:has(.tri_left_v) .tribot {
    margin-top: 10px;
    width: 100%;
}

/* دسکتاپ */
@media (min-width: 992px) {
    .profile_box .trips_item:has(.tri_left_v) .tri_right {
        padding: 14px 16px;
    }

    .profile_box .trips_item:has(.tri_left_v) .tritop {
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 14px !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .trit_left,
    .profile_box .trips_item:has(.tri_left_v) .tritl_t {
        width: auto !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .trit_right {
        align-self: flex-start !important;
        width: auto !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .trit_right img {
        width: 120px;
        height: 90px;
        margin: 0;
    }

    .profile_box .trips_item:has(.tri_left_v) .tri_left_v {
        width: 220px;
        max-width: 36%;
        flex-shrink: 0;
        align-self: stretch;
        padding: 14px;
        margin: 0;
        box-shadow: -3px 0 12px -6px rgba(20, 33, 61, 0.1);
        border-radius: 0;
    }

    .profile_box .trips_item:has(.tri_left_v) .sans_box,
    .profile_box .trips_item:has(.tri_left_v) .d_flex {
        margin-top: auto;
        padding-top: 12px;
    }

    .profile_box .trips_item:has(.tri_left_v) .tri_left_v > a {
        margin-top: auto;
        padding-top: 12px;
    }
}

/* موبایل و تبلت */
@media (max-width: 991px) {
    .profile_box .prb_content_body:has(> .trips_item:has(.tri_left_v)) {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
    }

    .profile_box .trips_item:has(.tri_left_v) {
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .tri_right {
        width: 100% !important;
        padding: 12px !important;
        display: flex;
        flex-direction: column;
    }

    .profile_box .trips_item:has(.tri_left_v) .tritop {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .trit_left {
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .tritl_t {
        width: 100% !important;
        margin-top: 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden;
        align-items: stretch !important;
        text-align: right;
    }

    .profile_box .trips_item:has(.tri_left_v) .rqpc_title {
        text-align: right !important;
        width: 100%;
        align-self: stretch;
    }

    .profile_box .trips_item:has(.tri_left_v) .tritl_t .mbt15,
    .profile_box .trips_item:has(.tri_left_v) .tritl_t > div:not(.fl_div):not(.trit_meta_stack):not(.tritl_b) {
        text-align: right;
        justify-content: flex-start;
    }

    .profile_box .trips_item:has(.tri_left_v) .tritl_t .fl_div {
        width: 100% !important;
        max-width: 100% !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .tritl_t .fl_div span {
        width: 100%;
        flex: 1 1 100%;
    }

    .profile_box .trips_item:has(.tri_left_v) .trit_right {
        width: 100% !important;
        align-self: stretch !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .trit_right img {
        width: 100% !important;
        height: 180px !important;
        max-height: 220px;
        margin: 0 !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .tri_left_v {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 12px 14px !important;
        box-shadow: 0 -2px 10px -6px rgba(20, 33, 61, 0.1) !important;
        border-radius: 0 0 14px 14px;
    }

    .profile_box .trips_item:has(.tri_left_v) .lvnot {
        display: block !important;
        text-align: right !important;
        margin: 0 0 10px !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .sans_box,
    .profile_box .trips_item:has(.tri_left_v) .d_flex,
    .profile_box .trips_item:has(.tri_left_v) .tri_left_v > a {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .tri_left_v > a {
        display: block;
    }
}

/* موبایل کوچک — غلبه بر responsive.css */
@media (max-width: 600px) {
    .profile_box .trips_item:has(.tri_left_v) {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .rqpc_title {
        text-align: right !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .tri_left_v {
        margin: 0 !important;
        padding: 12px !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .tri_left_v > a,
    .profile_box .trips_item:has(.tri_left_v) .sans_box a,
    .profile_box .trips_item:has(.tri_left_v) .d_flex a {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .profile_box .trips_item:has(.tri_left_v) .host_edit_btn,
    .profile_box .trips_item:has(.tri_left_v) .hotel_edit_btn,
    .profile_box .trips_item:has(.tri_left_v) .room_edit_btn {
        width: 100% !important;
        margin: 0 !important;
    }
}
