body.whmesh-ai-client {
    min-height: 100vh;
    background: #050a15;
    color: #dbeafe;
    font-family: "Space Grotesk", "Open Sans", Arial, sans-serif;
    overflow-x: hidden !important;
}

.whmesh-ai-client .whmesh-client-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 15%, rgba(0, 240, 255, .18), transparent 28%),
        radial-gradient(circle at 78% 12%, rgba(138, 43, 226, .16), transparent 32%),
        linear-gradient(135deg, #050a15 0%, #091426 52%, #02050a 100%);
}

.whmesh-ai-client .whmesh-client-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 240, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, .06) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.82), rgba(0,0,0,.2));
}

.whmesh-ai-client .whmesh-client-scanlines {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: .08;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .75) 50%);
    background-size: 100% 4px;
}

.whmesh-ai-client h1,
.whmesh-ai-client h2,
.whmesh-ai-client h3,
.whmesh-ai-client h4,
.whmesh-ai-client .navbar-brand {
    font-family: "Rajdhani", "Space Grotesk", sans-serif;
    letter-spacing: 0;
}

.whmesh-ai-client .header,
.whmesh-ai-client .topbar,
.whmesh-ai-client .navbar,
.whmesh-ai-client .main-navbar-wrapper,
.whmesh-ai-client .master-breadcrumb,
.whmesh-ai-client .footer {
    background: rgba(5, 10, 21, .78) !important;
    backdrop-filter: blur(16px);
    border-color: rgba(0, 240, 255, .16) !important;
    color: #dbeafe;
}

.whmesh-ai-client .breadcrumb,
.whmesh-ai-client .master-breadcrumb .breadcrumb {
    background: rgba(13, 20, 36, .72) !important;
    border: 1px solid rgba(0, 240, 255, .16);
    border-radius: 8px;
    color: #a8b3c7;
    margin-bottom: 0;
}

.whmesh-ai-client .header {
    border-bottom: 1px solid rgba(0, 240, 255, .16);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .32);
}

.whmesh-ai-client .navbar-brand {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.45rem;
}

.whmesh-ai-client .navbar-brand:before {
    content: "\f6ff";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border: 1px solid #00f0ff;
    border-radius: 8px;
    color: #00f0ff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    box-shadow: 0 0 18px rgba(0, 240, 255, .28);
}

.whmesh-ai-client a,
.whmesh-ai-client .nav-link,
.whmesh-ai-client .breadcrumb a {
    color: #bfefff;
}

.whmesh-ai-client a:hover,
.whmesh-ai-client .nav-link:hover,
.whmesh-ai-client .dropdown-item:hover {
    color: #00f0ff !important;
}

.whmesh-ai-client #main-body {
    padding: 44px 0 64px;
}

.whmesh-ai-client .primary-content,
.whmesh-ai-client .card,
.whmesh-ai-client .panel,
.whmesh-ai-client .list-group-item,
.whmesh-ai-client .modal-content,
.whmesh-ai-client .sidebar .panel,
.whmesh-ai-client .client-home-panels .panel {
    background: linear-gradient(145deg, rgba(13, 20, 36, .72), rgba(5, 10, 21, .88)) !important;
    border: 1px solid rgba(0, 240, 255, .16) !important;
    color: #dbeafe;
    box-shadow: 0 12px 38px rgba(0, 0, 0, .28);
}

.whmesh-ai-client .primary-content {
    padding: 24px;
    border-radius: 14px;
}

.whmesh-ai-client .header-lined h1,
.whmesh-ai-client .page-title {
    color: #fff;
    text-transform: uppercase;
}

.whmesh-ai-client .header-lined h1:after,
.whmesh-ai-client .header-lined .breadcrumb {
    border-color: rgba(0, 240, 255, .25);
}

.whmesh-ai-client .text-muted,
.whmesh-ai-client .small,
.whmesh-ai-client p,
.whmesh-ai-client label,
.whmesh-ai-client .table {
    color: #a8b3c7;
}

.whmesh-ai-client .form-control,
.whmesh-ai-client .custom-select,
.whmesh-ai-client select,
.whmesh-ai-client textarea {
    background: rgba(2, 5, 10, .72) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 240, 255, .22) !important;
    border-radius: 8px;
}

.whmesh-ai-client .form-control:focus,
.whmesh-ai-client .custom-select:focus {
    border-color: #00f0ff !important;
    box-shadow: 0 0 0 .2rem rgba(0, 240, 255, .16) !important;
}

.whmesh-ai-client .btn-primary,
.whmesh-ai-client .btn-success,
.whmesh-ai-client .btn-info {
    background: #00f0ff !important;
    border-color: #00f0ff !important;
    color: #02050a !important;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 240, 255, .24);
}

.whmesh-ai-client .btn-default,
.whmesh-ai-client .btn-secondary,
.whmesh-ai-client .btn-outline-primary {
    background: rgba(255, 255, 255, .04) !important;
    color: #dbeafe !important;
    border-color: rgba(0, 240, 255, .25) !important;
}

.whmesh-ai-client .dropdown-menu {
    background: #07101f;
    border: 1px solid rgba(0, 240, 255, .18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.whmesh-ai-client .dropdown-item {
    color: #dbeafe;
}

.whmesh-ai-client .table,
.whmesh-ai-client .table td,
.whmesh-ai-client .table th {
    border-color: rgba(255, 255, 255, .08);
}

.whmesh-ai-client .alert {
    border-radius: 10px;
    border-width: 1px;
}

.whmesh-ai-client .footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
    overflow-wrap: anywhere;
}

.whmesh-ai-client .logincontainer,
.whmesh-ai-client .main-content,
.whmesh-ai-client .primary-content,
.whmesh-ai-client .client-register,
.whmesh-ai-client form {
    max-width: 100%;
}

.whmesh-ai-client .logincontainer {
    width: min(100%, 560px);
    margin-left: auto;
    margin-right: auto;
}

.whmesh-ai-client .logincontainer .card,
.whmesh-ai-client .logincontainer .panel,
.whmesh-ai-client .client-register .card,
.whmesh-ai-client .client-register .panel {
    border-radius: 14px;
}

.whmesh-ai-client .form-group,
.whmesh-ai-client .input-group,
.whmesh-ai-client .prepend-icon,
.whmesh-ai-client .bootstrap-select,
.whmesh-ai-client .intl-tel-input {
    max-width: 100%;
}

.whmesh-ai-client .input-group {
    flex-wrap: nowrap;
}

.whmesh-ai-client .input-group .form-control {
    min-width: 0;
}

.whmesh-ai-client .table-responsive {
    border: 0;
    max-width: 100%;
}

.whmesh-ai-client .grecaptcha-badge {
    right: 8px !important;
    bottom: 8px !important;
    transform: scale(.86);
    transform-origin: bottom right;
}

@media (max-width: 767px) {
    .whmesh-ai-client #main-body {
        padding-top: 24px;
    }

    .whmesh-ai-client .primary-content {
        padding: 16px;
        border-radius: 10px;
        overflow-x: hidden;
    }

    .whmesh-ai-client #main-body > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 8px;
        padding-right: 8px;
        overflow-x: hidden;
    }

    .whmesh-ai-client .row {
        margin-left: 0;
        margin-right: 0;
    }

    .whmesh-ai-client [class*="col-"] {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .whmesh-ai-client .header-lined h1,
    .whmesh-ai-client .page-title {
        font-size: 1.8rem;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .whmesh-ai-client .footer,
    .whmesh-ai-client .footer .container {
        text-align: center;
    }
}
