/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Theme
 *
 * This file allows you to customize the theme colors and styles for the entire Nexus template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}

/* New Custom CSS added */
body, html {
    background-color: #FFF;
}
section#main-body, .main-area.fix {
    background-color: var(--white);
}
#order-standard_cart .domains-row .btn-group {
    width: auto;
}
#order-standard_cart .domains-row label {
    width: auto;
    margin-top: 11px !important;
}
.btn-primary, 
.btn-info,
#btnDomainContinue {
    background: #457bff !important;
    color: #FFF;
    border: none;
}
.btn-primary:hover, 
.btn-primary:focus-visible,
.btn-info:hover {
    background: #2f6ef5 !important;
    color: #FFF;
    border: none;
}
#order-standard_cart .domain-checker-advanced .multiselect {
    background-color: #e5e5e5 !important;
}
#order-standard_cart .domain-checker-advanced .multiselect-container label {
    padding: 0 0 0 0px !important;
    margin: 0 !important;
}
.multiselect-container > li > a {
    padding: 5px !important;
}
body #order-standard_cart .domain-selection-options {
    border: 0px;
}
body #order-standard_cart .domain-selection-options .option {
    background-color: var(--bg);
    margin: 0 0 12px 0;
    border: 1px solid var(--border-muted);
    padding: 15px !important;
}
body #order-standard_cart .domain-selection-options .option label {
    margin: 0px;
}
body #order-standard_cart .cart-body .header-lined h1 {
    font-size: 22px;
}
#DomainSearchResults .primary-domain-header, .suggested-domains .card-header, .suggested-domains .panel-heading {
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #cdcdcd !important;
    font-size: 16px;
    font-weight: 600;
}
#order-standard_cart .domain-lookup-primary-loader, #order-standard_cart .domain-lookup-primary-results {
    margin: 0px 0;
    text-align: center;
    border: 1px solid var(--tg-theme-primary);
    border-radius: 8px;
    padding: 15px;
    background: #f0f9f0;
}
.flex.flex-row.gap-4.items-start.justify-center.content-start.pt-10.pb-6.px-8.w-full.md\:w-2\/5.bg-muted {
    border-radius: 8px;
    margin: 20px 0;
}
.flex.flex-row.gap-4.items-start.justify-center.content-start.pt-10.pb-6.px-8.w-full.md\:w-2\/5.bg-muted {
    margin: 20px 0 30px 0px;
    border-radius: 8px;
    border: 1px solid color-mix(in oklab,var(--border-color-default) 50%,transparent);
}
body #order-standard_cart .product-info p:empty, body #order-standard_cart .product-info br {
  display: none;
}
body #order-standard_cart .product-info ul {
    padding: 10px 0px 0px 0px;
    margin: 0;
}
body #order-standard_cart .product-info {
    font-size: 14px;
}
#order-standard_cart {
    margin-bottom: 30px !important;
}
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    border-radius: var(--rounding-md) !important;
}
body .primary-content .client-home-cards .card .card-body {
    padding: 5px;
}
body .primary-content .client-home-cards .card-header .btn {
    padding: 4px 8px !important;
    font-size: 12px;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
body .primary-content .client-home-cards .card .list-group .list-group-item .text-last-updated {
    font-size: 11px;
    color: #888;
}
.client-home-cards .card-header {
    border-bottom: 1px solid var(--border-muted);
}
.client-home-cards .card-header .card-title.m-0 {
    font-size: 14px;
    line-height: 30px;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.dataTables_wrapper > .listtable {
    width: 100%;
    background: #FFF;
    padding: 20px 25px;
    box-shadow: 0px 0px 20px 0px rgba(59, 65, 87, 0.08);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow-x: auto;
    border: 1px solid rgba(76, 87, 125, 0.08);
}
table.table-list tbody td:first-of-type {
    font-size: 14px;
    font-weight: 500;
}
table.table-list tbody td {
    font-size: 14px;
    line-height: 19px;
    color: var(--body-color);
    font-family: var(--font-primary);
    font-weight: 500;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 70px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.40em !important;
}
#alertOverdueInvoice {
    padding: 10px;
}
#alertOverdueInvoice .btn.btn-xs.btn-default {
    padding: 5px 12px;
    font-size: 13px;
    margin-top: -5px;
}
.primary-content .card.kb-category .card-body {
    padding: 20px;
}
.primary-content .card.kb-category .card-body .h5.m-0 {
    font-size: 16px;
}
.primary-content .card.kb-category .card-body .m-0.text-muted {
    font-size: 14px;
    color: #888 !important;
}
#btnKnowledgebaseSearch {
    padding: 0px 20px;
}
body .primary-content .card .card-body {
    padding: 20px;
}
body .primary-content .card .card-body .card-title.m-0 {
    font-size: 18px;
}
.list-group small {
    font-size: 12px;
    color: #888;
    padding: 0 0 0 25px;
    margin: 0;
}
body .primary-content .card .card-body h1 {
    font-size: 18px;
}
body .primary-content .card .card-body hr {
    border-bottom: 1px solid #c3c3c3;
    margin: 5px 0;
}
body .primary-content .card .card-body h4 {
    font-size: 15px;
    padding-top: 10px;
}
.announcements .announcement {
    border: 1px solid rgb(242, 242, 242);
    --bs-bg-opacity: 1;
    background-color: rgb(255, 255, 255) !important;
    border-radius: var(--bs-border-radius) !important;
    padding: 20px;
    margin: 0 0 20px 0;
}
.announcements .announcement article {
    margin-bottom: 1rem;
    padding: 0;
    background-color: transparent;
    border-left: 0px;
    font-size: 14px;
    color: #707070;
}
body .primary-content .card .card-body .py-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-top: 1px solid #dadada;
}
body .primary-content .card .card-body .py-5 p {
    font-size: 14px;
    color: #6c6c6c;
}
.affiliate-stat {
    background: #FFF;
    border: 1px solid #dadada;
    border-radius: var(--bs-border-radius) !important;
    font-size: 16px;
}
.affiliate-stat i {
    font-size: 32px;
}
.affiliate-stat span {
    font-size: 26px;
    font-weight: 600;
}
body #order-standard_cart .cart-body .products .product .product-desc ul {
    padding: 0;
}
body #order-standard_cart .cart-body .products .product .product-desc p:empty, 
body #order-standard_cart .cart-body .products .product .product-desc br {
  display: none;
}
body #order-standard_cart .cart-body .products .product footer {
    background-color: transparent;
    display: flow-root;
}
body #order-standard_cart .cart-body .products .product footer::after {
    position: relative;
    background-image: none;
    z-index: 0;
    content:none;
}
.dataTables_wrapper table.table-list thead th {
    border-bottom: 0;
    font-weight: 500;
    font-size: 13px;
}
table.table-list tbody td {
    font-size: 13px;
    line-height: 19px;
}
#order-standard_cart .font-size-24 {
    font-size: 16px !important;
}
a:hover {
    text-decoration: none;
}
.section-gap.home-plans.bg-one .plan-card-one ul li::before {
    display: none;
}
#registration .prepend-icon .field-icon {
    margin: 0;
}
.login_form .inputs.phone {
    padding-left: 90px !important;
    font-size: 18px !important;
}
.login_form .card-title {
    font-size: 20px;
}
.login_form .card-title small {
    font-size: 13px;
}
.login_form label.form-check {
    font-size: 16px !important;
}
.login_form #registration {;
    padding: 0;
}
.hero-banner.breadcumb.bg-img.Domain-bg {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}
.hero-banner.breadcumb.bg-img.Domain-bg h1 {
    font-size: clamp(24px, 3px + 5vw, 34px);
}

/* FUNOM / Lagom visual system: consistent rounded surfaces. Keep controls
   that are intentionally circular (avatars, status dots and spinners) intact. */
:root {
    --funom-radius-control: 14px;
    --funom-radius-surface: 20px;
    --funom-radius-large: 26px;
}

body .card,
body .panel,
body .panel-group,
body .well,
body .alert,
body .modal-content,
body .popover,
body .dropdown-menu,
body .list-group,
body .product-details,
body .product-config,
body .service-card,
body .pricing-card,
body .plan-card-one,
body .plan-card-two,
body .hosting-service-card,
body .domain-search-card,
body .order-summary,
body .cart-body,
body .cart-sidebar,
body .checkout-summary,
body .login-card,
body .login_form,
body .table-container {
    border-radius: var(--funom-radius-surface) !important;
}

body .card-header,
body .card-footer,
body .panel-heading,
body .panel-footer,
body .modal-header,
body .modal-footer,
body .list-group-item:first-child,
body .list-group-item:last-child {
    border-radius: inherit;
}

body button,
body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body .btn,
body .button,
body .btn-primary,
body .btn-default,
body .btn-secondary,
body .btn-success,
body .btn-danger,
body .btn-outline-primary,
body .btn-theme,
body .btn1,
body .headerbtn,
body .plan-btn,
body .service_btn,
body .dropdown-toggle,
body .form-control,
body .form-select,
body select,
body textarea,
body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]) {
    border-radius: var(--funom-radius-control) !important;
}

body .input-group > .form-control:first-child,
body .input-group > .form-select:first-child,
body .input-group > .input-group-text:first-child,
body .input-group > .btn:first-child {
    border-top-left-radius: var(--funom-radius-control) !important;
    border-bottom-left-radius: var(--funom-radius-control) !important;
}

body .input-group > .form-control:last-child,
body .input-group > .form-select:last-child,
body .input-group > .input-group-text:last-child,
body .input-group > .btn:last-child {
    border-top-right-radius: var(--funom-radius-control) !important;
    border-bottom-right-radius: var(--funom-radius-control) !important;
}

body .table,
body table.table-list,
body .dataTables_wrapper,
body .table-responsive {
    border-radius: var(--funom-radius-surface) !important;
    overflow: hidden;
}

body .pagination .page-item:first-child .page-link {
    border-top-left-radius: var(--funom-radius-control) !important;
    border-bottom-left-radius: var(--funom-radius-control) !important;
}

body .pagination .page-item:last-child .page-link {
    border-top-right-radius: var(--funom-radius-control) !important;
    border-bottom-right-radius: var(--funom-radius-control) !important;
}

body .avatar,
body .avatar img,
body .profile-image,
body .profile-image img,
body .status-dot,
body .spinner,
body .loading-spinner,
body .fa-spinner,
body .bi-arrow-repeat {
    border-radius: 50% !important;
}

/* Domain action menus must be able to extend beyond the rounded table card. */
#domainForm .table-container,
#domainForm .dataTables_wrapper,
#domainForm .table-responsive {
    overflow: visible !important;
}

#domainForm .cell-action .dropdown-menu {
    z-index: 1050;
}

body > .funom-domain-action-menu-open {
    display: block;
    position: fixed;
    z-index: 2000;
}

@media (max-width: 767px) {
    body .card,
    body .panel,
    body .modal-content,
    body .plan-card-one,
    body .plan-card-two,
    body .cart-body,
    body .cart-sidebar,
    body .login-card,
    body .login_form {
        border-radius: 14px !important;
    }
}
