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

    ** 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%;
}
body,html {background-color:transparent;}

footer.footer{margin:0;padding:28px 0 50px;background-color:transparent !important;color:#000;font-size:.9rem}
footer.footer .nav-link{color:#fff}
footer.footer .btn{padding-left:16px;padding-right:16px;background-color:#01A4E4;color:#fff;}

.card-header{background-color:#01A4E4;border-bottom:1px solid #01A4E4;color:#fff;}
.client-home-cards .card-header{background-color:#01A4E4;}
.client-home-cards .card-body {padding-top:20px;}
.card-sidebar .card-header{background-color:#01A4E4;border-bottom:1px solid #01A4E4;color:#fff;}


header.header .topbar{background-color:#000;color:#fff;}
header.header .topbar .btn{color:#fff;}
header.header .topbar .active-client .input-group-text{color:#fff;}
header.header .topbar .active-client .btn{color:#fff;}
.dataTables_wrapper table.table-list thead th.sorting_asc,.dataTables_wrapper table.table-list thead th.sorting_desc{background-color:#01A4E4; color:#fff;}
table.table-list thead th{background-color:#01A4E4;border-bottom:1px solid #01A4E4;color:#fff;}
.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:#01A4E4;border-color:#01A4E4}

.navbar-light,.main-navbar-wrapper {background-color:#01A4E4; color:#fff;}
.navbar-light a,.navbar a{color:#fff}
.navbar li a,.navbar li a:link,.navbar li a:active,.navbar li a:visited{color:#fff;}
.navbar li a:focus,.navbar li a:hover{color:#fff; test-decoration:none;}
.dropdown-menu,.dropdown-menu a:link,.dropdown-menu a:active,.dropdown-menu a:visited {color:#000! important}
.dropdown-menu:hover {color:#999! important}
.primary-content .card-body {
    overflow: inherit;
}
.sidebar-menu-item-label {
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
a:hover {text-decoration:none;}


/* ========================================
   MAGIK HOSTING CLIENT PORTAL
======================================== */

.magik-portal-home {
    max-width: 1180px;
    margin: 0 auto;
    padding: 35px 15px 70px;
}

.magik-welcome {
    background: #f5f7f9;
    border-radius: 18px;
    padding: 65px 60px;
    margin-bottom: 70px;
}

.magik-welcome-content {
    max-width: 720px;
}

.magik-eyebrow,
.magik-section-heading span,
.magik-support-copy > span,
.magik-domain-section > div > span {
    display: block;
    color: #01a4e4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 12px;
}

.magik-welcome h1 {
    color: #111827;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 700;
    margin: 0 0 20px;
}

.magik-welcome p {
    max-width: 620px;
    color: #6b7280;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.magik-welcome-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.magik-btn-primary {
    background: #01a4e4;
    border: 1px solid #01a4e4;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 7px;
    font-weight: 600;
}

.magik-btn-primary:hover {
    background: #008fc8;
    border-color: #008fc8;
}

.magik-btn-secondary {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #111827 !important;
    padding: 12px 25px;
    border-radius: 7px;
    font-weight: 600;
}

.magik-btn-secondary:hover {
    background: #f3f4f6;
}


/* SECTIONS */

.magik-section {
    margin-bottom: 70px;
}

.magik-section-heading {
    margin-bottom: 28px;
}

.magik-section-heading h2,
.magik-support h2,
.magik-domain-section h2 {
    color: #111827;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}


/* QUICK ACCESS CARDS */

.magik-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.magik-service-card {
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    color: #111827;
    transition: all .2s ease;
}

.magik-service-card:hover {
    color: #111827;
    border-color: #01a4e4;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    transform: translateY(-2px);
}

.magik-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef9fd;
    border-radius: 9px;
    color: #01a4e4;
    font-size: 21px;
    margin-bottom: 22px;
}

.magik-service-card h3 {
    color: #111827;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.magik-service-card p {
    color: #6b7280;
    line-height: 1.6;
    min-height: 52px;
    margin-bottom: 18px;
}

.magik-service-card strong {
    color: #01a4e4;
    font-size: 14px;
}


/* SUPPORT */

.magik-support {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 55px;
    align-items: center;
    background: #111827;
    border-radius: 18px;
    padding: 50px;
    margin-bottom: 70px;
}

.magik-support h2 {
    color: #fff;
    margin-bottom: 15px;
}

.magik-support-copy p {
    color: #c7cbd1;
    line-height: 1.7;
    margin: 0;
}

.magik-support-actions {
    display: grid;
    gap: 10px;
}

.magik-support-link {
    display: flex;
    align-items: center;
    gap: 17px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    padding: 16px 18px;
    border-radius: 9px;
    color: #fff !important;
}

.magik-support-link:hover {
    background: rgba(255,255,255,.12);
}

.magik-support-link i {
    width: 25px;
    color: #01a4e4;
    font-size: 20px;
    text-align: center;
}

.magik-support-link strong {
    display: block;
    color: #fff;
}

.magik-support-link small {
    display: block;
    color: #9ca3af;
    margin-top: 2px;
}


/* DOMAIN AREA */

.magik-domain-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 40px 0;
}

.magik-domain-section h2 {
    margin-bottom: 8px;
}

.magik-domain-section p {
    color: #6b7280;
    margin: 0;
}

.magik-domain-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .magik-service-grid {
        grid-template-columns: 1fr;
    }

    .magik-support {
        grid-template-columns: 1fr;
    }

    .magik-domain-section {
        display: block;
    }

    .magik-domain-actions {
        margin-top: 25px;
    }
}

@media (max-width: 600px) {

    .magik-portal-home {
        padding-top: 20px;
    }

    .magik-welcome {
        padding: 40px 25px;
    }

    .magik-welcome h1 {
        font-size: 36px;
    }

    .magik-support {
        padding: 35px 25px;
    }

    .magik-domain-actions {
        display: block;
    }

    .magik-domain-actions .btn {
        display: block;
        margin-bottom: 10px;
    }
}
