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 .myJob-wrapper-single-balance,
body.clay-ui-tech .single-jobs,
body.clay-ui-tech .project-category-item {
    border-radius: var(--hb-dashboard-card-radius);
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(255, 255, 255, 0.96);
    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 .myJob-wrapper-single-balance,
body.clay-ui-tech .single-jobs,
body.clay-ui-tech .project-category-item {
    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 .myJob-wrapper-single-balance {
    min-height: 164px;
    display: flex;
    align-items: stretch;
}

body.clay-ui-tech .myJob-wrapper-single-balance-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

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 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    min-height: 210px;
    margin-top: 24px !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,
body.clay-ui-tech .profile-details-widget .single-project-content-title,
body.clay-ui-tech .account-mini-card h4 {
    min-height: 3.1em;
    margin-bottom: 0;
}

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 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.clay-ui-tech .profile-details-widget .single-jobs-tag,
body.clay-ui-tech .profile-details-widget .project-category-item-bottom-flex,
body.clay-ui-tech .single-project-bottom,
body.clay-ui-tech .project-category-item-bottom-flex {
    margin-top: auto;
}

body.clay-ui-tech .profile-details-widget .single-jobs-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px !important;
}

body.clay-ui-tech .project-category-item-bottom,
body.clay-ui-tech .single-profile-settings-inner,
body.clay-ui-tech .profile-border-top {
    padding-top: 24px;
}

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 {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(10, 41, 96, 0.08) !important;
}

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 .myOrder-wrapper-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

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: 24px;
}

body.clay-ui-tech .account-area .container {
    max-width: min(960px, calc(100vw - 48px));
}

body.clay-ui-tech .account-setup-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

body.clay-ui-tech .single-setup-account,
body.clay-ui-tech .single-setup-account-inner {
    border-radius: var(--hb-dashboard-card-radius);
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(10, 41, 96, 0.10);
}

body.clay-ui-tech .single-setup-account-inner {
    padding: 24px;
}

body.clay-ui-tech .single-setup-request {
    padding: 0;
}

body.clay-ui-tech .single-setup-request-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

body.clay-ui-tech .single-setup-request-list-item {
    min-height: 96px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(246, 249, 255, 0.92);
    display: flex;
    align-items: center;
    gap: 14px;
}

body.clay-ui-tech .single-setup-request-list-item.running {
    background: linear-gradient(135deg, rgba(255, 145, 0, 0.10), rgba(255, 255, 255, 0.98));
    border-color: rgba(255, 145, 0, 0.22);
}

body.clay-ui-tech .single-setup-request-list-item-number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0A2960;
    color: #FFFFFF;
    font-weight: 800;
}

body.clay-ui-tech .single-setup-request-list-item-contents-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

body.clay-ui-tech .setup-wrapper-contents {
    display: none;
}

body.clay-ui-tech .setup-wrapper-contents.active {
    display: block;
}

body.clay-ui-tech .setup-bank-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body.clay-ui-tech .setup-bank-form-item,
body.clay-ui-tech .setup-wrapper-contents .single-input {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.clay-ui-tech .setup-bank-form-item-icon {
    position: relative;
}

body.clay-ui-tech .setup-bank-form-item-icon .input-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-8%);
    font-weight: 700;
}

body.clay-ui-tech .setup-footer {
    padding-top: 24px;
}

body.clay-ui-tech .setup-footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.clay-ui-tech .setup-footer-next,
body.clay-ui-tech .setup-footer-back {
    min-height: 48px;
    min-width: 48px;
    padding: 0 18px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: rgba(10, 41, 96, 0.06);
    color: #0A2960;
}

body.clay-ui-tech .country-preview .alert {
    margin-bottom: 0;
}

body.clay-ui-tech .country-selection-wrapper .text-success,
body.clay-ui-tech .country-selection-wrapper .text-danger {
    font-size: 14px;
    font-weight: 700;
}

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

body.clay-ui-tech .img_max_width {
    max-width: 300px;
}

body.clay-ui-tech .setup-flow-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.clay-ui-tech .setup-flow-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(10, 41, 96, 0.08);
}

body.clay-ui-tech .setup-flow-section-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(10, 41, 96, 0.08);
}

body.clay-ui-tech .setup-flow-section-header h3 {
    margin: 0;
    color: #0A2960;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

body.clay-ui-tech .setup-flow-section-header p {
    margin: 0;
    color: #5D7093;
    font-size: 14px;
    line-height: 1.5;
}

body.clay-ui-tech .setup-flow-submit {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

body.clay-ui-tech .subcategory-choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

body.clay-ui-tech .subcategory-selector {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.clay-ui-tech .subcategory-selector-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

body.clay-ui-tech .subcategory-selector-title {
    color: #0A2960;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

body.clay-ui-tech .subcategory-selector-subtitle {
    margin-top: 6px;
    color: #5D7093;
    font-size: 14px;
    line-height: 1.5;
}

body.clay-ui-tech .subcategory-selector-switch {
    display: inline-flex;
    padding: 4px;
    border-radius: 999px;
    background: rgba(10, 41, 96, 0.06);
    gap: 4px;
}

body.clay-ui-tech .subcategory-mode-btn,
body.clay-ui-tech .subcategory-action-btn {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    color: #0A2960;
    font-weight: 700;
}

body.clay-ui-tech .subcategory-mode-btn.active {
    background: #FFFFFF;
    border-color: rgba(10, 41, 96, 0.08);
    box-shadow: 0 8px 18px rgba(10, 41, 96, 0.08);
}

body.clay-ui-tech .subcategory-selector-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(246, 249, 255, 0.92);
}

body.clay-ui-tech .subcategory-search {
    min-height: 44px;
    flex: 1 1 260px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(10, 41, 96, 0.12);
    background: #FFFFFF;
    color: #0A2960;
}

body.clay-ui-tech .subcategory-selection-count {
    margin-left: auto;
    color: #5D7093;
    font-size: 14px;
    font-weight: 700;
}

body.clay-ui-tech .subcategory-selector[data-mode="simple"] .subcategory-selector-meta {
    display: none;
}

body.clay-ui-tech .subcategory-selector[data-mode="advanced"] .subcategory-selector-meta {
    display: flex;
}

body.clay-ui-tech .subcategory-selector[data-mode="advanced"] .subcategory-choice-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

body.clay-ui-tech .subcategory-selector[data-mode="advanced"] .subcategory-choice-item {
    min-height: 48px;
}

body.clay-ui-tech .subcategory-choice-item {
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(10, 41, 96, 0.10);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(10, 41, 96, 0.05);
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

body.clay-ui-tech .subcategory-choice-item input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    accent-color: #FF9100;
}

body.clay-ui-tech .subcategory-choice-item span {
    color: #0A2960;
    font-weight: 700;
    line-height: 1.35;
}

body.clay-ui-tech .subcategory-choice-empty {
    min-height: 56px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px dashed rgba(10, 41, 96, 0.16);
    background: rgba(246, 249, 255, 0.96);
    color: #5D7093;
    display: flex;
    align-items: center;
}

body.clay-ui-tech .subcategory-choice-item.is-hidden {
    display: none !important;
}
