/* OwnHost — modern client area (matches login palette) */

:root {
    --oh-accent: #20bc7e;
    --oh-accent-hover: #1a9a66;
    --oh-accent-light: #48e0a4;
    --oh-accent-soft: rgba(32, 188, 126, 0.12);
    --oh-dark: #282B2D;
    --oh-dark-soft: #35383b;
    --oh-bg: #f4f5f6;
    --oh-surface: #ffffff;
    --oh-text: #6b7280;
    --oh-text-strong: #282B2D;
    --oh-border: #e5e7eb;
    --oh-field-bg: #f9fafb;
    --oh-field-bg-hover: #f3f4f6;
    --oh-field-border: #d1d5db;
    --oh-header-height: 81px;
    --oh-sidebar-width: 295px;
    --oh-sidebar-collapsed-width: 95px;
    --oh-right-sidebar-width: 300px;
    --oh-radius: 12px;
    --oh-radius-sm: 8px;
    --oh-shadow: 0 1px 2px rgba(40, 43, 45, 0.05), 0 4px 16px rgba(40, 43, 45, 0.06);
    --oh-shadow-hover: 0 4px 20px rgba(40, 43, 45, 0.1);
    --oh-content-max: 720px;
}

body.oh-client-area {
    font-family: 'Inter', 'Lato', sans-serif;
    color: var(--oh-text-strong);
    background: var(--oh-bg);
    -webkit-font-smoothing: antialiased;
}

/* --- Header / top bar --- */

body.oh-client-area .ownhost.header,
body.oh-client-area .ownhost .header,
body.oh-client-area .navbar-default.navbar-custom {
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%) !important;
    border: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.oh-client-area .dropdown-toggle i,
body.oh-client-area .ul-right-top .dropdown-toggle i {
    color: #fff;
}

body.oh-client-area .dropdown.user.user-menu a i {
    border-color: var(--oh-accent);
}

body.oh-client-area .label.label-success {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .dropdown-menu .header {
    background: var(--oh-dark-soft);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.oh-client-area .navbar-custom .navbar-nav.navbar-right li a,
body.oh-client-area .nav.navbar-nav.navbar-right li a {
    color: rgba(255, 255, 255, 0.88);
}

body.oh-client-area .navbar-custom .navbar-nav.navbar-right li a:hover,
body.oh-client-area .nav.navbar-nav.navbar-right li.active a,
body.oh-client-area .nav.navbar-nav.navbar-right li a:focus {
    color: #fff;
    background: rgba(32, 188, 126, 0.14);
    border-radius: var(--oh-radius-sm);
}

/* --- Left sidebar --- */

body.oh-client-area #sidebar {
    position: fixed !important;
    top: var(--oh-header-height) !important;
    left: 0 !important;
    right: auto !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(32, 188, 126, 0.12), transparent 38%),
        linear-gradient(180deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 4px 0 24px rgba(40, 43, 45, 0.12);
    z-index: 1020;
}

body.oh-client-area #sidebar ul li a {
    border-bottom-color: rgba(255, 255, 255, 0.06);
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.oh-client-area #sidebar ul li a i {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.55) !important;
    transition: color 0.2s ease;
}

body.oh-client-area #sidebar ul li a span {
    color: rgba(255, 255, 255, 0.82);
}

body.oh-client-area #sidebar ul li a:hover,
body.oh-client-area #sidebar ul li a.active {
    background: rgba(32, 188, 126, 0.16) !important;
    border-left-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area #sidebar ul li a:hover i,
body.oh-client-area #sidebar ul li a.active i {
    background: transparent !important;
    color: #a7f3d0 !important;
}

body.oh-client-area #sidebar ul li a:hover span,
body.oh-client-area #sidebar ul li a.active span {
    color: #fff !important;
}

body.oh-client-area #sidebar ul li a:hover small,
body.oh-client-area #sidebar ul li a.active small {
    background: rgba(32, 188, 126, 0.35) !important;
    color: #fff !important;
}

body.oh-client-area #sidebar .sidebar_items li a i,
body.oh-client-area #sidebar .sidebar_items li a span {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.62) !important;
}

body.oh-client-area #sidebar .sidebar_items li a:hover i,
body.oh-client-area #sidebar .sidebar_items li a.active i,
body.oh-client-area #sidebar .sidebar_items li a:hover span,
body.oh-client-area #sidebar .sidebar_items li a.active span {
    background: transparent !important;
    color: #a7f3d0 !important;
}

body.oh-client-area #sidebar .components .badge {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

/* --- Main content --- */

body.oh-client-area #content {
    background: var(--oh-bg);
}

body.oh-client-area .wrapper {
    background: var(--oh-bg);
}

body.oh-client-area a {
    transition: color 0.2s ease;
}

body.oh-client-area a:not(.btn):not(.oh-login__submit):not(.anchor-btn-checkout):hover {
    color: var(--oh-accent-hover);
}

/* --- Page headers --- */

body.oh-client-area .domains-head {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 20px 24px;
    margin-bottom: 24px;
}

body.oh-client-area .domains-head.oh-page-head {
    margin-bottom: 0;
}

body.oh-client-area .domains-head h1 {
    color: var(--oh-text-strong);
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.oh-client-area .domains-head h1 i {
    color: var(--oh-accent);
}

body.oh-client-area .domains-head p {
    color: var(--oh-text);
}

body.oh-client-area .header-lined h1 {
    color: var(--oh-text-strong);
    font-weight: 800;
}

/* --- Panels & cards --- */

body.oh-client-area .panel {
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

body.oh-client-area .panel-default > .panel-heading {
    background: var(--oh-surface);
    border-bottom: 1px solid var(--oh-border);
    color: var(--oh-text-strong);
    font-weight: 700;
}

body.oh-client-area .panel-footer {
    background: var(--oh-surface);
    border-top: 1px solid var(--oh-border);
}

body.oh-client-area .panel-sidebar .panel-heading {
    background: var(--oh-bg);
}

body.oh-client-area .list-group-item {
    border-color: var(--oh-border);
}

body.oh-client-area .list-group-item.active,
body.oh-client-area .list-group-item.active:focus,
body.oh-client-area .list-group-item.active:hover {
    background: var(--oh-accent-soft);
    border-color: rgba(32, 188, 126, 0.25);
    color: var(--oh-accent-hover);
}

/* --- SmartHR-style dashboard --- */

body.oh-client-area #content.oh-home {
    padding: 24px 24px 40px;
}

body.oh-client-area .oh-dashboard {
    width: 100%;
    max-width: 100%;
}

body.oh-client-area .oh-dash-welcome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding: 22px 24px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-dash-welcome__main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex: 1 1 320px;
}

body.oh-client-area .oh-dash-welcome__avatar {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid var(--oh-accent-soft);
    box-shadow: 0 0 0 1px rgba(32, 188, 126, 0.15);
}

body.oh-client-area .oh-dash-welcome__eyebrow {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--oh-accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.oh-client-area .oh-dash-welcome__title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--oh-text-strong);
    line-height: 1.2;
}

body.oh-client-area .oh-dash-welcome__meta {
    margin: 0;
    font-size: 13px;
    color: var(--oh-text);
    line-height: 1.45;
}

body.oh-client-area .oh-dash-welcome__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 auto;
}

body.oh-client-area .oh-dash-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: var(--oh-radius-sm);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

body.oh-client-area .oh-dash-btn--primary {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover));
    color: #fff !important;
    border: none;
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
}

body.oh-client-area .oh-dash-btn--primary:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f);
    color: #fff !important;
    transform: translateY(-1px);
}

body.oh-client-area .oh-dash-btn--ghost {
    background: var(--oh-surface);
    color: var(--oh-text-strong) !important;
    border: 1px solid var(--oh-border);
}

body.oh-client-area .oh-dash-btn--ghost:hover {
    background: var(--oh-bg);
    border-color: #cbd5e1;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-dash-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

body.oh-client-area .oh-dash-stats--classic {
    display: block;
    margin-bottom: 24px;
}

body.oh-client-area .oh-dash-stats--classic .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

body.oh-client-area .oh-dash-stats--classic .col-md-3 {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body.oh-client-area a.oh-stat-card,
body.oh-client-area .oh-stat-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 148px;
    padding: 18px 18px 14px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

body.oh-client-area a.oh-stat-card:hover,
body.oh-client-area .hosting-panal.oh-stat-card:hover {
    box-shadow: var(--oh-shadow-hover);
    transform: translateY(-2px);
    border-color: #cbd5e1;
    text-decoration: none;
    color: inherit;
}

body.oh-client-area .oh-stat-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
}

body.oh-client-area .oh-stat-card--green .oh-stat-card__icon {
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover);
}

body.oh-client-area .oh-stat-card--blue .oh-stat-card__icon {
    background: #eff6ff;
    color: #2563eb;
}

body.oh-client-area .oh-stat-card--amber .oh-stat-card__icon {
    background: #fffbeb;
    color: #d97706;
}

body.oh-client-area .oh-stat-card--slate .oh-stat-card__icon {
    background: #f1f5f9;
    color: #475569;
}

body.oh-client-area .oh-stat-card__label,
body.oh-client-area .hosting-panal.oh-stat-card h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-text);
    line-height: 1.3;
    text-transform: none;
}

body.oh-client-area .oh-stat-card__value,
body.oh-client-area .hosting-panal.oh-stat-card .host-user {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--oh-text-strong);
    line-height: 1;
    position: static;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    width: auto;
    height: auto;
}

body.oh-client-area .oh-stat-card__link {
    margin-top: auto;
    font-size: 12px;
    font-weight: 600;
    color: var(--oh-accent);
}

body.oh-client-area .oh-stat-card__link i {
    font-size: 10px;
    margin-left: 4px;
}

body.oh-client-area .hosting-panal.oh-stat-card {
    background: var(--oh-surface) !important;
    background-image: none !important;
    min-height: 148px;
    padding: 18px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .hosting-panal.oh-stat-card .panel-icon {
    display: none;
}

body.oh-client-area .hosting-panal.oh-stat-card p {
    margin: 0;
    font-size: 12px;
    color: var(--oh-text);
    line-height: 1.4;
}

body.oh-client-area .oh-dashboard__main {
    margin-top: 0;
}

body.oh-client-area .oh-dashboard__main > .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

body.oh-client-area .oh-dashboard__main > .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

/* --- Latest dashboard panels (SmartHR cards) --- */

body.oh-client-area .dashboard-content-wrapper .page-title {
    color: var(--oh-text-strong);
    font-family: 'Inter', 'Lato', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.oh-client-area .dashboard-content-wrapper .panel-default,
body.oh-client-area .dashboard-content-wrapper .panel.panel-default {
    min-height: 0 !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius) !important;
    box-shadow: var(--oh-shadow) !important;
    background: var(--oh-surface) !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    overflow: hidden;
}

body.oh-client-area .dashboard-content-wrapper .panel.panel-default:hover {
    box-shadow: var(--oh-shadow-hover);
    transform: translateY(-1px);
}

body.oh-client-area .dashboard-content-wrapper .panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--oh-surface) !important;
    background-image: none !important;
    border-bottom: 1px solid var(--oh-border);
    padding: 16px 20px !important;
    margin-bottom: 0;
}

body.oh-client-area .dashboard-content-wrapper .panel-heading h3 {
    margin: 0;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--oh-text-strong) !important;
    text-transform: none !important;
    letter-spacing: 0;
    line-height: 1.3;
}

body.oh-client-area .dashboard-content-wrapper .panel-heading > a {
    font-size: 12px;
    font-weight: 600;
    color: var(--oh-accent) !important;
    white-space: nowrap;
}

body.oh-client-area .dashboard-content-wrapper .panel-body {
    padding: 0 !important;
}

body.oh-client-area .dashboard-content-wrapper .panel-content {
    padding: 16px 20px !important;
}

body.oh-client-area .dashboard-content-wrapper .panel-heading a,
body.oh-client-area .dashboard-content-wrapper .panel-content p a,
body.oh-client-area .dashboard-content-wrapper .support-panel ul li a:hover,
body.oh-client-area .dashboard-content-wrapper .support-panel ul li a:hover i {
    color: var(--oh-accent);
}

body.oh-client-area .dashboard-content-wrapper .panel-footer {
    background: var(--oh-bg) !important;
    border-top: 1px solid var(--oh-border);
    padding: 12px 20px !important;
    text-align: center;
}

body.oh-client-area .dashboard-content-wrapper .panel-footer a:not(.panel-footer-btn) {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--oh-accent) !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

body.oh-client-area .dashboard-content-wrapper .panel-footer .panel-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    border-radius: var(--oh-radius-sm) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(32, 188, 126, 0.18);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.oh-client-area .dashboard-content-wrapper .panel-footer .panel-footer-btn span,
body.oh-client-area .dashboard-content-wrapper .panel-footer .panel-footer-btn i {
    color: #fff !important;
}

body.oh-client-area .dashboard-content-wrapper .panel-footer .panel-footer-btn:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    color: #fff !important;
    transform: translateY(-1px);
    text-decoration: none;
}

body.oh-client-area .dashboard-content-wrapper .panel-footer a:not(.panel-footer-btn) i {
    font-size: 14px;
}

body.oh-client-area .dashboard-content-wrapper .panel-content p {
    color: var(--oh-text);
    font-size: 13px;
    line-height: 1.5;
}

body.oh-client-area .dashboard-content-wrapper .billing-panel h3,
body.oh-client-area .dashboard-content-wrapper .services-panel h3 {
    margin: 0 0 6px;
    font-size: 26px !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .dashboard-content-wrapper .sevice-status {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    background: var(--oh-accent-soft);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: var(--oh-accent-hover);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

body.oh-client-area .dashboard-content-wrapper .sevice-status.active {
    background: #ecfdf5;
    color: #047857;
}

body.oh-client-area .dashboard-content-wrapper .billing-panel,
body.oh-client-area .dashboard-content-wrapper .order-panel {
    text-align: center;
}

body.oh-client-area .dashboard-content-wrapper .order-panel {
    padding: 24px 20px !important;
}

body.oh-client-area .dashboard-content-wrapper .order-panel img {
    width: 48px;
    height: auto;
    margin-bottom: 12px;
    opacity: 0.85;
}

body.oh-client-area .dashboard-content-wrapper .tickets-table {
    margin: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

body.oh-client-area .dashboard-content-wrapper .tickets-table tbody tr {
    border-bottom: 1px solid var(--oh-border);
    transition: background 0.15s ease;
}

body.oh-client-area .dashboard-content-wrapper .tickets-table tbody tr:hover {
    background: var(--oh-bg);
}

body.oh-client-area .dashboard-content-wrapper .tickets-table td {
    padding: 12px 10px !important;
    vertical-align: middle !important;
    border: none !important;
    font-size: 13px;
    color: var(--oh-text-strong);
    overflow: hidden;
    text-overflow: ellipsis;
}

body.oh-client-area .dashboard-content-wrapper .tickets-table td:first-child {
    padding-left: 0 !important;
    font-weight: 600;
}

/* Active services table — 5 columns */
body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td.ticket-name {
    width: 36%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td:nth-child(2) {
    width: 14%;
    white-space: nowrap;
    text-align: right;
}

body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td:nth-child(3) {
    width: 24%;
    white-space: nowrap;
    font-size: 12px;
    color: var(--oh-text);
}

body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td:nth-child(4) {
    width: 8%;
    text-align: center;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td:nth-child(5) {
    width: 18%;
    text-align: right;
    white-space: nowrap;
}

/* Tickets table — 3 columns */
body.oh-client-area .dashboard-content-wrapper .panel-tickets-client .tickets-table td.ticket-no {
    width: 14%;
    white-space: nowrap;
    color: var(--oh-accent);
    font-weight: 700;
}

body.oh-client-area .dashboard-content-wrapper .panel-tickets-client .tickets-table td:nth-child(2) {
    width: 56%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

body.oh-client-area .dashboard-content-wrapper .panel-tickets-client .tickets-table td:nth-child(3) {
    width: 30%;
    white-space: nowrap;
    font-size: 12px;
    color: var(--oh-text);
    text-align: right;
}

/* News & knowledgebase tables */
body.oh-client-area .dashboard-content-wrapper .panel-news-client .tickets-table td:first-child,
body.oh-client-area .dashboard-content-wrapper .panel-knowledgebase-client .tickets-table td:first-child {
    width: 68%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

body.oh-client-area .dashboard-content-wrapper .panel-news-client .tickets-table td:last-child,
body.oh-client-area .dashboard-content-wrapper .panel-knowledgebase-client .tickets-table td:last-child {
    width: 32%;
    white-space: nowrap;
    font-size: 12px;
    color: var(--oh-text);
    text-align: right;
}

body.oh-client-area .dashboard-content-wrapper .panel-knowledgebase-client .tickets-table td:nth-child(2) {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.45;
}

body.oh-client-area .dashboard-content-wrapper .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.oh-client-area .dashboard-content-wrapper .ticket-status,
body.oh-client-area .dashboard-content-wrapper .ticket-status.active {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    background: #ecfdf5;
    color: #047857;
}

body.oh-client-area .dashboard-content-wrapper .support-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .dashboard-content-wrapper .support-panel ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid var(--oh-border);
    color: var(--oh-text-strong) !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

body.oh-client-area .dashboard-content-wrapper .support-panel ul li:last-child a {
    border-bottom: none;
}

body.oh-client-area .dashboard-content-wrapper .support-panel ul li a i {
    color: var(--oh-accent) !important;
    width: 18px;
    text-align: center;
}

body.oh-client-area .dashboard-content-wrapper .message-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .dashboard-content-wrapper .message-panel ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .dashboard-content-wrapper .message-panel ul li:last-child {
    border-bottom: none;
}

body.oh-client-area .dashboard-content-wrapper .message-panel ul li span i {
    color: #d97706;
    margin-top: 2px;
}

body.oh-client-area .dashboard-content-wrapper .message-panel ul li p,
body.oh-client-area .dashboard-content-wrapper .message-panel ul li a {
    margin: 0;
    font-size: 13px;
    color: var(--oh-text);
    line-height: 1.45;
}

body.oh-client-area .dashboard-content-wrapper .offerings-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .dashboard-content-wrapper .offerings-panel ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .dashboard-content-wrapper .offerings-panel ul li:last-child {
    border-bottom: none;
}

body.oh-client-area .dashboard-content-wrapper .offerings-panel ul li img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

body.oh-client-area .dashboard-content-wrapper .offerings-panel ul li h4 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .dashboard-content-wrapper .offerings-panel ul li p {
    margin: 0;
    font-size: 12px;
    color: var(--oh-text);
    line-height: 1.45;
}

body.oh-client-area .dashboard-content-wrapper .registerDomainSec .input-group-lg .form-control {
    height: 44px;
    border: 1px solid var(--oh-field-border);
    border-radius: var(--oh-radius-sm) 0 0 var(--oh-radius-sm);
    font-size: 13px;
}

body.oh-client-area .dashboard-content-wrapper .registerDomainSec .btn.search,
body.oh-client-area .dashboard-content-wrapper .registerDomainSec .btn.transfer {
    height: 44px;
    padding: 0 16px;
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 0 var(--oh-radius-sm) var(--oh-radius-sm) 0;
}

body.oh-client-area .dashboard-content-wrapper .empty-dash-img {
    max-width: 64px;
    opacity: 0.35;
    margin: 12px auto;
    display: block;
}

body.oh-client-area .dashboard-content-wrapper .mh-200 {
    min-height: 0 !important;
    max-height: none;
}

body.oh-client-area .dashboard-content-wrapper .panel-scroll .table-responsive,
body.oh-client-area .dashboard-content-wrapper .panel-scroll ul {
    max-height: 240px;
    overflow-y: auto;
}

@media (max-width: 1199px) {
    body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td:nth-child(3),
    body.oh-client-area .dashboard-content-wrapper .panel-tickets-client .tickets-table td:nth-child(3),
    body.oh-client-area .dashboard-content-wrapper .panel-news-client .tickets-table td:last-child,
    body.oh-client-area .dashboard-content-wrapper .panel-knowledgebase-client .tickets-table td:last-child {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table,
    body.oh-client-area .dashboard-content-wrapper .panel-tickets-client .tickets-table {
        table-layout: auto;
    }

    body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td,
    body.oh-client-area .dashboard-content-wrapper .panel-tickets-client .tickets-table td {
        white-space: normal;
    }

    body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td:nth-child(2),
    body.oh-client-area .dashboard-content-wrapper .panel-services-client .tickets-table td:nth-child(5) {
        text-align: left;
    }
}

/* Classic home sections as cards */

body.oh-client-area .oh-dashboard .act-Product,
body.oh-client-area .oh-dashboard .domains-row,
body.oh-client-area .oh-dashboard .addon-row,
body.oh-client-area .oh-dashboard .newdomin-row {
    margin-bottom: 24px;
    padding: 20px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-dashboard .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--oh-border);
    background: transparent;
}

body.oh-client-area .oh-dashboard .card-header h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-dashboard .item-pro {
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    padding: 14px;
}

body.oh-client-area .oh-dashboard .find-domin,
body.oh-client-area .oh-dashboard .yet-domin {
    border-radius: var(--oh-radius-sm) !important;
    border: 1px solid var(--oh-border) !important;
    box-shadow: none !important;
    background: var(--oh-bg) !important;
    background-image: none !important;
}

/* Subpages — unified page shell */

body.oh-client-area #content.domen-page,
body.oh-client-area #content.inner-page,
body.oh-client-area #content.invoice-list-page,
body.oh-client-area #content.oh-addfunds-page {
    background: var(--oh-bg);
}

body.oh-client-area .oh-page-head {
    margin-bottom: 0;
}

body.oh-client-area .oh-page-head + *,
body.oh-client-area .domains-head.oh-page-head + .oh-data-layout,
body.oh-client-area .domains-head.oh-page-head + .page-content {
    margin-top: 0;
}

/* --- Classic dashboard stat cards (legacy fallback) --- */

body.oh-client-area .hosting-panal {
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.oh-client-area .hosting-panal:hover {
    transform: translateY(-2px);
    box-shadow: var(--oh-shadow-hover);
}

body.oh-client-area .hosting-panal:not(.tick):not(.invo):not(.regis):not(.oh-stat-card) {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover));
}

body.oh-client-area .hosting-panal.tick:not(.oh-stat-card) {
    background: linear-gradient(135deg, var(--oh-dark-soft), var(--oh-dark-soft));
}

body.oh-client-area .hosting-panal.invo:not(.oh-stat-card) {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
}

body.oh-client-area .hosting-panal.regis:not(.oh-stat-card) {
    background: linear-gradient(135deg, var(--oh-dark), var(--oh-dark-soft));
}

/* --- Buttons --- */

body.oh-client-area .btn-primary,
body.oh-client-area .wgs_custom-btn.btn-primary,
body.oh-client-area button.btn-primary,
body.oh-client-area a.btn-primary {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.oh-client-area .btn-primary:hover,
body.oh-client-area .btn-primary:focus,
body.oh-client-area .wgs_custom-btn.btn-primary:hover,
body.oh-client-area .shoop-btn a:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    border-color: var(--oh-accent-hover) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(32, 188, 126, 0.28);
}

body.oh-client-area .shoop-btn a {
    background: var(--oh-accent);
    border-radius: var(--oh-radius-sm);
    color: #fff;
}

body.oh-client-area .btn-success {
    background: var(--oh-accent-soft) !important;
    border-color: rgba(32, 188, 126, 0.35) !important;
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .btn-default {
    background: var(--oh-field-bg);
    border-color: var(--oh-field-border);
    border-radius: var(--oh-radius-sm);
    color: #475569;
}

body.oh-client-area .btn-default:hover,
body.oh-client-area .btn-default:focus {
    background: var(--oh-field-bg-hover);
    border-color: rgba(32, 188, 126, 0.35);
    color: var(--oh-accent-hover);
}

body.oh-client-area .btn-info {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(32, 188, 126, 0.18);
}

body.oh-client-area .btn-info:hover,
body.oh-client-area .btn-info:focus {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    border-color: var(--oh-accent-hover) !important;
    color: #fff !important;
}

body.oh-client-area a.wgs_custom-btn:not(.btn),
body.oh-client-area input.wgs_custom-btn:not(.btn),
body.oh-client-area button.wgs_custom-btn:not(.btn) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-weight: 700;
    padding: 12px 22px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.oh-client-area a.wgs_custom-btn:not(.btn):hover,
body.oh-client-area input.wgs_custom-btn:not(.btn):hover,
body.oh-client-area button.wgs_custom-btn:not(.btn):hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

body.oh-client-area .btn.btn-default.go.wgs_custom-btn,
body.oh-client-area .btn-domin a.wgs_custom-btn,
body.oh-client-area a.t-cont-btn.wgs_custom-btn,
body.oh-client-area .panel-footer-btn {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(32, 188, 126, 0.18);
}

body.oh-client-area .btn.btn-default.go.wgs_custom-btn:hover,
body.oh-client-area .btn-domin a.wgs_custom-btn:hover,
body.oh-client-area a.t-cont-btn.wgs_custom-btn:hover,
body.oh-client-area .panel-footer-btn:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    color: #fff !important;
}

body.oh-client-area .panel-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    text-decoration: none;
}

body.oh-client-area .panel-footer-btn i {
    color: #fff !important;
}

/* --- Forms --- */

body.oh-client-area .form-control,
body.oh-client-area .pers-info .input,
body.oh-client-area .pers-info input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]),
body.oh-client-area .pers-info textarea,
body.oh-client-area .pers-info select,
body.oh-client-area .inputBox .input,
body.oh-client-area .select-selected,
body.oh-client-area textarea.form-control,
body.oh-client-area select.form-control {
    background-color: var(--oh-field-bg) !important;
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    color: var(--oh-text-strong);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.oh-client-area .form-control:hover,
body.oh-client-area .pers-info .input:hover,
body.oh-client-area .inputBox .input:hover {
    background-color: var(--oh-field-bg-hover) !important;
    border-color: #b8c5d4 !important;
}

body.oh-client-area .form-control:focus,
body.oh-client-area .pers-info .input:focus,
body.oh-client-area .inputBox .input:focus,
body.oh-client-area .pers-info select:focus,
body.oh-client-area #registration .form-control:focus {
    background-color: #fff !important;
    border-color: #94a3b8 !important;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.2);
    outline: none;
}

body.oh-client-area .form-control[disabled],
body.oh-client-area .form-control[readonly],
body.oh-client-area .pers-info .input[disabled],
body.oh-client-area .pers-info .input[readonly] {
    background-color: #e8edf2 !important;
    border-color: #d5dee8 !important;
    color: var(--oh-text) !important;
    opacity: 1;
}

body.oh-client-area .pers-info .inputBox .input {
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    padding: 10px 14px;
    height: 44px;
}

body.oh-client-area .select-items {
    background: #fff;
    border: 1px solid var(--oh-field-border);
    border-radius: var(--oh-radius-sm);
    box-shadow: var(--oh-shadow);
}

/* --- Tables --- */

body.oh-client-area .table > thead > tr > th {
    background: var(--oh-bg);
    border-bottom: 1px solid var(--oh-border);
    color: var(--oh-text-strong);
    font-weight: 700;
}

body.oh-client-area .table > tbody > tr > td {
    border-top-color: var(--oh-border);
    vertical-align: middle;
}

body.oh-client-area .table-striped > tbody > tr:nth-of-type(odd) {
    background: rgba(248, 250, 252, 0.7);
}

body.oh-client-area .table-hover > tbody > tr:hover {
    background: rgba(241, 245, 249, 0.95);
}

body.oh-client-area #content,
body.oh-client-area #content .panel-body,
body.oh-client-area .pers-info,
body.oh-client-area .choose-pack,
body.oh-client-area #order-standard_cart {
    color: var(--oh-text-strong);
}

body.oh-client-area #content .text-muted,
body.oh-client-area .help-block,
body.oh-client-area .pers-info .inputText {
    color: var(--oh-text) !important;
}

/* --- Bilgilerim: account tab bar --- */

body.oh-client-area .custom-ser-hd.server-box {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
    padding: 0;
    margin-top: 0;
}

body.oh-client-area .user-accout {
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%) !important;
    border-radius: 0;
    overflow: hidden;
}

body.oh-client-area .user-accout .tabs {
    margin: 0;
    padding: 0;
}

body.oh-client-area .custom-ser-hd .user-accout .tabs li {
    color: rgba(255, 255, 255, 0.78) !important;
    background: transparent !important;
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: 88px;
    padding: 12px 10px !important;
    line-height: 1.35 !important;
    font-size: 13px !important;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

body.oh-client-area .custom-ser-hd .user-accout .tabs li:last-child {
    border-right: none !important;
}

body.oh-client-area .custom-ser-hd .user-accout .tabs li .tbs-icone,
body.oh-client-area .custom-ser-hd .user-accout .tabs li .tbs-icone i {
    color: rgba(255, 255, 255, 0.55) !important;
}

body.oh-client-area .custom-ser-hd .user-accout .tabs li:hover,
body.oh-client-area .custom-ser-hd .user-accout .tabs li.active {
    background: rgba(32, 188, 126, 0.24) !important;
    color: #fff !important;
}

body.oh-client-area .custom-ser-hd .user-accout .tabs li:hover .tbs-icone,
body.oh-client-area .custom-ser-hd .user-accout .tabs li:hover .tbs-icone i,
body.oh-client-area .custom-ser-hd .user-accout .tabs li.active .tbs-icone,
body.oh-client-area .custom-ser-hd .user-accout .tabs li.active .tbs-icone i {
    color: var(--oh-accent) !important;
}

body.oh-client-area .custom-ser-hd .user-accout .tabs li:after,
body.oh-client-area .custom-ser-hd .user-accout .tabs li:hover:after,
body.oh-client-area .custom-ser-hd .user-accout .tabs li.active:after {
    display: none !important;
    border: 0 !important;
}

/* --- Bilgilerim: form area --- */

body.oh-client-area .pers-info {
    background: var(--oh-surface) !important;
    color: var(--oh-text-strong) !important;
    padding: 28px 28px 32px;
    border-top: 1px solid var(--oh-border);
    border-radius: 0 0 var(--oh-radius) var(--oh-radius);
    margin-top: 0;
}

body.oh-client-area .pers-info .input,
body.oh-client-area .pers-info input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]),
body.oh-client-area .pers-info textarea,
body.oh-client-area .pers-info select,
body.oh-client-area .pers-info .form-control {
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .pers-info .inputText {
    color: var(--oh-text) !important;
}

body.oh-client-area .pers-info .focus .inputText {
    color: var(--oh-text) !important;
}

body.oh-client-area .Pers-titel,
body.oh-client-area .pers-info h2,
body.oh-client-area .formBox h2,
body.oh-client-area .formBox h5 {
    color: var(--oh-text-strong) !important;
    font-weight: 800;
}

body.oh-client-area .pers-info label,
body.oh-client-area .formBox label,
body.oh-client-area .form-colam label {
    color: var(--oh-dark-soft) !important;
}

body.oh-client-area .select-items div,
body.oh-client-area .select-selected {
    color: var(--oh-text-strong) !important;
}

body.oh-client-area input.btn-save,
body.oh-client-area button.btn-save,
body.oh-client-area a.btn-save,
body.oh-client-area input.btn.btn-save,
body.oh-client-area button.btn.btn-save,
body.oh-client-area .btn-save.wgs_custom-btn,
body.oh-client-area .btn.btn-save.wgs_custom-btn,
body.oh-client-area .oh-account-btn--primary,
body.oh-client-area .oh-product-pw-form__actions .btn-save,
body.oh-client-area .oh-domain-btn--primary {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    border-radius: var(--oh-radius-sm) !important;
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
    font-weight: 700;
}

body.oh-client-area input.btn-save:hover,
body.oh-client-area button.btn-save:hover,
body.oh-client-area a.btn-save:hover,
body.oh-client-area input.btn.btn-save:hover,
body.oh-client-area button.btn.btn-save:hover,
body.oh-client-area .btn.btn-save.wgs_custom-btn:hover,
body.oh-client-area .oh-account-btn--primary:hover,
body.oh-client-area .oh-product-pw-form__actions .btn-save:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    color: #fff !important;
}

/* Cancel — always slate like product details (not red) */
body.oh-client-area input.btn-cancel,
body.oh-client-area button.btn-cancel,
body.oh-client-area a.btn-cancel,
body.oh-client-area input.btn.btn-cancel,
body.oh-client-area button.btn.btn-cancel,
body.oh-client-area .btn-cancel,
body.oh-client-area .oh-account-btn--cancel,
body.oh-client-area .oh-product-pw-form__actions .btn-cancel,
body.oh-client-area .oh-password-form__actions .btn-cancel,
body.oh-client-area .oh-password-form__actions .oh-account-btn--cancel,
body.oh-client-area .oh-account-form__actions .btn-cancel,
body.oh-client-area .oh-account-form__actions .oh-account-btn--cancel,
body.oh-client-area .oh-account-form-page .btn-footer .btn-cancel,
body.oh-client-area .oh-account-form-page .btn-footer .oh-account-btn--cancel,
body.oh-client-area .oh-product-detail #tabChangepw .btn-default,
body.oh-client-area .oh-product-detail .oh-product-pw-form__actions .btn-cancel {
    background: #475569 !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--oh-radius-sm) !important;
    box-shadow: none !important;
    font-weight: 700;
}

body.oh-client-area input.btn-cancel:hover,
body.oh-client-area button.btn-cancel:hover,
body.oh-client-area a.btn-cancel:hover,
body.oh-client-area .btn-cancel:hover,
body.oh-client-area .oh-account-btn--cancel:hover,
body.oh-client-area .oh-product-pw-form__actions .btn-cancel:hover,
body.oh-client-area .oh-password-form__actions .btn-cancel:hover,
body.oh-client-area .oh-password-form__actions .oh-account-btn--cancel:hover,
body.oh-client-area .oh-account-form__actions .btn-cancel:hover,
body.oh-client-area .oh-account-form__actions .oh-account-btn--cancel:hover,
body.oh-client-area .oh-account-form-page .btn-footer .btn-cancel:hover,
body.oh-client-area .oh-account-form-page .btn-footer .oh-account-btn--cancel:hover,
body.oh-client-area .oh-product-detail #tabChangepw .btn-default:hover {
    background: var(--oh-dark-soft, #334155) !important;
    color: #fff !important;
}

/* --- Bilgilerim: SmartHR account shell --- */

body.oh-client-area #content.oh-account-page {
    background: var(--oh-bg);
}

body.oh-client-area .oh-account-shell {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.oh-client-area .oh-account-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-account-profile__main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex: 1 1 280px;
}

body.oh-client-area .oh-account-profile__avatar {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid var(--oh-accent-soft);
    box-shadow: 0 0 0 1px rgba(32, 188, 126, 0.12);
    position: relative;
}

body.oh-client-area .oh-account-profile__avatar::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--oh-accent);
    border: 2px solid var(--oh-surface);
}

body.oh-client-area .oh-account-profile__name {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--oh-text-strong);
    line-height: 1.25;
}

body.oh-client-area .oh-account-profile__email,
body.oh-client-area .oh-account-profile__company {
    margin: 0;
    font-size: 13px;
    color: var(--oh-text);
    line-height: 1.45;
}

body.oh-client-area .oh-account-profile__actions {
    flex: 0 0 auto;
}

body.oh-client-area .oh-account-nav {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 0;
    overflow-x: auto;
}

body.oh-client-area .oh-account-nav__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0 8px;
    list-style: none;
    min-width: max-content;
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .oh-account-nav__item {
    margin: 0;
    padding: 0;
}

body.oh-client-area .oh-account-nav__item a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    margin-bottom: -1px;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    color: var(--oh-text);
    text-decoration: none;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
    white-space: nowrap;
    box-shadow: none;
}

body.oh-client-area .oh-account-nav__item a i {
    color: #94a3b8;
    font-size: 14px;
}

body.oh-client-area .oh-account-nav__item a:hover {
    background: transparent;
    color: var(--oh-text-strong);
    border-bottom-color: #cbd5e1;
}

body.oh-client-area .oh-account-nav__item a:hover i {
    color: var(--oh-accent-hover);
}

body.oh-client-area .oh-account-nav__item--active a {
    background: transparent;
    color: var(--oh-accent-hover);
    border-bottom-color: var(--oh-accent);
    box-shadow: none;
}

body.oh-client-area .oh-account-nav__item--active a i {
    color: var(--oh-accent-hover);
}

body.oh-client-area .oh-account-content {
    min-width: 0;
}

body.oh-client-area .oh-account-content > .pers-info,
body.oh-client-area .oh-account-content > .pers-info.oh-account-form-page {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.oh-client-area .oh-account-form-page .tab_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.oh-client-area .oh-account-card,
body.oh-client-area .oh-account-form-page .formBox:not(.out-put) {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

body.oh-client-area .oh-account-card__header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--oh-border);
    background: linear-gradient(180deg, #fafbfc 0%, var(--oh-surface) 100%);
}

body.oh-client-area .oh-account-card__title,
body.oh-client-area .oh-account-card__header .Pers-titel {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--oh-text-strong) !important;
    letter-spacing: -0.01em;
}

body.oh-client-area .oh-account-card__body {
    padding: 24px;
}

body.oh-client-area .oh-account-form-page .formBox .Pers-titel:not(.oh-account-card__title) {
    display: block;
    margin: 0 !important;
    padding: 18px 24px;
    border-bottom: 1px solid var(--oh-border);
    background: linear-gradient(180deg, #fafbfc 0%, var(--oh-surface) 100%);
    font-size: 16px !important;
}

body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > .form-colam:first-child,
body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > .chek-box-grup,
body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > .checkbox,
body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > h5 {
    padding: 0 24px;
}

body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > .form-colam:first-child {
    padding-top: 24px;
}

body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > .form-colam:last-child,
body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > .chek-box-grup:last-child,
body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > .checkbox:last-child {
    padding-bottom: 24px;
}

body.oh-client-area .oh-account-form-page .well {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 20px 24px;
    margin: 0;
}

body.oh-client-area .oh-account-form-page .form-colam,
body.oh-client-area .oh-account-form__grid .form-colam {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    margin-bottom: 24px;
    align-items: start;
}

/* Account details — payment method: equal fields, always-visible labels */
body.oh-client-area .oh-account-payment-method__grid.form-colam {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 20px !important;
    align-items: stretch !important;
    width: 100% !important;
    padding: 0 !important;
}

body.oh-client-area .oh-account-payment-method__grid > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
}

body.oh-client-area .oh-account-payment-method__grid .inputBox {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.oh-client-area .oh-account-payment-method__grid .inputBox .inputText {
    display: block !important;
}

body.oh-client-area .oh-account-payment-method__grid .inputBox select.input {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto;
}

body.oh-client-area .oh-account-form-page .form-colam:last-child {
    margin-bottom: 0;
}

body.oh-client-area .oh-account-form-page .form-colam > [class*="col-"] {
    float: none;
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 0;
    max-width: none;
    position: relative;
    z-index: 1;
}

body.oh-client-area .oh-account-form-page .oh-account-phone-col,
body.oh-client-area .oh-account-form-page .form-colam > [class*="col-"]:has(#inputPhone) {
    grid-column: 1 / -1;
    max-width: 420px;
    z-index: 6;
}

body.oh-client-area .oh-account-form-page .inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

body.oh-client-area .oh-account-form-page .oh-account-phone-field {
    z-index: 6;
    overflow: visible !important;
}

body.oh-client-area .oh-account-form-page .inputBox .inputText,
body.oh-client-area .oh-account-form-page .inputBox.focus .inputText,
body.oh-client-area .oh-account-form-page .inputText.phonenumber,
body.oh-client-area .oh-account-form-page .focus .inputText.phonenumber {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4;
    color: var(--oh-text-strong) !important;
    pointer-events: none;
}

body.oh-client-area .oh-account-form-page .inputBox .input,
body.oh-client-area .oh-account-form-page .inputBox input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]),
body.oh-client-area .oh-account-form-page .inputBox select,
body.oh-client-area .oh-account-form-page .oh-account-input,
body.oh-client-area .oh-account-form-page .form-control {
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    padding: 10px 14px !important;
    background: #fff !important;
    min-height: 44px !important;
    height: 44px !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
    font-weight: 500;
    color: var(--oh-text-strong) !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

body.oh-client-area .oh-account-form-page .inputBox textarea.input,
body.oh-client-area .oh-account-form-page .inputBox textarea.form-control {
    height: auto !important;
    min-height: 96px !important;
    line-height: 1.5 !important;
}

body.oh-client-area .oh-account-form-page .inputBox .input:focus,
body.oh-client-area .oh-account-form-page .oh-account-input:focus,
body.oh-client-area .oh-account-form-page .form-control:focus {
    border-color: #94a3b8 !important;
    background: #fff !important;
    box-shadow: 0 0 0 2px rgba(148, 163, 184, 0.18) !important;
    outline: none;
}

body.oh-client-area .oh-account-form-page .change-pass {
    margin-bottom: 20px;
    max-width: 520px;
}

body.oh-client-area .oh-account-form-page .change-pass .col-md-6,
body.oh-client-area .oh-account-form-page .change-pass .col-md-8,
body.oh-client-area .oh-account-form-page .change-pass .col-md-4 {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body.oh-client-area .oh-account-form-page .change-pass .row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}

body.oh-client-area .oh-account-form-page .change-pass .n-padding {
    padding: 0;
    flex: 1 1 200px;
}

body.oh-client-area .oh-account-form-page .oh-account-form__row {
    margin-bottom: 20px;
    max-width: 520px;
}

body.oh-client-area .oh-account-form-page .oh-account-form__label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-account-form-page .oh-account-phone-field .intl-tel-input {
    display: block !important;
    width: 100% !important;
    position: relative;
    z-index: 2;
    overflow: visible !important;
}

body.oh-client-area .oh-account-form-page #inputPhone,
body.oh-client-area .oh-account-form-page .intl-tel-input input[type="tel"],
body.oh-client-area .oh-account-form-page .intl-tel-input .form-control {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    height: 44px !important;
    border-radius: var(--oh-radius-sm) !important;
    font-size: 14px !important;
    color: var(--oh-text-strong) !important;
    background: #fff !important;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

body.oh-client-area .oh-account-form-page .intl-tel-input .flag-container {
    z-index: 5;
}

body.oh-client-area .oh-account-form-page .intl-tel-input .country-list {
    z-index: 9999 !important;
    max-height: 260px;
    overflow-y: auto;
    border-radius: var(--oh-radius-sm);
    box-shadow: var(--oh-shadow-hover);
}

body.oh-client-area .oh-account-form-page .intl-tel-input.separate-dial-code .selected-flag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 98px;
    height: 44px !important;
    padding: 0 10px 0 12px !important;
    background: var(--oh-field-bg) !important;
    border-right: 1px solid var(--oh-field-border);
    border-radius: var(--oh-radius-sm) 0 0 var(--oh-radius-sm);
}

body.oh-client-area .oh-account-form-page .intl-tel-input.separate-dial-code .selected-flag .iti-flag {
    position: static !important;
    margin: 0 !important;
}

body.oh-client-area .oh-account-form-page .intl-tel-input.separate-dial-code .selected-dial-code {
    display: inline-block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-account-form-page .intl-tel-input.separate-dial-code .iti-arrow {
    position: static !important;
    margin: 0 0 0 2px !important;
}

body.oh-client-area .oh-account-form-page .intl-tel-input.separate-dial-code input,
body.oh-client-area .oh-account-form-page .intl-tel-input.separate-dial-code.allow-dropdown input,
body.oh-client-area .oh-account-form-page .intl-tel-input.separate-dial-code.iti-sdc-3 input {
    padding-left: 108px !important;
}

body.oh-client-area .oh-account-form-page .intl-tel-input.allow-dropdown:not(.separate-dial-code) input {
    padding-left: 52px !important;
}

body.oh-client-area .oh-account-form-page .oh-account-card:has(.intl-tel-input),
body.oh-client-area .oh-account-form-page .formBox:has(.intl-tel-input) {
    overflow: visible !important;
}

body.oh-client-area .oh-account-form__hint {
    margin: 8px 0 0;
    font-size: 13px;
}

body.oh-client-area .oh-account-form__hint a {
    color: var(--oh-accent);
    font-weight: 600;
    text-decoration: none;
}

body.oh-client-area .oh-account-form__hint a:hover {
    text-decoration: underline;
}

body.oh-client-area .oh-account-form__row {
    margin-bottom: 18px;
}

body.oh-client-area .oh-account-form__row:last-child {
    margin-bottom: 0;
}

body.oh-client-area .oh-account-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-dark-soft);
}

body.oh-client-area .oh-account-form__actions,
body.oh-client-area .oh-account-form-page .btn-footer {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--oh-border);
    background: transparent !important;
}

body.oh-client-area .oh-account-form__actions .btn,
body.oh-client-area .oh-account-form__actions .oh-account-btn,
body.oh-client-area .oh-account-form__actions input.btn-save,
body.oh-client-area .oh-account-form__actions input.btn-cancel,
body.oh-client-area .oh-account-form__actions button.btn-save,
body.oh-client-area .oh-account-form__actions button.btn-cancel,
body.oh-client-area .oh-account-form-page .btn-footer .btn,
body.oh-client-area .oh-account-form-page .btn-footer .oh-account-btn,
body.oh-client-area .oh-account-form-page .btn-footer input.btn-save,
body.oh-client-area .oh-account-form-page .btn-footer input.btn-cancel,
body.oh-client-area .oh-account-form-page .btn-footer button.btn-save,
body.oh-client-area .oh-account-form-page .btn-footer button.btn-cancel {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 140px;
    min-height: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

body.oh-client-area .oh-account-form__actions .btn-save,
body.oh-client-area .oh-account-form__actions .oh-account-btn--primary,
body.oh-client-area .oh-account-form-page .btn-footer .btn-save,
body.oh-client-area .oh-account-form-page .btn-footer .oh-account-btn--primary {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    color: #fff !important;
    border: none !important;
}

body.oh-client-area .oh-account-form__actions .btn-cancel,
body.oh-client-area .oh-account-form__actions .oh-account-btn--cancel,
body.oh-client-area .oh-account-form-page .btn-footer .btn-cancel,
body.oh-client-area .oh-account-form-page .btn-footer .oh-account-btn--cancel {
    background: #475569 !important;
    color: #fff !important;
    border: none !important;
}

/* Keep destructive delete separate from Cancel */
body.oh-client-area .oh-account-form__actions .delete-contact,
body.oh-client-area .oh-account-form-page .btn-footer .delete-contact {
    background: #ef4444 !important;
    color: #fff !important;
    border: none !important;
}

body.oh-client-area .oh-account-form-page .form-main > form > .btn-footer {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 20px 24px;
    margin-top: 16px;
}

body.oh-client-area .oh-account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 22px !important;
    border-radius: var(--oh-radius-sm) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    border: none !important;
    cursor: pointer;
    text-decoration: none;
}

body.oh-client-area .oh-account-btn--primary,
body.oh-client-area .oh-account-btn.btn-primary,
body.oh-client-area .oh-account-btn.btn-success {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
}

body.oh-client-area .oh-account-btn--primary:hover,
body.oh-client-area .oh-account-btn.btn-primary:hover,
body.oh-client-area .oh-account-btn.btn-success:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    color: #fff !important;
}

body.oh-client-area .oh-account-btn--cancel,
body.oh-client-area .oh-account-btn.btn-default {
    background: #475569 !important;
    color: #fff !important;
}

body.oh-client-area .oh-account-btn.btn-danger.twofa-config-link.disable {
    background: #ef4444 !important;
    color: #fff !important;
}

body.oh-client-area .oh-account-btn--cancel:hover,
body.oh-client-area .oh-account-btn.btn-default:hover {
    background: var(--oh-dark-soft, #334155) !important;
    color: #fff !important;
}

body.oh-client-area .oh-account-btn--soft {
    background: var(--oh-accent-soft) !important;
    color: var(--oh-accent-hover) !important;
    box-shadow: none !important;
    min-height: 44px;
    width: auto;
}

body.oh-client-area .oh-account-btn--soft:hover {
    background: rgba(32, 188, 126, 0.22) !important;
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .oh-account-checks .checkbox,
body.oh-client-area .oh-account-check {
    margin-bottom: 12px;
}

body.oh-client-area .oh-account-checks .checkbox label,
body.oh-client-area .oh-account-check label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--oh-text-strong);
    cursor: pointer;
}

body.oh-client-area .oh-account-checks .cr,
body.oh-client-area .oh-account-check .cr {
    border-color: var(--oh-border);
    border-radius: 4px;
}

body.oh-client-area .oh-account-checks input:checked + .cr,
body.oh-client-area .oh-account-check input:checked + .cr {
    background: var(--oh-accent);
    border-color: var(--oh-accent);
}

body.oh-client-area .oh-account-form__strength {
    margin-top: 8px;
    padding: 0;
}

body.oh-client-area .oh-account-linked-table {
    margin-top: 16px;
}

body.oh-client-area .oh-account-card .on-off-btn-setting {
    padding: 4px 0;
}

body.oh-client-area .oh-account-card .disable {
    margin-top: 12px;
    font-size: 13px;
    color: var(--oh-text);
}

/* --- User management --- */

body.oh-client-area .oh-user-management {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: var(--oh-content-max);
    margin: 0 auto;
}

body.oh-client-area .oh-user-management__lead {
    margin: 0 0 20px;
    font-size: 14px;
    color: var(--oh-text);
    line-height: 1.6;
}

body.oh-client-area .oh-user-management__note {
    margin: 16px 0 0;
    font-size: 13px;
    color: var(--oh-text);
}

body.oh-client-area .oh-user-management__invite-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

body.oh-client-area .oh-user-management__radios {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.oh-client-area .oh-user-management__radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--oh-text-strong);
    cursor: pointer;
}

body.oh-client-area .oh-user-management__permissions {
    margin-top: 16px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    overflow: hidden;
}

body.oh-client-area .oh-user-management__permissions .oh-account-card__body {
    padding: 20px 24px;
}

body.oh-client-area .oh-user-management__permission-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.oh-client-area .oh-user-management__permission-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

body.oh-client-area .oh-user-management__permission-item:hover {
    border-color: #cbd5e1;
    background: var(--oh-field-bg);
}

body.oh-client-area .oh-user-management__permission-item input {
    margin: 2px 0 0;
    flex-shrink: 0;
}

body.oh-client-area .oh-user-management__permission-check {
    display: none;
}

body.oh-client-area .oh-user-management__permission-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

body.oh-client-area .oh-user-management__permission-text strong {
    font-size: 14px;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-user-management__permission-text small {
    font-size: 13px;
    color: var(--oh-text);
    line-height: 1.45;
}

body.oh-client-area #content.oh-user-management-page {
    background: var(--oh-bg);
}

body.oh-client-area .oh-user-management .tragat-table td .btn-sm {
    margin-left: 6px;
}

@media (max-width: 767px) {
    body.oh-client-area .oh-account-profile {
        padding: 18px 16px;
    }

    body.oh-client-area .oh-account-profile__avatar {
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
    }

    body.oh-client-area .oh-account-nav {
        padding: 0;
    }

    body.oh-client-area .oh-account-nav__item a {
        padding: 12px 14px;
        font-size: 12px;
    }

    body.oh-client-area .oh-account-form-page .form-colam {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.oh-client-area .oh-account-form-page .oh-account-phone-col,
    body.oh-client-area .oh-account-form-page .form-colam > [class*="col-"]:has(#inputPhone) {
        max-width: 100%;
    }

    body.oh-client-area .oh-user-management__invite-actions {
        justify-content: flex-start;
    }

    body.oh-client-area .oh-user-management .tragat-table td .btn-sm {
        display: inline-block;
        margin: 4px 0 0;
    }

    body.oh-client-area .oh-account-card__body,
    body.oh-client-area .oh-account-form-page .formBox:not(.oh-account-card) > .form-colam:first-child {
        padding: 16px;
    }

    body.oh-client-area .oh-account-form__actions,
    body.oh-client-area .oh-account-form-page .btn-footer {
        flex-direction: column;
        align-items: stretch;
    }

    body.oh-client-area .oh-account-btn {
        width: 100%;
    }
}

/* --- Product / server tabs (not account tabs) --- */

body.oh-client-area .server-box:not(.custom-ser-hd) ul.tabs li {
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    background: var(--oh-surface);
    box-shadow: var(--oh-shadow);
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .server-box:not(.custom-ser-hd) ul.tabs li a {
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .server-box:not(.custom-ser-hd) ul.tabs li:hover,
body.oh-client-area .server-box:not(.custom-ser-hd) ul.tabs li.active {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .server-box:not(.custom-ser-hd) ul.tabs li:hover a,
body.oh-client-area .server-box:not(.custom-ser-hd) ul.tabs li.active a {
    color: #fff !important;
}

body.oh-client-area .server-box:not(.custom-ser-hd) ul.tabs li:hover:after,
body.oh-client-area .server-box:not(.custom-ser-hd) ul.tabs li.active:after {
    border-top-color: var(--oh-accent) !important;
}

/* --- Sipariş paketleri --- */

body.oh-client-area .choose-pack,
body.oh-client-area #order-standard_cart .choose-pack {
    padding: 0 0 30px;
    color: var(--oh-text-strong);
}

body.oh-client-area .choose-pack .pack-hed h2,
body.oh-client-area #order-standard_cart .choose-pack h2 {
    color: var(--oh-text-strong) !important;
    font-weight: 800;
}

body.oh-client-area .choose-pack .pack-hed p {
    color: var(--oh-text) !important;
}

body.oh-client-area .generic_content,
body.oh-client-area .choose-pack .generic_content {
    background: var(--oh-surface) !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

body.oh-client-area .head,
body.oh-client-area .choose-pack .generic_head_content .head,
body.oh-client-area .generic_head_content .head {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    color: #fff !important;
    font-weight: 700;
}

body.oh-client-area .head.basic,
body.oh-client-area .head.dard,
body.oh-client-area .head.ultim {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    color: #fff !important;
}

body.oh-client-area .head span,
body.oh-client-area .head .qty {
    color: #fff !important;
}

body.oh-client-area .price,
body.oh-client-area .choose-pack .generic_head_price .price {
    color: var(--oh-text-strong) !important;
    background: var(--oh-bg);
    font-weight: 800;
}

body.oh-client-area .generic_feature_list li {
    color: var(--oh-dark-soft) !important;
    border-bottom-color: var(--oh-border) !important;
}

body.oh-client-area .generic_feature_list li:first-child {
    border-top-color: var(--oh-border) !important;
}

body.oh-client-area .generic_feature_storag li,
body.oh-client-area .generic_feature_storag .open-host,
body.oh-client-area .generic_feature_storag .colse-host {
    color: var(--oh-text) !important;
}

body.oh-client-area .open-host i {
    color: var(--oh-accent) !important;
}

body.oh-client-area .generic_price_btn a {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm);
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
    top: 12px;
}

body.oh-client-area .generic_price_btn a:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    color: #fff !important;
}

body.oh-client-area .pakg-palan ul.tabs li,
body.oh-client-area .pak-row .tabs li {
    background: var(--oh-bg) !important;
    color: var(--oh-text-strong) !important;
    border: 1px solid var(--oh-border) !important;
    box-shadow: none !important;
}

body.oh-client-area .pakg-palan ul.tabs li.active,
body.oh-client-area .pakg-palan ul.tabs li:hover,
body.oh-client-area .pak-row .tabs li.active,
body.oh-client-area .pak-row .tabs li:hover {
    background: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area #order-standard_cart h1,
body.oh-client-area #order-standard_cart h2,
body.oh-client-area #order-standard_cart h3,
body.oh-client-area #order-standard_cart h4,
body.oh-client-area #order-standard_cart .product-info,
body.oh-client-area #order-standard_cart .summary-totals {
    color: var(--oh-text-strong);
}

body.oh-client-area #order-standard_cart label,
body.oh-client-area #order-standard_cart .field-label {
    color: var(--oh-dark-soft) !important;
}

body.oh-client-area #order-standard_cart .sub-heading span,
body.oh-client-area #order-standard_cart .sub-heading-borderless span {
    background: var(--oh-surface) !important;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .addon-promo-container .pull-right strong {
    color: var(--oh-accent) !important;
}

body.oh-client-area .focus .inputText {
    color: var(--oh-text) !important;
}

body.oh-client-area .dashboard-content-wrapper .support-panel ul li a {
    color: var(--oh-text-strong);
}

body.oh-client-area .f-gray-bg,
body.oh-client-area .f-gray-bg .tab_container {
    background: var(--oh-bg) !important;
    color: var(--oh-text-strong);
}

/* Payment method forms — equal-width fields */
body.oh-client-area #frmManagePaymentMethod,
body.oh-client-area #frmPayment.wgs-pay-form,
body.oh-client-area .frm-credit-card-input {
    max-width: 720px;
}

body.oh-client-area #frmManagePaymentMethod .form-group,
body.oh-client-area #frmPayment .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.oh-client-area #frmManagePaymentMethod .form-group::before,
body.oh-client-area #frmManagePaymentMethod .form-group::after,
body.oh-client-area #frmPayment .form-group::before,
body.oh-client-area #frmPayment .form-group::after {
    display: none !important;
    content: none !important;
}

body.oh-client-area #frmManagePaymentMethod .form-group,
body.oh-client-area #frmPayment .form-group {
    display: grid;
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
    gap: 10px 16px;
    align-items: start;
    margin-bottom: 16px;
}

body.oh-client-area #frmManagePaymentMethod .control-label,
body.oh-client-area #frmPayment .control-label {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px 0 0 !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area #frmManagePaymentMethod [class*="col-sm-"],
body.oh-client-area #frmManagePaymentMethod [class*="col-xs-"],
body.oh-client-area #frmPayment [class*="col-sm-"],
body.oh-client-area #frmPayment [class*="col-xs-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.oh-client-area #frmManagePaymentMethod input.form-control,
body.oh-client-area #frmManagePaymentMethod select.form-control,
body.oh-client-area #frmManagePaymentMethod textarea.form-control,
body.oh-client-area #frmManagePaymentMethod .StripeElement,
body.oh-client-area #frmManagePaymentMethod #inputDescription,
body.oh-client-area #frmPayment input.form-control,
body.oh-client-area #frmPayment select.form-control,
body.oh-client-area #frmPayment textarea.form-control,
body.oh-client-area #frmPayment .StripeElement {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    border-bottom: 1px solid var(--oh-field-border) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body.oh-client-area #frmManagePaymentMethod .input-inline,
body.oh-client-area #frmManagePaymentMethod .input-inline-100,
body.oh-client-area #frmPayment .input-inline,
body.oh-client-area #frmPayment .input-inline-100 {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

body.oh-client-area .oh-payment-cvc-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

body.oh-client-area .oh-payment-cvc-row .form-control {
    flex: 1 1 auto;
    min-width: 0;
}

body.oh-client-area .oh-payment-cvc-row .btn-link {
    flex: 0 0 auto;
    padding: 0 !important;
    white-space: nowrap;
}

body.oh-client-area #frmManagePaymentMethod .submit-container,
body.oh-client-area #frmPayment .submit-container {
    display: block;
    grid-template-columns: none;
}

body.oh-client-area #frmManagePaymentMethod .submit-container > [class*="col-"],
body.oh-client-area #frmPayment .submit-container > [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.oh-client-area .address-invoice form.form-inline select.form-control,
body.oh-client-area .address-invoice select.select-inline,
body.oh-client-area .address-invoice select.form-control {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    height: 44px !important;
}

body.oh-client-area #order-standard_cart #newCardInfo {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 !important;
}

body.oh-client-area #order-standard_cart #newCardInfo > [class*="col-"],
body.oh-client-area #order-standard_cart #newCardInfo > .form-group {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.oh-client-area #order-standard_cart #newCardInfo .input,
body.oh-client-area #order-standard_cart #newCardInfo .form-control,
body.oh-client-area #order-standard_cart #newCardInfo .input-group {
    width: 100% !important;
    max-width: 100% !important;
}

body.oh-client-area #order-standard_cart #newCardInfo .input-group .input {
    width: 1% !important;
}

@media (max-width: 767px) {
    body.oh-client-area #frmManagePaymentMethod .form-group,
    body.oh-client-area #frmPayment .form-group {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    body.oh-client-area #frmManagePaymentMethod .control-label,
    body.oh-client-area #frmPayment .control-label {
        padding-top: 0 !important;
    }

    body.oh-client-area #order-standard_cart #newCardInfo {
        grid-template-columns: 1fr;
    }
}

body.oh-client-area .wgs-btn-color-css,
body.oh-client-area #frmManagePaymentMethod a.btn.btn-default.btn-sm.btn-save.wgs_custom-btn,
body.oh-client-area .twofa-setup .modal-header,
body.oh-client-area #billingContactForm .modal-header,
body.oh-client-area .twofa-setup p .btn.btn-primary {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .twofa-setup button.btn.btn-default,
body.oh-client-area #frmManagePaymentMethod a.btn.btn-default.btn-cancel {
    background: #475569 !important;
    color: #fff !important;
}

body.oh-client-area .domains-head.user .acct-btn {
    color: var(--oh-accent);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    padding: 10px 16px;
    background: var(--oh-surface);
}

body.oh-client-area .domains-head.user .acct-btn:hover {
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover);
    text-decoration: none;
}

/* --- Right context sidebar & slide-out panels --- */

body.oh-client-area .defaultOwnhostSidebar,
body.oh-client-area .menu-myaccount-ownhost,
body.oh-client-area .menu-notification-ownhost,
body.oh-client-area .menu-settings-ownhost,
body.oh-client-area .menu-cart-ownhost {
    background: var(--oh-surface);
    border-left: 1px solid var(--oh-border);
    box-shadow: -8px 0 30px rgba(15, 23, 42, 0.06);
}

body.oh-client-area .panel-setting-heading {
    background: var(--oh-bg);
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .panel-setting-title,
body.oh-client-area .defaultOwnhostSidebar .panel-sidebar .panel-title,
body.oh-client-area ul.myaccount-sidenav li a {
    color: var(--oh-text-strong);
    font-family: 'Inter', 'Lato', sans-serif;
}

body.oh-client-area ul.myaccount-sidenav li a:hover::before,
body.oh-client-area ul.myaccount-sidenav li.active a::before,
body.oh-client-area .defaultOwnhostSidebar .list-group a.list-group-item:hover::before,
body.oh-client-area .defaultOwnhostSidebar .panel-sidebar a.list-group-item.active::before {
    background: var(--oh-accent) !important;
}

body.oh-client-area ul.myaccount-sidenav li a:hover i,
body.oh-client-area ul.myaccount-sidenav li.active a i,
body.oh-client-area .defaultOwnhostSidebar .list-group a.list-group-item:hover i {
    color: var(--oh-accent) !important;
}

body.oh-client-area ul.acc-setting-list li a:hover,
body.oh-client-area ul.acc-setting-list li.active a,
body.oh-client-area .defaultOwnhostSidebar .panel-footer .btn-default {
    background: var(--oh-accent-soft) !important;
    color: var(--oh-accent) !important;
    border-color: rgba(32, 188, 126, 0.25) !important;
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .defaultOwnhostSidebar .panel-footer a.btn.btn-default.btn-sm:hover,
body.oh-client-area .ntf-pay-btn {
    background: var(--oh-accent-soft) !important;
    color: var(--oh-accent) !important;
}

body.oh-client-area .fect-switch-btn input:checked + label:after {
    background: var(--oh-accent);
}

/* --- Misc accents --- */

body.oh-client-area .renew i {
    color: var(--oh-accent);
}

body.oh-client-area .need-help,
body.oh-client-area .acct-btn {
    color: var(--oh-accent);
}

body.oh-client-area .alert-info {
    background: var(--oh-accent-soft);
    border-color: rgba(32, 188, 126, 0.25);
    color: #166534;
}

body.oh-client-area .alert-success {
    background: #ecfdf5;
    border-color: rgba(32, 188, 126, 0.25);
    color: #166534;
}

body.oh-client-area .footer {
    color: var(--oh-text);
}

body.oh-client-area .badge,
body.oh-client-area .label-primary {
    background: var(--oh-accent);
}

body.oh-client-area .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.oh-client-area .pagination > .active > a,
body.oh-client-area .pagination > .active > span {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
}

body.oh-client-area .server-box,
body.oh-client-area .well {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .modal-content {
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow-hover);
}

body.oh-client-area .modal-header {
    background: var(--oh-bg);
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .nav-pills > li.active > a,
body.oh-client-area .nav-pills > li.active > a:hover,
body.oh-client-area .nav-pills > li.active > a:focus {
    background: var(--oh-accent);
}

body.oh-client-area .nav-pills > li.active > a,
body.oh-client-area .nav-pills > li.active > a:hover,
body.oh-client-area .nav-pills > li.active > a:focus {
    background: var(--oh-accent);
}

body.oh-client-area .panel-primary > .panel-heading {
    background: linear-gradient(135deg, var(--oh-dark), var(--oh-dark-soft));
    border-color: var(--oh-dark);
    color: #fff;
}

body.oh-client-area .progress-bar-success {
    background-color: var(--oh-accent);
}

body.oh-client-area .text-primary {
    color: var(--oh-accent) !important;
}

body.oh-client-area .ticket-head {
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: var(--oh-shadow);
    overflow: visible;
    position: relative;
    z-index: 2;
}

body.oh-client-area .ticket-inner {
    padding: 16px 20px;
}

body.oh-client-area .tickt-drop h3,
body.oh-client-area .tickt-header .tickt-drop h3 {
    color: #fff !important;
    font-weight: 700;
    margin-top: 8px !important;
}

body.oh-client-area .tickt-header .supportTotalH3 {
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 600;
}

body.oh-client-area .tickt-drop a,
body.oh-client-area .tickt-drop .dropdown-toggle,
body.oh-client-area .tickt-drop .dropdown-toggle:focus {
    color: rgba(255, 255, 255, 0.92) !important;
}

body.oh-client-area .tickt-drop.short span {
    color: rgba(255, 255, 255, 0.62) !important;
}

body.oh-client-area .tickt-drop a i {
    color: rgba(255, 255, 255, 0.55) !important;
}

body.oh-client-area .tickt-drop .dropdown-menu {
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    box-shadow: var(--oh-shadow-hover);
    overflow: hidden;
}

body.oh-client-area .tickt-drop .dropdown-menu li a {
    color: var(--oh-text-strong) !important;
    padding: 10px 16px;
}

body.oh-client-area .tickt-drop .dropdown-menu li a:hover {
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .search-tickets .input-group {
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--oh-radius-sm);
    overflow: visible;
    display: flex;
    align-items: stretch;
    width: 100%;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

body.oh-client-area .search-tickets input,
body.oh-client-area .search-tickets .search-query,
body.oh-client-area .search-tickets .form-control {
    background: #fff !important;
    border: none !important;
    color: var(--oh-text-strong) !important;
    -webkit-text-fill-color: var(--oh-text-strong);
    box-shadow: none !important;
    height: 42px;
    min-height: 42px;
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
    border-radius: var(--oh-radius-sm) 0 0 var(--oh-radius-sm);
}

body.oh-client-area .search-tickets input::placeholder,
body.oh-client-area .search-tickets .form-control::placeholder {
    color: var(--oh-text) !important;
    opacity: 1;
}

body.oh-client-area .search-tickets .input-group-btn,
body.oh-client-area .search-tickets span.input-group-btn {
    display: flex;
    align-items: stretch;
    flex: 0 0 42px;
    width: 42px;
    vertical-align: middle;
}

body.oh-client-area .search-tickets .input-group-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
}

body.oh-client-area .search-tickets .btn.btn-danger {
    min-width: 42px;
    width: 42px !important;
    height: 42px;
    padding: 0 !important;
    margin: 0 !important;
    background: var(--oh-accent) !important;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0 var(--oh-radius-sm) var(--oh-radius-sm) 0 !important;
    color: #fff !important;
    box-shadow: none !important;
    flex-shrink: 0;
}

body.oh-client-area .search-tickets .btn.btn-danger .fa-search,
body.oh-client-area .search-tickets .btn.btn-danger .fas.fa-search {
    font-size: 16px;
    line-height: 1;
}

body.oh-client-area .search-tickets .btn.btn-danger:hover {
    background: var(--oh-accent-hover) !important;
    color: #fff !important;
}

body.oh-client-area .add-tick,
body.oh-client-area .add-tick.btn-save,
body.oh-client-area .add-tick.wgs_custom-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 10px 16px !important;
    background: var(--oh-accent) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--oh-radius-sm) !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.3 !important;
    margin: 0 !important;
    box-shadow: none !important;
    white-space: nowrap;
}

body.oh-client-area .add-tick:hover {
    background: var(--oh-accent-hover) !important;
    color: #fff !important;
}

body.oh-client-area .delet {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

body.oh-client-area .ticket-head li.tickt-drop.filt,
body.oh-client-area .ticket-head li.dropdown.user.tickt-drop.filt {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}

body.oh-client-area .ticket-head .tickt-drop.filt .dropdown-toggle.filt,
body.oh-client-area .ticket-head .tickt-drop.filt.bank > a.filt {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 16px !important;
    margin: 0 !important;
    background: var(--oh-accent) !important;
    border: none !important;
    border-radius: var(--oh-radius-sm) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.3 !important;
    box-shadow: none !important;
    transition: background 0.2s ease;
}

body.oh-client-area .ticket-head .tickt-drop.filt .dropdown-toggle.filt:hover,
body.oh-client-area .ticket-head .tickt-drop.filt.open .dropdown-toggle.filt,
body.oh-client-area .ticket-head .tickt-drop.filt.open .dropdown-toggle.filt:focus,
body.oh-client-area .ticket-head .tickt-drop.filt.bank > a.filt:hover {
    background: var(--oh-accent-hover) !important;
    color: #fff !important;
}

body.oh-client-area .ticket-head .tickt-drop.filt .dropdown-toggle.filt i,
body.oh-client-area .ticket-head .tickt-drop.filt.bank > a.filt i {
    color: rgba(255, 255, 255, 0.88) !important;
}

body.oh-client-area .ticket-head .tickt-drop a,
body.oh-client-area .ticket-head .tickt-drop .dropdown-toggle {
    margin: 0 !important;
}

body.oh-client-area .tragat-table .btn-info,
body.oh-client-area .ticket-table .btn-info {
    background: var(--oh-accent-soft) !important;
    border: 1px solid rgba(32, 188, 126, 0.28) !important;
    color: var(--oh-accent-hover) !important;
    border-radius: var(--oh-radius-sm);
    font-weight: 700;
}

body.oh-client-area .tragat-table .btn-info:hover,
body.oh-client-area .ticket-table .btn-info:hover {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .email-header:before {
    background: var(--oh-accent) !important;
}

body.oh-client-area .email-header h3 {
    color: var(--oh-text-strong) !important;
}

/* Email popup (viewemail.php) */

body#popup-backdrop,
body#popup-backdrop .panel-default {
    background: var(--oh-bg);
}

body#popup-backdrop .panel-heading {
    background: linear-gradient(135deg, var(--oh-dark), var(--oh-dark-soft));
    border: 0;
    color: #fff;
}

body#popup-backdrop .panel-heading h2,
body#popup-backdrop .panel-heading .popup-header-padding {
    color: #fff !important;
}

body#popup-backdrop .panel-body {
    background: var(--oh-surface);
    border-top: 1px solid var(--oh-border);
}

body#popup-backdrop .panel-footer {
    background: var(--oh-bg);
    border-top: 1px solid var(--oh-border);
}

body.oh-client-area .item-added-cart {
    color: var(--oh-accent-light) !important;
}

/* Header cart count bubble */
body.oh-client-area .oh-header-cart > a.dropdown-toggle {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

body.oh-client-area .oh-header-cart .oh-header-cart__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 2px 10px 2px 2px;
}

body.oh-client-area .oh-cart-badge {
    position: absolute;
    top: -7px;
    right: -2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--oh-accent);
    color: #fff !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    box-shadow: 0 0 0 2px var(--oh-dark);
    pointer-events: none;
    z-index: 2;
}

body.oh-client-area .oh-cart-badge[hidden] {
    display: none !important;
}

/* Cart sidebar checkout CTA */
body.oh-client-area .anchor-btn-checkout,
body.oh-client-area .menu-cart-ownhost .anchor-btn-checkout,
body.oh-client-area .order-btn .anchor-btn-checkout {
    display: block !important;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: 1px solid var(--oh-accent) !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: var(--oh-radius-sm) !important;
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

body.oh-client-area .anchor-btn-checkout:hover,
body.oh-client-area .anchor-btn-checkout:focus,
body.oh-client-area .menu-cart-ownhost .anchor-btn-checkout:hover,
body.oh-client-area .menu-cart-ownhost .anchor-btn-checkout:focus,
body.oh-client-area .order-btn .anchor-btn-checkout:hover,
body.oh-client-area .order-btn .anchor-btn-checkout:focus {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    border-color: var(--oh-accent-hover) !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(32, 188, 126, 0.28);
}

/* --- Invoices --- */

body.oh-client-area .invoices-content.inv-cont-res {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 8px 0 40px;
    width: 100%;
    clear: both;
}

@media (min-width: 992px) {
    body.oh-client-area #content:not(.rightsidebaractive) .invoices-content.inv-cont-res {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
        gap: 24px;
        align-items: start;
    }
}

/* WHMCS sağ sidebar açıkken iç sidebar gizle — üç sütun sıkışmasını önle */
body.oh-client-area #content.rightsidebaractive .invoices-content.inv-cont-res,
body.oh-client-area #content.rightsidebaractive.bothSidebaractive .invoices-content.inv-cont-res {
    grid-template-columns: minmax(0, 1fr) !important;
}

body.oh-client-area #content.rightsidebaractive .invoices-content .col-md-4.inv-100,
body.oh-client-area #content.rightsidebaractive .oh-invoice-sidebar {
    display: none !important;
}

body.oh-client-area .invoices-content .col-md-8.inv-100,
body.oh-client-area .invoices-content .col-md-4.inv-100 {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
    overflow: visible;
}

/* Main invoice card — single unified block */
body.oh-client-area .invoices-content .col-md-8.inv-100 {
    display: flex;
    flex-direction: column;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

body.oh-client-area .invo-hist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 20px 24px;
    width: 100%;
    background: var(--oh-bg);
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .invo-hist .col-md-7,
body.oh-client-area .invo-hist .col-md-5 {
    width: auto;
    flex: 1 1 220px;
    max-width: 100%;
    padding: 0;
    float: none;
}

body.oh-client-area .invo-hist .col-md-5 {
    flex: 1 1 280px;
}

body.oh-client-area .invo-hist .open-inv {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .invo-hist .domen-serch {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

/* Bootstrap .input-group-btn { font-size: 0 } — FA ikonunu gizler */
body.oh-client-area .domen-serch .input-group-btn,
body.oh-client-area .input-group.domen-serch .input-group-btn,
body.oh-client-area .oh-invoice-search .input-group-btn,
body.oh-client-area .oh-domains-search .input-group-btn,
body.oh-client-area .oh-domain-search .input-group-btn {
    font-size: 14px !important;
    display: flex !important;
    align-items: stretch;
    flex-shrink: 0;
    width: auto !important;
    vertical-align: middle;
}

body.oh-client-area .domen-serch .input-group-btn > .btn,
body.oh-client-area .input-group.domen-serch .input-group-btn > .btn,
body.oh-client-area .oh-invoice-search .input-group-btn > .btn {
    font-size: 14px !important;
    line-height: 1 !important;
}

body.oh-client-area .invoices-content .input-group {
    background: var(--oh-field-bg);
    border: 1px solid var(--oh-field-border);
    border-radius: var(--oh-radius-sm);
    box-shadow: none;
    overflow: hidden;
    display: flex;
    width: 100%;
}

body.oh-client-area .invoices-content .invo-hist .domen-serch input {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: 44px;
    padding: 0 14px;
    flex: 1;
    min-width: 0;
}

body.oh-client-area .invoices-content .invo-hist .domen-serch input:focus {
    box-shadow: none !important;
    border: none !important;
}

body.oh-client-area .invoices-content .invo-hist .domen-serch .btn.btn-info,
body.oh-client-area .oh-invoice-search .btn.btn-info,
body.oh-client-area .oh-domains-toolbar .domen-serch .btn.btn-info,
body.oh-client-area .oh-domains-search .domen-serch .btn.btn-info,
body.oh-client-area .oh-domain-search .btn.btn-info,
body.oh-client-area .oh-search-btn.btn-info {
    background: var(--oh-dark) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    width: 44px;
    min-width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 var(--oh-radius-sm) var(--oh-radius-sm) 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
}

body.oh-client-area .invoices-content .invo-hist .domen-serch .btn.btn-info .fa-search,
body.oh-client-area .oh-invoice-search .btn.btn-info .fa-search,
body.oh-client-area .oh-domains-toolbar .domen-serch .btn.btn-info .fa-search,
body.oh-client-area .oh-domains-search .domen-serch .btn.btn-info .fa-search,
body.oh-client-area .oh-domain-search .btn.btn-info .fa-search,
body.oh-client-area .oh-search-btn .fa-search,
body.oh-client-area .invoices-content .invo-hist .domen-serch .btn.btn-info .fas,
body.oh-client-area .oh-invoice-search .btn.btn-info .fas,
body.oh-client-area .oh-domains-toolbar .domen-serch .btn.btn-info .fas,
body.oh-client-area .oh-domains-search .domen-serch .btn.btn-info .fas,
body.oh-client-area .oh-domain-search .btn.btn-info .fas,
body.oh-client-area .oh-search-btn .fas,
body.oh-client-area .domen-serch .input-group-btn .fas.fa-search {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
}

body.oh-client-area .invoices-content .invo-hist .domen-serch .btn.btn-info .fas.fa-search::before,
body.oh-client-area .oh-invoice-search .btn.btn-info .fas.fa-search::before,
body.oh-client-area .domen-serch .input-group-btn .fas.fa-search::before,
body.oh-client-area .oh-search-btn .fas.fa-search::before {
    content: "\f002" !important;
    display: inline-block;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #fff !important;
}

body.oh-client-area .invoices-content .invo-hist .domen-serch .btn.btn-info:hover,
body.oh-client-area .oh-invoice-search .btn.btn-info:hover,
body.oh-client-area .oh-domains-toolbar .domen-serch .btn.btn-info:hover,
body.oh-client-area .oh-domains-search .domen-serch .btn.btn-info:hover,
body.oh-client-area .oh-domain-search .btn.btn-info:hover,
body.oh-client-area .oh-search-btn.btn-info:hover {
    color: #fff !important;
    background: var(--oh-dark-soft) !important;
}

body.oh-client-area .invoices-content .panel-header {
    background: var(--oh-surface);
    border: none;
    border-bottom: 1px solid var(--oh-border);
    border-radius: 0;
    padding: 0 24px;
    margin: 0;
    width: 100%;
    display: block;
}

/* Invoice filter tabs — OwnHost segmented tab bar */
body.oh-client-area .oh-invoice-tabs {
    padding: 16px 24px;
    background: var(--oh-surface);
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .oh-invoice-tabs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6px;
    margin: 0;
    padding: 5px;
    list-style: none;
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .oh-invoice-tabs__item {
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: var(--oh-text) !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: calc(var(--oh-radius-sm) - 2px);
    box-shadow: none !important;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    text-transform: none;
    float: none;
    width: auto;
    height: auto;
}

body.oh-client-area .oh-invoice-tabs__item i {
    font-size: 13px;
    color: #94a3b8;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

body.oh-client-area .oh-invoice-tabs__item span {
    overflow: hidden;
    text-overflow: ellipsis;
}

body.oh-client-area .oh-invoice-tabs__item:hover {
    color: var(--oh-text-strong) !important;
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: var(--oh-border) !important;
}

body.oh-client-area .oh-invoice-tabs__item:hover i {
    color: var(--oh-accent);
}

body.oh-client-area .oh-invoice-tabs__item.active {
    color: #fff !important;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(32, 188, 126, 0.28);
}

body.oh-client-area .oh-invoice-tabs__item.active i {
    color: rgba(255, 255, 255, 0.92);
}

body.oh-client-area .oh-invoice-tabs__item.active:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
}

body.oh-client-area .oh-invoice-tabs__item:after {
    display: none !important;
    content: none !important;
}

/* Legacy selectors — sidebar sync & old markup fallback */
body.oh-client-area .invoices-content .panel-header .col-md-9 {
    width: 100%;
    padding: 0;
    float: none;
}

body.oh-client-area .invoices-content .panel-header .expired-col {
    margin: 0;
}

body.oh-client-area .invoices-content ul.tabs.addons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 5px;
    list-style: none;
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .invoices-content ul.tabs.addons li {
    float: none;
    width: auto;
    flex: 1 1 0;
    margin: 0;
    padding: 11px 14px;
    line-height: 1.3;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    color: var(--oh-text) !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    border-radius: calc(var(--oh-radius-sm) - 2px);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

body.oh-client-area .invoices-content ul.tabs.addons li:hover,
body.oh-client-area .invoices-content ul.tabs.addons li.active {
    color: #fff !important;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(32, 188, 126, 0.28);
}

body.oh-client-area .invoices-content ul.tabs.addons li:after {
    display: none !important;
}

body.oh-client-area .invoices-content .tab_container.table-xl {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 24px 20px;
    margin: 0;
    overflow-x: auto;
    width: 100%;
}

body.oh-client-area .invoices-content .box-body {
    padding: 0;
}

body.oh-client-area .invoices-content .sorting-desc.list-tr {
    width: 100%;
}

body.oh-client-area .invoices-content .dataTables_wrapper {
    box-shadow: none;
    padding: 0;
    width: 100%;
}

body.oh-client-area .invoices-content .dataTables_wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

body.oh-client-area .invoices-content .nonediv,
body.oh-client-area .invoices-content th.nonediv,
body.oh-client-area .invoices-content td.nonediv,
body.oh-client-area .invoices-content .oh-invoice-filter-col,
body.oh-client-area .invoices-content th.oh-invoice-filter-col,
body.oh-client-area .invoices-content td.oh-invoice-filter-col,
body.oh-client-area .invoices-content th[hidden],
body.oh-client-area .invoices-content td[hidden],
body.oh-client-area .invoices-content .responsive-edit-button {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

body.oh-client-area .invoices-content .table,
body.oh-client-area .invoices-content table.dataTable {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

body.oh-client-area .invoices-content .table > thead > tr > th,
body.oh-client-area .invoices-content .dataTable thead th {
    padding: 14px 16px !important;
    white-space: nowrap;
    font-size: 13px;
    background: var(--oh-bg) !important;
    border-bottom: 1px solid var(--oh-border) !important;
    color: var(--oh-text-strong) !important;
    font-weight: 700;
}

body.oh-client-area .invoices-content .sorting-desc td,
body.oh-client-area .invoices-content .table > tbody > tr > td {
    padding: 14px 16px !important;
    font-size: 14px;
    vertical-align: middle;
    color: var(--oh-text-strong) !important;
    border-top: 1px solid var(--oh-border);
}

body.oh-client-area .invoices-content .sorting-desc td.sorting_1 {
    color: var(--oh-text) !important;
}

body.oh-client-area .invoices-content tr.spaceUnder {
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: background 0.15s ease;
}

body.oh-client-area .invoices-content tr.spaceUnder:hover {
    background: var(--oh-field-bg) !important;
}

body.oh-client-area .invoices-content tr.spaceUnder.Paid {
    border-left-color: #22c55e;
}

body.oh-client-area .invoices-content tr.spaceUnder.unpaid {
    border-left-color: #ef4444;
}

body.oh-client-area .invoices-content .paid {
    display: inline-block;
    background-color: #dcfce7 !important;
    border: 1px solid #bbf7d0 !important;
    color: #166534 !important;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    min-width: auto;
    width: auto;
}

body.oh-client-area .invoices-content .un-paid {
    display: inline-block;
    background-color: #fee2e2 !important;
    border: 1px solid #fecaca !important;
    color: #b91c1c !important;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: auto;
}

body.oh-client-area .invoices-content .dataTables_info {
    padding: 14px 16px;
    color: var(--oh-text);
    font-size: 13px;
    float: none;
}

body.oh-client-area .invoices-content .dataTables_wrapper > .row:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    clear: both;
    margin: 0;
    padding: 0;
}

body.oh-client-area .invoices-content .dataTables_wrapper > .row:last-child > [class*="col-"] {
    width: auto;
    max-width: 100%;
    flex: 1 1 auto;
    float: none;
    padding: 0;
}

body.oh-client-area .invoices-content .dataTables_paginate {
    padding: 8px 16px 16px;
    text-align: right;
    float: none;
    margin-left: auto;
}

body.oh-client-area .invoices-content .dataTables_paginate .pagination {
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .invoices-content .dataTables_paginate .pagination > li {
    display: inline-flex;
    margin: 0;
    padding: 0;
    border: none !important;
    background: transparent !important;
}

body.oh-client-area .invoices-content .dataTables_paginate .pagination > li:empty,
body.oh-client-area .invoices-content .dataTables_paginate .paginate_button:empty {
    display: none !important;
}

body.oh-client-area .invoices-content .dataTables_paginate .pagination > li > a,
body.oh-client-area .invoices-content .dataTables_paginate .pagination > li > span,
body.oh-client-area .invoices-content .dataTables_paginate a.paginate_button,
body.oh-client-area .invoices-content .dataTables_paginate span.paginate_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    border-radius: 8px !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    border: 1px solid var(--oh-border) !important;
    background: var(--oh-surface) !important;
    color: var(--oh-text-strong) !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    text-decoration: none;
}

body.oh-client-area .invoices-content .dataTables_paginate .pagination > li.active > a,
body.oh-client-area .invoices-content .dataTables_paginate .pagination > li.active > span,
body.oh-client-area .invoices-content .dataTables_paginate a.paginate_button.current,
body.oh-client-area .invoices-content .dataTables_paginate span.paginate_button.current {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .invoices-content .dataTables_paginate .pagination > li > a:hover,
body.oh-client-area .invoices-content .dataTables_paginate .pagination > li > span:hover,
body.oh-client-area .invoices-content .dataTables_paginate a.paginate_button:hover,
body.oh-client-area .invoices-content .dataTables_paginate span.paginate_button:hover {
    background: var(--oh-field-bg) !important;
    color: var(--oh-text-strong) !important;
    border-color: var(--oh-field-border) !important;
}

body.oh-client-area .invoices-content .dataTables_paginate .pagination > li.active > a:hover,
body.oh-client-area .invoices-content .dataTables_paginate a.paginate_button.current:hover,
body.oh-client-area .invoices-content .dataTables_paginate span.paginate_button.current:hover {
    background: var(--oh-accent-hover) !important;
    color: #fff !important;
}

body.oh-client-area .invoices-content .dataTables_paginate .paginate_button.disabled,
body.oh-client-area .invoices-content .dataTables_paginate .paginate_button.paginate_button_disabled {
    opacity: 0.45;
    pointer-events: none;
}

body.oh-client-area #tableInvoicesListWgsCustom_wrapper {
    overflow: visible !important;
    padding: 0 !important;
}

body.oh-client-area #tableInvoicesListWgsCustom_wrapper .dataTables_scroll,
body.oh-client-area #tableInvoicesListWgsCustom_wrapper .dataTables_scrollHead,
body.oh-client-area #tableInvoicesListWgsCustom_wrapper .dataTables_scrollFoot {
    overflow: hidden !important;
}

body.oh-client-area .invoices-content .dataTables_length {
    position: static;
    margin: 0;
    padding: 12px 16px 0;
}

/* Sidebar stats — billing overview */
body.oh-client-area .invoices-content .reven-col,
body.oh-client-area .oh-billing-overview {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

body.oh-client-area .oh-billing-overview__card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
    position: relative;
}

body.oh-client-area .oh-billing-overview__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--oh-accent), var(--oh-accent-light));
}

body.oh-client-area .oh-billing-overview__card--credit::before {
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

body.oh-client-area .oh-billing-overview__icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover);
    font-size: 18px;
}

body.oh-client-area .oh-billing-overview__card--credit .oh-billing-overview__icon {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

body.oh-client-area .oh-billing-overview__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.oh-client-area .oh-billing-overview__label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--oh-text-muted, #64748b);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

body.oh-client-area .oh-billing-overview__amount {
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 800;
    color: var(--oh-text-strong);
    line-height: 1.15;
    word-break: break-word;
}

body.oh-client-area .oh-billing-overview__meta {
    font-size: 13px;
    color: var(--oh-text);
    line-height: 1.4;
}

body.oh-client-area .oh-billing-overview__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--oh-accent-soft);
    border: 1px solid rgba(32, 188, 126, 0.28);
    color: var(--oh-accent-hover) !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

body.oh-client-area .oh-billing-overview__link:hover {
    background: var(--oh-accent);
    border-color: var(--oh-accent);
    color: #fff !important;
}

body.oh-client-area .oh-billing-overview__btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    padding: 10px 16px;
    border-radius: var(--oh-radius-sm);
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
}

body.oh-client-area .oh-billing-overview__btn:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    color: #fff !important;
}

body.oh-client-area .oh-billing-overview__btn i {
    font-size: 12px;
}

body.oh-client-area .invoices-content .reven-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

body.oh-client-area .invoices-content .revenue {
    background: var(--oh-surface) !important;
    background-image: none !important;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

body.oh-client-area .invoices-content .revenue.fund {
    background: var(--oh-surface) !important;
    background-image: none !important;
    padding-top: 0;
}

body.oh-client-area .invoices-content .rev {
    padding: 18px 20px;
    margin: 0;
    border-bottom: 1px solid var(--oh-border);
    font-size: 15px;
    font-weight: 700;
    color: var(--oh-text-strong);
    text-transform: none;
}

body.oh-client-area .invoices-content .revenue .price_wrapper {
    padding: 16px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

body.oh-client-area .invoices-content .pric-dol {
    font-size: clamp(22px, 2.5vw, 30px);
    color: var(--oh-text-strong);
    line-height: 1.2;
    font-weight: 700;
    word-break: break-word;
}

body.oh-client-area .invoices-content .revenue a {
    position: static;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--oh-accent-soft);
    border: 1px solid rgba(32, 188, 126, 0.28);
    color: var(--oh-accent-hover) !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

body.oh-client-area .invoices-content .revenue a:hover {
    background: var(--oh-accent);
    border-color: var(--oh-accent);
    color: #fff !important;
    text-decoration: none;
}

body.oh-client-area .invoices-content .revenue .fund-btn {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: var(--oh-radius-sm);
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(32, 188, 126, 0.22);
}

body.oh-client-area .invoices-content .revenue .fund-btn:hover {
    background: linear-gradient(135deg, var(--oh-accent-hover), #168f5f) !important;
    color: #fff !important;
}

body.oh-client-area .invoices-content .revenue .fund-btn:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0;
    margin-right: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

/* --- Mass Pay --- */

body.oh-client-area .oh-masspay {
    padding: 0 0 40px;
    background: transparent;
    border: none;
    box-shadow: none;
}

body.oh-client-area .oh-masspay__card {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

body.oh-client-area .oh-masspay__form {
    margin: 0;
}

body.oh-client-area .oh-masspay__table-wrap {
    overflow-x: auto;
    width: 100%;
}

body.oh-client-area .oh-masspay__table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

body.oh-client-area .oh-masspay__table > thead > tr > th {
    padding: 16px 20px !important;
    background: var(--oh-bg) !important;
    border-bottom: 1px solid var(--oh-border) !important;
    color: var(--oh-text-strong) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
}

body.oh-client-area .oh-masspay__amount-col {
    width: 160px;
    min-width: 120px;
    text-align: right;
    white-space: nowrap;
}

body.oh-client-area .oh-masspay .unit-row-mass td {
    position: static;
    padding: 14px 20px !important;
    border-top: none !important;
    background: var(--oh-accent-soft) !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 700;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-masspay .masspay-invoice-detail td {
    padding: 12px 20px !important;
    border-top: 1px solid var(--oh-border) !important;
    color: var(--oh-text-strong) !important;
    font-size: 14px;
    background: var(--oh-surface) !important;
}

body.oh-client-area .oh-masspay .masspay-invoice-detail .paddingMassPay {
    padding-left: 20px;
    color: var(--oh-text);
}

body.oh-client-area .oh-masspay tr.masspay-total td {
    padding: 10px 20px !important;
    background: var(--oh-bg) !important;
    border-top: 1px solid var(--oh-border) !important;
    border-bottom: none !important;
    color: var(--oh-text-strong) !important;
    font-weight: 600;
}

body.oh-client-area .oh-masspay tr.masspay-total--due td {
    background: var(--oh-accent-soft) !important;
    font-size: 16px;
    font-weight: 800;
    color: var(--oh-text-strong) !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

body.oh-client-area .oh-masspay__empty {
    padding: 32px 20px !important;
    color: var(--oh-text);
}

body.oh-client-area .oh-masspay__gateway {
    max-width: 480px;
    margin: 0 auto;
    padding: 24px 20px 28px;
    border-top: 1px solid var(--oh-border);
    background: var(--oh-bg);
}

body.oh-client-area .oh-masspay__gateway .panel {
    margin: 0;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: none;
    overflow: hidden;
}

body.oh-client-area .oh-masspay__gateway .panel-heading {
    padding: 16px 20px;
    background: var(--oh-surface);
}

body.oh-client-area .oh-masspay__gateway .panel-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-masspay__gateway .panel-body {
    padding: 20px;
}

body.oh-client-area .oh-masspay__gateway label.control-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-masspay__gateway .form-group {
    margin-bottom: 16px;
}

body.oh-client-area .oh-masspay__submit {
    margin-bottom: 0;
}

body.oh-client-area .oh-masspay__submit .btn-save {
    padding: 14px 20px;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
}

/* --- Add Funds (Kredi Ekle) --- */

body.oh-client-area #content.oh-addfunds-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--oh-bg);
    padding: 20px 20px 32px;
}

body.oh-client-area .oh-addfunds {
    width: 100%;
    max-width: var(--oh-content-max);
    padding: 0;
}

body.oh-client-area .oh-addfunds__card {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

body.oh-client-area .oh-addfunds__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%);
    border-bottom: 3px solid var(--oh-accent);
}

body.oh-client-area .oh-addfunds__intro {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    flex: 1 1 220px;
}

body.oh-client-area .oh-addfunds__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: var(--oh-radius-sm);
    background: rgba(32, 188, 126, 0.15);
    color: var(--oh-accent-light);
    font-size: 18px;
}

body.oh-client-area .oh-addfunds__title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.25;
}

body.oh-client-area .oh-addfunds__desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.65);
}

body.oh-client-area .oh-addfunds__balance {
    flex: 0 1 auto;
    text-align: right;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--oh-radius-sm);
    min-width: 160px;
}

body.oh-client-area .oh-addfunds__balance-label {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
}

body.oh-client-area .oh-addfunds__balance-value {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: var(--oh-accent-light);
    line-height: 1.2;
}

body.oh-client-area .oh-addfunds__body {
    padding: 24px;
}

body.oh-client-area .oh-addfunds__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

body.oh-client-area .oh-addfunds__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

body.oh-client-area .oh-addfunds__label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-addfunds__input {
    height: 44px;
    padding: 10px 14px;
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    background: var(--oh-field-bg) !important;
    color: var(--oh-text-strong) !important;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.oh-client-area .oh-addfunds__input:hover {
    border-color: #b0b8c4 !important;
    background: var(--oh-field-bg-hover) !important;
}

body.oh-client-area .oh-addfunds__input:focus {
    border-color: var(--oh-accent) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px var(--oh-accent-soft) !important;
    outline: none;
}

body.oh-client-area .oh-addfunds__select {
    appearance: auto;
    cursor: pointer;
}

body.oh-client-area .oh-addfunds__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

body.oh-client-area .oh-addfunds__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
    padding: 11px 20px !important;
    border: none !important;
    border-radius: var(--oh-radius-sm) !important;
    background: var(--oh-accent) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

body.oh-client-area .oh-addfunds__submit:hover {
    background: var(--oh-accent-hover) !important;
    transform: translateY(-1px);
}

body.oh-client-area .oh-addfunds__note {
    margin: 0;
    flex: 1 1 200px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--oh-text);
}

body.oh-client-area .oh-addfunds__limits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--oh-border);
    margin: 0 -24px -24px;
    background: var(--oh-bg);
}

body.oh-client-area .oh-addfunds__limit {
    padding: 16px 20px;
    text-align: center;
    border-right: 1px solid var(--oh-border);
}

body.oh-client-area .oh-addfunds__limit:last-child {
    border-right: none;
}

body.oh-client-area .oh-addfunds__limit-label {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 600;
    color: var(--oh-text);
    line-height: 1.3;
}

body.oh-client-area .oh-addfunds__limit-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

/* Legacy wrappers — add funds page */
body.oh-client-area .oh-addfunds .term-box-funds,
body.oh-client-area .oh-addfunds .web-rank-funds,
body.oh-client-area .oh-addfunds .rank-item {
    display: none !important;
}

body.oh-client-area .oh-addfunds .server-box.page,
body.oh-client-area .oh-addfunds + .server-box.page {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

@media (max-width: 767px) {
    body.oh-client-area #content.oh-addfunds-page {
        padding: 16px 12px 24px;
    }

    body.oh-client-area .oh-addfunds__header {
        flex-direction: column;
        align-items: stretch;
    }

    body.oh-client-area .oh-addfunds__balance {
        text-align: left;
    }

    body.oh-client-area .oh-addfunds__fields {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-addfunds__actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.oh-client-area .oh-addfunds__submit {
        width: 100%;
    }

    body.oh-client-area .oh-addfunds__limits {
        grid-template-columns: 1fr;
        margin: 0 -16px -16px;
    }

    body.oh-client-area .oh-addfunds__limit {
        border-right: none;
        border-bottom: 1px solid var(--oh-border);
        text-align: left;
    }

    body.oh-client-area .oh-addfunds__limit:last-child {
        border-bottom: none;
    }

    body.oh-client-area .oh-addfunds__body {
        padding: 20px 16px;
    }
}

/* --- Knowledge Base --- */

body.oh-client-area .page-content {
    padding: 8px 0 40px !important;
    width: 100%;
    clear: both;
}

body.oh-client-area .spport-row {
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    padding: 36px 20px 40px;
    margin: 0 0 28px;
    text-align: center;
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .cool-titel {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
    text-align: center;
}

body.oh-client-area .own-right {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    margin-top: 12px;
}

body.oh-client-area #custom-search-input {
    width: min(680px, 100%);
    margin: 24px auto 0;
    padding: 0;
    background: #fff;
    border: 1px solid var(--oh-border);
    border-radius: 0;
    overflow: hidden;
    box-shadow: var(--oh-shadow);
}

body.oh-client-area #custom-search-input .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin: 0;
}

body.oh-client-area #custom-search-input .input-group-btn {
    display: flex;
    align-items: stretch;
}

body.oh-client-area #custom-search-input input.form-control {
    flex: 1;
    min-width: 0;
    height: 52px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 16px;
    font-size: 15px;
    background: #fff !important;
}

body.oh-client-area #custom-search-input .serch-left {
    display: none;
    align-items: center;
    padding: 0 16px;
    background: var(--oh-field-bg) !important;
    color: var(--oh-text) !important;
    border: none !important;
    font-size: 13px !important;
    font-weight: 600;
    white-space: nowrap;
    cursor: default !important;
}

body.oh-client-area #custom-search-input .serch-left i {
    color: var(--oh-accent) !important;
    margin-right: 8px;
}

body.oh-client-area #custom-search-input .right-btn {
    background: var(--oh-accent) !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 0 22px !important;
    margin: 0 !important;
    font-size: 16px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
}

body.oh-client-area #custom-search-input .right-btn:hover {
    background: var(--oh-accent-hover) !important;
    color: #fff !important;
}

body.oh-client-area .page-content .art-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    body.oh-client-area .page-content .art-row.row {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
        align-items: start;
    }
}

body.oh-client-area .page-content .cat-col,
body.oh-client-area .page-content .art-col {
    width: 100% !important;
    max-width: 100%;
    float: none !important;
    padding: 0 !important;
    background: transparent !important;
}

body.oh-client-area .cate-titel {
    padding: 0 0 16px;
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--oh-text-strong);
}

body.oh-client-area .cat-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

body.oh-client-area .cat-col > .cate-titel,
body.oh-client-area .cat-col > .col-md-12 {
    grid-column: 1 / -1;
}

body.oh-client-area .cat-col .col-md-4,
body.oh-client-area .cat-col .col-md-12 {
    width: 100% !important;
    max-width: 100%;
    float: none !important;
    padding: 0 !important;
}

@media (min-width: 640px) {
    body.oh-client-area .cat-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    body.oh-client-area .page-content .art-row:not(.row) .cat-col {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

body.oh-client-area .box-cat {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 18px;
    margin: 0;
    min-height: 0;
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.oh-client-area .box-cat:hover {
    box-shadow: var(--oh-shadow-hover);
    transform: translateY(-1px);
}

body.oh-client-area .restor-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

body.oh-client-area .rest-titel {
    font-size: 16px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .rest-titel:hover {
    color: var(--oh-accent);
}

body.oh-client-area .cont-ser {
    flex-shrink: 0;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover);
    border: 1px solid rgba(32, 188, 126, 0.25);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    float: none;
    text-align: center;
}

body.oh-client-area .restor-cont {
    margin-top: 12px;
}

body.oh-client-area .restor-cont p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--oh-text);
}

body.oh-client-area .art-col {
    background: var(--oh-surface) !important;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    padding: 20px !important;
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .flare-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .flare-list li {
    list-style: none;
    border-bottom: 1px solid var(--oh-border);
    margin: 0;
    padding: 14px 0;
}

body.oh-client-area .flare-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

body.oh-client-area .flare-list a {
    font-size: 15px;
    font-weight: 700;
    color: var(--oh-text-strong);
    text-decoration: none;
}

body.oh-client-area .flare-list a:hover {
    color: var(--oh-accent);
}

body.oh-client-area .flare-list p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--oh-text);
}

@media (min-width: 768px) {
    body.oh-client-area #custom-search-input .serch-left {
        display: inline-flex;
    }
}

/* --- Support ticket submit --- */

body.oh-client-area .oh-support-head {
    margin-bottom: 0;
    border-radius: var(--oh-radius) var(--oh-radius) 0 0;
    border-bottom: none;
}

body.oh-client-area .oh-support-head + .oh-support-departments,
body.oh-client-area .oh-support-head + form .oh-ticket-meta {
    margin-top: 0;
}

body.oh-client-area .oh-support-departments {
    padding: 24px 0 40px;
}

body.oh-client-area .oh-support-departments .all-support ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .oh-support-departments .all-support li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
}

body.oh-client-area .oh-support-departments .all-support li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 180px;
    padding: 24px 18px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    float: none;
    margin: 0;
}

body.oh-client-area .oh-support-departments .all-support li a:hover {
    border-color: rgba(32, 188, 126, 0.45);
    box-shadow: var(--oh-shadow-hover);
    transform: translateY(-2px);
}

body.oh-client-area .oh-support-departments .all-support li img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

body.oh-client-area .oh-support-departments .all-support h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-support-departments .all-support span {
    font-size: 13px;
    line-height: 1.5;
    color: var(--oh-text) !important;
}

body.oh-client-area .oh-ticket-meta {
    border-radius: 0;
    margin-bottom: 0;
    overflow: visible !important;
    z-index: 20;
}

body.oh-client-area .oh-ticket-meta.ticket-head {
    overflow: visible !important;
}

body.oh-client-area .oh-ticket-meta .oh-select-field {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    overflow: visible;
}

body.oh-client-area .oh-ticket-meta .oh-select-field .input-group-addon,
body.oh-client-area .oh-ticket-meta .medium-tick span.input-group-addon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 42px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.08) !important;
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    border-radius: 0 !important;
}

body.oh-client-area .oh-ticket-meta .oh-select-field select.form-control,
body.oh-client-area .oh-ticket-meta select.form-control {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 44px !important;
    line-height: 1.3 !important;
    padding: 0 36px 0 12px !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    appearance: auto;
    -webkit-appearance: menulist;
}

body.oh-client-area .oh-ticket-meta .oh-select-field select.form-control option,
body.oh-client-area .oh-ticket-meta select.form-control option {
    color: var(--oh-text-strong);
    background: #fff;
}

body.oh-client-area .oh-ticket-meta .oh-select-field select.form-control:focus,
body.oh-client-area .oh-ticket-meta select.form-control:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.22) !important;
}

body.oh-client-area .oh-ticket-meta .custom-select {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    overflow: visible;
    position: relative;
}

body.oh-client-area .oh-ticket-meta .custom-select select {
    display: none !important;
}

body.oh-client-area .oh-ticket-meta .custom-select .input-group-addon,
body.oh-client-area .oh-ticket-meta .medium-tick span.input-group-addon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.08) !important;
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    border-radius: 0 !important;
}

body.oh-client-area .oh-support-form .oh-ticket-meta {
    border-top: none;
}

body.oh-client-area .oh-support-head + .oh-support-form .oh-ticket-meta {
    border-radius: 0;
}

body.oh-client-area .oh-ticket-meta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px 20px;
    width: 100%;
}

body.oh-client-area .oh-ticket-meta__main {
    flex: 1 1 420px;
    min-width: 0;
    padding: 0;
    float: none;
    width: auto;
}

body.oh-client-area .oh-ticket-meta__side {
    flex: 0 1 260px;
    min-width: 220px;
    padding: 0;
    float: none;
    width: auto;
    clear: none;
}

body.oh-client-area .oh-ticket-meta__fields {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

body.oh-client-area .oh-ticket-meta__fields > li {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0 !important;
    list-style: none;
}

body.oh-client-area .oh-ticket-meta__fields .left-arrow a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--oh-radius-sm);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

body.oh-client-area .oh-ticket-meta__fields .left-arrow img {
    width: 18px;
    height: auto;
    filter: brightness(0) invert(1);
}

body.oh-client-area .oh-ticket-meta__fields .quest,
body.oh-client-area .oh-ticket-meta__fields .opent-tickt {
    flex: 1 1 200px;
    min-width: 180px;
    width: auto !important;
}

body.oh-client-area .oh-ticket-meta__priority {
    height: 100%;
}

body.oh-client-area .oh-ticket-meta__priority .urg {
    float: none;
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.oh-client-area .oh-support-form .contact-us.server-box {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-top: none;
    border-radius: 0 0 var(--oh-radius) var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 28px 24px 32px;
    margin-bottom: 40px;
}

body.oh-client-area .oh-support-form .formBox .textarea label {
    color: var(--oh-text-strong) !important;
    font-weight: 600 !important;
}

body.oh-client-area .oh-support-form .uplod-file .btn-primary {
    background: var(--oh-accent-soft) !important;
    border: 1px solid rgba(32, 188, 126, 0.28) !important;
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .oh-support-form .uplod-file .btn-primary:hover {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

/* --- KB / Downloads shared --- */

body.oh-client-area .oh-kb-page .art-col {
    align-self: start;
}

body.oh-client-area .oh-kb-article {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 28px 24px 32px;
}

body.oh-client-area .oh-kb-article__body {
    color: var(--oh-text-strong);
    font-size: 15px;
    line-height: 1.75;
}

body.oh-client-area .oh-kb-article__body p,
body.oh-client-area .oh-kb-article__body li {
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-kb-article__meta {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--oh-border);
}

body.oh-client-area .oh-kb-article__meta li {
    border: none;
    padding: 8px 0;
    color: var(--oh-text);
}

body.oh-client-area .oh-kb-article__rating {
    margin-top: 16px;
    padding: 16px 0 0;
    border-top: 1px solid var(--oh-border);
}

body.oh-client-area .oh-kb-article__rating strong {
    color: var(--oh-text-strong);
    font-weight: 600;
    margin-right: 12px;
}

body.oh-client-area .oh-kb-article-head h1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

body.oh-client-area .oh-kb-print {
    margin-left: auto;
    color: var(--oh-text) !important;
    padding: 6px 10px;
}

body.oh-client-area .oh-kb-print:hover {
    color: var(--oh-accent) !important;
}

/* --- Domains list --- */

body.oh-client-area .domains-head {
    background-image: none !important;
}

body.oh-client-area .oh-domains-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px 20px 16px;
    margin: 0;
    width: 100%;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-bottom: none;
    border-radius: 0;
    overflow: visible;
}

body.oh-client-area .oh-page-head + .oh-domains-toolbar {
    border-top: none;
}

body.oh-client-area .oh-page-head + .oh-domains-toolbar + .oh-domains-list,
body.oh-client-area .oh-page-head ~ .oh-domains-list {
    border-top: none;
}

body.oh-client-area .input-group.domen-serch button.btn.btn-info,
body.oh-client-area .domen-serch .btn.btn-info {
    background: var(--oh-dark) !important;
    color: #fff !important;
}

body.oh-client-area .oh-domains-tabs {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

body.oh-client-area .oh-domains-search {
    width: 100%;
    max-width: 360px;
    min-width: 0;
    margin-left: auto;
}

body.oh-client-area .oh-domains-tabnav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    margin: 0;
    padding: 0 0 2px;
    list-style: none;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--oh-border);
    box-sizing: border-box;
}

body.oh-client-area .oh-domains-tabnav__item {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 1 auto;
    min-width: 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    list-style: none;
}

body.oh-client-area .oh-domains-tabnav__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-height: 44px;
    margin: 0 0 -1px;
    padding: 12px 18px;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--oh-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

body.oh-client-area .oh-domains-tabnav__btn:hover {
    color: var(--oh-text-strong);
    background: transparent;
    border-bottom-color: #cbd5e1;
}

body.oh-client-area .oh-domains-tabnav__item.active .oh-domains-tabnav__btn,
body.oh-client-area .oh-domains-tabnav__btn[aria-selected="true"] {
    color: var(--oh-accent-hover);
    background: transparent;
    border-bottom-color: var(--oh-accent);
    box-shadow: none;
}

body.oh-client-area .oh-domains-tabnav__item .oh-domain-badge,
body.oh-client-area .oh-domain-badge {
    position: static;
    top: auto;
    margin-left: 0;
    padding: 2px 8px;
    min-width: 22px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    background: #ef4444 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 999px;
}

body.oh-client-area .oh-domains-tabnav__item.active .oh-domain-badge {
    background: var(--oh-accent) !important;
}

body.oh-client-area .oh-domains-toolbar .col-md-9,
body.oh-client-area .oh-domains-toolbar .col-md-3 {
    float: none;
    width: auto;
    flex: 1 1 280px;
    padding: 0;
}

body.oh-client-area .oh-domains-toolbar .col-md-3 {
    flex: 1 1 240px;
}

body.oh-client-area .oh-domains-toolbar .expired-col {
    margin: 0;
}

/* Legacy pill selectors kept as no-ops for old markup safety */
body.oh-client-area .oh-domains-tabs__primary,
body.oh-client-area .oh-domains-tabs__secondary,
body.oh-client-area .oh-domains-toolbar ul.tabs.addons,
body.oh-client-area .oh-domains-tabs ul.tabs.addons {
    display: none;
}

body.oh-client-area .oh-domains-toolbar .domen-serch,
body.oh-client-area .oh-domain-search {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    background: var(--oh-field-bg);
    border: 1px solid var(--oh-field-border);
    border-radius: var(--oh-radius-sm);
    overflow: hidden;
}

body.oh-client-area .oh-domains-search .input-group-btn,
body.oh-client-area .oh-domain-search .input-group-btn {
    display: flex !important;
    width: auto !important;
    flex-shrink: 0;
    vertical-align: middle;
}

body.oh-client-area .oh-domains-toolbar .domen-serch input,
body.oh-client-area .oh-domain-search input {
    flex: 1;
    min-width: 0;
    height: 40px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px;
}

body.oh-client-area .oh-domains-list {
    background: var(--oh-surface) !important;
    border: 1px solid var(--oh-border);
    border-top: none;
    border-radius: 0 0 var(--oh-radius) var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 0 !important;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    container-type: inline-size;
    container-name: oh-domains;
    --oh-dom-cols: 40px minmax(110px, 1.6fr) minmax(96px, 0.9fr) minmax(96px, 0.9fr) minmax(100px, 0.9fr) minmax(72px, 0.7fr) 108px;
}

body.oh-client-area #content.domen-page .domains-head.oh-page-head,
body.oh-client-area #content.domen-page .oh-domains-toolbar,
body.oh-client-area #content.domen-page .oh-domains-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

body.oh-client-area .oh-domains-list .server-inner.colam,
body.oh-client-area .oh-domains-table-wrap {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

body.oh-client-area .oh-domains-table-scroll,
body.oh-client-area .oh-domains-list .table-responsive {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    padding: 12px 16px 8px;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.oh-client-area .oh-domains-list .dataTables_wrapper,
body.oh-client-area .oh-domains-list #listDomainTableWgs_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    overflow: visible;
}

body.oh-client-area .oh-domains-list #listDomainTableWgs,
body.oh-client-area .oh-domains-list .oh-domains-table {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-width: 700px !important;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

body.oh-client-area .oh-domains-list #listDomainTableWgs thead,
body.oh-client-area .oh-domains-list #listDomainTableWgs tbody {
    display: block;
    width: 100% !important;
}

body.oh-client-area .oh-domains-list #listDomainTableWgs thead tr,
body.oh-client-area .oh-domains-list #listDomainTableWgs tbody tr.oh-domains-row,
body.oh-client-area .oh-domains-list #listDomainTableWgs tbody tr {
    display: grid !important;
    grid-template-columns: var(--oh-dom-cols);
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    gap: 0;
}

body.oh-client-area .oh-domains-list #listDomainTableWgs th,
body.oh-client-area .oh-domains-list #listDomainTableWgs td {
    width: auto !important;
    max-width: 100%;
    min-width: 0 !important;
    float: none !important;
    box-sizing: border-box;
}

body.oh-client-area .oh-domains-list #listDomainTableWgs .oh-domains-col-hidden,
body.oh-client-area .oh-domains-list #listDomainTableWgs th[hidden],
body.oh-client-area .oh-domains-list #listDomainTableWgs td[hidden] {
    display: none !important;
}

body.oh-client-area .oh-domains-list .table > thead > tr > th {
    padding: 12px 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--oh-text) !important;
    background: var(--oh-bg) !important;
    border-bottom: 1px solid var(--oh-border) !important;
}

body.oh-client-area .oh-domains-list .table > tbody > tr > td {
    padding: 10px !important;
    vertical-align: middle;
    font-size: 13px;
    color: var(--oh-text);
    overflow: hidden;
}

body.oh-client-area .oh-domains-list .table > tbody > tr > td.oh-domains-col-name a,
body.oh-client-area .oh-domains-list .table > tbody > tr > td:nth-child(2) a {
    font-weight: 600;
    color: var(--oh-text-strong) !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.oh-client-area .oh-domains-list .table > tbody > tr > td.oh-domains-col-reg,
body.oh-client-area .oh-domains-list .table > tbody > tr > td.oh-domains-col-due,
body.oh-client-area .oh-domains-list .table > tbody > tr > td:nth-child(3),
body.oh-client-area .oh-domains-list .table > tbody > tr > td:nth-child(4) {
    color: var(--oh-text);
    font-size: 12px;
    white-space: nowrap;
}

body.oh-client-area .oh-domains-list .table > tbody > tr:hover {
    background: #f1f5f9;
}

body.oh-client-area .oh-domains-list .auto-updt {
    display: inline-block;
    max-width: 100%;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: #f1f5f9 !important;
    color: #64748b !important;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.oh-client-area .oh-domains-list .auto-updt.active {
    background: #ecfdf5 !important;
    color: #047857 !important;
    border-color: #a7f3d0;
}

body.oh-client-area .oh-domains-list .label.status {
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.oh-client-area .oh-domains-list .all-mark {
    padding: 16px 20px;
    border-top: 1px solid var(--oh-border);
    background: var(--oh-bg);
}

body.oh-client-area .oh-domains-list .mange-server {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .oh-domains-list .mange-server li {
    margin: 0;
}

body.oh-client-area .oh-domains-list .mange-server a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--oh-bg);
    color: var(--oh-text-strong) !important;
    border: 1px solid var(--oh-border);
}

body.oh-client-area .oh-domains-list .mange-server a:hover {
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover) !important;
    border-color: rgba(32, 188, 126, 0.35);
}

body.oh-client-area .oh-domains-list .lock-info .btn-primary.dropdown-toggle {
    background: var(--oh-dark) !important;
    border: none !important;
    border-radius: var(--oh-radius-sm) !important;
    font-weight: 700;
    padding: 10px 16px;
}

body.oh-client-area .oh-domains-list .lock-info .btn-primary .caret {
    margin-left: 6px;
}

body.oh-client-area .oh-domains-list .dataTables_wrapper .dataTables_info,
body.oh-client-area .oh-domains-list .dataTables_wrapper .dataTables_paginate {
    padding: 12px 16px;
    font-size: 13px;
    float: none !important;
    text-align: left;
}

body.oh-client-area .oh-domains-list .dataTables_wrapper .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 !important;
    width: 100%;
}

body.oh-client-area .oh-domains-list .dataTables_wrapper .row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: 100%;
    flex: 1 1 auto;
    padding: 0 !important;
}

body.oh-client-area .oh-domains-list .dataTables_paginate .paginate_button {
    padding: 6px 12px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
}

/* Right sidebar open / narrow content — compress domain columns */
body.oh-client-area.oh-right-sidebar-open .oh-domains-list,
body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list,
body.oh-client-area #content.rightsidebaractive .oh-domains-list {
    --oh-dom-cols: 36px minmax(120px, 1.8fr) minmax(88px, 0.8fr) minmax(88px, 0.8fr) minmax(96px, 0.85fr) minmax(70px, 0.65fr) 100px;
}

body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs,
body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs {
    min-width: 640px !important;
}

body.oh-client-area.oh-right-sidebar-open .oh-domains-list .table > thead > tr > th,
body.oh-client-area #content.rightsidebaractive .oh-domains-list .table > thead > tr > th {
    padding: 10px 8px !important;
    font-size: 10px;
}

body.oh-client-area.oh-right-sidebar-open .oh-domains-list .table > tbody > tr > td,
body.oh-client-area #content.rightsidebaractive .oh-domains-list .table > tbody > tr > td {
    padding: 10px 8px !important;
    font-size: 12px;
}

body.oh-client-area.oh-right-sidebar-open .oh-domains-toolbar,
body.oh-client-area #content.rightsidebaractive .oh-domains-toolbar {
    gap: 12px;
    padding: 14px 16px;
    flex-direction: column;
    align-items: stretch;
}

body.oh-client-area.oh-right-sidebar-open .oh-domains-search,
body.oh-client-area #content.rightsidebaractive .oh-domains-search,
body.oh-client-area.oh-right-sidebar-open .oh-domains-tabs,
body.oh-client-area #content.rightsidebaractive .oh-domains-tabs {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
}

body.oh-client-area.oh-right-sidebar-open .oh-domains-tabnav,
body.oh-client-area #content.rightsidebaractive .oh-domains-tabnav {
    gap: 6px 8px;
}

body.oh-client-area.oh-right-sidebar-open .oh-domains-tabnav__btn,
body.oh-client-area #content.rightsidebaractive .oh-domains-tabnav__btn {
    padding: 11px 14px;
    font-size: 12px;
}

body.oh-client-area .oh-domains-list .oh-domains-col-reg .reg-date,
body.oh-client-area .oh-domains-list .oh-domains-col-due .reg-date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body.oh-client-area .oh-domains-list .mange-server {
    flex-wrap: nowrap;
}

/* Narrow viewport + right sidebar: card rows (container-query fallback) */
@media (max-width: 1399px) {
    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs {
        min-width: 0 !important;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs thead,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs thead,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs thead {
        display: none;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs tbody tr,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs tbody tr,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs tbody tr {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 14px;
        margin-bottom: 12px;
        border: 1px solid var(--oh-border);
        border-radius: var(--oh-radius-sm);
        background: #fff;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: none !important;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs tbody td,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs tbody td,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs tbody td {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid var(--oh-border) !important;
        text-align: right;
        overflow: visible;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs tbody td:last-child,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs tbody td:last-child,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs tbody td:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs tbody td::before,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs tbody td::before,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs tbody td::before {
        content: attr(data-label);
        flex: 0 0 42%;
        max-width: 42%;
        text-align: left;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--oh-text-muted, #64748b);
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-check::before,
    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-actions::before,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-check::before,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-actions::before,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-check::before,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-actions::before {
        display: none;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-check,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-check,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-check {
        justify-content: flex-start;
        border-bottom: none !important;
        padding-bottom: 4px !important;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-name a,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-name a,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-name a {
        white-space: normal;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-list .mange-server,
    body.oh-client-area #content.rightsidebaractive .oh-domains-list .mange-server,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-list .mange-server {
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%;
    }

    body.oh-client-area.oh-right-sidebar-open .oh-domains-table-scroll,
    body.oh-client-area #content.rightsidebaractive .oh-domains-table-scroll,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-domains-table-scroll {
        overflow-x: hidden;
    }
}

@container oh-domains (max-width: 720px) {
    #listDomainTableWgs {
        min-width: 0 !important;
    }

    #listDomainTableWgs thead {
        display: none;
    }

    #listDomainTableWgs tbody tr {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 14px;
        margin-bottom: 12px;
        border: 1px solid var(--oh-border);
        border-radius: var(--oh-radius-sm);
        background: #fff;
        min-width: 0 !important;
        width: 100% !important;
        grid-template-columns: none !important;
    }

    #listDomainTableWgs tbody td {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100% !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid var(--oh-border) !important;
        text-align: right;
    }

    #listDomainTableWgs tbody td:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    #listDomainTableWgs tbody td::before {
        content: attr(data-label);
        flex: 0 0 42%;
        max-width: 42%;
        text-align: left;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--oh-text-muted, #64748b);
    }

    #listDomainTableWgs tbody td.oh-domains-col-check::before,
    #listDomainTableWgs tbody td.oh-domains-col-actions::before {
        display: none;
    }

    #listDomainTableWgs tbody td.oh-domains-col-check {
        justify-content: flex-start;
        border-bottom: none !important;
        padding-bottom: 4px !important;
    }

    #listDomainTableWgs tbody td.oh-domains-col-name a {
        white-space: normal;
    }

    #listDomainTableWgs tbody td.oh-domains-col-actions .mange-server {
        justify-content: flex-end;
        width: 100%;
        flex-wrap: wrap;
    }
}

body.oh-client-area .oh-domains-list .mange-server li {
    list-style: none;
}

body.oh-client-area .oh-domains-list .mange-server a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    color: var(--oh-text) !important;
    font-size: 12px;
}

body.oh-client-area .oh-domains-list .mange-server a:hover {
    background: var(--oh-accent-soft);
    border-color: rgba(32, 188, 126, 0.28);
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .oh-domains-list .lock-info .btn-primary.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.3;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    border-radius: var(--oh-radius-sm) !important;
    box-shadow: none !important;
    height: auto !important;
}

body.oh-client-area .oh-domains-list .lock-info .btn-primary .caret {
    margin-left: 4px;
}

body.oh-client-area .oh-domains-list .dataTables_wrapper .dataTables_info,
body.oh-client-area .oh-domains-list .dataTables_wrapper .dataTables_paginate {
    padding: 12px 16px;
    font-size: 13px;
}

body.oh-client-area .oh-domains-list .dataTables_paginate .paginate_button {
    padding: 6px 12px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
}

/* --- Domain detail page --- */

body.oh-client-area .oh-domain-detail-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    border-radius: var(--oh-radius);
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .oh-domain-detail-head .col-md-9,
body.oh-client-area .oh-domain-detail-head .col-md-3,
body.oh-client-area .oh-domain-detail-head__main,
body.oh-client-area .oh-domain-detail-head__back {
    float: none;
    width: auto;
    padding: 0;
}

body.oh-client-area .oh-domain-detail-head__main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1 1 320px;
    min-width: 0;
}

body.oh-client-area .oh-domain-detail-head__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-domain-detail-head__back {
    flex: 0 0 auto;
}

body.oh-client-area .bookmarkRibbon.oh-domain-days,
body.oh-client-area .bookmarkRibbonRed.oh-domain-days {
    float: none;
    margin: 0;
    width: auto;
    min-width: 72px;
    height: auto;
    padding: 8px 10px;
    background: #ecfdf5 !important;
    background-image: none !important;
    border: 1px solid #a7f3d0;
    border-radius: var(--oh-radius-sm);
    flex-shrink: 0;
}

body.oh-client-area .bookmarkRibbonRed.oh-domain-days {
    background: #fef2f2 !important;
    border-color: #fecaca;
}

body.oh-client-area .oh-domain-days h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
    text-align: center;
    color: #047857 !important;
}

body.oh-client-area .bookmarkRibbonRed.oh-domain-days h3 {
    color: #dc2626 !important;
}

body.oh-client-area .oh-domain-detail-head .acct-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: static;
    float: none;
    margin: 0 !important;
    padding: 9px 14px !important;
    width: auto !important;
    background: var(--oh-bg) !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    color: var(--oh-text-strong) !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

body.oh-client-area .oh-domain-detail-head .acct-btn i {
    position: static;
    left: auto;
    top: auto;
    font-size: 14px;
    padding: 0;
    color: var(--oh-accent) !important;
}

body.oh-client-area .oh-domain-detail-head .acct-btn:hover {
    background: var(--oh-accent-soft) !important;
    color: var(--oh-accent-hover) !important;
    text-decoration: none;
}

body.oh-client-area .oh-domain-shell {
    margin: 0 0 16px;
    padding: 14px 16px 12px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-domain-name {
    margin: 0 0 12px;
    padding: 0;
    background: transparent;
    border: none;
}

body.oh-client-area .oh-domain-name a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
    color: var(--oh-text-strong) !important;
    word-break: break-word;
    text-decoration: none !important;
}

body.oh-client-area .oh-domain-name a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--oh-accent-soft);
    color: var(--oh-accent);
    font-size: 16px;
    padding: 0;
}

body.oh-client-area .oh-domain-tabs {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

body.oh-client-area .oh-domain-tabs ul.tabs.addons.oh-domain-tabnav,
body.oh-client-area .oh-domain-tabs ul.tabs.addons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: none;
    float: none !important;
    width: 100% !important;
}

body.oh-client-area .oh-domain-tabs ul.tabs.addons > li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 700;
    color: var(--oh-text-strong) !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    cursor: pointer;
    text-transform: none;
    line-height: 1.2;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

body.oh-client-area .oh-domain-tabs ul.tabs.addons > li:not(.oh-domain-more) {
    padding: 8px 14px !important;
}

body.oh-client-area .oh-domain-tabs ul.tabs.addons > li:not(.oh-domain-more):hover {
    background: var(--oh-bg) !important;
    color: var(--oh-text-strong) !important;
    border-color: transparent !important;
}

body.oh-client-area .oh-domain-tabs ul.tabs.addons > li.active:not(.oh-domain-more) {
    background: var(--oh-accent) !important;
    background-color: var(--oh-accent) !important;
    color: #fff !important;
    border-color: var(--oh-accent) !important;
}

body.oh-client-area .oh-domain-tabs ul.tabs.addons > li.active:not(.oh-domain-more):hover {
    background: var(--oh-accent-hover) !important;
    background-color: var(--oh-accent-hover) !important;
    color: #fff !important;
}

body.oh-client-area .oh-domain-tabs ul.tabs.addons > li:not(.oh-domain-more) a,
body.oh-client-area .oh-domain-tabs ul.tabs.addons > li:not(.oh-domain-more) a.anchorDecoration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit !important;
    text-decoration: none !important;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Daha — match store/services host-nav overflow pill */
body.oh-client-area .oh-domain-tabs .oh-domain-more,
body.oh-client-area .oh-domain-tabs .oh-domain-more.active,
body.oh-client-area .oh-domain-tabs .oh-domain-more.open,
body.oh-client-area .oh-domain-tabs .oh-domain-more:hover {
    background: transparent !important;
    color: var(--oh-text-strong) !important;
    border-color: transparent !important;
    margin-left: 0 !important;
}

body.oh-client-area .oh-domain-tabs .oh-domain-more {
    position: relative;
    z-index: 20;
}

body.oh-client-area .oh-domain-tabs .oh-domain-more > .oh-domain-more__toggle,
body.oh-client-area .oh-domain-tabs .oh-domain-more > a.dropdown-toggle,
body.oh-client-area .oh-domain-tabs .oh-domain-more.active > .oh-domain-more__toggle,
body.oh-client-area .oh-domain-tabs .oh-domain-more.open > .oh-domain-more__toggle,
body.oh-client-area .oh-domain-tabs .oh-domain-more.active > a.dropdown-toggle,
body.oh-client-area .oh-domain-tabs .oh-domain-more.open > a.dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    border: 1px solid var(--oh-border) !important;
    background: transparent !important;
    color: var(--oh-text-strong) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    box-shadow: none !important;
    line-height: 1.2 !important;
}

body.oh-client-area .oh-domain-tabs .oh-domain-more.open > .oh-domain-more__toggle,
body.oh-client-area .oh-domain-tabs .oh-domain-more > .oh-domain-more__toggle:hover,
body.oh-client-area .oh-domain-tabs .oh-domain-more.active.open > .oh-domain-more__toggle,
body.oh-client-area .oh-domain-tabs .oh-domain-more.open > a.dropdown-toggle,
body.oh-client-area .oh-domain-tabs .oh-domain-more > a.dropdown-toggle:hover {
    background: #f3f4f6 !important;
    color: var(--oh-text-strong) !important;
    border: 1px solid var(--oh-border) !important;
}

body.oh-client-area .oh-domain-tabs .oh-domain-more__menu li.is-current > a,
body.oh-client-area .oh-domain-tabs .oh-domain-more__menu li.is-current {
    color: var(--oh-accent-hover) !important;
    font-weight: 700;
}

body.oh-client-area .oh-domain-tabs .oh-domain-more.oh-domain-more--current > .oh-domain-more__toggle {
    border-color: rgba(32, 188, 126, 0.45);
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .oh-domain-tabs .oh-domain-more__toggle .fa-caret-down,
body.oh-client-area .oh-domain-tabs .oh-domain-more .caret {
    margin: 0;
    font-size: 12px;
    opacity: 0.7;
}

body.oh-client-area .oh-domain-tabs .dropdown-menu,
body.oh-client-area .oh-domain-tabs .oh-domain-more__menu {
    min-width: 240px;
    width: min(280px, 90vw);
    margin-top: 8px !important;
    padding: 6px !important;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    box-shadow: var(--oh-shadow-hover);
    background: #fff !important;
    float: none !important;
    left: auto !important;
    right: 0 !important;
    z-index: 1050 !important;
    text-transform: none !important;
}

body.oh-client-area .oh-domain-tabs .dropdown-menu:before,
body.oh-client-area .oh-domain-tabs .dropdown-menu:after {
    display: none !important;
}

body.oh-client-area .oh-domain-tabs .dropdown-menu li,
body.oh-client-area .oh-domain-tabs .oh-domain-more__menu li {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    background: transparent !important;
    text-align: left !important;
    cursor: pointer;
}

body.oh-client-area .oh-domain-tabs .dropdown-menu li:hover,
body.oh-client-area .oh-domain-tabs .oh-domain-more__menu li:hover {
    background: #f3f4f6 !important;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-domain-tabs .dropdown-menu li a,
body.oh-client-area .oh-domain-tabs .dropdown-menu li.liToLeft,
body.oh-client-area .oh-domain-tabs .oh-domain-more__menu li a,
body.oh-client-area .oh-domain-tabs .oh-domain-more__menu li.liToLeft {
    display: block !important;
    width: 100%;
    padding: 10px 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--oh-text-strong) !important;
    background: transparent !important;
    text-decoration: none !important;
    border-radius: 8px;
    text-align: left;
    text-transform: none !important;
    line-height: 1.35 !important;
    height: auto !important;
}

body.oh-client-area .oh-domain-tabs .dropdown-menu li a:hover,
body.oh-client-area .oh-domain-tabs .oh-domain-more__menu li a:hover {
    background: transparent !important;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-domain-panel {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-domain-panel .server-inner.info-domn,
body.oh-client-area .oh-domain-panel .tab_container {
    padding: 20px 24px 24px;
}

body.oh-client-area .oh-domain-overview {
    display: block;
    margin: 0 0 24px;
    padding: 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100%;
}

body.oh-client-area .oh-domain-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    margin: 0;
    padding: 4px 0 8px;
    border: none;
    background: transparent;
}

body.oh-client-area .oh-domain-meta__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 0;
    border: none !important;
    background: transparent !important;
    min-width: 0;
}

body.oh-client-area .oh-domain-meta dt {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #6b7280;
    background: transparent !important;
    border: none !important;
    width: auto !important;
    display: block !important;
}

body.oh-client-area .oh-domain-meta dd {
    margin: 0;
    padding: 0;
    text-align: left;
    background: transparent !important;
    border: none !important;
    width: 100%;
}

body.oh-client-area .oh-domain-meta dd strong {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: var(--oh-text-strong);
    line-height: 1.4;
    word-break: break-word;
}

body.oh-client-area .oh-domain-meta__status {
    display: inline-flex !important;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px !important;
    border-radius: 999px;
    font-size: 12px !important;
    font-weight: 700 !important;
    background: #ecfdf5 !important;
    color: #047857 !important;
    border: 1px solid #a7f3d0;
}

body.oh-client-area .oh-domain-meta__status.status-expired,
body.oh-client-area .oh-domain-meta__status.status-cancelled,
body.oh-client-area .oh-domain-meta__status.status-fraud {
    background: #fef2f2 !important;
    color: #b91c1c !important;
    border-color: #fecaca;
}

body.oh-client-area .oh-domain-meta__status.status-pending,
body.oh-client-area .oh-domain-meta__status.status-pending-transfer {
    background: #fffbeb !important;
    color: #b45309 !important;
    border-color: #fde68a;
}

body.oh-client-area .oh-domain-meta__method {
    color: var(--oh-accent-hover) !important;
}

/* Kill legacy nested “table” wrappers inside domain overview */
body.oh-client-area .oh-domain-panel .colam-adon.oh-domain-overview,
body.oh-client-area .oh-domain-panel .oh-domain-overview.colam-adon {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

body.oh-client-area .oh-domain-panel .oh-domain-overview .col-md-6,
body.oh-client-area .oh-domain-panel .server-box.page .oh-domain-overview .col-md-6 {
    border: none !important;
    padding: 0 !important;
    float: none !important;
    width: auto !important;
}

body.oh-client-area .oh-domain-facts {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible;
}

body.oh-client-area .oh-domain-facts > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 0 0 14px;
    border: none !important;
    background: transparent !important;
}

body.oh-client-area .oh-domain-facts .by-domin {
    width: auto !important;
    display: block;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    background: transparent !important;
}

body.oh-client-area .oh-domain-facts strong {
    color: var(--oh-text-strong);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

body.oh-client-area .oh-domain-actions {
    margin-top: 8px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    body.oh-client-area .oh-domain-meta {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

body.oh-client-area .oh-domain-actions__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-domain-actions__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .oh-domain-actions__list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .oh-domain-actions__list a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 64px;
    padding: 14px 16px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    background: var(--oh-bg);
    color: var(--oh-text-strong) !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.oh-client-area .oh-domain-actions__list a i {
    margin-top: 2px;
    color: var(--oh-accent);
    font-size: 14px;
}

body.oh-client-area .oh-domain-actions__list a:hover {
    background: var(--oh-accent-soft);
    border-color: rgba(32, 188, 126, 0.35);
    color: var(--oh-accent-hover) !important;
}

/* SSL — distinct panel so it stands apart from domain meta */
body.oh-client-area .oh-domain-ssl {
    margin: 8px 0 24px;
    padding: 18px 20px;
    border: 1px solid rgba(32, 188, 126, 0.28);
    border-radius: var(--oh-radius-sm);
    background: linear-gradient(180deg, #f3fbf7 0%, #ffffff 55%);
    box-shadow: inset 3px 0 0 var(--oh-accent);
}

body.oh-client-area .oh-domain-ssl--inactive {
    border-color: #e5e7eb;
    background: #f9fafb;
    box-shadow: inset 3px 0 0 #9ca3af;
}

body.oh-client-area .oh-domain-ssl__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 4px;
}

body.oh-client-area .oh-domain-ssl__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(32, 188, 126, 0.25);
    color: var(--oh-accent);
    font-size: 16px;
    flex: 0 0 auto;
}

body.oh-client-area .oh-domain-ssl__title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-domain-ssl__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #047857;
}

body.oh-client-area .oh-domain-ssl__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 20px;
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(32, 188, 126, 0.18);
}

body.oh-client-area .oh-domain-ssl__item {
    min-width: 0;
}

body.oh-client-area .oh-domain-ssl__item dt {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

body.oh-client-area .oh-domain-ssl__item dd {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--oh-text-strong);
    word-break: break-word;
}

/* Shared domain management section chrome */
body.oh-client-area .oh-domain-section {
    max-width: 100%;
}

body.oh-client-area .oh-domain-section__note,
body.oh-client-area .oh-domain-toggle-card__note {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: var(--oh-radius-sm);
    border: 1px solid rgba(32, 188, 126, 0.22);
    background: var(--oh-accent-soft);
    color: var(--oh-text);
    font-size: 14px;
    line-height: 1.55;
}

body.oh-client-area .oh-domain-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: var(--oh-radius-sm);
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.oh-client-area .oh-domain-btn--primary {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover));
    color: #fff !important;
    border-color: rgba(32, 188, 126, 0.35);
}

body.oh-client-area .oh-domain-btn--primary:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(32, 188, 126, 0.25);
}

body.oh-client-area .oh-domain-btn--danger {
    background: #ef4444;
    color: #fff !important;
    border-color: #dc2626;
}

body.oh-client-area .oh-domain-btn--danger:hover {
    background: #dc2626;
    color: #fff !important;
}

body.oh-client-area .oh-domain-btn--ghost {
    background: #fff;
    color: var(--oh-text-strong) !important;
    border-color: var(--oh-border);
}

body.oh-client-area .oh-domain-btn--ghost:hover {
    color: var(--oh-accent-hover) !important;
    border-color: rgba(32, 188, 126, 0.35);
    background: var(--oh-accent-soft);
}

body.oh-client-area .oh-domain-state {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

body.oh-client-area .oh-domain-toggle-card .oh-domain-badge.oh-domain-badge--on,
body.oh-client-area .oh-domain-toggle-card .oh-domain-state--on {
    background: #ecfdf5 !important;
    color: #047857 !important;
    border: 1px solid #a7f3d0 !important;
}

body.oh-client-area .oh-domain-toggle-card .oh-domain-badge.oh-domain-badge--off,
body.oh-client-area .oh-domain-toggle-card .oh-domain-state--off {
    background: #fef2f2 !important;
    color: #b91c1c !important;
    border: 1px solid #fecaca !important;
}

body.oh-client-area .oh-domain-toggle-card {
    display: block;
}

body.oh-client-area .oh-domain-toggle-card__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 18px;
    padding: 16px 18px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    background: #fff;
}

body.oh-client-area .oh-domain-toggle-card__status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    flex: 1 1 auto;
}

body.oh-client-area .oh-domain-toggle-card__label {
    font-size: 14px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-domain-toggle-card__form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    flex: 0 0 auto;
}

/* Nameservers */
body.oh-client-area .oh-domain-choice {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

body.oh-client-area .oh-domain-choice__option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid var(--oh-border);
    border-radius: 999px;
    background: #fff;
    color: var(--oh-text-strong);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}

body.oh-client-area .oh-domain-choice__option:has(input:checked) {
    border-color: rgba(32, 188, 126, 0.45);
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover);
}

body.oh-client-area .oh-domain-choice__option input {
    margin: 0;
}

body.oh-client-area .oh-domain-ns-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    margin: 0 0 18px;
}

body.oh-client-area .oh-domain-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

body.oh-client-area .oh-domain-field__label {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

body.oh-client-area .oh-domain-field__input,
body.oh-client-area .oh-domain-ns-form input.oh-domain-field__input {
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    background: #fff;
    color: var(--oh-text-strong);
    font-size: 14px;
    box-shadow: none;
}

body.oh-client-area .oh-domain-field__input:focus {
    outline: none;
    border-color: rgba(32, 188, 126, 0.55);
    box-shadow: 0 0 0 3px rgba(32, 188, 126, 0.12);
}

body.oh-client-area .oh-domain-field__input.disabled,
body.oh-client-area .oh-domain-field__input:disabled {
    background: #f3f4f6;
    color: #9ca3af;
}

body.oh-client-area .oh-domain-section__actions {
    display: flex;
    justify-content: flex-start;
}

/* Addons */
body.oh-client-area .oh-domain-addons__intro {
    margin: 0 0 16px;
    font-size: 14px;
    color: var(--oh-text);
    line-height: 1.5;
}

body.oh-client-area .oh-domain-addons__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

body.oh-client-area .oh-domain-addon-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    background: #fff;
    min-height: 100%;
}

body.oh-client-area .oh-domain-addon-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--oh-accent-soft);
    color: var(--oh-accent);
    font-size: 16px;
}

body.oh-client-area .oh-domain-addon-card__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-domain-addon-card__text {
    margin: 0;
    flex: 1 1 auto;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
}

body.oh-client-area .oh-domain-addon-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid var(--oh-border);
}

body.oh-client-area .oh-domain-addon-card__price {
    font-size: 14px;
    font-weight: 700;
    color: var(--oh-accent-hover);
}

body.oh-client-area .oh-domain-addon-card__form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

/* Domain tools: private NS, DNS, email forward, EPP */
body.oh-client-area .oh-domain-tool {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
}

body.oh-client-area .oh-domain-tool__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    background: #fff;
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-domain-tool__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--oh-accent-soft);
    color: var(--oh-accent);
    font-size: 18px;
}

body.oh-client-area .oh-domain-tool__title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    color: var(--oh-text-strong);
    line-height: 1.25;
}

body.oh-client-area .oh-domain-tool__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--oh-text);
}

body.oh-client-area .oh-domain-tool__card {
    margin: 0;
    padding: 20px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    background: #fff;
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-domain-tool__card--center {
    text-align: center;
}

body.oh-client-area .oh-domain-tool__card-title {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-domain-tool__grid {
    display: grid;
    gap: 14px 16px;
    margin: 0 0 18px;
}

body.oh-client-area .oh-domain-tool__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.oh-client-area .oh-domain-tool__span-2 {
    grid-column: 1 / -1;
}

body.oh-client-area .oh-domain-tool__ns-combo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 0;
    min-width: 0;
}

body.oh-client-area .oh-domain-tool__ns-combo .oh-domain-field__input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

body.oh-client-area .oh-domain-tool__ns-suffix {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--oh-border);
    border-left: 0;
    border-radius: 0 var(--oh-radius-sm) var(--oh-radius-sm) 0;
    background: #f8fafc;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

body.oh-client-area .oh-domain-tool select.oh-domain-field__input {
    appearance: auto;
    cursor: pointer;
}

body.oh-client-area .oh-domain-tool__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px solid var(--oh-border);
}

body.oh-client-area .oh-domain-tool__actions .oh-domain-btn--primary,
body.oh-client-area .oh-domain-tool__actions .oh-domain-btn--danger {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

body.oh-client-area .oh-domain-tool__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.oh-client-area .oh-domain-tool__table {
    width: 100%;
    min-width: 640px;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin: 0;
}

body.oh-client-area .oh-domain-tool__table th {
    padding: 0 8px 4px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-align: left;
    border: 0;
    background: transparent;
}

body.oh-client-area .oh-domain-tool__table td {
    padding: 0 8px;
    vertical-align: middle;
    border: 0;
    background: transparent;
}

body.oh-client-area .oh-domain-tool__table--forward {
    min-width: 520px;
    border-spacing: 0 12px;
}

body.oh-client-area .oh-domain-tool__arrow-col {
    width: 40px;
    text-align: center;
}

body.oh-client-area .oh-domain-tool__arrow {
    display: inline-flex;
    color: #94a3b8;
    font-size: 16px;
    font-weight: 700;
}

body.oh-client-area .oh-domain-tool__hint {
    margin: 4px 0 0;
    font-size: 12px;
    color: #6b7280;
}

body.oh-client-area .oh-domain-tool__note {
    margin: 0;
    padding: 14px 16px;
    border-radius: var(--oh-radius-sm);
    border: 1px solid rgba(32, 188, 126, 0.22);
    background: var(--oh-accent-soft);
    color: var(--oh-text);
    font-size: 14px;
    line-height: 1.55;
}

body.oh-client-area .oh-domain-tool__epp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.oh-client-area .oh-domain-tool__epp-label {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

body.oh-client-area .oh-domain-tool__epp-code {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 12px 16px;
    border-radius: var(--oh-radius-sm);
    border: 1px dashed rgba(32, 188, 126, 0.45);
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    word-break: break-all;
}

@media (max-width: 767px) {
    body.oh-client-area .oh-domain-tool__grid--2 {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-domain-tool__actions {
        justify-content: stretch;
    }

    body.oh-client-area .oh-domain-tool__actions .oh-domain-btn {
        flex: 1 1 auto;
    }
}

@media (max-width: 767px) {
    body.oh-client-area .oh-domain-ssl__meta,
    body.oh-client-area .oh-domain-ns-grid {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-domain-toggle-card__row {
        align-items: stretch;
    }

    body.oh-client-area .oh-domain-toggle-card__form,
    body.oh-client-area .oh-domain-toggle-card__form .oh-domain-btn {
        width: 100%;
    }
}

body.oh-client-area .oh-domain-panel .renew-msg {
    background: var(--oh-accent-soft);
    border: 1px solid rgba(32, 188, 126, 0.22);
    color: var(--oh-text);
    padding: 14px 18px;
    min-height: 0;
    line-height: 1.55;
    border-radius: var(--oh-radius-sm);
    font-size: 14px;
}

body.oh-client-area .oh-domain-panel .pull-colam {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin-top: 18px;
}

body.oh-client-area .oh-domain-panel .renw-auto {
    float: none;
    width: auto !important;
    font-size: 14px;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-domain-panel .renw-auto a,
body.oh-client-area .oh-domain-panel .renw-auto .anchor-not-active {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 10px;
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    color: #047857 !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

body.oh-client-area .oh-domain-panel .disa-auto {
    float: none;
    width: auto !important;
    margin: 0 !important;
}

body.oh-client-area .oh-domain-panel .disa-auto input.btn-lg {
    height: auto;
    padding: 10px 16px !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.3;
    border-radius: var(--oh-radius-sm) !important;
    border: none;
}

body.oh-client-area .oh-domain-panel .disa-auto input.btn-danger {
    background: #ef4444 !important;
    color: #fff !important;
}

body.oh-client-area .oh-domain-panel .disa-auto input.btn-success {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    color: #fff !important;
}

body.oh-client-area .oh-domain-panel .alert-info {
    background: var(--oh-accent-soft);
    border-color: rgba(32, 188, 126, 0.22);
    color: var(--oh-text-strong);
    border-radius: var(--oh-radius-sm);
}

/* --- Product / service detail page --- */

body.oh-client-area.inner-page #content,
body.oh-client-area #content.inner-page {
    padding-top: 24px;
}

body.oh-client-area .account-header.oh-product-detail-head,
body.oh-client-area .oh-product-detail-head {
    position: static !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0;
    margin: 0 !important;
    padding: 16px 24px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius) var(--oh-radius) 0 0;
    box-shadow: var(--oh-shadow);
    z-index: auto;
}

body.oh-client-area .oh-product-detail-head .back-act,
body.oh-client-area .oh-product-detail-head .web-url,
body.oh-client-area .oh-product-detail-head .web-actv {
    float: none;
}

body.oh-client-area .oh-product-detail-head .back-act {
    flex: 0 0 auto;
}

body.oh-client-area .oh-product-detail-head .back-act a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none !important;
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-text) !important;
    text-decoration: none;
}

body.oh-client-area .oh-product-detail-head .back-act a:hover {
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .oh-product-detail-head .back-act a i {
    color: var(--oh-accent);
}

body.oh-client-area .oh-product-detail-head .web-url {
    flex: 1 1 200px;
    min-width: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--oh-text-strong);
    word-break: break-word;
}

body.oh-client-area .oh-product-detail-head .web-actv {
    flex: 0 0 auto;
}

body.oh-client-area .oh-product-detail-head .web-actv a {
    display: inline-block;
    padding: 6px 12px;
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    color: #047857 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

body.oh-client-area .oh-product-detail {
    position: static !important;
    z-index: auto;
    margin-top: 0 !important;
    padding: 0 20px 24px;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-top: none;
    border-radius: 0 0 var(--oh-radius) var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.oh-product-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 4px;
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 4px;
    list-style: none;
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab li {
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    line-height: 1.3;
    border: none !important;
    border-radius: 6px;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-text);
    text-align: left;
    position: relative;
    flex: 1 1 auto;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.oh-product-tabs li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 12px;
    color: var(--oh-text) !important;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.oh-product-tabs li.active {
    background: var(--oh-surface) !important;
    box-shadow: 0 1px 4px rgba(40, 43, 45, 0.08) !important;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.oh-product-tabs li.active,
body.oh-client-area .oh-product-detail ul.tabs.servicestab.oh-product-tabs li.active a {
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.oh-product-tabs li.active .tbs-icone {
    color: var(--oh-accent);
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.oh-product-tabs li:hover:not(.active) {
    background: rgba(255, 255, 255, 0.55) !important;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.oh-product-tabs li:after {
    display: none !important;
    content: none !important;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    float: none;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    list-style: none;
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li {
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    line-height: 1.3;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius-sm);
    background: var(--oh-bg) !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 600;
    color: var(--oh-text-strong);
    text-align: left;
    position: relative;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: var(--oh-text-strong) !important;
    line-height: 1.3;
    text-decoration: none;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li.active,
body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li:hover {
    background: var(--oh-accent-soft) !important;
    border-color: rgba(32, 188, 126, 0.35) !important;
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li.active a,
body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li:hover a {
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li:after,
body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li:hover:after,
body.oh-client-area .oh-product-detail ul.tabs.servicestab:not(.oh-product-tabs) li.active:after {
    display: none !important;
    content: none !important;
    border: none !important;
}

body.oh-client-area .oh-product-detail .tbs-icone {
    font-size: 14px;
    line-height: 1;
    color: var(--oh-accent);
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.module_custom_tab {
    margin-top: 12px !important;
    padding-top: 0;
    border-bottom: none;
}

body.oh-client-area .oh-product-detail ul.tabs.servicestab.module_custom_tab li {
    height: auto !important;
    line-height: 1.3 !important;
}

body.oh-client-area .oh-product-detail .tab_container.main-content {
    float: none;
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

body.oh-client-area .oh-product-detail .tab_content {
    display: none !important;
    padding: 0;
}

/* Broken language HTML can wrap panels in <strong> — keep layout intact */
body.oh-client-area .oh-product-detail .tab_container.main-content > strong {
    display: contents;
}

body.oh-client-area .oh-product-detail .tab_content.is-active {
    display: block !important;
}

body.oh-client-area .row-wgs-mrgn .tab_content:not(.is-active),
body.oh-client-area .row-wgs-mrgn #tabOverview:not(.is-active) {
    display: none !important;
}

body.oh-client-area .oh-product-detail .col-lg-6.col-xl-8.pnl-left,
body.oh-client-area .oh-product-detail .col-lg-6.col-xl-8.pnl-right {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    body.oh-client-area .oh-product-detail #tabOverview.is-active {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    body.oh-client-area .oh-product-overview-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        width: 100%;
    }

    body.oh-client-area .oh-product-detail #tabOverview > .col-lg-6.col-xl-8 {
        width: 100%;
        max-width: 100%;
    }
}

body.oh-client-area .box-cpanl {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    margin-bottom: 0;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

body.oh-client-area .box-header,
body.oh-client-area .files-header {
    padding: 14px 18px !important;
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%) !important;
    background-image: none !important;
    border-radius: 0;
}

body.oh-client-area .box-header.statistic,
body.oh-client-area .files-header {
    background: linear-gradient(135deg, var(--oh-dark-soft) 0%, var(--oh-dark) 100%) !important;
}

body.oh-client-area .box-header h3,
body.oh-client-area .files-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    color: #fff !important;
}

body.oh-client-area .plan-colam {
    padding: 20px 18px 24px;
    text-align: center;
}

body.oh-client-area .uno a {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .host-shar a {
    font-size: 14px;
    font-weight: 500;
    color: var(--oh-text) !important;
}

body.oh-client-area .host-name a {
    font-size: 18px;
    color: var(--oh-text-strong) !important;
    margin: 12px 0 16px;
}

body.oh-client-area .visit {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: var(--oh-radius-sm);
    border: 1px solid var(--oh-border);
    color: var(--oh-text-strong);
    width: auto;
    min-width: 120px;
}

body.oh-client-area .visit:hover {
    background: var(--oh-bg);
    color: var(--oh-text-strong);
}

body.oh-client-area .visit.ifo {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .visit.ifo:hover {
    background: var(--oh-accent-hover) !important;
    border-color: var(--oh-accent-hover) !important;
}

body.oh-client-area .file-row {
    margin-top: 0 !important;
    display: block;
    width: 100%;
}

body.oh-client-area .file-row.box-cpanl {
    min-height: 0;
}

body.oh-client-area .files-body {
    padding: 20px 18px;
}

body.oh-client-area .plan-statistic {
    padding: 20px 18px 24px;
}

body.oh-client-area .disk-titel {
    font-size: 13px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .rpm,
body.oh-client-area .last-upd {
    color: var(--oh-text);
    font-size: 13px;
}

body.oh-client-area .oh-product-detail .alert {
    border-radius: var(--oh-radius-sm);
    margin-bottom: 16px;
}

body.oh-client-area .oh-product-detail .wgs-btn-color-css,
body.oh-client-area .oh-product-detail .btn.wgs-btn-color-css {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-weight: 600;
}

body.oh-client-area .cpanl-row.oh-product-detail,
body.oh-client-area .row-wgs-mrgn.oh-product-detail {
    position: relative !important;
    z-index: 1 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    clear: both;
    overflow: visible;
}

body.oh-client-area #content.inner-page .oh-product-detail-head,
body.oh-client-area #content.inner-page .oh-product-detail {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

body.oh-client-area .oh-product-detail .tab_container.main-content {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible;
}

body.oh-client-area #content.inner-page .oh-product-detail-head + .oh-product-detail {
    margin-top: 0;
}

body.oh-client-area .oh-product-detail-head .web-actv .oh-status-badge {
    display: inline-block;
    padding: 6px 12px;
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    color: #047857 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

body.oh-client-area .oh-product-detail-head .web-actv .status-pending {
    background: #fffbeb !important;
    border-color: #fde68a !important;
    color: #b45309 !important;
}

body.oh-client-area .oh-product-detail-head .web-actv .status-suspended {
    background: #fff7ed !important;
    border-color: #fed7aa !important;
    color: #c2410c !important;
}

body.oh-client-area .oh-product-detail-head .web-actv .status-cancelled,
body.oh-client-area .oh-product-detail-head .web-actv .status-terminated {
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
    color: #64748b !important;
}

body.oh-client-area .oh-product-detail-head .web-actv .status-cancel-pending {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #b91c1c !important;
}

/* Product detail banners (cancel / unpaid) */
body.oh-client-area .oh-product-banner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: var(--oh-radius-sm);
    border: 1px solid transparent;
    box-sizing: border-box;
}

body.oh-client-area .oh-product-banner__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
}

body.oh-client-area .oh-product-banner__content {
    flex: 1 1 auto;
    min-width: 0;
}

body.oh-client-area .oh-product-banner__title {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

body.oh-client-area .oh-product-banner__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

body.oh-client-area .oh-product-banner__action {
    flex: 0 0 auto;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: var(--oh-radius-sm);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    color: #fff !important;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
}

body.oh-client-area .oh-product-banner--cancel {
    background: #fff7f7;
    border-color: #fecaca;
    color: #7f1d1d;
}

body.oh-client-area .oh-product-banner--cancel .oh-product-banner__icon {
    background: #fee2e2;
    color: #dc2626;
}

body.oh-client-area .oh-product-banner--warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #78350f;
}

body.oh-client-area .oh-product-banner--warning .oh-product-banner__icon {
    background: #fef3c7;
    color: #d97706;
}

body.oh-client-area .oh-product-banner--danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #7f1d1d;
}

body.oh-client-area .oh-product-banner--danger .oh-product-banner__icon {
    background: #fee2e2;
    color: #dc2626;
}

body.oh-client-area .oh-product-banner--danger .oh-product-banner__action {
    background: #dc2626 !important;
}

/* ============================================================
   Product overview — Plesk / module panels (modern layout)
   ============================================================ */

body.oh-client-area .oh-product-detail #tabOverview.is-active {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

/* Flatten Plesk bootstrap wrappers so panels stack cleanly */
body.oh-client-area .oh-product-detail #tabOverview > .row,
body.oh-client-area .oh-product-detail #tabOverview > .row > [class*="col-"] {
    display: contents !important;
}

body.oh-client-area .oh-product-detail #tabOverview > .panel,
body.oh-client-area .oh-product-detail #tabOverview > .card,
body.oh-client-area .oh-product-detail #tabOverview .panel.panel-default,
body.oh-client-area .oh-product-detail #tabOverview .panel.card {
    margin: 0 !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius) !important;
    box-shadow: var(--oh-shadow) !important;
    background: var(--oh-surface) !important;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

body.oh-client-area .oh-product-detail #tabOverview > .panel,
body.oh-client-area .oh-product-detail #tabOverview > #pleskWordPress,
body.oh-client-area .oh-product-detail #tabOverview > .panel.card {
    margin-top: 0 !important;
}

body.oh-client-area .oh-product-detail #tabOverview .panel-heading,
body.oh-client-area .oh-product-detail #tabOverview .card-header {
    padding: 14px 18px !important;
    margin: 0 !important;
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%) !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
}

body.oh-client-area .oh-product-detail #tabOverview .panel-heading::before,
body.oh-client-area .oh-product-detail #tabOverview .card-header::before {
    display: none !important;
    content: none !important;
}

body.oh-client-area .oh-product-detail #tabOverview .panel-title,
body.oh-client-area .oh-product-detail #tabOverview .card-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-align: left !important;
    color: #fff !important;
}

body.oh-client-area .oh-product-detail #tabOverview .panel-body,
body.oh-client-area .oh-product-detail #tabOverview .card-body {
    padding: 18px !important;
    background: var(--oh-surface) !important;
}

/* Package / domain */
body.oh-client-area .oh-product-detail .plesk-package-details,
body.oh-client-area .oh-product-detail .cpanel-package-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px 8px 14px;
    text-align: center;
}

body.oh-client-area .oh-product-detail .plesk-package-details em,
body.oh-client-area .oh-product-detail .cpanel-package-details em {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--oh-text-muted, #64748b) !important;
}

body.oh-client-area .oh-product-detail .plesk-package-details h4,
body.oh-client-area .oh-product-detail .cpanel-package-details h4 {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-product-detail .plesk-package-details > a,
body.oh-client-area .oh-product-detail .cpanel-package-details > a {
    margin: 4px 0 8px !important;
    font-size: 15px !important;
    font-weight: 600;
    color: var(--oh-accent-hover) !important;
    word-break: break-all;
}

body.oh-client-area .oh-product-detail #tabOverview .panel-body > p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 !important;
}

body.oh-client-area .oh-product-detail #tabOverview .panel-body .btn,
body.oh-client-area .oh-product-detail #tabOverview .panel-body .btn-sm {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px !important;
    margin: 0 !important;
    border-radius: var(--oh-radius-sm) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    line-height: 1.2 !important;
    width: auto !important;
}

body.oh-client-area .oh-product-detail #tabOverview .btn-default {
    background: var(--oh-bg) !important;
    border: 1px solid var(--oh-border) !important;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-product-detail #tabOverview .btn-default:hover {
    background: #eef2f7 !important;
    border-color: #cbd5e1 !important;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-product-detail #tabOverview .btn-success {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
}

/* Addons & extras purchase */
body.oh-client-area .oh-product-detail #tabOverview form.form-inline {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 10px;
    width: 100%;
    margin: 0 !important;
    text-align: left;
}

body.oh-client-area .oh-product-detail #tabOverview form.form-inline select.form-control,
body.oh-client-area .oh-product-detail #tabOverview form.form-inline .custom-select {
    flex: 1 1 220px;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100%;
    height: 42px !important;
    margin: 0 !important;
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    background: #fff !important;
    font-size: 13px !important;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-detail #tabOverview form.form-inline .btn,
body.oh-client-area .oh-product-detail #tabOverview form.form-inline button,
body.oh-client-area .oh-product-detail #tabOverview form.form-inline input[type="submit"] {
    flex: 0 0 auto;
    height: 42px !important;
    min-width: 140px;
    margin: 0 !important;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

body.oh-client-area .oh-product-detail #tabOverview .panel-body.text-center.mx-auto,
body.oh-client-area .oh-product-detail #tabOverview .panel-body.mx-auto {
    text-align: left !important;
    max-width: none !important;
    margin: 0 !important;
}

/* Kill Bootstrap 3 clearfix — it creates fake grid/flex items and shifts layouts */
body.oh-client-area .oh-product-detail #tabOverview .row::before,
body.oh-client-area .oh-product-detail #tabOverview .row::after,
body.oh-client-area .oh-product-detail .plesk-usage-stats .row::before,
body.oh-client-area .oh-product-detail .plesk-usage-stats .row::after,
body.oh-client-area .oh-product-detail .plesk-feature-row::before,
body.oh-client-area .oh-product-detail .plesk-feature-row::after,
body.oh-client-area .oh-product-detail #pleskWordPress .row::before,
body.oh-client-area .oh-product-detail #pleskWordPress .row::after,
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .row::before,
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .row::after,
body.oh-client-area .oh-product-detail #tabChangepw .row::before,
body.oh-client-area .oh-product-detail #tabChangepw .row::after,
body.oh-client-area .oh-product-detail #tabAddons .row::before,
body.oh-client-area .oh-product-detail #tabAddons .row::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Usage statistics */
body.oh-client-area .oh-product-detail .plesk-usage-stats,
body.oh-client-area .oh-product-detail .cpanel-usage-stats {
    padding: 4px 0 !important;
}

body.oh-client-area .oh-product-detail .plesk-usage-stats > .row,
body.oh-client-area .oh-product-detail #tabOverview .plesk-usage-stats .row,
body.oh-client-area .oh-product-detail .cpanel-usage-stats > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 14px !important;
    margin: 0 !important;
    width: 100% !important;
}

body.oh-client-area .oh-product-detail .plesk-usage-stats [id="diskUsage"],
body.oh-client-area .oh-product-detail .plesk-usage-stats [id="bandwidthUsage"],
body.oh-client-area .oh-product-detail .plesk-usage-stats .col-md-6,
body.oh-client-area .oh-product-detail .cpanel-usage-stats .col-sm-6,
body.oh-client-area .oh-product-detail .cpanel-usage-stats [id="diskUsage"],
body.oh-client-area .oh-product-detail .cpanel-usage-stats [id="bandwidthUsage"] {
    float: none !important;
    clear: none !important;
    flex: 1 1 calc(50% - 7px) !important;
    width: auto !important;
    max-width: none !important;
    min-width: 200px;
    padding: 18px 14px 16px !important;
    margin: 0 !important;
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    text-align: center;
    overflow: hidden;
    position: relative;
}

body.oh-client-area .oh-product-detail .plesk-usage-stats strong,
body.oh-client-area .oh-product-detail .cpanel-usage-stats strong {
    display: block;
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--oh-text-muted, #64748b);
}

body.oh-client-area .oh-product-detail .plesk-usage-stats br,
body.oh-client-area .oh-product-detail .cpanel-usage-stats br {
    display: none;
}

/* Hide legacy jQuery Knob artifacts once modernized */
body.oh-client-area .oh-product-detail .plesk-usage-stats [data-oh-usage-modernized="1"] > div[style*="width:100px"],
body.oh-client-area .oh-product-detail .plesk-usage-stats canvas,
body.oh-client-area .oh-product-detail .plesk-usage-stats input.usage-dial,
body.oh-client-area .oh-product-detail .cpanel-usage-stats canvas,
body.oh-client-area .oh-product-detail .cpanel-usage-stats input.usage-dial {
    display: none !important;
}

/* Light panel variant of usage rings */
body.oh-client-area .oh-product-detail .oh-usage-chart--panel {
    padding: 4px 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel .oh-usage-chart__visual {
    width: 118px;
    height: 118px;
    margin: 0 auto 10px;
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel .oh-usage-chart__ring-bg {
    stroke: #e2e8f0;
    stroke-width: 9;
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel .oh-usage-chart__ring-progress {
    stroke: var(--oh-accent);
    stroke-width: 9;
    filter: none;
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel .oh-usage-chart__ring-progress--alt {
    stroke: #0ea5e9;
    filter: none;
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel.is-warning .oh-usage-chart__ring-progress {
    stroke: #f59e0b;
    filter: none;
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel.is-critical .oh-usage-chart__ring-progress {
    stroke: #ef4444;
    filter: none;
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel .oh-usage-chart__percent {
    font-size: 22px;
    font-weight: 800;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel .oh-usage-chart__title {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--oh-text-muted, #64748b);
}

body.oh-client-area .oh-product-detail .oh-usage-chart--panel .oh-usage-chart__meta {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-text-strong);
}

/* WordPress panel */
body.oh-client-area .oh-product-detail #pleskWordPress .panel-body > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 0 !important;
    align-items: flex-end;
}

/* Respect module-hidden rows (empty WP instance select) */
body.oh-client-area .oh-product-detail #pleskWordPress #wordpressInstanceRow[style*="display: none"],
body.oh-client-area .oh-product-detail #pleskWordPress #wordpressInstanceRow[style*="display:none"],
body.oh-client-area .oh-product-detail #pleskWordPress #wordPressInstallResultRow[style*="display: none"],
body.oh-client-area .oh-product-detail #pleskWordPress #wordPressInstallResultRow[style*="display:none"] {
    display: none !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress .panel-body > .row > [class*="col-"] {
    float: none !important;
    flex: 1 1 160px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    padding: 0 !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress .panel-body > .row > .col-md-12 {
    flex: 1 1 100% !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress h5 {
    margin: 0 0 4px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress #newWordPressFullUrlPreview,
body.oh-client-area .oh-product-detail #pleskWordPress .small {
    margin: 0 0 4px !important;
    font-size: 12px !important;
    color: var(--oh-text-muted, #64748b) !important;
    word-break: break-all;
}

body.oh-client-area .oh-product-detail #pleskWordPress .form-control {
    height: 42px !important;
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    box-shadow: none !important;
    font-size: 13px !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress .btn,
body.oh-client-area .oh-product-detail #pleskWordPress #btnInstallWordpress,
body.oh-client-area .oh-product-detail #pleskWordPress #btnGoToWordPressHome,
body.oh-client-area .oh-product-detail #pleskWordPress #btnGoToWordPressAdmin {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: 42px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 14px !important;
    border-radius: var(--oh-radius-sm) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress .btn i,
body.oh-client-area .oh-product-detail #pleskWordPress #btnGoToWordPressHome i,
body.oh-client-area .oh-product-detail #pleskWordPress #btnGoToWordPressAdmin i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: static !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress #btnInstallWordpress {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress .panel-body .row:not(:last-of-type):not(.no-margin) {
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
    border-bottom: 1px solid var(--oh-border) !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress .alert:empty,
body.oh-client-area .oh-product-detail #pleskWordPress .alert:not(:has(*)):empty,
body.oh-client-area .oh-product-detail #wordPressInstallResultRow .alert-danger:empty {
    display: none !important;
}

body.oh-client-area .oh-product-detail #pleskWordPress .alert {
    border-radius: var(--oh-radius-sm);
    margin: 0 0 8px !important;
}

/* Quick shortcuts */
body.oh-client-area .oh-product-detail .plesk-feature-row,
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 0 !important;
}

body.oh-client-area .oh-product-detail .plesk-feature-row > [class*="col-"],
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel [class*="col-"] {
    float: none !important;
    flex: 1 1 calc(33.333% - 8px) !important;
    width: auto !important;
    max-width: none !important;
    min-width: 120px;
    padding: 0 !important;
    margin: 0 !important;
}

body.oh-client-area .oh-product-detail .plesk-feature-row a,
body.oh-client-area .oh-product-detail .plesk-feature-row a.d-block {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 96px;
    margin: 0 !important;
    padding: 14px 10px !important;
    background: var(--oh-bg) !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    color: var(--oh-text-strong) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    text-decoration: none !important;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

body.oh-client-area .oh-product-detail .plesk-feature-row a:hover {
    background: var(--oh-accent-soft, #ecfdf5) !important;
    border-color: rgba(32, 188, 126, 0.35) !important;
    color: var(--oh-accent-hover) !important;
    transform: translateY(-1px);
}

body.oh-client-area .oh-product-detail .plesk-feature-row img {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 !important;
    object-fit: contain;
    filter: grayscale(0.15);
}

/* Billing overview — kill legacy timeline dots, clean key/value rows */
body.oh-client-area .oh-product-detail #tabOverview .panel-body > .row:has(#recurringAmount),
body.oh-client-area .oh-product-detail #tabOverview .panel-body > .row:has(#registrationDate) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 32px;
    margin: 0 !important;
    align-items: start;
}

body.oh-client-area .oh-product-detail #tabOverview .panel-body > .row:has(#recurringAmount) > [class*="col-"],
body.oh-client-area .oh-product-detail #tabOverview .panel-body > .row:has(#registrationDate) > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.oh-client-area .oh-product-detail #tabOverview #recurringAmount,
body.oh-client-area .oh-product-detail #tabOverview #billingCycle,
body.oh-client-area .oh-product-detail #tabOverview #paymentMethod,
body.oh-client-area .oh-product-detail #tabOverview #registrationDate,
body.oh-client-area .oh-product-detail #tabOverview #nextDueDate,
body.oh-client-area #recurringAmount,
body.oh-client-area #billingCycle,
body.oh-client-area #paymentMethod,
body.oh-client-area #registrationDate,
body.oh-client-area #nextDueDate {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px 16px;
    margin: 0 !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid var(--oh-border);
    clear: both;
}

body.oh-client-area #recurringAmount:last-child,
body.oh-client-area #billingCycle:last-child,
body.oh-client-area #paymentMethod:last-child,
body.oh-client-area #registrationDate:last-child,
body.oh-client-area #nextDueDate:last-child {
    border-bottom: none;
}

body.oh-client-area #recurringAmount > [class*="col-"],
body.oh-client-area #billingCycle > [class*="col-"],
body.oh-client-area #paymentMethod > [class*="col-"],
body.oh-client-area #registrationDate > [class*="col-"],
body.oh-client-area #nextDueDate > [class*="col-"] {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
}

body.oh-client-area #recurringAmount > [class*="col-"]:first-child,
body.oh-client-area #billingCycle > [class*="col-"]:first-child,
body.oh-client-area #paymentMethod > [class*="col-"]:first-child,
body.oh-client-area #registrationDate > [class*="col-"]:first-child,
body.oh-client-area #nextDueDate > [class*="col-"]:first-child,
body.oh-client-area #recurringAmount .text-right,
body.oh-client-area #billingCycle .text-right,
body.oh-client-area #paymentMethod .text-right,
body.oh-client-area #registrationDate .text-right,
body.oh-client-area #nextDueDate .text-right {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: var(--oh-text-muted, #64748b) !important;
    text-align: left !important;
    background: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

body.oh-client-area #recurringAmount .col-xs-6.text-right::before,
body.oh-client-area #billingCycle .col-xs-6.text-right::before,
body.oh-client-area #paymentMethod .col-xs-6.text-right::before,
body.oh-client-area #registrationDate .col-xs-6.text-right::before,
body.oh-client-area #nextDueDate .col-xs-6.text-right::before,
body.oh-client-area #recurringAmount .text-right::before,
body.oh-client-area #billingCycle .text-right::before,
body.oh-client-area #registrationDate .text-right::before {
    display: none !important;
    content: none !important;
}

body.oh-client-area #recurringAmount > [class*="col-"]:last-child,
body.oh-client-area #billingCycle > [class*="col-"]:last-child,
body.oh-client-area #paymentMethod > [class*="col-"]:last-child,
body.oh-client-area #registrationDate > [class*="col-"]:last-child,
body.oh-client-area #nextDueDate > [class*="col-"]:last-child {
    flex: 0 1 auto;
    max-width: 58%;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: var(--oh-text-strong) !important;
    text-align: right !important;
    width: auto !important;
}

@media (max-width: 991px) {
    body.oh-client-area .oh-product-detail #tabOverview .panel-body > .row:has(#recurringAmount),
    body.oh-client-area .oh-product-detail #tabOverview .panel-body > .row:has(#registrationDate) {
        grid-template-columns: 1fr !important;
    }

    body.oh-client-area .oh-product-detail .plesk-usage-stats [id="diskUsage"],
    body.oh-client-area .oh-product-detail .plesk-usage-stats [id="bandwidthUsage"],
    body.oh-client-area .oh-product-detail .plesk-usage-stats .col-md-6 {
        flex: 1 1 100% !important;
    }

    body.oh-client-area .oh-product-detail .plesk-feature-row > [class*="col-"],
    body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel [class*="col-"] {
        flex: 1 1 calc(50% - 6px) !important;
    }

    body.oh-client-area .oh-product-banner {
        flex-wrap: wrap;
    }

    body.oh-client-area .oh-product-banner__action {
        width: 100%;
    }
}

@media (max-width: 575px) {
    body.oh-client-area .oh-product-detail .plesk-feature-row > [class*="col-"],
    body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel [class*="col-"] {
        flex: 1 1 100% !important;
    }
}

body.oh-client-area .oh-product-detail .tab_drawer_heading {
    display: none !important;
}

body.oh-client-area .oh-product-detail .emailacc-row {
    margin-top: 16px;
    display: block;
    width: 100%;
    clear: both;
}

body.oh-client-area .oh-product-detail .emailacc-row .file-row {
    margin-top: 0 !important;
    display: block;
    width: 100%;
}

body.oh-client-area .oh-product-detail .files-body .row {
    margin-left: 0;
    margin-right: 0;
}

body.oh-client-area .oh-product-detail .files-body .row + .row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--oh-border);
}

body.oh-client-area .oh-product-detail .files-body strong {
    color: var(--oh-text-strong);
    font-size: 13px;
}

body.oh-client-area .oh-product-detail .email-header {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

body.oh-client-area .oh-product-detail .email-header:before {
    display: none;
}

body.oh-client-area .oh-product-detail .plan-statistic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

body.oh-client-area .oh-product-detail .plan-statistic .last-upd {
    grid-column: 1 / -1;
    margin-top: 4px;
}

body.oh-client-area .oh-product-detail .disk-use {
    text-align: center;
}

/* --- Product detail: cPanel widgets, addons, billing --- */

body.oh-client-area .oh-product-detail [id^="cPanel"] {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius) !important;
    box-shadow: var(--oh-shadow) !important;
    overflow: hidden;
    background: var(--oh-surface) !important;
    display: block;
    width: 100%;
}

body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel {
    min-height: 0 !important;
}

body.oh-client-area .oh-product-detail [id^="cPanel"] .panel-heading {
    padding: 12px 18px !important;
    margin-bottom: 0 !important;
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%) !important;
    background-image: none !important;
    border: none;
    border-radius: 0;
}

body.oh-client-area .oh-product-detail [id^="cPanel"] .panel-heading h3.panel-title {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-align: left !important;
    color: #fff !important;
    letter-spacing: 0;
}

body.oh-client-area .oh-product-detail [id^="cPanel"] .panel-body {
    padding: 16px 18px !important;
}

body.oh-client-area .oh-product-detail .cpanel-package-details {
    text-align: center;
    padding: 4px 0;
}

body.oh-client-area .oh-product-detail .cpanel-package-details em {
    font-size: 17px !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none !important;
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .oh-product-detail .cpanel-package-details h4 {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--oh-text) !important;
    margin: 6px 0 0 !important;
}

body.oh-client-area .oh-product-detail .cpanel-package-details a {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--oh-text-strong) !important;
    margin: 10px 0 14px !important;
}

body.oh-client-area .oh-product-detail #cPanelPackagePanel a.btn,
body.oh-client-area .oh-product-detail #cPanelPackagePanel input.btn {
    width: auto !important;
    min-width: 0;
    padding: 8px 14px !important;
    margin: 4px 6px 4px 0 !important;
    font-size: 12px !important;
    text-transform: none !important;
    border-radius: var(--oh-radius-sm) !important;
}

body.oh-client-area .oh-product-detail .cpanel-usage-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    text-align: center;
}

body.oh-client-area .oh-product-detail .cpanel-usage-stats .col-sm-6,
body.oh-client-area .oh-product-detail .cpanel-usage-stats > div {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}

body.oh-client-area .oh-product-detail .cpanel-usage-stats h5,
body.oh-client-area .oh-product-detail .cpanel-usage-stats .usage-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--oh-text-strong);
    margin: 0 0 8px;
}

body.oh-client-area .oh-product-detail .cpanel-usage-stats .progress {
    height: 8px;
    margin: 8px 0 6px;
    border-radius: 999px;
    background: var(--oh-field-bg);
    box-shadow: none;
}

body.oh-client-area .oh-product-detail .cpanel-usage-stats .progress-bar {
    background: linear-gradient(90deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-radius: 999px;
}

body.oh-client-area .oh-product-detail .cpanel-usage-stats .text-info,
body.oh-client-area .oh-product-detail .cpanel-usage-stats .limit-near {
    font-size: 12px !important;
    color: var(--oh-text) !important;
    margin-top: 4px !important;
}

body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel .panel-body {
    padding: 14px 18px !important;
}

body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel .row,
body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel .form-group,
body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel p {
    margin: 0 0 10px !important;
}

body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel .row:last-child,
body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel .form-group:last-child {
    margin-bottom: 0 !important;
}

body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel label,
body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel select.form-control,
body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel select.form-control.input-sm {
    width: auto !important;
    min-width: 160px;
    max-width: 100%;
    height: 38px !important;
    margin: 0 8px 8px 0 !important;
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel button.btn,
body.oh-client-area .oh-product-detail #cPanelExtrasPurchasePanel input.btn {
    height: 38px !important;
    width: auto !important;
    padding: 0 16px !important;
    margin: 0 0 8px !important;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: none !important;
    border-radius: var(--oh-radius-sm) !important;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .panel-body {
    padding: 12px 14px !important;
}

body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 !important;
}

body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-sm-3,
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-sm-4,
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-xs-6 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-sm-3 a,
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-sm-4 a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 88px;
    padding: 12px 8px !important;
    margin: 0 !important;
    background: var(--oh-bg) !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1.3;
    color: var(--oh-text-strong) !important;
    text-align: center;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-sm-3 a:hover,
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-sm-4 a:hover {
    background: var(--oh-accent-soft) !important;
    border-color: rgba(32, 188, 126, 0.28) !important;
    color: var(--oh-accent-hover) !important;
    box-shadow: none !important;
}

body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-sm-3 a img,
body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .col-sm-4 a img {
    max-width: 28px;
    max-height: 28px;
    width: auto;
    height: auto;
}

body.oh-client-area .oh-product-detail .module-client-area {
    padding: 0 !important;
    text-align: left;
}

body.oh-client-area .oh-product-detail .module-client-area .panel,
body.oh-client-area .oh-product-detail .module-client-area .panel-default {
    min-height: 0 !important;
    margin-bottom: 16px;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius) !important;
    box-shadow: var(--oh-shadow) !important;
    overflow: hidden;
}

body.oh-client-area .oh-product-detail .module-client-area .panel-heading {
    padding: 12px 18px !important;
    background: linear-gradient(135deg, var(--oh-dark-soft) 0%, var(--oh-dark) 100%) !important;
    border: none;
}

body.oh-client-area .oh-product-detail .module-client-area .panel-heading .panel-title {
    font-size: 14px !important;
    font-weight: 700;
    color: #fff !important;
    text-transform: none;
}

body.oh-client-area .oh-product-detail .module-client-area .panel-body {
    padding: 16px 18px !important;
}

body.oh-client-area .oh-product-detail .module-client-area .form-control {
    height: 40px;
    border: 1px solid var(--oh-field-border);
    border-radius: var(--oh-radius-sm);
    font-size: 13px;
}

body.oh-client-area .oh-product-detail .module-client-area .form-inline,
body.oh-client-area .oh-product-detail .module-client-area form .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
}

body.oh-client-area .oh-product-detail .module-client-area .btn,
body.oh-client-area .oh-product-detail .module-client-area input[type="submit"] {
    height: 40px;
    line-height: 1.2;
    padding: 0 16px;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
}

body.oh-client-area .oh-product-detail .dick-mp {
    margin: 4px auto 8px;
    transform: scale(0.82);
    transform-origin: center top;
}

body.oh-client-area .oh-product-detail .emailacc-row .box-cpanl {
    min-height: 0 !important;
}

body.oh-client-area .oh-product-detail .email-header.bill {
    padding: 12px 18px !important;
    margin-bottom: 0 !important;
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%);
}

body.oh-client-area .oh-product-detail .email-header.bill h3 {
    padding-left: 0 !important;
    font-size: 14px !important;
    font-weight: 700;
    color: #fff !important;
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.oh-client-area .oh-product-detail .oh-billing-card {
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
    background: var(--oh-surface);
}

body.oh-client-area .oh-product-detail .oh-billing-card__head {
    border-radius: var(--oh-radius) var(--oh-radius) 0 0;
}

body.oh-client-area .oh-product-detail .oh-billing-card .oh-detail-table-wrap {
    padding: 4px 0 !important;
}

body.oh-client-area .oh-product-detail .oh-billing-card .oh-detail-table th {
    width: 38%;
}

body.oh-client-area .oh-product-detail .oh-billing-section {
    margin-top: 4px;
}

body.oh-client-area .oh-product-detail .billing-potal {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    padding: 16px 18px 18px;
}

body.oh-client-area .oh-product-detail .billing-potal .col-md-5 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

body.oh-client-area .oh-product-detail .month-price {
    margin: 0;
    padding: 0;
}

body.oh-client-area .oh-product-detail .month-price:before {
    display: none;
}

body.oh-client-area .oh-product-detail .month-price li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background: none !important;
    border-bottom: 1px solid var(--oh-border);
    font-size: 13px;
    color: var(--oh-text);
}

body.oh-client-area .oh-product-detail .month-price li:last-child {
    border-bottom: none;
}

body.oh-client-area .oh-product-detail .pay-price {
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-detail .oh-addon-grid,
body.oh-client-area .oh-product-detail .prot-dns.oh-addon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
    width: 100%;
}

body.oh-client-area .oh-product-detail .oh-addon-grid > .col-md-4,
body.oh-client-area .oh-product-detail .prot-dns.oh-addon-grid > .col-md-4 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.oh-client-area .oh-product-detail .increased {
    min-height: 0 !important;
    height: 100%;
    padding: 16px;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    background: var(--oh-bg) !important;
    background-image: none !important;
    box-shadow: none;
}

body.oh-client-area .oh-product-detail .increased h2 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-detail .increased p {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--oh-text);
    font-weight: 400;
}

body.oh-client-area .oh-product-detail .increased .checkbox.icon-check {
    margin: 10px 0 0;
    padding: 0;
}

body.oh-client-area .oh-product-detail #tabChangepw .files-body {
    max-width: 520px;
}

body.oh-client-area .oh-product-detail #tabChangepw .form-group {
    margin-bottom: 16px;
}

body.oh-client-area .oh-product-detail #tabChangepw .input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

body.oh-client-area .oh-product-detail #tabChangepw .input-group .form-control {
    flex: 1 1 200px;
    min-width: 0;
    height: 44px;
    border: 1px solid var(--oh-field-border);
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .oh-product-detail #tabChangepw .btn-primary,
body.oh-client-area .oh-product-detail #tabChangepw input[type="submit"].btn-primary {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-weight: 600;
    padding: 10px 20px;
    height: auto;
}

body.oh-client-area .oh-product-detail #tabChangepw .btn-default {
    background: #475569 !important;
    border: none !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
    font-weight: 600;
}

body.oh-client-area .oh-product-detail #tabOverview .emailacc-row,
body.oh-client-area .oh-product-detail #tabOverview .module-client-area,
body.oh-client-area .oh-product-detail #tabOverview #mc-promo-widgets {
    grid-column: 1 / -1;
}

body.oh-client-area .oh-product-cancel__card {
    max-width: 560px;
    padding: 24px;
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .oh-product-cancel__title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-cancel__title i {
    color: #dc2626;
    margin-right: 8px;
}

body.oh-client-area .oh-product-cancel__text {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--oh-text);
}

body.oh-client-area .oh-product-cancel__btn {
    display: inline-flex;
    background: #dc2626 !important;
}

body.oh-client-area .oh-product-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px 16px;
    width: 100%;
    margin-bottom: 20px;
}

body.oh-client-area .oh-product-detail ul.tabs.oh-product-tabs--primary {
    flex: 1 1 320px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 4px;
    float: none !important;
    width: auto !important;
    margin: 0;
    padding: 4px;
    list-style: none;
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .oh-product-detail ul.tabs.oh-product-tabs--primary li {
    flex: 0 1 auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    border: none !important;
    border-radius: 6px;
    box-shadow: none !important;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
}

body.oh-client-area .oh-product-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 1 1 280px;
}

body.oh-client-area .oh-product-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: var(--oh-radius-sm);
    border: 1px solid rgba(32, 188, 126, 0.35);
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover));
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.oh-client-area .oh-product-action-btn:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(32, 188, 126, 0.25);
}

body.oh-client-area .oh-product-action-btn--ghost {
    background: var(--oh-surface);
    color: var(--oh-text-strong) !important;
    border-color: var(--oh-border);
}

body.oh-client-area .oh-product-action-btn--ghost:hover {
    color: var(--oh-accent-hover) !important;
    border-color: rgba(32, 188, 126, 0.35);
    background: var(--oh-accent-soft);
    box-shadow: none;
}

body.oh-client-area .oh-product-action-btn--danger {
    background: #dc2626;
    border-color: #dc2626;
}

body.oh-client-area .oh-product-action-btn--danger:hover {
    background: #b91c1c;
    border-color: #b91c1c;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}

body.oh-client-area .oh-product-usage-band {
    width: 100%;
    margin-bottom: 0;
    padding: 18px 20px 22px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-product-usage-band__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
    margin-bottom: 18px;
}

body.oh-client-area .oh-product-usage-band__head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

body.oh-client-area .oh-product-usage-band__head h3 i {
    color: var(--oh-accent);
    margin-right: 8px;
}

body.oh-client-area .oh-product-usage-band__updated {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

body.oh-client-area .oh-usage-charts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.oh-client-area .oh-usage-chart {
    padding: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--oh-radius-sm);
    text-align: center;
}

body.oh-client-area .oh-usage-chart__visual {
    position: relative;
    width: 132px;
    height: 132px;
    margin: 0 auto 12px;
}

body.oh-client-area .oh-usage-chart__svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

body.oh-client-area .oh-usage-chart__ring-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.12);
    stroke-width: 10;
}

body.oh-client-area .oh-usage-chart__ring-progress {
    fill: none;
    stroke: var(--oh-accent);
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dashoffset: 339.292;
    filter: drop-shadow(0 0 6px rgba(32, 188, 126, 0.45));
}

body.oh-client-area .oh-usage-chart__ring-progress--alt {
    stroke: #38bdf8;
    filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.45));
}

body.oh-client-area .oh-usage-chart.is-warning .oh-usage-chart__ring-progress {
    stroke: #f59e0b;
    filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.45));
}

body.oh-client-area .oh-usage-chart.is-critical .oh-usage-chart__ring-progress {
    stroke: #ef4444;
    filter: drop-shadow(0 0 6px rgba(239, 68, 68, 0.45));
}

body.oh-client-area .oh-usage-chart__center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.oh-client-area .oh-usage-chart__percent {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

body.oh-client-area .oh-usage-chart__title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

body.oh-client-area .oh-usage-chart__meta {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

body.oh-client-area .oh-product-overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
}

body.oh-client-area .oh-detail-table-wrap {
    padding: 0 !important;
}

body.oh-client-area .oh-detail-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

body.oh-client-area .oh-detail-table th,
body.oh-client-area .oh-detail-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--oh-border);
    vertical-align: top;
    font-size: 13px;
    line-height: 1.45;
}

body.oh-client-area .oh-detail-table tr:last-child th,
body.oh-client-area .oh-detail-table tr:last-child td {
    border-bottom: none;
}

body.oh-client-area .oh-detail-table th {
    width: 34%;
    background: var(--oh-bg);
    color: var(--oh-text-strong);
    font-weight: 700;
    text-align: left;
}

body.oh-client-area .oh-detail-table td {
    color: var(--oh-text);
    background: var(--oh-surface);
}

body.oh-client-area .oh-detail-table tr:hover td {
    background: #f8fafc;
}

body.oh-client-area .oh-detail-table--billing td {
    font-weight: 600;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-detail #tabChangepw.is-active,
body.oh-client-area .oh-product-detail #tabAddons.is-active,
body.oh-client-area .oh-product-detail #tabDownloads.is-active,
body.oh-client-area .oh-product-detail #metrics.is-active {
    width: 100% !important;
    max-width: 100% !important;
}

/* Password change — clean single-column form */
body.oh-client-area .oh-product-detail .oh-product-pw-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 520px;
    width: 100%;
    margin: 0;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__control-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__input-wrap {
    width: 100%;
    min-width: 0;
    position: relative;
}

/* flex-basis only for horizontal control row — column flex would treat 220px as height */
body.oh-client-area .oh-product-detail .oh-product-pw-form__control-row > .oh-product-pw-form__input-wrap {
    flex: 1 1 auto;
    width: auto;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form input.form-control,
body.oh-client-area .oh-product-detail .oh-product-pw-form input.input {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: var(--oh-text-strong) !important;
    float: none !important;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__generate {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 16px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: var(--oh-radius-sm) !important;
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap;
    width: auto !important;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__strength {
    width: 100%;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__strength > br {
    display: none;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__strength .progress {
    height: 8px;
    margin: 0 0 12px;
    border-radius: 999px;
    overflow: hidden;
    background: var(--oh-bg);
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__strength .progress-bar {
    float: none;
    border-radius: 999px;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__strength .alert {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: var(--oh-radius-sm);
    font-size: 13px;
    line-height: 1.5;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form .form-control-feedback {
    display: none !important;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form > strong {
    display: contents;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

body.oh-client-area .oh-product-detail .oh-product-pw-form__actions .btn-save,
body.oh-client-area .oh-product-detail .oh-product-pw-form__actions .btn-cancel {
    width: auto !important;
    min-width: 140px;
    height: 44px !important;
    margin: 0 !important;
    float: none !important;
}

body.oh-client-area .oh-product-detail #tabChangepw .files-body {
    max-width: none;
    padding: 20px 18px 24px;
}

body.oh-client-area .oh-product-detail #tabChangepw .col-sm-6,
body.oh-client-area .oh-product-detail #tabChangepw .col-sm-8,
body.oh-client-area .oh-product-detail #tabChangepw .col-sm-4,
body.oh-client-area .oh-product-detail #tabChangepw .col-sm-12 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Addons empty / cards */
body.oh-client-area .oh-product-detail .oh-product-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 28px 20px;
    background: var(--oh-bg);
    border: 1px dashed var(--oh-border);
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .oh-product-detail .oh-product-empty__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--oh-accent-soft, #ecfdf5);
    color: var(--oh-accent-hover);
    font-size: 20px;
}

body.oh-client-area .oh-product-detail .oh-product-empty__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-product-detail .oh-product-empty__text {
    margin: 0;
    max-width: 420px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--oh-text);
}

body.oh-client-area .oh-product-detail .oh-product-empty__text a {
    color: var(--oh-accent-hover);
    font-weight: 600;
}

body.oh-client-area .oh-product-detail .oh-product-empty__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: var(--oh-radius-sm);
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

body.oh-client-area .oh-product-detail .oh-addon-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

body.oh-client-area .oh-product-detail .oh-addon-card-wrap {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.oh-client-area .oh-product-detail .oh-addon-card__status {
    display: inline-flex;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    background: #ecfdf5;
    color: #047857;
}

body.oh-client-area .defaultOwnhostSidebar .mc-promo-manage,
body.oh-client-area .defaultOwnhostSidebar .mc-promo-login,
body.oh-client-area .defaultOwnhostSidebar .promo-banner {
    display: block;
    padding: 12px 16px;
    margin: 0;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    border-top: 3px solid var(--oh-accent) !important;
    background: var(--oh-bg);
}

body.oh-client-area .defaultOwnhostSidebar .mc-promo-manage .panel,
body.oh-client-area .defaultOwnhostSidebar .mc-promo-login .panel {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

body.oh-client-area .defaultOwnhostSidebar .mc-promo-manage .logo,
body.oh-client-area .defaultOwnhostSidebar .mc-promo-login .logo {
    width: 40px;
    height: 40px;
    margin: 0 0 10px;
}

body.oh-client-area .defaultOwnhostSidebar .mc-promo-manage .logo img,
body.oh-client-area .defaultOwnhostSidebar .mc-promo-login .logo img {
    position: static;
    transform: none;
    max-width: 40px;
    max-height: 40px;
    margin: 0;
}

body.oh-client-area .defaultOwnhostSidebar .mc-promo-manage .logo + div,
body.oh-client-area .defaultOwnhostSidebar .mc-promo-login .logo + div {
    position: static;
    transform: none;
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: var(--oh-text);
}

body.oh-client-area .defaultOwnhostSidebar .mc-promo-manage .panel-title,
body.oh-client-area .defaultOwnhostSidebar .mc-promo-login .panel-title {
    font-size: 13px !important;
    font-weight: 700;
    color: var(--oh-text-strong);
    margin-bottom: 6px;
}

body.oh-client-area .defaultOwnhostSidebar .promo-banner.weebly,
body.oh-client-area .defaultOwnhostSidebar .promo-banner.symantec,
body.oh-client-area .defaultOwnhostSidebar .promo-banner.spamexperts {
    border-top-color: var(--oh-accent) !important;
}

body.oh-client-area .defaultOwnhostSidebar .promo-banner .btn,
body.oh-client-area .defaultOwnhostSidebar .promo-banner.weebly .btn {
    background: var(--oh-accent) !important;
    border: none;
    border-radius: var(--oh-radius-sm);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    margin-top: 8px;
}

body.oh-client-area .defaultOwnhostSidebar .promo-banner-slim.weebly .icon-left {
    width: 40px;
}

body.oh-client-area .defaultOwnhostSidebar .promo-banner-slim.weebly .content {
    margin-left: 52px;
    font-size: 12px;
}

body.oh-client-area .defaultOwnhostSidebar .panel-sidebar .panel-body img {
    max-width: 40px;
    max-height: 40px;
}

body.oh-client-area .defaultOwnhostSidebar {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid var(--oh-border);
    border-radius: 0;
    box-shadow: none;
}

body.oh-client-area .defaultOwnhostSidebar .panel-heading {
    padding: 14px 20px;
    background: var(--oh-bg);
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .defaultOwnhostSidebar .panel-sidebar .panel-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area .defaultOwnhostSidebar .panel-sidebar .list-group-item {
    padding: 11px 20px;
    font-size: 14px;
    color: var(--oh-text-strong);
    border: none;
}

body.oh-client-area .defaultOwnhostSidebar .panel-sidebar a.list-group-item.active,
body.oh-client-area .defaultOwnhostSidebar .panel-sidebar a.list-group-item.active:focus {
    background: var(--oh-accent-soft) !important;
    color: var(--oh-accent-hover) !important;
    font-weight: 600;
}

body.oh-client-area .defaultOwnhostSidebar .panel-footer .btn-default,
body.oh-client-area .defaultOwnhostSidebar .panel-sidebar .btn-success {
    color: var(--oh-accent) !important;
    background: var(--oh-accent-soft) !important;
    border-color: rgba(32, 188, 126, 0.25) !important;
    border-radius: var(--oh-radius-sm);
    font-weight: 600;
}

body.oh-client-area .defaultOwnhostSidebar .panel-footer a.btn.btn-default.btn-sm:hover,
body.oh-client-area .defaultOwnhostSidebar .panel-sidebar .btn-success:hover {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .defaultOwnhostSidebar .panel-body {
    padding: 16px 20px;
    color: var(--oh-text);
    font-size: 13px;
    line-height: 1.5;
}

body.oh-client-area .defaultOwnhostSidebar .panel-body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .defaultOwnhostSidebar .panel-body strong {
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-page-head + .oh-data-layout > .ticket-head {
    border-left: 1px solid var(--oh-border);
    border-right: 1px solid var(--oh-border);
}

body.oh-client-area .oh-service-list {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    container-type: inline-size;
    container-name: oh-services;
    /* Fluid cols so the table shrinks/grows with right-sidebar gutter */
    --oh-svc-cols: 40px minmax(0, 2fr) minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(0, 0.75fr) 100px;
}

body.oh-client-area .oh-service-list > .ticket-head,
body.oh-client-area .oh-service-list > .oh-service-list-body {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.oh-client-area .oh-service-list > .ticket-head {
    border-radius: 0;
    flex-shrink: 0;
    margin-bottom: 0 !important;
}

body.oh-client-area .oh-service-list .ticket-inner {
    width: 100%;
    box-sizing: border-box;
}

body.oh-client-area .oh-service-list .oh-service-list-body {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-top: none;
    border-radius: 0 0 var(--oh-radius) var(--oh-radius);
    box-shadow: var(--oh-shadow);
    padding: 0;
    overflow: hidden;
}

body.oh-client-area .oh-service-list .oh-service-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    padding: 16px 20px 20px;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.oh-client-area .oh-service-list .tragat-table tbody tr.ticket-table {
    cursor: pointer;
}

body.oh-client-area .oh-service-list #productServicesWgsTable,
body.oh-client-area .oh-service-list #productServicesWgsTable_wrapper,
body.oh-client-area .oh-service-list #productServicesWgsTable_wrapper .dataTables_scroll,
body.oh-client-area .oh-service-list #productServicesWgsTable_wrapper .dataTables_scrollHead,
body.oh-client-area .oh-service-list #productServicesWgsTable_wrapper .dataTables_scrollBody {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
}

body.oh-client-area .oh-service-list #productServicesWgsTable {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
}

body.oh-client-area .oh-service-list #productServicesWgsTable thead,
body.oh-client-area .oh-service-list #productServicesWgsTable tbody {
    display: block;
    width: 100% !important;
}

body.oh-client-area .oh-service-list #productServicesWgsTable thead tr.ticket-table-top,
body.oh-client-area .oh-service-list #productServicesWgsTable tbody tr.ticket-table {
    display: grid !important;
    grid-template-columns: var(--oh-svc-cols);
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    gap: 0;
}

body.oh-client-area .oh-service-list #productServicesWgsTable thead tr.ticket-table-top {
    background: linear-gradient(180deg, #3d4f63 0%, #2c3e50 100%) !important;
    box-shadow: inset 0 -3px 0 var(--oh-accent, #20bc7e);
    border-radius: var(--oh-radius-sm);
    margin-bottom: 8px;
}

body.oh-client-area .oh-service-list #productServicesWgsTable thead th,
body.oh-client-area .oh-service-list #productServicesWgsTable tbody td {
    display: block;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    box-sizing: border-box;
    float: none !important;
}

body.oh-client-area .oh-service-list #productServicesWgsTable thead th {
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 13px 14px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.oh-client-area .oh-service-list #productServicesWgsTable tbody tr.ticket-table {
    background: var(--oh-surface) !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius-sm);
    margin-bottom: 8px;
    box-shadow: none !important;
}

body.oh-client-area .oh-service-list #productServicesWgsTable tbody tr.ticket-table:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
}

body.oh-client-area .oh-service-list #productServicesWgsTable tbody td {
    padding: 12px 14px !important;
    border: none !important;
    vertical-align: middle !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.oh-client-area .oh-service-list #productServicesWgsTable thead th.sorting,
body.oh-client-area .oh-service-list #productServicesWgsTable thead th.sorting_asc,
body.oh-client-area .oh-service-list #productServicesWgsTable thead th.sorting_desc,
body.oh-client-area .oh-service-list table.dataTable thead > tr > th.sorting,
body.oh-client-area .oh-service-list table.dataTable thead > tr > th.sorting_asc,
body.oh-client-area .oh-service-list table.dataTable thead > tr > th.sorting_desc {
    width: auto !important;
    padding-right: 26px !important;
}

body.oh-client-area .oh-service-list #productServicesWgsTable th.responsive-edit-button,
body.oh-client-area .oh-service-list #productServicesWgsTable td.responsive-edit-button {
    display: none !important;
}

body.oh-client-area .oh-service-list #productServicesWgsTable .oh-service-col-icon,
body.oh-client-area .oh-service-list #productServicesWgsTable td.oh-service-col-icon {
    text-align: center;
}

body.oh-client-area .oh-service-list #productServicesWgsTable .oh-service-col-status,
body.oh-client-area .oh-service-list #productServicesWgsTable td.oh-service-col-status {
    text-align: center;
}

body.oh-client-area .oh-service-list #productServicesWgsTable th.oh-service-manage-col,
body.oh-client-area .oh-service-list #productServicesWgsTable td.oh-service-manage-cell {
    text-align: center !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

body.oh-client-area .oh-service-list #productServicesWgsTable .activ-right ul {
    justify-content: center;
}

body.oh-client-area .oh-service-list #productServicesWgsTable td.paddingLeftTd.sorting {
    font-weight: inherit;
}

body.oh-client-area .oh-service-list table.dataTable.tragat-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

body.oh-client-area .oh-service-list .tragat-table .ticket-table-top {
    display: grid !important;
}

/* style.css legacy width rules */
body.oh-client-area .oh-service-list #productServicesWgsTable th,
body.oh-client-area .oh-service-list #productServicesWgsTable td,
body.oh-client-area .oh-service-list table.dataTable thead > tr > th.sorting,
body.oh-client-area .oh-service-list table.dataTable thead > tr > th.sorting_asc,
body.oh-client-area .oh-service-list table.dataTable thead > tr > th.sorting_desc {
    width: auto !important;
    max-width: none !important;
}

body.oh-client-area .ticket-head .tickt-drop .dropdown-menu {
    z-index: 200;
    margin-top: 8px;
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius-sm);
    box-shadow: var(--oh-shadow-hover);
    padding: 6px 0;
}

body.oh-client-area .ticket-head li.tickt-drop.filt .dropdown-menu,
body.oh-client-area .ticket-head li.tickt-drop.filt.open .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    min-width: 220px;
}

body.oh-client-area .ticket-head li.tickt-drop.short .dropdown-menu,
body.oh-client-area .ticket-head li.tickt-drop.short.open .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    min-width: 200px;
}

body.oh-client-area .ticket-head .tickt-drop .dropdown-menu:before,
body.oh-client-area .ticket-head .tickt-drop .dropdown-menu:after,
body.oh-client-area .ticket-head .filt ul.dropdown-menu:before,
body.oh-client-area .ticket-head .short ul.dropdown-menu:before {
    display: none !important;
    content: none !important;
    border: none !important;
}

body.oh-client-area .ticket-head .tickt-drop .dropdown-menu li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--oh-border);
}

body.oh-client-area .ticket-head .tickt-drop .dropdown-menu li:last-child {
    border-bottom: none;
}

body.oh-client-area .ticket-head .tickt-drop .dropdown-menu li a {
    display: block;
    padding: 10px 16px !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: var(--oh-text-strong) !important;
    white-space: nowrap;
}

/* --- Domain register / transfer (cart) --- */

body.oh-client-area #order-standard_cart .regi-domain,
body.oh-client-area .domen-page .regi-domain {
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%) !important;
    background-image: none !important;
    border-radius: 0 !important;
    padding: 40px 20px 48px !important;
    margin: 0;
}

body.oh-client-area #order-standard_cart .regi-domain h2,
body.oh-client-area #order-standard_cart .regi-domain p,
body.oh-client-area .domen-page .regi-domain h2,
body.oh-client-area .domen-page .regi-domain p {
    color: #fff;
}

body.oh-client-area #adv-search {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0 !important;
    padding: 16px !important;
    max-width: 720px;
    margin: 0 auto;
}

body.oh-client-area #adv-search input.form-control,
body.oh-client-area #adv-search .form-control {
    height: 48px;
    border: none !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.oh-client-area #adv-search .dropdown.dropdown-lg,
body.oh-client-area #adv-search .input-group-btn .btn {
    border-radius: 0 !important;
}

body.oh-client-area #adv-search .input-group-btn .btn.btn-primary,
body.oh-client-area #domainregister .input-group-btn .btn,
body.oh-client-area #domaintransfer .input-group-btn .btn,
body.oh-client-area #domainsubdomain .input-group-btn .btn {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
    height: 48px;
    font-weight: 700;
}

body.oh-client-area #adv-search .input-group-btn .btn.btn-primary:hover,
body.oh-client-area #domainregister .input-group-btn .btn:hover,
body.oh-client-area #domaintransfer .input-group-btn .btn:hover {
    background: var(--oh-accent-hover) !important;
    border-color: var(--oh-accent-hover) !important;
}

body.oh-client-area #order-standard_cart .host-nav,
body.oh-client-area .domen-page .host-nav {
    background: linear-gradient(135deg, var(--oh-dark-soft) 0%, var(--oh-dark) 100%) !important;
    border-radius: 0 !important;
    padding: 16px 20px;
}

body.oh-client-area #order-standard_cart .drop-nav,
body.oh-client-area .domen-page .drop-nav {
    background: var(--oh-accent) !important;
    border-radius: 0 !important;
    color: #fff !important;
}

body.oh-client-area #order-standard_cart .spotlight-tld,
body.oh-client-area .domen-page .spotlight-tld {
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .newdomin-row {
    margin-top: 24px;
}

body.oh-client-area .find-domin {
    background: var(--oh-surface) !important;
    background-image: none !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius) !important;
    box-shadow: var(--oh-shadow);
    min-height: 0;
    padding: 24px;
}

body.oh-client-area .find-domin .titel-heding {
    color: var(--oh-text-strong);
    font-size: 22px;
}

body.oh-client-area .stylish-input-group {
    margin: 20px 0;
}

body.oh-client-area .stylish-input-group .input-group-addon {
    background: var(--oh-accent) !important;
    border: none !important;
    border-radius: 0 var(--oh-radius-sm) var(--oh-radius-sm) 0 !important;
}

body.oh-client-area .stylish-input-group .input-group-addon button {
    color: #fff;
}

body.oh-client-area .yet-domin {
    background: var(--oh-surface);
    border: 1px dashed var(--oh-field-border) !important;
    border-radius: var(--oh-radius) !important;
    min-height: 0;
    padding: 24px;
}

body.oh-client-area .yet-domin .yet-pro h2 {
    color: var(--oh-text-strong);
    font-style: normal;
    font-weight: 700;
}

/* ============================================================
   OH Unified layout — sidebar gutter via wrapper padding
   ============================================================ */

body.oh-client-area .wrapper {
    padding-left: var(--oh-sidebar-width);
    padding-right: 0;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    transition: padding-left 0.3s ease, padding-right 0.3s ease;
}

body.oh-client-area .wrapper:has(#sidebar.active),
body.oh-client-area.oh-left-sidebar-collapsed .wrapper {
    padding-left: var(--oh-sidebar-collapsed-width);
}

body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .wrapper,
body.oh-client-area.oh-right-sidebar-open .wrapper {
    padding-right: var(--oh-right-sidebar-width);
}

body.oh-client-area #content,
body.oh-client-area div#content {
    padding: 24px 24px 40px !important;
    box-sizing: border-box;
    position: relative !important;
    top: var(--oh-header-height) !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    overflow-x: clip;
    overflow-y: visible;
    z-index: 1;
}

body.oh-client-area #content.domen-page,
body.oh-client-area #content.inner-page,
body.oh-client-area #content.invoice-list-page {
    padding: 24px 24px 40px !important;
}

body.oh-client-area #content.active,
body.oh-client-area #content.rightsidebaractive,
body.oh-client-area #content.active.rightsidebaractive,
body.oh-client-area #content.rightsidebaractive.bothSidebaractive,
body.oh-client-area #content.no-navbar.rightsidebaractive {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.oh-client-area #content > * {
    min-width: 0;
    max-width: 100%;
}

body.oh-client-area .defaultOwnhostSidebar {
    position: fixed !important;
    top: var(--oh-header-height) !important;
    right: 0 !important;
    left: auto !important;
    border-radius: 0 !important;
    z-index: 100;
}

body.wgsstyle-rtl.oh-client-area #sidebar {
    left: auto !important;
    right: 0 !important;
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: -4px 0 24px rgba(40, 43, 45, 0.12);
}

body.wgsstyle-rtl.oh-client-area .wrapper {
    padding-left: 0;
    padding-right: var(--oh-sidebar-width);
}

body.wgsstyle-rtl.oh-client-area .wrapper:has(#sidebar.active),
body.wgsstyle-rtl.oh-client-area.oh-left-sidebar-collapsed .wrapper {
    padding-left: 0;
    padding-right: var(--oh-sidebar-collapsed-width);
}

body.wgsstyle-rtl.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .wrapper,
body.wgsstyle-rtl.oh-client-area.oh-right-sidebar-open .wrapper {
    padding-left: var(--oh-right-sidebar-width);
}

body.oh-client-area .oh-service-list,
body.oh-client-area .oh-services-page .domains-head.oh-page-head,
body.oh-client-area .oh-services-page .oh-data-layout {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.oh-client-area .page-content,
body.oh-client-area .oh-kb-page,
body.oh-client-area .oh-data-layout {
    width: 100%;
    max-width: 100%;
    clear: both;
    box-sizing: border-box;
}

body.oh-client-area .oh-page-head {
    margin-bottom: 0;
    border-radius: var(--oh-radius) var(--oh-radius) 0 0;
    background-image: none !important;
    border-bottom: none;
}

body.oh-client-area .oh-page-head + .page-content,
body.oh-client-area .oh-page-head + .oh-kb-page,
body.oh-client-area .oh-page-head + .oh-data-layout,
body.oh-client-area .oh-page-head + .invoices-content,
body.oh-client-area .oh-page-head + .oh-addfunds,
body.oh-client-area .oh-page-head + .oh-support-departments,
body.oh-client-area .oh-page-head + form,
body.oh-client-area .oh-page-head + .oh-domains-toolbar {
    margin-top: 0;
}

body.oh-client-area .oh-page-head + .invoices-content {
    padding-top: 0;
}

body.oh-client-area .oh-page-head + .invoices-content .col-md-8.inv-100 {
    border-top: none;
    border-radius: 0 0 var(--oh-radius) var(--oh-radius);
}

body.oh-client-area .invoices-content:not(.inv-cont-res) {
    padding: 0 0 40px;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    float: none;
}

/* KB / Downloads grid fix */
body.oh-client-area .oh-kb-page .spport-row {
    border-radius: 0;
    margin-bottom: 0;
}

body.oh-client-area .oh-page-head + .oh-kb-page .spport-row {
    border-radius: 0;
}

body.oh-client-area .oh-kb-page .art-row,
body.oh-client-area .oh-kb-page .art-row.row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 0 0;
    float: none !important;
    clear: both;
}

@media (min-width: 992px) {
    body.oh-client-area .oh-kb-page .art-row.row {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
        align-items: start;
    }

    body.oh-client-area #content.rightsidebaractive .oh-kb-page .art-row.row {
        grid-template-columns: minmax(0, 1fr);
    }

    body.oh-client-area #content.rightsidebaractive .oh-kb-page .art-col {
        display: none !important;
    }
}

body.oh-client-area .oh-kb-page .cat-col,
body.oh-client-area .oh-kb-page .art-col,
body.oh-client-area .oh-kb-page .cat-col .col-md-4,
body.oh-client-area .oh-kb-page .cat-col .col-md-12 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.oh-client-area .oh-kb-page .cat-col {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px;
    background: transparent !important;
}

@media (min-width: 640px) {
    body.oh-client-area .oh-kb-page .cat-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    body.oh-client-area .oh-kb-page .cat-col {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

body.oh-client-area .oh-kb-page .cat-col > .cate-titel,
body.oh-client-area .oh-kb-page .cat-col > .col-md-12 {
    grid-column: 1 / -1;
}

/* List pages: tickets, services, quotes */
body.oh-client-area .oh-data-layout {
    margin-bottom: 40px;
}

body.oh-client-area .oh-page-head + .oh-data-layout .ticket-head {
    border-radius: 0;
    margin-bottom: 0;
}

body.oh-client-area .oh-data-layout > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
    float: none !important;
    background: var(--oh-surface);
    border: 1px solid var(--oh-border);
    border-top: none;
    border-radius: 0 0 var(--oh-radius) var(--oh-radius);
    box-shadow: var(--oh-shadow);
    overflow: hidden;
}

@media (min-width: 992px) {
    body.oh-client-area .oh-data-layout > .row {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
        align-items: start;
    }

    body.oh-client-area .oh-service-list.oh-data-layout > .row {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.oh-client-area #content.rightsidebaractive .oh-data-layout > .row {
        grid-template-columns: minmax(0, 1fr);
    }

    body.oh-client-area #content.rightsidebaractive .oh-data-layout .right-col {
        display: none !important;
    }
}

body.oh-client-area:has(.defaultOwnhostSidebar.sidebar-default) #content.rightsidebaractive {
    width: 100% !important;
    right: auto !important;
}

body.oh-client-area:has(.defaultOwnhostSidebar.sidebar-default) #content.active.rightsidebaractive,
body.oh-client-area:has(.defaultOwnhostSidebar.sidebar-default) #content.rightsidebaractive.bothSidebaractive {
    width: 100% !important;
    right: auto !important;
}

body.oh-client-area .col-md-8.left-colam,
body.oh-client-area .col-md-12.left-colam {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

body.oh-client-area .oh-data-layout .left-colam,
body.oh-client-area .oh-data-layout .col-md-8,
body.oh-client-area .oh-data-layout .col-md-12 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 16px 18px !important;
    margin: 0 !important;
}

body.oh-client-area .oh-data-layout .right-col,
body.oh-client-area .oh-data-layout .col-md-4.right-col {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
    background: var(--oh-bg);
    border-top: 1px solid var(--oh-border);
}

@media (min-width: 992px) {
    body.oh-client-area .oh-data-layout .right-col,
    body.oh-client-area .oh-data-layout .col-md-4.right-col {
        border-top: none;
        border-left: 1px solid var(--oh-border);
    }
}

body.oh-client-area .oh-data-layout .open-tickt {
    border-radius: var(--oh-radius-sm);
    margin-bottom: 12px;
    padding: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.oh-client-area .oh-data-layout .open-tickt:hover {
    transform: translateY(-1px);
    box-shadow: var(--oh-shadow);
}

body.oh-client-area .oh-data-layout .open-tickt.greendark {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
}

body.oh-client-area .oh-data-layout .open-tickt.yellodark {
    background: linear-gradient(135deg, #d97706, #b45309) !important;
}

body.oh-client-area .oh-data-layout .open-tickt.bluedark {
    background: linear-gradient(135deg, #0284c7, #0369a1) !important;
}

body.oh-client-area .oh-data-layout .open-tickt.grey {
    background: linear-gradient(135deg, #64748b, #475569) !important;
}

body.oh-client-area .oh-data-layout .open-tickt.navyblue {
    background: linear-gradient(135deg, var(--oh-dark-soft), var(--oh-dark)) !important;
}

body.oh-client-area .oh-data-layout .open-tickt.reddark {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
}

body.oh-client-area .oh-data-layout .cont-xl {
    float: none;
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

body.oh-client-area .oh-data-layout .tick-xl {
    margin-top: 0;
    font-weight: 600;
}

body.oh-client-area .oh-data-layout .open-tickt .progress-bar-success,
body.oh-client-area .oh-data-layout .open-tickt .progress-bar {
    background: rgba(255, 255, 255, 0.45) !important;
}

/* Tables — compact, readable list rows */
body.oh-client-area .tragat-table,
body.oh-client-area table.dataTable.tragat-table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin: 0 !important;
}

body.oh-client-area .tragat-table .ticket-table-top th,
body.oh-client-area .tragat-table thead th,
body.oh-client-area table.dataTable.tragat-table thead th {
    padding: 10px 14px !important;
    white-space: nowrap;
    background: var(--oh-bg) !important;
    color: var(--oh-text) !important;
    border: none !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    vertical-align: middle;
}

body.oh-client-area .tragat-table .ticket-table-top {
    display: table-header-group !important;
}

body.oh-client-area .tragat-table tbody tr.ticket-table,
body.oh-client-area .tragat-table tbody tr {
    background: var(--oh-surface) !important;
    border: 1px solid var(--oh-border) !important;
    border-radius: var(--oh-radius-sm);
    box-shadow: none !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

body.oh-client-area .tragat-table tbody tr.ticket-table:hover,
body.oh-client-area .tragat-table tbody tr:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
}

body.oh-client-area .tragat-table td {
    padding: 10px 14px !important;
    vertical-align: middle !important;
    color: var(--oh-text) !important;
    border: none !important;
    font-size: 13px;
    line-height: 1.45;
}

body.oh-client-area .tragat-table td h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--oh-text-strong);
}

body.oh-client-area .oh-data-layout .table-responsive {
    overflow-x: auto;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

/* Product / service row typography */
body.oh-client-area .doman-url {
    margin-bottom: 0 !important;
}

body.oh-client-area .doman-url a {
    color: var(--oh-text-strong) !important;
    font-size: 14px !important;
    font-weight: 600;
    word-break: break-word;
}

body.oh-client-area .doman-url a:hover {
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .doman-url i {
    color: var(--oh-accent);
    font-size: 14px !important;
}

body.oh-client-area .tragat-table .paddingLeftTd {
    font-weight: 600;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area #productServicesWgsTable td:nth-child(3),
body.oh-client-area #myQouteListWgs td:nth-child(3) {
    font-weight: 600;
    color: var(--oh-text-strong) !important;
}

body.oh-client-area #productServicesWgsTable td:nth-child(4),
body.oh-client-area #myQouteListWgs td:nth-child(5),
body.oh-client-area #ticketListingWgsTable td:nth-child(6) {
    color: var(--oh-text) !important;
    font-size: 12px;
}

body.oh-client-area .data-url {
    margin-top: 6px;
}

body.oh-client-area .data-url ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oh-client-area .data-url li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.oh-client-area .data-url img {
    max-height: 22px;
    width: auto;
    margin: 0 !important;
}

body.oh-client-area .formBtnstyle,
body.oh-client-area input.formBtnstyle {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1;
    background: var(--oh-accent-soft) !important;
    border: 1px solid rgba(32, 188, 126, 0.28) !important;
    color: var(--oh-accent-hover) !important;
    border-radius: 6px !important;
}

body.oh-client-area .formBtnstyle:hover {
    background: var(--oh-accent) !important;
    color: #fff !important;
    border-color: var(--oh-accent) !important;
}

body.oh-client-area .activ-right .cancelreq a,
body.oh-client-area .data-url .cancelreq a {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #dc2626 !important;
}

body.oh-client-area .activ-right .cancelreq a:hover,
body.oh-client-area .data-url .cancelreq a:hover {
    background: #fee2e2 !important;
    color: #b91c1c !important;
}

body.oh-client-area .status-pending,
body.oh-client-area span.status-pending {
    background: #fffbeb !important;
    color: #b45309 !important;
    border: 1px solid #fde68a !important;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

body.oh-client-area .status-suspended,
body.oh-client-area span.status-suspended {
    background: #fff7ed !important;
    color: #c2410c !important;
    border: 1px solid #fed7aa !important;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

body.oh-client-area .status-cancelled,
body.oh-client-area .status-terminated,
body.oh-client-area span.status-cancelled,
body.oh-client-area span.status-terminated {
    background: #f1f5f9 !important;
    color: #64748b !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

body.oh-client-area .tickt-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

body.oh-client-area .tickt-header li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    list-style: none;
}

body.oh-client-area .tickt-header .search-tickets {
    flex: 1 1 240px;
    min-width: 220px;
    max-width: 340px;
    width: auto !important;
    margin-right: 0 !important;
}

body.oh-client-area .tickt-header .tickt-drop.short {
    width: auto !important;
    min-width: 0;
    position: relative;
}

body.oh-client-area .tickt-header .tickt-drop.filt {
    position: relative;
}

body.oh-client-area .tickt-header .add-tick {
    white-space: nowrap;
}

/* Form fields — bilgilerim & support */
body.oh-client-area .inputBox {
    position: relative;
    margin-bottom: 16px;
    padding-top: 0;
}

body.oh-client-area .inputBox .inputText {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    display: block;
    margin: 0 0 6px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--oh-text) !important;
    pointer-events: none;
}

body.oh-client-area .inputBox.focus .inputText,
body.oh-client-area .inputBox .input {
    color: var(--oh-text-strong);
}

body.oh-client-area .inputBox .input {
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--oh-field-border) !important;
    border-radius: var(--oh-radius-sm) !important;
    background: var(--oh-field-bg) !important;
}

body.oh-client-area .oh-account-form-page .inputBox .input {
    height: 44px !important;
    line-height: 1.4 !important;
    border-radius: var(--oh-radius-sm) !important;
}

body.oh-client-area .formBox .Pers-titel,
body.oh-client-area .pers-info .Pers-titel {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--oh-text-strong);
}

body.oh-client-area .pers-info {
    padding: 24px;
}

body.oh-client-area .custom-ser-hd .pers-info {
    border-top: 1px solid var(--oh-border);
}

/* Legacy cyan/blue → OwnHost green */
body.oh-client-area .host-nav,
body.oh-client-area #order-standard_cart .host-nav {
    background: linear-gradient(135deg, var(--oh-dark) 0%, var(--oh-dark-soft) 100%) !important;
    border-radius: 0 !important;
}

body.oh-client-area .drop-nav,
body.oh-client-area .host-nav .drop-nav,
body.oh-client-area #order-standard_cart .drop-nav {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
    border-radius: 0 !important;
}

body.oh-client-area .drop-nav:hover,
body.oh-client-area .host-nav a:hover {
    color: #fff !important;
}

body.oh-client-area .pakg-palan ul.tabs li,
body.oh-client-area .choose-pack .pakg-palan ul.tabs li {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

body.oh-client-area .pakg-palan ul.tabs li.active,
body.oh-client-area .pakg-palan ul.tabs li:hover,
body.oh-client-area .choose-pack .pakg-palan ul.tabs li.active,
body.oh-client-area .choose-pack .pakg-palan ul.tabs li:hover {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .domain-pricing .tld-pricing-header div,
body.oh-client-area .domain-pricing .tld-pricing-header .col-xs-4,
body.oh-client-area .domain-pricing .tld-pricing-header .col-sm-4,
body.oh-client-area .domain-pricing .tld-pricing-header .col-xs-2,
body.oh-client-area .domain-pricing .tld-pricing-header .col-sm-2 {
    background: var(--oh-dark) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 !important;
    font-weight: 700;
    padding: 12px 10px;
}

body.oh-client-area .domain-pricing .tld-pricing-header div:nth-child(odd) {
    background: var(--oh-dark-soft) !important;
}

body.oh-client-area .tld-filters .label-default {
    background: var(--oh-field-bg) !important;
    border: 1px solid var(--oh-field-border) !important;
    color: var(--oh-text-strong) !important;
    border-radius: 999px;
    font-weight: 600;
    padding: 6px 12px;
    margin: 0 6px 8px 0;
    display: inline-block;
}

body.oh-client-area .tld-filters .label-success,
body.oh-client-area .tld-filters .label-default.label-success {
    background: var(--oh-accent) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area #tableDomainPricing thead th {
    background: var(--oh-bg) !important;
    color: var(--oh-text-strong) !important;
    border-bottom: 1px solid var(--oh-border) !important;
    padding: 12px 14px !important;
    white-space: nowrap;
}

body.oh-client-area #tableDomainPricing tbody td {
    padding: 12px 14px !important;
    vertical-align: middle;
    color: var(--oh-text-strong);
}

body.oh-client-area .btn-add-to-cart,
body.oh-client-area #order-standard_cart .btn-checkout,
body.oh-client-area .domain-checker-result .btn {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
}

body.oh-client-area a.btn-info,
body.oh-client-area .btn-info:not(.right-btn):not(.serch-left),
body.oh-client-area .quick-login,
body.oh-client-area .Hızlı-Giriş,
body.oh-client-area a[class*="quick"],
body.oh-client-area .data-url a.btn,
body.oh-client-area #cPanelQuickShortcutsPanel a,
body.oh-client-area .reply,
body.oh-client-area .submt-btn.active,
body.oh-client-area .anot {
    color: var(--oh-accent) !important;
}

body.oh-client-area .data-url .btn,
body.oh-client-area form[target="_blank"] input[type="image"] + .btn,
body.oh-client-area .activ-left .btn,
body.oh-client-area a.btn.quick-login {
    background: var(--oh-accent-soft) !important;
    border: 1px solid rgba(32, 188, 126, 0.28) !important;
    color: var(--oh-accent-hover) !important;
    border-radius: var(--oh-radius-sm);
}

body.oh-client-area .status-active,
body.oh-client-area .paid,
body.oh-client-area .auto-updt.active,
body.oh-client-area .label.status-active,
body.oh-client-area span.status-active {
    background: #ecfdf5 !important;
    color: #047857 !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

body.oh-client-area .un-paid,
body.oh-client-area .status-expired,
body.oh-client-area .label.status-expired {
    background: #fef2f2 !important;
    color: #b91c1c !important;
    border: 1px solid #fecaca !important;
    border-radius: 999px;
    padding: 4px 10px;
}

body.oh-client-area .activ-right ul,
body.oh-client-area .oh-data-layout .activ-right ul,
body.oh-client-area .mange-server {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}

body.oh-client-area .oh-service-list .activ-right,
body.oh-client-area .oh-data-layout .activ-right,
body.oh-client-area #products .activ-right {
    float: none !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    border-left: none !important;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
}

body.oh-client-area .oh-service-list .activ-right li,
body.oh-client-area .oh-data-layout .activ-right li {
    float: none !important;
    border-bottom: none !important;
    list-style: none;
}

body.oh-client-area .oh-service-list .tragat-table td:last-child,
body.oh-client-area .oh-service-list .activ-right {
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}

body.oh-client-area .oh-service-list .tragat-table .paddingLeftTd .doman-url {
    margin-bottom: 4px;
}

body.oh-client-area .oh-service-list .data-url {
    margin-top: 4px;
}

body.oh-client-area .oh-service-list .data-url ul {
    justify-content: flex-start;
}

body.oh-client-area .oh-service-list .ssl-info img,
body.oh-client-area .oh-service-list td.text-center img {
    max-height: 22px;
    width: auto;
}

body.oh-client-area .activ-right li,
body.oh-client-area .mange-server li {
    list-style: none;
    float: none;
}

body.oh-client-area .activ-right a,
body.oh-client-area .mange-server a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0 !important;
    border-radius: 7px;
    background: var(--oh-bg);
    border: 1px solid var(--oh-border);
    color: var(--oh-text) !important;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

body.oh-client-area .oh-service-list .activ-right a:hover,
body.oh-client-area .oh-service-list .activ-right .renew a:hover,
body.oh-client-area .oh-service-list .activ-right .manag a:hover,
body.oh-client-area .oh-service-list .activ-right .upgard a:hover {
    background: var(--oh-accent-soft) !important;
    border-color: rgba(32, 188, 126, 0.28) !important;
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .activ-right a:hover,
body.oh-client-area .mange-server a:hover {
    background: var(--oh-accent-soft);
    border-color: rgba(32, 188, 126, 0.28);
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area .lock-info .btn-primary,
body.oh-client-area .all-mark .btn-primary {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
    border-radius: var(--oh-radius-sm) !important;
}

body.oh-client-area .cat-col,
body.oh-client-area .art-col,
body.oh-client-area .page-content .cat-col {
    background: transparent !important;
}

body.oh-client-area .page-content {
    clear: both;
    overflow: hidden;
}

body.oh-client-area .domains-head h1,
body.oh-client-area .domains-head p {
    padding-left: 0 !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
}

body.oh-client-area .domains-head h1 i {
    margin-right: 10px;
}

body.oh-client-area .ticket-head .filt,
body.oh-client-area .ticket-head .dropdown-toggle.filt,
body.oh-client-area .ticket-head a.filt {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .ticket-head .filt:focus,
body.oh-client-area .ticket-head .dropdown-toggle.filt:focus,
body.oh-client-area .ticket-head .filt:hover,
body.oh-client-area .ticket-head .dropdown-toggle.filt:hover {
    outline: none !important;
    box-shadow: none !important;
    background: var(--oh-accent-hover) !important;
    color: #fff !important;
}

body.oh-client-area .ticket-head .dropdown.user.tickt-drop.filt.open .dropdown-toggle.filt:focus {
    color: #fff !important;
}

body.oh-client-area #order-standard_cart .view-cart-buttons .btn,
body.oh-client-area .order-cart .btn-primary,
body.oh-client-area .generic_btn .btn,
body.oh-client-area .generic_btn a,
body.oh-client-area .sign-up {
    background: linear-gradient(135deg, var(--oh-accent), var(--oh-accent-hover)) !important;
    border-color: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area #cPanelPackagePanel a.btn,
body.oh-client-area #cPanelPackagePanel input.btn-info,
body.oh-client-area .md-header .btn-primary,
body.oh-client-area .btn-view-invoice {
    background: var(--oh-accent-soft) !important;
    border: 1px solid rgba(32, 188, 126, 0.28) !important;
    color: var(--oh-accent-hover) !important;
}

body.oh-client-area #cPanelPackagePanel a.btn:hover,
body.oh-client-area #cPanelPackagePanel input.btn-info:hover {
    background: var(--oh-accent) !important;
    color: #fff !important;
}

body.oh-client-area .server-box.right-padd,
body.oh-client-area .contact-us.server-box {
    color: var(--oh-text-strong);
}

body.oh-client-area .cont-check.green,
body.oh-client-area .cont-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--oh-accent-soft);
    color: var(--oh-accent-hover);
    font-weight: 700;
}

body.oh-client-area .oh-account-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.oh-client-area .oh-account-head .col-md-9,
body.oh-client-area .oh-account-head .col-md-3 {
    float: none;
    width: auto;
    flex: 1 1 280px;
    padding: 0;
}

body.oh-client-area .oh-account-head .acct-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    float: none !important;
    margin: 0;
}

body.oh-client-area .oh-account-head + .custom-ser-hd {
    margin-top: 0;
    border-radius: 0 0 var(--oh-radius) var(--oh-radius);
    border-top: none;
    overflow: hidden;
}

body.oh-client-area .oh-account-head + .custom-ser-hd .user-accout {
    border-radius: 0;
}

body.oh-client-area .oh-account-head + .custom-ser-hd .pers-info {
    border-top: 1px solid var(--oh-border);
}

/* --- Responsive tweaks --- */

@media (max-width: 991px) {
    body.oh-client-area .domains-head {
        padding: 18px 16px;
    }

    body.oh-client-area .dashboard-content-wrapper .panel-default {
        margin-bottom: 20px;
    }

    body.oh-client-area .oh-dash-stats,
    body.oh-client-area .oh-dash-stats--classic .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.oh-client-area .oh-dash-welcome {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    body.oh-client-area .wrapper,
    body.oh-client-area.oh-right-sidebar-open .wrapper,
    body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.oh-client-area #content,
    body.oh-client-area #content.active,
    body.oh-client-area #content.rightsidebaractive,
    body.oh-client-area #content.active.rightsidebaractive,
    body.oh-client-area #content.rightsidebaractive.bothSidebaractive {
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        padding: 20px 16px 40px !important;
        top: var(--oh-header-height) !important;
    }

    body.oh-client-area .domains-head h1 {
        font-size: 20px;
    }

    body.oh-client-area .domains-head p {
        padding-left: 0;
        font-size: 14px;
    }

    body.oh-client-area .hosting-row .col-md-3 {
        margin-bottom: 12px;
    }

    body.oh-client-area .oh-dash-stats,
    body.oh-client-area .oh-dash-stats--classic .row {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-dash-welcome__actions {
        width: 100%;
    }

    body.oh-client-area .oh-dash-btn {
        flex: 1 1 auto;
        justify-content: center;
    }

    body.oh-client-area .custom-ser-hd .user-accout .tabs li {
        width: 100%;
        min-height: auto;
        padding: 14px 16px !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    body.oh-client-area .custom-ser-hd .user-accout .tabs li .tbs-icone {
        margin: 0 !important;
        font-size: 18px !important;
    }

    body.oh-client-area .pers-info {
        padding: 20px 16px 24px;
    }

    body.oh-client-area .choose-pack {
        padding: 0 0 20px;
    }

    body.oh-client-area .ticket-inner {
        padding: 16px;
    }

    body.oh-client-area .tickt-header li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    body.oh-client-area .search-tickets {
        width: 100%;
    }

    body.oh-client-area .col-md-8.left-colam {
        padding-left: 0;
        width: 100%;
    }

    body.oh-client-area .invo-hist .domen-serch {
        max-width: 100%;
        margin-left: 0;
    }

    body.oh-client-area .invo-hist {
        padding: 16px;
    }

    body.oh-client-area .invoices-content .panel-header,
    body.oh-client-area .oh-invoice-tabs {
        padding: 12px 16px;
    }

    body.oh-client-area .oh-invoice-tabs__list,
    body.oh-client-area .invoices-content ul.tabs.addons {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.oh-client-area .oh-invoice-tabs__list::-webkit-scrollbar,
    body.oh-client-area .invoices-content ul.tabs.addons::-webkit-scrollbar {
        display: none;
    }

    body.oh-client-area .oh-invoice-tabs__item,
    body.oh-client-area .invoices-content ul.tabs.addons li {
        flex: 1 0 auto;
        min-width: max-content;
        padding: 10px 12px;
        font-size: 12px;
    }

    body.oh-client-area .oh-invoice-tabs__item i {
        font-size: 12px;
    }

    body.oh-client-area .invoices-content .table > thead > tr > th,
    body.oh-client-area .invoices-content .sorting-desc td {
        padding: 10px 12px !important;
        font-size: 12px;
    }

    body.oh-client-area .invoices-content .dataTables_info,
    body.oh-client-area .invoices-content .dataTables_paginate {
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
    }

    body.oh-client-area .spport-row {
        padding: 28px 16px 32px;
        margin-bottom: 20px;
    }

    body.oh-client-area .cat-col {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .page-content .art-row.row {
        grid-template-columns: 1fr;
    }

    body.oh-client-area #custom-search-input .serch-left {
        display: none;
    }

    body.oh-client-area .oh-masspay__gateway {
        max-width: 100%;
        padding: 16px;
    }

    body.oh-client-area .oh-masspay__table > thead > tr > th,
    body.oh-client-area .oh-masspay .masspay-invoice-detail td,
    body.oh-client-area .oh-masspay .unit-row-mass td,
    body.oh-client-area .oh-masspay tr.masspay-total td {
        padding-left: 14px !important;
        padding-right: 14px !important;
        font-size: 13px;
    }

    body.oh-client-area .oh-masspay__amount-col {
        min-width: 100px;
    }

    body.oh-client-area .oh-support-head {
        border-radius: var(--oh-radius);
    }

    body.oh-client-area .oh-support-form .contact-us.server-box {
        border-radius: var(--oh-radius);
        border-top: 1px solid var(--oh-border);
    }

    body.oh-client-area .oh-ticket-meta__main,
    body.oh-client-area .oh-ticket-meta__side {
        flex: 1 1 100%;
    }

    body.oh-client-area .oh-ticket-meta__fields .quest,
    body.oh-client-area .oh-ticket-meta__fields .opent-tickt {
        flex: 1 1 100%;
    }

    body.oh-client-area .oh-support-departments .all-support ul {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-domains-toolbar {
        border-radius: 0;
        border-bottom: 1px solid var(--oh-border);
        padding: 14px 16px;
    }

    body.oh-client-area .oh-domains-tabs,
    body.oh-client-area .oh-domains-search {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
    }

    body.oh-client-area .oh-domains-tabnav {
        gap: 4px 6px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0;
    }

    body.oh-client-area .oh-domains-tabnav__btn {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 12px;
        white-space: nowrap;
    }

    body.oh-client-area .oh-domains-list {
        border-radius: var(--oh-radius);
        border-top: 1px solid var(--oh-border);
        margin-top: 16px;
        --oh-dom-cols: 36px minmax(0, 1.4fr) minmax(0, 0.7fr) minmax(0, 0.7fr) minmax(0, 0.75fr) minmax(0, 0.6fr) auto;
    }

    body.oh-client-area .oh-domains-list #listDomainTableWgs thead {
        display: none;
    }

    body.oh-client-area .oh-domains-list #listDomainTableWgs tbody tr {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 14px;
        margin-bottom: 12px;
        border: 1px solid var(--oh-border);
        border-radius: var(--oh-radius-sm);
        background: #fff;
    }

    body.oh-client-area .oh-domains-list #listDomainTableWgs tbody td {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100% !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid var(--oh-border) !important;
        text-align: right;
    }

    body.oh-client-area .oh-domains-list #listDomainTableWgs tbody td:last-child {
        border-bottom: none !important;
    }

    body.oh-client-area .oh-domains-list #listDomainTableWgs tbody td::before {
        content: attr(data-label);
        flex: 0 0 42%;
        max-width: 42%;
        text-align: left;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--oh-text-muted, #64748b);
    }

    body.oh-client-area .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-check::before,
    body.oh-client-area .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-actions::before {
        display: none;
    }

    body.oh-client-area .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-check {
        justify-content: flex-start;
        border-bottom: none !important;
    }

    body.oh-client-area .oh-domains-list #listDomainTableWgs tbody td.oh-domains-col-name a {
        white-space: normal;
    }

    body.oh-client-area .oh-domains-table-scroll,
    body.oh-client-area .oh-domains-list .table-responsive {
        overflow-x: hidden;
        padding: 12px;
    }

    body.oh-client-area .oh-domains-list .dataTables_wrapper .row > [class*="col-"] {
        flex: 1 1 100%;
    }

    body.oh-client-area .oh-kb-article {
        padding: 20px 16px 24px;
    }

    body.oh-client-area .newdomin-row .col-md-6 {
        margin-bottom: 16px;
    }

    body.oh-client-area .oh-kb-page .cat-col {
        grid-template-columns: 1fr !important;
    }

    body.oh-client-area .oh-data-layout > .row {
        grid-template-columns: 1fr !important;
    }

    body.oh-client-area .oh-data-layout .right-col {
        border-left: none;
        border-top: 1px solid var(--oh-border);
    }

    body.oh-client-area .tickt-header {
        flex-direction: column;
        align-items: stretch;
    }

    body.oh-client-area .tickt-header .search-tickets,
    body.oh-client-area .tickt-header .tickt-drop,
    body.oh-client-area .tickt-header .add-tick {
        width: 100%;
    }

    body.oh-client-area .invoices-content .col-md-4.inv-100 {
        display: block !important;
    }

    body.oh-client-area .invoices-content.inv-cont-res {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Tablet: sağ sidebar veya dar alan — tek sütun */
@media (min-width: 768px) and (max-width: 1199px) {
    body.oh-client-area #content.rightsidebaractive .oh-kb-page .art-row.row,
    body.oh-client-area #content.rightsidebaractive .oh-data-layout > .row,
    body.oh-client-area #content.rightsidebaractive.bothSidebaractive .oh-kb-page .art-row.row,
    body.oh-client-area #content.rightsidebaractive.bothSidebaractive .oh-data-layout > .row {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.oh-client-area #content.rightsidebaractive .oh-kb-page .art-col,
    body.oh-client-area #content.rightsidebaractive .oh-data-layout .right-col {
        display: none !important;
    }

    body.oh-client-area #content.rightsidebaractive .oh-domains-toolbar,
    body.oh-client-area.oh-right-sidebar-open .oh-domains-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    body.oh-client-area #content.rightsidebaractive .oh-domains-tabs,
    body.oh-client-area #content.rightsidebaractive .oh-domains-search,
    body.oh-client-area.oh-right-sidebar-open .oh-domains-tabs,
    body.oh-client-area.oh-right-sidebar-open .oh-domains-search {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.oh-client-area #content.rightsidebaractive .oh-domains-list,
    body.oh-client-area.oh-right-sidebar-open .oh-domains-list {
        --oh-dom-cols: 36px minmax(0, 1.8fr) minmax(0, 0.7fr) minmax(0, 0.7fr) minmax(0, 0.75fr) minmax(0, 0.6fr) auto;
    }

    body.oh-client-area .invo-hist .col-md-7,
    body.oh-client-area .invo-hist .col-md-5 {
        flex: 1 1 100%;
    }

    body.oh-client-area .invoices-content .panel-header .col-md-9 {
        width: 100%;
        padding: 0;
    }

    body.oh-client-area .oh-kb-page .cat-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tablo taşması — yatay kaydırma */
body.oh-client-area .invoices-content .tab_container.table-xl,
body.oh-client-area .invoices-content .sorting-desc.list-tr,
body.oh-client-area .oh-data-layout .tragat-table-wrap,
body.oh-client-area .oh-data-layout .table-responsive,
body.oh-client-area .oh-masspay__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

body.oh-client-area .invoices-content .table,
body.oh-client-area .invoices-content table.dataTable,
body.oh-client-area .tragat-table:not(.oh-service-table),
body.oh-client-area .oh-masspay__table {
    min-width: 520px;
}

@media (max-width: 991px) {
    body.oh-client-area #content {
        padding: 20px 20px 0;
    }

    body.oh-client-area .invoices-content.inv-cont-res {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px;
    }

    body.oh-client-area .oh-kb-page .art-row.row,
    body.oh-client-area .oh-data-layout > .row {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.oh-client-area .oh-data-layout .right-col,
    body.oh-client-area .oh-kb-page .art-col {
        border-left: none;
        border-top: 1px solid var(--oh-border);
    }

    body.oh-client-area .oh-domains-toolbar {
        flex-wrap: wrap;
        gap: 12px;
    }

    body.oh-client-area .oh-domains-search,
    body.oh-client-area .oh-domains-toolbar .domen-serch,
    body.oh-client-area .oh-domains-toolbar .input-group {
        width: 100%;
        max-width: 100%;
    }

    body.oh-client-area .oh-domain-detail-head__main {
        flex-direction: column;
        align-items: flex-start;
    }

    body.oh-client-area .oh-domain-detail-head .acct-btn {
        width: 100%;
        justify-content: center;
    }

    body.oh-client-area .oh-domain-tabs ul.tabs.addons > li:not(.oh-domain-more) {
        padding: 8px 12px !important;
        font-size: 12px;
    }

    body.oh-client-area .oh-domain-tabs .oh-domain-more {
        margin-left: 0 !important;
        width: 100%;
    }

    body.oh-client-area .oh-domain-tabs .oh-domain-more > .oh-domain-more__toggle,
    body.oh-client-area .oh-domain-tabs .oh-domain-more > a.dropdown-toggle {
        width: 100%;
        justify-content: center;
    }

    body.oh-client-area .oh-domain-tabs .dropdown-menu,
    body.oh-client-area .oh-domain-tabs .oh-domain-more__menu {
        left: 0 !important;
        right: 0 !important;
        width: 100%;
    }

    body.oh-client-area .oh-domain-panel .pull-colam {
        flex-direction: column;
        align-items: stretch;
    }

    body.oh-client-area .oh-domain-panel .disa-auto input.btn-lg {
        width: 100%;
    }

    body.oh-client-area .oh-product-detail-head {
        padding: 14px 16px;
    }

    body.oh-client-area .oh-product-detail-head .web-url {
        flex: 1 1 100%;
        font-size: 16px;
    }

    body.oh-client-area .oh-product-detail {
        padding: 0 16px 20px;
    }

    body.oh-client-area .oh-product-detail ul.tabs.servicestab {
        gap: 6px;
    }

    body.oh-client-area .oh-product-detail ul.tabs.servicestab li {
        flex: 1 1 calc(50% - 6px);
    }

    body.oh-client-area .oh-product-detail ul.tabs.oh-product-tabs--primary li {
        flex: 1 1 100%;
    }

    body.oh-client-area .oh-product-toolbar {
        flex-direction: column;
    }

    body.oh-client-area .oh-product-toolbar__actions {
        justify-content: flex-start;
        width: 100%;
    }

    body.oh-client-area .oh-product-action-btn {
        flex: 1 1 auto;
    }

    body.oh-client-area .oh-usage-charts {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-detail-table th,
    body.oh-client-area .oh-detail-table td {
        display: block;
        width: 100%;
    }

    body.oh-client-area .oh-detail-table th {
        border-bottom: none;
        padding-bottom: 4px;
    }

    body.oh-client-area .oh-product-detail ul.tabs.servicestab li a {
        padding: 8px 10px;
        font-size: 11px;
    }

    body.oh-client-area .oh-product-detail #tabOverview {
        display: block !important;
    }

    body.oh-client-area .oh-product-detail .plan-statistic {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-product-detail .billing-potal {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-product-detail .cpanel-usage-stats {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-product-detail #cPanelQuickShortcutsPanel .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.oh-client-area .oh-product-detail .oh-addon-grid,
    body.oh-client-area .oh-product-detail .prot-dns.oh-addon-grid {
        grid-template-columns: 1fr;
    }

    body.oh-client-area .oh-service-list .activ-right ul {
        justify-content: flex-start;
    }
}

/* Hizmetlerim — responsive grid & legacy overrides */
body.oh-client-area .oh-service-list #productServicesWgsTable_wrapper {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
}

body.oh-client-area .oh-service-list #productServicesWgsTable {
    --oh-svc-cols: inherit;
}

/* Wider content (right sidebar closed / large screens) */
@container oh-services (min-width: 860px) {
    #productServicesWgsTable {
        --oh-svc-cols: 48px minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 0.8fr) 110px;
    }
}

@container oh-services (min-width: 1100px) {
    #productServicesWgsTable {
        --oh-svc-cols: 52px minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 0.8fr) 116px;
    }
}

/* Compact when right filter panel eats ~300px */
body.oh-client-area.oh-right-sidebar-open .oh-service-list,
body.oh-client-area:has(.defaultOwnhostSidebar:not(.sidebar-default)) .oh-service-list {
    --oh-svc-cols: 40px minmax(0, 2.2fr) minmax(0, 0.85fr) minmax(0, 1fr) minmax(0, 0.7fr) 92px;
}

@media (max-width: 991px) {
    body.oh-client-area .oh-service-list {
        --oh-svc-cols: 40px minmax(0, 1.6fr) minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 0.75fr) 92px;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable {
        min-width: 0 !important;
    }

    body.oh-client-area .oh-service-list .tickt-header .search-tickets {
        flex: 1 1 100%;
        max-width: 100%;
    }

    /* Unify mobile right panel with desktop: sidebar-default = closed (overlay) */
    body.oh-client-area .defaultOwnhostSidebar {
        right: 0 !important;
        left: auto !important;
        max-width: min(300px, 88vw) !important;
        min-width: 0 !important;
        width: min(300px, 88vw) !important;
        margin-right: 0 !important;
        transform: translate3d(100%, 0, 0);
        z-index: 1200 !important;
        box-shadow: -8px 0 28px rgba(40, 43, 45, 0.18);
        transition: transform 0.3s ease;
        pointer-events: none;
        visibility: hidden;
    }

    body.oh-client-area .defaultOwnhostSidebar:not(.sidebar-default),
    body.oh-client-area.oh-right-sidebar-open .defaultOwnhostSidebar:not(.sidebar-default) {
        transform: translate3d(0, 0, 0);
        pointer-events: auto;
        visibility: visible;
    }

    body.oh-client-area .oh-service-list .oh-service-table-wrap,
    body.oh-client-area .oh-service-list #productServicesWgsTable_wrapper {
        overflow-x: hidden !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.oh-client-area .oh-service-list #productServicesWgsTable th,
    body.oh-client-area .oh-service-list #productServicesWgsTable td {
        width: auto !important;
        padding: 10px 12px !important;
    }

    body.oh-client-area .oh-service-list .tragat-table td {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    body.oh-client-area .oh-service-list #productServicesWgsTable {
        min-width: 0;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable thead {
        display: none;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable thead tr.ticket-table-top,
    body.oh-client-area .oh-service-list #productServicesWgsTable tbody tr.ticket-table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable tbody tr.ticket-table {
        padding: 12px 14px;
        margin-bottom: 12px;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable tbody td {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid var(--oh-border) !important;
        text-align: right;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable tbody td:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable tbody td::before {
        content: attr(data-label);
        flex: 0 0 42%;
        max-width: 42%;
        text-align: left;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--oh-text-muted, #64748b);
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable tbody td.oh-service-col-icon::before {
        content: none;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable tbody td.oh-service-col-icon {
        justify-content: center;
        border-bottom: none !important;
        padding-bottom: 4px !important;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable tbody td.oh-service-col-product {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        border-bottom: 1px solid var(--oh-border) !important;
        padding-top: 0 !important;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable tbody td.oh-service-col-product::before {
        content: none;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable th.responsive-edit-button,
    body.oh-client-area .oh-service-list #productServicesWgsTable td.responsive-edit-button {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 10px !important;
    }

    body.oh-client-area .oh-service-list #productServicesWgsTable td.responsive-edit-button::before {
        content: none;
    }

    body.oh-client-area .oh-service-list .oh-service-table-wrap {
        overflow-x: hidden;
        padding: 14px 14px 18px;
    }
}

/* ============================================================
   Layout guards — override legacy style.css / custom-responsive
   ============================================================ */

@media (min-width: 768px) {
    body.oh-client-area #content,
    body.oh-client-area div#content,
    body.oh-client-area #content.active,
    body.oh-client-area #content.domen-page,
    body.oh-client-area #content.inner-page,
    body.oh-client-area #content.no-navbar,
    body.oh-client-area #content.rightsidebaractive,
    body.oh-client-area div#content.rightsidebaractive,
    body.oh-client-area #content.active.rightsidebaractive,
    body.oh-client-area #content.rightsidebaractive.bothSidebaractive,
    body.oh-client-area div#content.rightsidebaractive.bothSidebaractive,
    body.oh-client-area #content.no-navbar.rightsidebaractive {
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.oh-client-area div#content.rightsidebaractive,
    body.oh-client-area div#content.rightsidebaractive.bothSidebaractive {
        left: auto !important;
        right: auto !important;
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    body.oh-client-area #content.active,
    body.oh-client-area div#content.rightsidebaractive,
    body.oh-client-area div#content.rightsidebaractive.bothSidebaractive {
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        margin: 0 !important;
    }

    body.oh-client-area .wrapper,
    body.oh-client-area.oh-right-sidebar-open .wrapper {
        padding-right: 0 !important;
    }
}
