body.clay-ui-tech {
    --hb-dashboard-sidebar-width: 280px;
    --hb-dashboard-gap: 24px;
    --hb-dashboard-page-padding-top: 32px;
    --hb-dashboard-page-padding-bottom: 40px;
    --hb-dashboard-section-gap: 32px;
    --hb-dashboard-card-padding: 24px;
    --hb-dashboard-card-radius: 24px;
    --hb-dashboard-header-gap: 24px;
    --hb-dashboard-form-label-gap: 8px;
    --hb-dashboard-form-field-gap: 20px;
    --hb-dashboard-widget-gap: 16px;
    --hb-dashboard-button-gap: 12px;
    --hb-dashboard-button-height: 48px;
    --hb-dashboard-button-radius: 16px;
}

body.clay-ui-tech .hbello-page-shell,
body.clay-ui-tech .profile-settings-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--hb-dashboard-section-gap);
}

body.clay-ui-tech .profile-settings-area,
body.clay-ui-tech .profile-area {
    padding-top: var(--hb-dashboard-page-padding-top) !important;
    padding-bottom: var(--hb-dashboard-page-padding-bottom) !important;
}

body.clay-ui-tech .profile-settings-area .container,
body.clay-ui-tech .profile-area .container {
    max-width: min(var(--hb-layout-width), calc(100vw - 48px));
}

body.clay-ui-tech .profile-settings-area .row,
body.clay-ui-tech .profile-area .row {
    align-items: flex-start;
}

body.clay-ui-tech .user-dashboard-wrapper,
body.clay-ui-tech .dashboard-wrapper,
body.clay-ui-tech .user-panel-wrapper,
body.clay-ui-tech .account-page-shell,
body.clay-ui-tech .account-dashboard-wrapper {
    display: grid !important;
    gap: var(--hb-dashboard-gap);
    align-items: start;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

body.clay-ui-tech .user-dashboard-wrapper,
body.clay-ui-tech .dashboard-wrapper,
body.clay-ui-tech .user-panel-wrapper {
    grid-template-columns: var(--hb-dashboard-sidebar-width) minmax(0, 1fr);
}

body.clay-ui-tech .account-page-shell,
body.clay-ui-tech .account-dashboard-wrapper {
    grid-template-columns: var(--hb-dashboard-sidebar-width) minmax(0, 1fr);
}

body.clay-ui-tech .account-page-shell.has-right-widget,
body.clay-ui-tech .account-dashboard-wrapper.account-has-right-widget {
    grid-template-columns: var(--hb-dashboard-sidebar-width) minmax(0, 1fr) minmax(280px, 320px);
}

body.clay-ui-tech .user-dashboard-wrapper > .col-xl-3.col-lg-4,
body.clay-ui-tech .dashboard-wrapper > .col-xl-3.col-lg-4,
body.clay-ui-tech .user-panel-wrapper > .col-xl-3.col-lg-4,
body.clay-ui-tech .account-page-shell > .col-xl-3.col-lg-4,
body.clay-ui-tech .account-dashboard-wrapper > .col-xl-3.col-lg-4 {
    grid-column: 1;
    display: block !important;
    width: var(--hb-dashboard-sidebar-width) !important;
    min-width: var(--hb-dashboard-sidebar-width) !important;
    max-width: var(--hb-dashboard-sidebar-width) !important;
    padding: 0 !important;
    margin: 0 !important;
    align-self: start;
}

body.clay-ui-tech .user-dashboard-wrapper > .user-dashboard-content,
body.clay-ui-tech .user-dashboard-wrapper > .hbello-dashboard-main,
body.clay-ui-tech .dashboard-wrapper > .dashboard-content,
body.clay-ui-tech .user-panel-wrapper > .user-dashboard-content,
body.clay-ui-tech .account-page-shell > .account-content,
body.clay-ui-tech .account-dashboard-wrapper > .account-content,
body.clay-ui-tech .user-dashboard-content,
body.clay-ui-tech .account-content,
body.clay-ui-tech .hbello-dashboard-main {
    display: block !important;
    grid-column: 2;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

body.clay-ui-tech .account-page-shell > .col-xl-3.col-lg-4:last-child,
body.clay-ui-tech .account-dashboard-wrapper > .col-xl-3.col-lg-4:last-child {
    grid-column: 3;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

body.clay-ui-tech .profile-settings-wrapper > * + * {
    margin-top: 0;
}

body.clay-ui-tech .hbello-page-hero,
body.clay-ui-tech .single-profile-settings,
body.clay-ui-tech .myOrder-wrapper,
body.clay-ui-tech .shop-contents-wrapper-right,
body.clay-ui-tech .profile-details-widget,
body.clay-ui-tech .account-right-widget,
body.clay-ui-tech .tab-content-item,
body.clay-ui-tech .identity-verification,
body.clay-ui-tech .identity-verifying,
body.clay-ui-tech .timeTracker-wrapper,
body.clay-ui-tech .chat-wrapper,
body.clay-ui-tech .hbello-empty-state,
body.clay-ui-tech .account-empty-state {
    border-radius: var(--hb-dashboard-card-radius);
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 46px rgba(10, 41, 96, 0.10);
}

body.clay-ui-tech .hbello-page-hero,
body.clay-ui-tech .single-profile-settings,
body.clay-ui-tech .myOrder-wrapper,
body.clay-ui-tech .shop-contents-wrapper-right,
body.clay-ui-tech .profile-details-widget,
body.clay-ui-tech .account-right-widget,
body.clay-ui-tech .tab-content-item,
body.clay-ui-tech .identity-verification,
body.clay-ui-tech .identity-verifying,
body.clay-ui-tech .timeTracker-wrapper,
body.clay-ui-tech .chat-wrapper,
body.clay-ui-tech .hbello-empty-state,
body.clay-ui-tech .account-empty-state,
body.clay-ui-tech .project-category-item,
body.clay-ui-tech .single-jobs,
body.clay-ui-tech .myJob-wrapper-single-balance {
    padding: var(--hb-dashboard-card-padding);
}

body.clay-ui-tech .single-profile-settings,
body.clay-ui-tech .myOrder-wrapper,
body.clay-ui-tech .shop-contents-wrapper-right,
body.clay-ui-tech .profile-details-widget,
body.clay-ui-tech .account-right-widget,
body.clay-ui-tech .tab-content-item,
body.clay-ui-tech .identity-verification,
body.clay-ui-tech .identity-verifying,
body.clay-ui-tech .timeTracker-wrapper,
body.clay-ui-tech .chat-wrapper {
    overflow: hidden;
}

body.clay-ui-tech .single-profile-settings-header,
body.clay-ui-tech .file-wrapper-item-flex,
body.clay-ui-tech .account-widget-header,
body.clay-ui-tech .timeTracker-item-contents,
body.clay-ui-tech .identity-verifying-title,
body.clay-ui-tech .hbello-page-hero,
body.clay-ui-tech .myOrder-wrapper-tabs {
    margin-bottom: var(--hb-dashboard-header-gap);
}

body.clay-ui-tech .single-profile-settings-header,
body.clay-ui-tech .file-wrapper-item-flex,
body.clay-ui-tech .account-widget-header,
body.clay-ui-tech .myOrder-wrapper-tabs,
body.clay-ui-tech .timeTracker-item-contents,
body.clay-ui-tech .profile-details-widget .account-widget-header,
body.clay-ui-tech .single-profile-settings-header-flex,
body.clay-ui-tech .hbello-page-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--hb-dashboard-header-gap);
}

body.clay-ui-tech .single-profile-settings-header,
body.clay-ui-tech .file-wrapper-item-flex,
body.clay-ui-tech .account-widget-header,
body.clay-ui-tech .myOrder-wrapper-tabs,
body.clay-ui-tech .timeTracker-item-contents {
    padding-bottom: var(--hb-dashboard-header-gap);
    border-bottom: 1px solid rgba(10, 41, 96, 0.08);
}

body.clay-ui-tech .single-profile-settings-header-title,
body.clay-ui-tech .profile-wrapper-item-title,
body.clay-ui-tech .timeTracker-item-contents-title,
body.clay-ui-tech .hbello-page-hero h2,
body.clay-ui-tech .single-profile-settings-header h3,
body.clay-ui-tech .single-profile-settings-header h4 {
    color: #0A2960 !important;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
}

body.clay-ui-tech .hbello-page-hero h1,
body.clay-ui-tech .hbello-page-hero h2 {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

body.clay-ui-tech .hbello-page-hero p,
body.clay-ui-tech .single-profile-settings p,
body.clay-ui-tech .profile-details-widget p,
body.clay-ui-tech .timeTracker-item-contents-para,
body.clay-ui-tech .balance-wallet {
    color: #5D7093 !important;
}

body.clay-ui-tech .hbello-page-hero-eyebrow,
body.clay-ui-tech .hbello-user-sidebar-group-label,
body.clay-ui-tech .hbello-user-sidebar-footer-pill,
body.clay-ui-tech .badge,
body.clay-ui-tech .btn-sm {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.clay-ui-tech .custom-form .single-input,
body.clay-ui-tech .custom-form .single-input-inner,
body.clay-ui-tech .single-profile-settings-form .single-input,
body.clay-ui-tech .identity-verifying-form .single-input,
body.clay-ui-tech .popup-contents-form .single-input,
body.clay-ui-tech .change-password .single-input {
    display: flex;
    flex-direction: column;
    gap: var(--hb-dashboard-form-label-gap);
    margin-bottom: var(--hb-dashboard-form-field-gap);
}

body.clay-ui-tech .custom-form label,
body.clay-ui-tech .single-profile-settings label,
body.clay-ui-tech .identity-verifying label,
body.clay-ui-tech .popup-contents-form label,
body.clay-ui-tech .change-password label,
body.clay-ui-tech .timeTracker-item-contents label {
    margin-bottom: 0;
    font-weight: 700;
}

body.clay-ui-tech .custom-form .btn-wrapper,
body.clay-ui-tech .btn-wrapper,
body.clay-ui-tech .single-profile-settings-contents-upload-btn,
body.clay-ui-tech .chat-wrapper-details-footer-btn,
body.clay-ui-tech .timeTracker-item-contents .btn-wrapper {
    margin-top: var(--hb-dashboard-header-gap);
    gap: var(--hb-dashboard-button-gap);
}

body.clay-ui-tech .btn-profile,
body.clay-ui-tech .submit-btn,
body.clay-ui-tech .continue_to_info,
body.clay-ui-tech .sign_up_now_button,
body.clay-ui-tech .btn,
body.clay-ui-tech .btn-outline-1,
body.clay-ui-tech .btn-outline-gray,
body.clay-ui-tech .profile-wrapper-item-browse-btn {
    min-height: var(--hb-dashboard-button-height);
    padding: 0 18px;
    border-radius: var(--hb-dashboard-button-radius) !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

body.clay-ui-tech .btn-profile.btn-bg-1,
body.clay-ui-tech .submit-btn,
body.clay-ui-tech .continue_to_info,
body.clay-ui-tech .sign_up_now_button {
    background: linear-gradient(135deg, #FF9100, #FF6F00) !important;
    border: none !important;
    color: #FFFFFF !important;
    box-shadow: 0 14px 30px rgba(255, 111, 0, 0.22);
}

body.clay-ui-tech .btn-outline-1,
body.clay-ui-tech .btn-outline-gray,
body.clay-ui-tech .profile-wrapper-item-browse-btn {
    border: 1px solid rgba(10, 41, 96, 0.12) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #0A2960 !important;
    box-shadow: 0 10px 22px rgba(10, 41, 96, 0.06);
}

body.clay-ui-tech .btn-profile:hover,
body.clay-ui-tech .submit-btn:hover,
body.clay-ui-tech .continue_to_info:hover,
body.clay-ui-tech .sign_up_now_button:hover,
body.clay-ui-tech .btn-outline-1:hover,
body.clay-ui-tech .btn-outline-gray:hover,
body.clay-ui-tech .profile-wrapper-item-browse-btn:hover {
    transform: translateY(-1px);
}

body.clay-ui-tech .form--control,
body.clay-ui-tech .form-control,
body.clay-ui-tech select,
body.clay-ui-tech .single-input .select2-container .select2-selection,
body.clay-ui-tech .single-input .select2-container--default .select2-selection--single {
    min-height: 48px;
    border-radius: 16px !important;
    border: 1px solid rgba(10, 41, 96, 0.12) !important;
    background: #FFFFFF !important;
    color: #0A2960 !important;
}

body.clay-ui-tech .form--control,
body.clay-ui-tech .form-control,
body.clay-ui-tech select {
    padding: 14px 16px !important;
}

body.clay-ui-tech select:not(.select2-hidden-accessible) {
    min-height: 52px;
    height: 52px;
    padding: 14px 16px !important;
    line-height: 1.2;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    font-size: 16px;
    color: #0A2960 !important;
}

body.clay-ui-tech .form--control:focus,
body.clay-ui-tech .form-control:focus,
body.clay-ui-tech select:focus,
body.clay-ui-tech .single-input .select2-container--default .select2-selection--single:focus {
    border-color: rgba(255, 145, 0, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(255, 145, 0, 0.14) !important;
}

body.clay-ui-tech .custom_table,
body.clay-ui-tech .custom_table table,
body.clay-ui-tech .dashboard-table,
body.clay-ui-tech .dashboard-table table {
    width: 100%;
}

body.clay-ui-tech .custom_table table,
body.clay-ui-tech .dashboard-table table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: var(--hb-dashboard-card-radius);
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

body.clay-ui-tech .custom_table table thead th,
body.clay-ui-tech .dashboard-table table thead th {
    padding: 16px 20px;
    background: #F6F9FF;
    color: #0A2960 !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid rgba(10, 41, 96, 0.08);
}

body.clay-ui-tech .custom_table table tbody td,
body.clay-ui-tech .dashboard-table table tbody td {
    padding: 16px 20px;
    color: #42577E !important;
    vertical-align: middle;
    border-bottom: 1px solid rgba(10, 41, 96, 0.06);
}

body.clay-ui-tech .custom_table table tbody tr:last-child td,
body.clay-ui-tech .dashboard-table table tbody tr:last-child td {
    border-bottom: 0;
}

body.clay-ui-tech .custom_table table tbody tr:hover,
body.clay-ui-tech .dashboard-table table tbody tr:hover {
    background: rgba(255, 145, 0, 0.04);
}

body.clay-ui-tech .profile-details-widget .single-jobs,
body.clay-ui-tech .profile-details-widget .project-category-item,
body.clay-ui-tech .profile-details-widget .account-mini-card {
    margin-top: var(--hb-dashboard-widget-gap) !important;
}

body.clay-ui-tech .profile-details-widget .single-jobs:first-of-type,
body.clay-ui-tech .profile-details-widget .project-category-item:first-of-type,
body.clay-ui-tech .profile-details-widget .account-mini-card:first-of-type {
    margin-top: 0 !important;
}

body.clay-ui-tech .profile-details-widget .single-jobs-title a,
body.clay-ui-tech .profile-details-widget .single-project-content-title a,
body.clay-ui-tech .account-mini-card h4 {
    color: #0A2960 !important;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
}

body.clay-ui-tech .profile-details-widget .single-jobs-date,
body.clay-ui-tech .profile-details-widget .single-project-content p,
body.clay-ui-tech .account-mini-card p,
body.clay-ui-tech .account-mini-card span,
body.clay-ui-tech .hbello-empty-state p {
    color: rgba(10, 41, 96, 0.70) !important;
    font-size: 13px;
    line-height: 1.5;
}

body.clay-ui-tech .single-jobs-tag-link,
body.clay-ui-tech .account-chip {
    border-radius: 999px;
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: #EEF3FB;
    color: #0A2960 !important;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    margin: 4px 4px 0 0;
    font-size: 12px;
    font-weight: 700;
}

body.clay-ui-tech .single-jobs-price,
body.clay-ui-tech .single-project-content-price,
body.clay-ui-tech .contract_single__balance-price,
body.clay-ui-tech .myJob-wrapper-single-balance-price h4 {
    color: #0A2960 !important;
    letter-spacing: -0.04em;
}

body.clay-ui-tech .single-jobs-price,
body.clay-ui-tech .single-project-content-price {
    font-size: 22px;
    font-weight: 900;
}

body.clay-ui-tech .myJob-wrapper-single-balance {
    min-height: 150px;
}

body.clay-ui-tech .myJob-wrapper-single-balance-contents {
    width: 100%;
}

body.clay-ui-tech .account-empty-state,
body.clay-ui-tech .hbello-empty-state {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

body.clay-ui-tech .account-empty-state h6,
body.clay-ui-tech .hbello-empty-state h4,
body.clay-ui-tech .hbello-empty-state h5,
body.clay-ui-tech .hbello-empty-state h6 {
    margin: 0;
}

body.clay-ui-tech .single-profile-settings-inner,
body.clay-ui-tech .profile-border-top {
    padding-top: var(--hb-dashboard-header-gap);
}

body.clay-ui-tech .profile-border-bottom {
    padding-bottom: var(--hb-dashboard-header-gap);
    border-bottom: 1px solid rgba(10, 41, 96, 0.08) !important;
}

body.clay-ui-tech .profile-settings-menu-inner {
    width: 100%;
}

body.clay-ui-tech .profile-settings-menu-item-link {
    min-height: 52px;
    border-radius: 18px;
    padding: 12px 16px;
}

body.clay-ui-tech .profile-settings-menu-item.active .profile-settings-menu-item-link {
    background: linear-gradient(135deg, rgba(10, 41, 96, 0.98), rgba(25, 61, 124, 0.94));
    color: #FFFFFF !important;
}

body.clay-ui-tech .profile-bars,
body.clay-ui-tech .profile-close {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}

body.clay-ui-tech .hbello-user-sidebar-footer {
    margin-top: var(--hb-dashboard-header-gap);
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(255, 255, 255, 0.78);
}

body.clay-ui-tech .chat-wrapper {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: var(--hb-dashboard-gap);
}

body.clay-ui-tech .chat-wrapper-flex {
    display: contents;
}

body.clay-ui-tech .chat-wrapper-contact,
body.clay-ui-tech .chat-wrapper-details {
    min-width: 0;
}

body.clay-ui-tech .chat-wrapper-contact-list-item + .chat-wrapper-contact-list-item {
    margin-top: 16px;
}

body.clay-ui-tech .chat-wrapper-details-footer {
    padding-top: var(--hb-dashboard-header-gap);
    margin-top: var(--hb-dashboard-header-gap);
}

body.clay-ui-tech .chat-wrapper-details-footer-btn {
    flex-wrap: wrap;
}

body.clay-ui-tech .message-status {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    font-size: 12px;
}

body.clay-ui-tech .tick-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 2px;
}

body.clay-ui-tech .tick-delivered {
    color: #9ca3af;
}

body.clay-ui-tech .tick-seen {
    color: #3b82f6;
}

body.clay-ui-tech .warning-wrapper {
    max-width: 630px;
    margin-inline: auto;
}

body.clay-ui-tech .timeTracker-wrapper {
    display: flex;
    justify-content: center;
}

body.clay-ui-tech .timeTracker-item {
    width: 100%;
    max-width: 760px;
}

body.clay-ui-tech .timeTracker-box {
    text-align: center;
}

body.clay-ui-tech .timeTracker-box-title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    letter-spacing: -0.04em;
    margin: 0;
}

body.clay-ui-tech .timeTracker-box-flex,
body.clay-ui-tech .timeTracker-item-contents-flex,
body.clay-ui-tech .btn-wrapper.flex-btn {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hb-dashboard-button-gap);
}

body.clay-ui-tech .timeTracker-item-contents-flex,
body.clay-ui-tech .btn-wrapper.flex-btn {
    align-items: center;
    justify-content: center;
}

body.clay-ui-tech .single-profile-settings-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    gap: var(--hb-dashboard-header-gap);
}

body.clay-ui-tech .single-profile-settings-thumb,
body.clay-ui-tech .single-profile-settings-contents {
    max-width: 100%;
}

body.clay-ui-tech .single-profile-settings-contents .single-profile-settings-contents-upload-btn {
    padding: 0;
}

body.clay-ui-tech .balance-wallet {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

body.clay-ui-tech .balance-wallet strong {
    color: #0A2960;
}

body.clay-ui-tech .popup-contents-form .single-input .select2-container {
    z-index: 9 !important;
}

@media (max-width: 991px) {
    body.clay-ui-tech .profile-settings-area,
    body.clay-ui-tech .profile-area {
        padding-top: 24px !important;
        padding-bottom: 32px !important;
    }

    body.clay-ui-tech .profile-settings-area .container,
    body.clay-ui-tech .profile-area .container {
        max-width: calc(100vw - 24px);
    }

    body.clay-ui-tech .user-dashboard-wrapper,
    body.clay-ui-tech .dashboard-wrapper,
    body.clay-ui-tech .user-panel-wrapper,
    body.clay-ui-tech .account-page-shell,
    body.clay-ui-tech .account-dashboard-wrapper,
    body.clay-ui-tech .chat-wrapper {
        display: block !important;
    }

    body.clay-ui-tech .user-dashboard-wrapper > .col-xl-3.col-lg-4,
    body.clay-ui-tech .dashboard-wrapper > .col-xl-3.col-lg-4,
    body.clay-ui-tech .user-panel-wrapper > .col-xl-3.col-lg-4,
    body.clay-ui-tech .account-page-shell > .col-xl-3.col-lg-4,
    body.clay-ui-tech .account-dashboard-wrapper > .col-xl-3.col-lg-4,
    body.clay-ui-tech .user-dashboard-content,
    body.clay-ui-tech .account-content,
    body.clay-ui-tech .hbello-dashboard-main {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        grid-column: auto !important;
    }

    body.clay-ui-tech .hbello-page-hero,
    body.clay-ui-tech .single-profile-settings,
    body.clay-ui-tech .myOrder-wrapper,
    body.clay-ui-tech .shop-contents-wrapper-right,
    body.clay-ui-tech .profile-details-widget,
    body.clay-ui-tech .account-right-widget,
    body.clay-ui-tech .tab-content-item,
    body.clay-ui-tech .identity-verification,
    body.clay-ui-tech .identity-verifying,
    body.clay-ui-tech .timeTracker-wrapper,
    body.clay-ui-tech .chat-wrapper,
    body.clay-ui-tech .hbello-empty-state,
    body.clay-ui-tech .account-empty-state {
        padding: 20px;
    }

    body.clay-ui-tech .hbello-page-hero h1,
    body.clay-ui-tech .hbello-page-hero h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    body.clay-ui-tech .profile-settings-area,
    body.clay-ui-tech .profile-area {
        padding-top: 20px !important;
        padding-bottom: 28px !important;
    }

    body.clay-ui-tech .hbello-page-hero,
    body.clay-ui-tech .single-profile-settings,
    body.clay-ui-tech .myOrder-wrapper,
    body.clay-ui-tech .shop-contents-wrapper-right,
    body.clay-ui-tech .profile-details-widget,
    body.clay-ui-tech .account-right-widget,
    body.clay-ui-tech .tab-content-item,
    body.clay-ui-tech .identity-verification,
    body.clay-ui-tech .identity-verifying,
    body.clay-ui-tech .timeTracker-wrapper,
    body.clay-ui-tech .chat-wrapper,
    body.clay-ui-tech .hbello-empty-state,
    body.clay-ui-tech .account-empty-state {
        padding: 18px;
    }

    body.clay-ui-tech .hbello-page-hero h1,
    body.clay-ui-tech .hbello-page-hero h2 {
        font-size: 24px;
    }
}
body.clay-ui-tech .profile-settings-menu-item-link {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.clay-ui-tech .profile-settings-menu-item-link svg {
    flex: 0 0 24px;
}

body.clay-ui-tech #proposal_cover_letter_details {
    white-space: pre-line;
}

body.clay-ui-tech .cover_letter {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

body.clay-ui-tech .disabled-link {
    color: #9CA3AF !important;
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}
