:root {
    --body: #010319;
    --secondBG: #161b27;

    --blurBG:#0a0f1c;

    --white: #ffffff;
    --greyText: #555555;
    --greyText-two: #898989;

    --bodyBorder: #1d2363;
    --bodyText: #949cfd;

    --secondBorder: #393d67;
    --secondText: #ffffff;
    --secondText-two: #787ba1;

    --thirdBG: #06081e;
    --thirdBG-blur: rgb(6, 8, 30, 80%);

    --accent: #1729f2;
    --accentLight: #14b8a6;

    --secondButton: #151a4d;
    --secondButton-hover: #2a3179;

    --widthMain: 1300px;

    --font-poppins: "Poppins", sans-serif;
    --font-helv: "Helvetica", sans-serif;
    --font-space: "Space Grotesk", sans-serif;
    --font-cabin: "Cabin", sans-serif;

    --transition: 500ms ease;
}

body {
      font-family: 'Plus Jakarta Sans', sans-serif;
    }
/* Navbar scrolled state */
    #navbar {
      transition: all 500ms;
    }

    #navbar {
      border-bottom: 1px solid transparent;
    }

    #navbar.scrolled {
      background-color: rgba(10, 15, 28, 0.9);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      padding-top: 1rem;
      padding-bottom: 1rem;
    }


    /* Mobile menu slide-in */
    @keyframes slideInFromTop {
      from {
        opacity: 0;
        transform: translateY(-0.5rem);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .mobile-menu-enter {
      animation: slideInFromTop 300ms ease-out;
    }

    /* Background image scaling on hover */
    .dropdown-item:hover .bg-image {
      transform: scale(1.1);
    }

    .bg-image {
      transition: transform 700ms;
    }

    /* Cyber grid background */
    .cyber-grid {
      background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
      background-size: 4rem 4rem;
      mask-image: radial-gradient(ellipse 60% 50% at 50% 0%, #000 70%, transparent 100%);
    }











/* card styles consolidated below */

/* card definition consolidated below */

.list-group-item {
    background-color: #0a0f1c;
}

.sidebar .list-group-item {
    border-color: var(--secondBG);
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
    background-color: #0a0f1c;
    border-color: #161b27;
}
/* card-header consolidated below */
.list-group-item-action {
    color: #e2e8f0;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #d8d8d8;
}
.list-group-item.active {
    color: #d8d8d8;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #d8d8d8;
    background-color: #0f1421;
}

/* header background handled in consolidated section below */

/* navbar link styles handled in consolidated section below */

/* breadcrumb consolidated below */

/* navbar hover handled in consolidated section below */

.btn {
    border-radius: 0px;
}



.btn-primary {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    background: var(--accentLight);
    color: white;
    font-weight: 600;
    border: inherit;
    position: relative;
}

.btn-primary:hover, .btn-primary:focus {
    transition: var(--transition);
    background: var(--white);
    transform: scale(0.95);
    color: var(--accentLight);
}

.btn-primary:hover::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-color: var(--white);
    transition: var(--transition);
}
.btn-primary::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: var(--transition);
}

.dropdown-menu {
    background-color: #0a0f1c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    padding: 4px;
}

header.header .navbar-nav a {
    color: white !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #0a0d25;
    background-color: transparent;
}

header.header .dropdown-item.active, header.header .dropdown-item:active {
    background-color: #0a0d25;
}

.dropdown-divider {
    border-top: 1px solid #0a0d25;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #abacad;
    background-color: #010319;
    background-clip: padding-box;
    border: 1px solid #161b27;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #161b27;
    border: 1px solid #161b27;
    border-radius: .25rem;
}

.form-control:focus {
    color: #495057;
    background-color: #010319;
    border-color: #161b27;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgb(21 25 65) !important;
}

.tiles .row>div:last-child .tile {
    margin-right: 0px !important;
}

/* tiles consolidated below */

/* tile icons consolidated below */

/* tile title consolidated below */

/* tile hover consolidated below */

/* client-home card-header consolidated below */

/* client-home list items consolidated below */

.card>.card-header+.list-group, .card>.list-group+.card-footer, .mc-promo-login>.card-header+.list-group, .mc-promo-login>.list-group+.card-footer, .mc-promo-manage>.card-header+.list-group, .mc-promo-manage>.list-group+.card-footer {
    border-top: 0 !important;
}

.addon-renewals .service-renewal, .domain-renewals, .service-renewals {
    background-color: #0a0d25;
}

.domain-renewals .domain-renewal, .service-renewals .service-renewal {
    border-bottom: 1px solid #0a0d25;
}

div#serviceRenewals {
    display: flex;
    flex-direction: column;
    min-width: 0;
    font-size: 16px;
    color: var(--secondText);
    width: 100%;
    padding: 15px;
    background: var(--blurBG);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 1px solid var(--secondBG);
}

#order-standard_cart .order-summary {
    background-color: #0a0f1c;
    border-bottom: 3px solid #0a0f1c!important;
}

#order-standard_cart .summary-container {
    background-color: #0a0f1c!important;
}

#order-standard_cart .order-summary {
    margin: 0 0 20px 0!important;
    padding: 0!important;
    background-color: #0a0f1c!important;
    border-bottom: 3px solid #0a0f1c!important;
    border: 1px solid #161b27!important;
    border-radius: 12px!important;
}

#order-standard_cart .products .product {
    padding: 1px 0 10px 0!important;
    margin: 0 0 20px 0!important;
    background: #0a0d25!important;
    border-radius: 3px!important;
    border: 1px solid #0a0d25!important;
}

#order-standard_cart .products .product header {
    position: relative!important;
    padding: 10px 20px!important;
    margin: 0 1px!important;
    background: #161b27!important;
    border-radius: 3px 3px 0 0!important;
    color: white !important;
}

#order-standard_cart .products .product header span {
    margin: 0!important;
    color: #ffffff!important;
    font-size: 1.2em!important;
}

button#btnCompleteProductConfig {
    width: 100%!important;
}

#order-standard_cart .product-info {
    margin: 0 0 20px 0!important;
    position: relative!important;
    display: flex!important;
    flex-direction: column!important;
    min-width: 0!important;
    color: var(--secondText)!important;
    width: 100%!important;
    padding: 15px!important;
    background: var(--blurBG)!important;
    backdrop-filter: blur(5px)!important;
    border-radius: 12px!important;
    border: 1px solid var(--secondBG)!important;
}

#order-standard_cart .field, #order-standard_cart .form-control {
    position: relative!important;
    vertical-align: top!important;
    border: 1px solid #161b27!important;
    display: -moz-inline-stack!important;
    display: inline-block!important;
    color: #e5e5e5!important;
    outline: 0!important;
    background-color: #0a0f1c!important;
    border-radius: 3px!important;
}

#order-standard_cart .sub-heading {
    border-top: 2px solid #161b27!important;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    color: #fff!important;
    background-color: #161b27!important;
}

.bg-white {
    background-color: #010319 !important;
    border: none !important;
    color: white;
}

#order-standard_cart label, #order-standard_cart p.domain-renewal-desc, .service-renewals .div-renewal-period-label {
    color: #dddddd!important;
}

#order-standard_cart .view-cart-tabs .tab-content {
    background-color: #0a0f1c!important;
    padding: 15px!important;
    border: 1px solid #161b27!important;
}

#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded=true], #order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected=true] {
    border-color: #161b27 #161b27 #161b27!important;
    background-color: #0a0f1c!important;
    color: white!important;
}

/* nav-tabs border consolidated at end */

#order-standard_cart .view-cart-items-header {
    background-color: #14b8a6!important;
}

#order-standard_cart .view-cart-items .item {
    background-color: #0a0d25!important;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #010319!important;
}

#order-standard_cart .empty-cart .btn {
    background-color: #14b8a6!important;
}

#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #14b8a6!important;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #cacaca!important;
}

#order-standard_cart .account-select-container div.account.active {
    background: #0a0d25!important;
}

#order-standard_cart .account-select-container div.account {
    border: 1px solid #0a0d25!important;
}

#order-standard_cart .account-select-container {
    border-right: 0px!important;
}

#order-standard_cart .account-select-container div.account {
    background: #0a0d25!important;
}

#order-standard_cart .cc-input-container {
    padding: 15px 15px 10px 15px!important;
    background-color: #0a0f1c!important;
    border: 1px solid #161b27!important;
    border-radius: 4px!important;
}

button#btnCompleteOrder {
    width: 100%!important;
    margin-top: 33px!important;
}

.bg-color-gold {
    background-color: #f0ad4e !important;
    color: white !important;
}

.bg-color-midnight-blue {
    background-color: #2c3e50 !important;
    color: white !important;
}

.bg-color-blue {
    background-color: #5bc0de !important;
    color: white !important;
}

.btn-default {
    color: #ffffff;
    background-color: #0d9488;
    border-color: #0d9488;
    border-radius: 0.5rem;
    font-size: 12px;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #14b8a6;
    border-color: #14b7a5;
}

.client-home-cards .card-header .btn:hover {
    color: #ffffff;
}

/* nav-tabs active consolidated at end */

/* product-icon consolidated at end */

.responsive-tabs-sm .nav-item a:hover {
    background-color: #0a0d25;
    border-bottom: 0;
}

/* table-list consolidated at end */

.dataTables_wrapper table.table-list {
    border: 1px solid #161b27!important;
}

/* table borders consolidated at end */

.list-group-item.disabled, .list-group-item:disabled {
    background-color: #0a0f1c!important;
}

/* nav-tabs hover consolidated at end */

.dataTables_wrapper .dataTables_filter label .form-control {
    background: rgba(255, 255, 255, 0.05) !important;
    background-image: none !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #e2e8f0 !important;
    font-size: 12px !important;
    padding: 8px 14px !important;
    height: auto !important;
    min-width: 200px;
}

/* pagination consolidated at end */


.sidebar .list-group-item .badge {
    background-color: #0a0d25!important;
    color: #aeaeae!important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #010319!important;
}

.form-control {
    color: #e5e5e5!important;
}

.form-control:focus {
    color: #ffffff!important;
}

/* table-bordered consolidated at end */

.table {
    color: #e9e9e9;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #14b8a6!important;
    background-color: #151942!important;
}

.domain-pricing .tld-row.highlighted {
    background: #03051f!important;
}

.domain-pricing .two-row-center {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-right: 2px solid #151942!important;
}

.domain-pricing .tld-row {
    border-bottom: 1px solid #151942!important;
}

.domain-promo-box {
    background-color: #03051f!important;
    border: 1px solid #151942!important;
    color: #f6f6f6!important;
    border-radius: 12px!important;
}

.list-group-item.active {
    color: #fff !important;
    background-color: #14b8a6 !important;
    border-color: #14b8a6 !important;
}

.domain-checker-container .input-group-box {
    background-color: #151942!important;
}

.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-sm-4, .domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom: 6px solid #14b8a6!important;
    background-color: #151942!important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #03051f;
    background-color: transparent;
}

.dropdown-item {
    color: #dfdfdf;
}

/* product-details-tab-container consolidated at end */

div.header-lined .breadcrumb>.active {
    color: #d74444;
}

.usage-dial {
    color: color(srgb 0.9999 1 1)!important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #a6a6a6;
    border-color: #a6a6a6;
}
.addon-renewals .service-renewal:nth-child(even), .domain-renewals .domain-renewal:nth-child(even), .service-renewals .service-renewal:nth-child(even) {
    background-color: #0a0f1c !important
}
.domain-renewals .domain-renewal, .service-renewals .service-renewal {
    border-bottom: 1px solid #161b27!important;
}
.modal-content {
    background-color: #010319!important;
}

#order-standard_cart .domain-selection-options .option {
    background-color: #0a0f1c!important;
}

.tt-single-product {
    background-color: #0a0f1c!important;
}
.tt-featured-badge::after {
    border-right: 10px solid #0a0f1c!important;
}
#order-standard_cart .empty-cart {
    margin: 0px!important;
}

#order-standard_cart .empty-cart .btn {
    border-radius: 4px 4px 4px 4px!important;
}

.bg-primary {
    background-color: #0a0d25!important;
}

.InputContainer .InputElement {
    color: #fff!important;
}

input {
        color: white!important;
}
#stripeCreditCard {
    background-color: white!important;
    color: black!important;
}
.StripeElement {
    background-color: color(srgb 0.0022 0.0121 0.0996)!important;
    color: black!important;
}
#registration .field, #registration .form-control {
    background-color: #010319!important;
    background-clip: padding-box!important;
    border: 1px solid #161b27!important;
}
.intl-tel-input .country-list {
    background-color: #010319;
    border: 1px solid #151942;
}
.intl-tel-input .country-list .country.highlight {
    background-color: #010319!important;
}
.modal-footer {
    border-top: 1px solid #010319!important;
}
.modal-header {
    border-bottom: 1px solid #010319!important;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #b0cbe6;
}

.md-editor>.md-preview, .md-editor>textarea.markdown-editor {
    background-color: #010319!important;
}

.md-editor .md-footer, .md-editor>.md-header {
    background: #020620!important;
}

.md-editor>.btn-toolbar {
    background: #020620!important;
}

#order-standard_cart .view-cart-promotion-code {
    background-color: #010319!important;
}

#layers2 .lu-tile {
    border: 1px solid #222732 !important;
    background: #161b28 !important;
}

#layers2 a:hover {
    color: #ffffff !important;
}

#layers2 a {
color: #ffffff!important;
}

#layers2 .lu-widget {
    background: #161b28 !important;
}
#layers2 .lu-widget {
    border: 1px solid #222732 !important;
}
#layers2 body, #layers2 .lu-app {
color: #ffffff!important;
}
.lu-widget__top.lu-top {
background-color:color(srgb 0.08 0.72 0.65) !important;
color: white!important;
}
#layers2 .lu-table thead th, #layers2 .lu-table thead td, #layers2 .lu-table tbody th, #layers2 .lu-table tbody td, #layers2 .lu-table tfoot th, #layers2 .lu-table tfoot td {
border-top: 1px solid #151942!important;
}
#layers2 .lu-t-c__footer {
border-top: 1px solid #151942!important;
}
#layers2 .lu-app .lu-btn--default, #layers2 .lu-app .lu-btn--danger {
color: #ffffff!important;
}
#layers2-body .lu-alert--info.lu-alert--faded, #layers2 .lu-alert--info.lu-alert--faded {
color: #50bfff!important;
background: #0e213e!important;
}
#layers2 .lu-btn--primary {
color: #14b8a6!important;
background: #ffffff!important;
}
#layers2 .lu-btn--primary:active {
color: #14b8a6!important;
background: #ffffff!important;
}
#layers2 .lu-btn--primary:focus {
color: #14b8a6!important;
background: #ffffff!important;
}
#layers2 .lu-btn--primary:hover {
color: #14b8a6!important;
background: #ffffff!important;
}
.lu-text-faded {
color: #ffffff!important;
}
#layers2 .lu-modal__content {
background-color: rgba(3, 5, 31, 1)!important;
}
#layers2 .lu-form-label, #layers2 .lu-form-feedback {
color: #ffffff!important;
}
#layers2 .lu-input-group, #layers2 .lu-form-control, #layers2 .lu-form-indicator, #layers2 .lu-form-check > label .lu-form-indicator {
border: 1px solid #151942!important;
background-color: #171931!important;
}
#layers2 .lu-input-group:active, #layers2 .lu-input-group:focus, #layers2 .lu-form-control:active, #layers2 .lu-form-control:focus, #layers2 .lu-form-indicator:active, #layers2 .lu-form-indicator:focus, #layers2 .lu-form-check > label .lu-form-indicator:active, #layers2 .lu-form-check > label .lu-form-indicator:focus {
border-color: #14b8a6!important;
}
#layers2 .lu-switch__checkbox:checked + .lu-switch__container {
background-color: #14b8a6!important;
}
#layers2 .lu-tile {
padding: 14px!important;
}
#layers2 .lu-widget__header, #layers2 .lu-widget__top, #layers2 .lu-widget__body, #layers2 .lu-widget__actions {
border-color: #14b8a6 !important;
}
button.flex.items-center.gap-2\.5.bg-white.text-void-950.hover\:bg-brand-400.hover\:text-void-950.px-6.py-3.rounded-lg.text-sm.font-extrabold.uppercase.tracking-wider.transition-all.shadow-\[0_0_20px_rgba\(255\,255\,255\,0\.1\)\].hover\:shadow-\[0_0_30px_rgba\(20\,184\,166\,0\.4\)\].transform.hover\:-translate-y-0\.5.active\:translate-y-0 {
    background-color: white !important;
}
a:hover {
    text-decoration: none!important;
}
a:hover {
    color: #0d9488;
    text-decoration: underline;
}
.text-xs.text-slate-500 {
    white-space: normal!important;
}

/* card-header radius consolidated below */

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #0b6562 !important;
    border-color: #0b6562 !important;
}
#order-standard_cart .view-cart-items .item-domain {
    color: #14b8a6;
}
header.header .topbar {
    margin: 0;
    padding: 6px 0;
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    color: rgb(255 255 255 / 85%);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.025em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.header .topbar a {
    color: #fff !important;
    font-weight: 600;
}

header.header .main-navbar-wrapper {
    padding: 0;
    border-top: none;
    background-color: rgba(10, 15, 28, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==================== SECONDARY NAV ==================== */
header.header {
    background-color: rgba(10, 15, 28, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 40;
}

header.header .navbar {
    padding: 0;
    min-height: auto;
}

header.header .navbar a {
    color: #94a3b8 !important;
    transition: all 300ms ease;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 16px !important;
    position: relative;
}

header.header .navbar a:hover,
header.header .navbar a:focus {
    color: #ffffff !important;
    background-color: transparent !important;
}

header.header .navbar-nav a {
    color: #94a3b8 !important;
}

header.header .navbar-nav .active > a,
header.header .navbar-nav a.active {
    color: #fff !important;
    border-bottom: 2px solid #14b8a6;
}

header.header .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

/* Logged-in user dropdown */
header.header .navbar .dropdown-toggle {
    color: #e2e8f0 !important;
}

/* ==================== STATUS BADGES ==================== */
.badge,
.label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
    line-height: 1;
}

.badge-success,
.label-success,
span.label.status.status-active {
    background-color: rgba(20, 184, 166, 0.15) !important;
    color: #5eead4 !important;
    border: 1px solid rgba(20, 184, 166, 0.25);
}

.badge-danger,
.label-danger,
span.label.status.status-overdue {
    background-color: rgba(239, 68, 68, 0.15) !important;
    color: #fca5a5 !important;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.badge-warning,
.label-warning,
span.label.status.status-pending {
    background-color: rgba(245, 158, 11, 0.15) !important;
    color: #fcd34d !important;
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.badge-info,
.label-info {
    background-color: rgba(59, 130, 246, 0.15) !important;
    color: #93c5fd !important;
    border: 1px solid rgba(59, 130, 246, 0.25);
}

.badge-default,
.label-default,
span.label.status.status-closed {
    background-color: rgba(100, 116, 139, 0.15) !important;
    color: #94a3b8 !important;
    border: 1px solid rgba(100, 116, 139, 0.25);
}

/* Unlink/Relink social badges */
.label-primary {
    background-color: rgba(20, 184, 166, 0.15) !important;
    color: #5eead4 !important;
    border: 1px solid rgba(20, 184, 166, 0.25);
}

/* ==================== CARDS & WIDGETS ==================== */
.card, .mc-promo-login, .mc-promo-manage {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 0px;
    background: #0a0f1c;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.card-header {
    padding: .75rem 1.1rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
}

.card-header:first-child {
    border-radius: 12px 12px 0 0 !important;
}

.client-home-cards .card-header {
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.client-home-cards .card-header .btn {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 6px;
}

.client-home-cards .list-group .list-group-item {
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    transition: background-color 200ms ease;
}

.client-home-cards .list-group .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

/* Stat tiles */
.tiles .tile {
    display: block;
    position: relative;
    background-color: #0a0f1c;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    text-decoration: none;
    transition: all 300ms ease;
    padding: 18px 20px;
    border-radius: 12px;
    margin-right: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.tiles .tile:hover {
    background-color: rgba(255, 255, 255, 0.02);
    border-color: rgba(20, 184, 166, 0.2) !important;
    transform: translateY(-1px);
}

.tiles .tile .title {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tiles .tile i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.06);
    transition: all 300ms ease;
}

.tiles .tile:hover i {
    color: rgba(20, 184, 166, 0.15);
}

/* ==================== BREADCRUMB ==================== */
.master-breadcrumb {
    background-color: transparent;
    padding: 8px 0;
}

.breadcrumb {
    background-color: transparent;
    font-size: 13px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #64748b !important;
}

.breadcrumb > .active {
    color: #94a3b8;
}
/* ==================== PRODUCT DETAILS PAGE ==================== */

/* product-icon consolidated in PRODUCT DETAIL HERO section */

/* Product title */
div.product-details h3,
div.product-details .product-title {
    font-weight: 800 !important;
    letter-spacing: -0.01em;
}

/* Product status badge - Active */
div.product-details .label-success,
div.product-details .badge-success {
    display: inline-block;
    padding: 8px 24px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 8px;
    background: rgba(20, 184, 166, 0.15) !important;
    color: #5eead4 !important;
    border: 1px solid rgba(20, 184, 166, 0.25);
}

/* Upgrade / Cancellation buttons in product details */
div.product-details .btn-success {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    transition: all 300ms ease !important;
}

div.product-details .btn-success:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.3) !important;
}

div.product-details .btn-danger {
    background: transparent !important;
    border: 1px solid rgba(239, 68, 68, 0.3) !important;
    color: #fca5a5 !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    transition: all 300ms ease !important;
}

div.product-details .btn-danger:hover {
    background: rgba(239, 68, 68, 0.1) !important;
    border-color: rgba(239, 68, 68, 0.5) !important;
}

/* Billing info text on right side */
div.product-details .product-details-info {
    color: #94a3b8;
    font-size: 13px;
}

div.product-details .product-details-info strong,
div.product-details .product-details-info b {
    color: #e2e8f0;
}

/* ==================== PANEL / MODULE HEADERS ==================== */
/* The bright teal "Information" and "IP Addresses" headers */
.panel-default > .panel-heading,
.panel > .panel-heading,
.module-queue-admin-area h3,
h3.table-heading {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.12) 0%, rgba(20, 184, 166, 0.06) 100%) !important;
    border: 1px solid rgba(20, 184, 166, 0.2) !important;
    border-radius: 10px !important;
    color: #5eead4 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 12px 18px !important;
    margin-bottom: 0 !important;
}

.panel-default {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.panel-body {
    background-color: #0a0f1c !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-top: none !important;
    border-radius: 0 0 10px 10px !important;
    padding: 0 !important;
}

/* ==================== SERVICE ACTION TILES ==================== */
.module-queue-admin-area .action-tile,
div.product-details .service-actions a,
.server-actions a,
.service-management a {
    transition: all 300ms ease;
}

/* Module/service action icon boxes */
.product-details-tab-container .text-center a,
.product-details-tab-container .row .col-sm-2,
.product-details-tab-container .row .col-md-2 {
    transition: all 300ms ease;
}

.product-details-tab-container .text-center a:hover {
    transform: translateY(-2px);
}

/* ==================== TABS (Server Information, etc.) ==================== */
.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item a {
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 18px !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: all 300ms ease;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item a:hover {
    color: #e2e8f0 !important;
    background: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item a[aria-selected="true"],
.nav-tabs .nav-item a[aria-expanded="true"] {
    color: #ffffff !important;
    background: transparent !important;
    border-bottom: 2px solid #14b8a6 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

div.product-details-tab-container {
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-top: 0 !important;
    background-color: #0a0f1c !important;
    border-radius: 0 0 12px 12px !important;
}

/* ==================== TABLES (Info, IP Addresses) ==================== */
.table {
    color: #e2e8f0;
    margin-bottom: 0;
}

.table td,
.table th {
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
    padding: 12px 16px !important;
    vertical-align: middle;
    font-size: 13px;
}

.table th {
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
}

.table td {
    color: #cbd5e1;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.015) !important;
}

.table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* Status "Running" indicator */
.label-running,
.text-success {
    color: #5eead4 !important;
}

/* ==================== SIDEBAR ==================== */
.sidebar .panel-heading,
.sidebar .card-header {
    background: rgba(255, 255, 255, 0.03) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    padding: 14px 16px !important;
    border-radius: 12px 12px 0 0 !important;
}

.sidebar .list-group-item {
    background-color: #0a0f1c !important;
    border-color: rgba(255, 255, 255, 0.04) !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    color: #94a3b8 !important;
    transition: all 200ms ease;
}

.sidebar .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.03) !important;
    color: #fff !important;
}

.sidebar .list-group-item.active {
    background: rgba(20, 184, 166, 0.12) !important;
    border-color: rgba(20, 184, 166, 0.2) !important;
    color: #5eead4 !important;
}

.sidebar .list-group-item i,
.sidebar .list-group-item .fas,
.sidebar .list-group-item .far,
.sidebar .list-group-item .fal {
    color: #475569;
    margin-right: 6px;
    width: 16px;
    text-align: center;
}

.sidebar .list-group-item:hover i,
.sidebar .list-group-item:hover .fas,
.sidebar .list-group-item:hover .far {
    color: #14b8a6;
}

/* ==================== PAGINATION ==================== */
.pagination .page-link,
.dataTables_paginate .page-link {
    background-color: #0a0f1c !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: #94a3b8 !important;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    transition: all 200ms ease;
}

.pagination .page-link:hover,
.dataTables_paginate .page-link:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
}

.pagination .page-item.active .page-link,
.dataTables_paginate .page-item.active .page-link {
    background-color: rgba(20, 184, 166, 0.15) !important;
    border-color: rgba(20, 184, 166, 0.25) !important;
    color: #5eead4 !important;
}

/* ==================== PRODUCT DETAIL HERO ==================== */

/* Product title - much smaller */
div.product-details h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    margin-bottom: 2px !important;
    text-align: center !important;
}

div.product-details h4,
div.product-details .product-group {
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 500 !important;
    text-align: center !important;
}

/* Product icon - hide the circle background, keep the front icon */
div.product-details div.product-icon .fa-circle,
div.product-details div.product-icon .fa-stack-2x {
    display: none !important;
}

div.product-details div.product-icon {
    margin: 0 auto 16px !important;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 0;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-size: 32px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

div.product-details div.product-icon .fa-stack-1x {
    font-size: 32px !important;
    color: #94a3b8 !important;
    position: static !important;
}

div.product-details div.product-icon .fa-stack {
    width: auto !important;
    height: auto !important;
}

/* Center the product card content */
div.product-details .text-center {
    text-align: center !important;
}

/* ==================== PRODUCT CARD CLEANUP ==================== */
div.product-details > .row > .col-sm-4 > .card,
div.product-details > .row > .col-md-4 > .card {
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* ==================== BILLING INFO (right side) - centered ==================== */
div.product-details .col-sm-8,
div.product-details .col-md-8 {
    text-align: center !important;
}

div.product-details .text-muted {
    color: #475569 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 2px !important;
    display: block !important;
}

.product-status {
    border-radius: 20px 20px !important;
}

/* ==================== REDESIGNED STAT TILES ==================== */
.tiles .tile {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 18px 20px !important;
    position: relative;
}

.tiles .tile .tile-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(20, 184, 166, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 300ms ease;
}

.tiles .tile .tile-icon i {
    position: static !important;
    font-size: 18px !important;
    color: #14b8a6 !important;
    transition: all 300ms ease;
}

.tiles .tile:hover .tile-icon {
    background: rgba(20, 184, 166, 0.18);
    border-color: rgba(20, 184, 166, 0.3);
    transform: scale(1.05);
}

.tiles .tile .tile-content {
    display: flex;
    flex-direction: column;
}

.tiles .tile .stat {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.tiles .tile .title {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin-top: 2px;
}

/* Hide old highlight bars */
.tiles .tile .highlight {
    display: none !important;
}

/* Hide old absolute-positioned icons */
.tiles .tile > i {
    display: none !important;
}

/* ==================== CARD ACCENT COLORS - REMOVE ==================== */
.card-accent-blue,
.card-accent-green,
.card-accent-red,
.card-accent-gold {
    border-left: none !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* ==================== CARD BODY & FOOTER ==================== */
.card-body {
    padding: 16px 20px !important;
    font-size: 13px;
    color: #cbd5e1;
}

.card-footer {
    background: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
    padding: 0 !important;
}

.card-footer:empty {
    display: none !important;
}

/* ==================== CARD HEADER REFINEMENTS ==================== */
.client-home-cards .card {
    margin-bottom: 16px !important;
}

.client-home-cards .card-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 20px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.client-home-cards .card-header h3,
.client-home-cards .card-header .card-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.client-home-cards .card-header h3 i {
    color: #475569;
    margin-right: 8px;
    font-size: 14px;
}

/* Card header buttons */
.client-home-cards .card-header .btn-default {
    font-size: 11px !important;
    padding: 4px 12px !important;
    border-radius: 6px !important;
    background: rgba(20, 184, 166, 0.12) !important;
    border: 1px solid rgba(20, 184, 166, 0.2) !important;
    color: #5eead4 !important;
    font-weight: 600 !important;
}

.client-home-cards .card-header .btn-default:hover {
    background: rgba(20, 184, 166, 0.2) !important;
}

/* Remove bg-color overrides on card header buttons */
.client-home-cards .card-header .bg-color-blue,
.client-home-cards .card-header .bg-color-green,
.client-home-cards .card-header .bg-color-red,
.client-home-cards .card-header .bg-color-gold {
    background: rgba(20, 184, 166, 0.12) !important;
    color: #5eead4 !important;
}

/* ==================== LIST GROUP ITEMS (service rows, tickets, etc.) ==================== */
.client-home-cards .list-group-item {
    padding: 12px 20px !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    background: transparent !important;
    transition: all 200ms ease;
    font-size: 13px !important;
    color: #e2e8f0 !important;
}

.client-home-cards .list-group-item:last-child {
    border-bottom: none !important;
}

.client-home-cards .list-group-item:hover {
    background: rgba(255, 255, 255, 0.02) !important;
}

.client-home-cards .list-group-item .badge {
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
}

/* ==================== ALERT BOXES ==================== */
.alert {
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-size: 13px;
}

.alert-info {
    background: rgba(59, 130, 246, 0.1) !important;
    border-color: rgba(59, 130, 246, 0.2) !important;
    color: #93c5fd !important;
}

.alert-danger {
    background: rgba(239, 68, 68, 0.1) !important;
    border-color: rgba(239, 68, 68, 0.2) !important;
    color: #fca5a5 !important;
}

.alert-success {
    background: rgba(20, 184, 166, 0.1) !important;
    border-color: rgba(20, 184, 166, 0.2) !important;
    color: #5eead4 !important;
}

.alert-warning {
    background: rgba(245, 158, 11, 0.1) !important;
    border-color: rgba(245, 158, 11, 0.2) !important;
    color: #fcd34d !important;
}


/* ==================== PRODUCTS/SERVICES TABLE ==================== */

.dataTables_wrapper table.table-list {
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

.table-container {
    background: #0a0f1c !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

table.table-list thead th {
    background-color: rgba(255, 255, 255, 0.03) !important;
    color: #475569 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-top: none !important;
    white-space: nowrap;
}

.dataTables_wrapper table.table-list thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    font-weight: 700 !important;
}

.dataTables_wrapper table.table-list thead th:first-child {
    border-radius: 0 !important;
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #94a3b8 !important;
}

table.table-list tbody td {
    padding: 14px 20px !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    color: #cbd5e1 !important;
}

.table-list > tbody > tr > td {
    background-color: #0a0f1c !important;
    border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
}

.table-list > tbody > tr:hover > td {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

table.table-list tbody td strong {
    color: #f1f5f9 !important;
    font-weight: 600 !important;
}

.table-list > tbody > tr > td a {
    color: #64748b !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

.table-list > tbody > tr > td a:hover {
    color: #14b8a6 !important;
}

.table-list > tbody > tr > td a.border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.06) !important;
}

table.table-list tbody td small.text-muted {
    color: #475569 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Status badges */
.label.status {
    display: inline-block !important;
    padding: 4px 12px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    line-height: 1.4 !important;
}

.label.status.status-active {
    background: rgba(20, 184, 166, 0.15) !important;
    color: #5eead4 !important;
    border: 1px solid rgba(20, 184, 166, 0.25) !important;
}

.label.status.status-cancelled {
    background: rgba(239, 68, 68, 0.15) !important;
    color: #fca5a5 !important;
    border: 1px solid rgba(239, 68, 68, 0.25) !important;
}

.label.status.status-terminated {
    background: rgba(100, 116, 139, 0.15) !important;
    color: #94a3b8 !important;
    border: 1px solid rgba(100, 116, 139, 0.25) !important;
}

.label.status.status-pending {
    background: rgba(245, 158, 11, 0.15) !important;
    color: #fcd34d !important;
    border: 1px solid rgba(245, 158, 11, 0.25) !important;
}

.label.status.status-suspended {
    background: rgba(249, 115, 22, 0.15) !important;
    color: #fdba74 !important;
    border: 1px solid rgba(249, 115, 22, 0.25) !important;
}

/* DataTable controls */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
    padding: 12px 20px !important;
    font-size: 12px !important;
    color: #475569 !important;
}

.dataTables_wrapper .dataTables_length label {
    color: #64748b !important;
    font-size: 12px !important;
}

.dataTables_wrapper .dataTables_filter label .form-control {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 6px !important;
    color: #e2e8f0 !important;
    font-size: 12px !important;
    padding: 6px 10px 6px 10px !important;
    height: auto !important;
    background-image: none !important;
}

.dataTables_wrapper .dataTables_filter label .form-control:focus {
    border-color: rgba(20, 184, 166, 0.4) !important;
    box-shadow: 0 0 0 2px rgba(20, 184, 166, 0.1) !important;
}

.dataTables_wrapper .dataTables_length select {
    background-color: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 6px !important;
    color: #e2e8f0 !important;
    font-size: 12px !important;
    padding: 4px 8px !important;
}

/* Pagination */
.pagination > li > a,
.pagination > li > span {
    color: #94a3b8 !important;
    background-color: #0a0f1c !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    font-size: 12px !important;
    padding: 6px 12px !important;
}

.pagination > li > a:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
}

.page-item.active .page-link,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: rgba(20, 184, 166, 0.15) !important;
    border-color: rgba(20, 184, 166, 0.25) !important;
    color: #5eead4 !important;
}

/* Sidebar badges */
.sidebar .list-group-item .badge {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #94a3b8 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
}

/* ==================== PRODUCT DETAILS - REDESIGNED HERO ==================== */

/* Left column - product info */
.product-hero-left {
    text-align: center;
    padding: 20px 0;
}

.product-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: rgba(20, 184, 166, 0.08);
    border: 1px solid rgba(20, 184, 166, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.product-icon-wrap i {
    font-size: 24px;
    color: #14b8a6;
}

.product-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #f1f5f9 !important;
    margin-bottom: 4px !important;
}

.product-group {
    font-size: 13px !important;
    color: #475569 !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
}

.product-status-badge {
    display: inline-block;
    padding: 5px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 20px;
}

.product-status-badge.status-active {
    background: rgba(20, 184, 166, 0.15);
    color: #5eead4;
    border: 1px solid rgba(20, 184, 166, 0.25);
}

.product-status-badge.status-suspended {
    background: rgba(249, 115, 22, 0.15);
    color: #fdba74;
    border: 1px solid rgba(249, 115, 22, 0.25);
}

.product-status-badge.status-terminated {
    background: rgba(100, 116, 139, 0.15);
    color: #94a3b8;
    border: 1px solid rgba(100, 116, 139, 0.25);
}

.product-status-badge.status-cancelled {
    background: rgba(239, 68, 68, 0.15);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.product-status-badge.status-pending {
    background: rgba(245, 158, 11, 0.15);
    color: #fcd34d;
    border: 1px solid rgba(245, 158, 11, 0.25);
}

/* Action buttons */
.product-actions-wrapper .btn-success {
    background: linear-gradient(135deg, #0d9488, #14b8a6) !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    padding: 10px 16px !important;
}

.product-actions-wrapper .btn-outline-cancel {
    background: transparent !important;
    border: 1px solid rgba(239, 68, 68, 0.3) !important;
    color: #fca5a5 !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    padding: 10px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.product-actions-wrapper .btn-outline-cancel:hover {
    background: rgba(239, 68, 68, 0.1) !important;
}

/* ==================== BILLING INFO GRID ==================== */
.billing-info-grid {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
}

.billing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.billing-row:last-child {
    border-bottom: none;
}

.billing-row:hover {
    background: rgba(255, 255, 255, 0.02);
}

.billing-label {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.billing-value {
    font-size: 14px;
    font-weight: 600;
    color: #f1f5f9;
}

/* ==================== MODULE PANEL HEADERS (Information, IP Addresses) ==================== */
.panel-heading,
.panel-default > .panel-heading {
    background: rgba(20, 184, 166, 0.08) !important;
    border: 1px solid rgba(20, 184, 166, 0.15) !important;
    border-radius: 8px 8px 0 0 !important;
    color: #5eead4 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 12px 20px !important;
}

.panel-default {
    background: transparent !important;
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.panel-body {
    background: #0a0f1c !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    padding: 0 !important;
}

/* Module tables inside panels */
.panel-body .table {
    margin-bottom: 0;
}

.panel-body .table td {
    padding: 10px 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
    font-size: 13px;
    color: #cbd5e1;
}

.panel-body .table td:first-child {
    font-weight: 600;
    color: #94a3b8;
    width: 35%;
}

/* ==================== SERVICE ACTION / MANAGEMENT TILES ==================== */
.product-details-tab-container .text-center .row .col-sm-2,
.product-details-tab-container .text-center .row .col-md-2,
.product-details-tab-container .text-center .row > div {
    margin-bottom: 8px;
}

.product-details-tab-container .text-center .row > div > a,
.product-details-tab-container .text-center .row > div > div {
    display: block;
    padding: 16px 8px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    text-decoration: none !important;
    color: #cbd5e1;
    transition: all 200ms ease;
    text-align: center;
}

.product-details-tab-container .text-center .row > div > a:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(20, 184, 166, 0.2);
    transform: translateY(-2px);
    color: #fff;
}

.product-details-tab-container .text-center .row > div > a img,
.product-details-tab-container .text-center .row > div > div img {
    max-width: 36px;
    max-height: 36px;
    margin-bottom: 8px;
    opacity: 0.8;
}

/* Section headings (Service Actions, Service Management) */
.product-details-tab-container h4 {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin: 24px 0 12px !important;
    text-align: center;
}

/* ==================== RESOURCE USAGE DIALS ==================== */
.dial-usage {
    display: block !important;
    margin: 0 auto 8px !important;
}

#resourceusage .col-sm-6 {
    text-align: center;
    padding: 20px;
}

#resourceusage h4 {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 16px !important;
}

#resourceusage p {
    color: #94a3b8;
    font-size: 13px;
    margin-top: 8px;
}

/* ==================== SIDEBAR ACCENT BARS REMOVAL ==================== */
.sidebar .card,
.sidebar .panel {
    border-left: none !important;
}

.sidebar .card-accent-blue,
.sidebar .card-accent-green,
.sidebar .card-accent-red,
.sidebar .card-accent-gold {
    border-left: none !important;
}

/* Sidebar card headers - remove the colored left border */
.sidebar .card-header,
.sidebar .panel-heading {
    border-left: 3px solid rgba(20, 184, 166, 0.4) !important;
    border-top: none !important;
    border-right: none !important;
}

/* ==================== CANCEL BUTTON FIX ==================== */
.btn-outline-cancel,
.btn-danger {
    background: transparent !important;
    border: 1px solid rgba(239, 68, 68, 0.3) !important;
    color: #fca5a5 !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

.btn-outline-cancel:hover,
.btn-danger:hover {
    background: rgba(239, 68, 68, 0.1) !important;
    border-color: rgba(239, 68, 68, 0.5) !important;
    color: #fca5a5 !important;
}

/* ==================== KNOB / DIAL STYLING ==================== */
canvas.dial-usage,
input.dial-usage {
    color: #14b8a6 !important;
}
