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

    ** Custom Stylesheet **

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

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

/* Custom CSS for Nexus Cart
 *
 * This block allows you to customize theme colors and styles for the entire Nexus Cart 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%;
}
/* ===== GLOBAL FIX ===== */
html, body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container,
.container-fluid {
    max-width: 100%;
}
.logo-text-container {
    display: inline-grid;
    float: left;
    margin-top: 8px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    white-space: nowrap;
}

#tableInvoicesList {
    text-align: center;
}
section#main-body {
    min-height: auto;
}

/* Login */
.row {

}
.login-promo-image img {
    margin: 45px 0;
}

/* WHMCS wrapper fix */
#wrapper,
#main-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Fejléc */
ul.top-nav>li.primary-action>a.btn {
    background-color: #c50000;
    color: #fff;
    font-weight: bold;
    border-radius: 0.95rem;
}
section#header {
    padding: 0px 0px 10px 0;
    background-color: #007ec5;
    border-radius: 0;
}
section#header .logo img {
    max-height: 90px;
    float: left;
}
ul.top-nav {
    margin-top: 30px;
}
@media (max-width: 767px) {
    #main-logo-text {
        display: none;
    }
    ul.top-nav {
        font-size: .9em;
        margin-top: 30px;
    }
    ul.top-nav>li>a {
        padding: 6px 5px;
    }
    ul.top-nav>li.primary-action {
        padding-left: 10px;
    }
}
section#header .logo-text {
    padding-left: 10px;
    font-weight: bold;
    font-size: x-large;
    color: #fff;
    font-family: "Open Sans", Verdana, Tahoma, serif;
}
ul.top-nav>li>a {
    color: #fff;
    font-weight: bold;
}
.navbar-main {
    background-color: #61889f;
    border-top: 1.5px solid #57778b;
    box-shadow: 0 0 0 #61889f, 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.navbar-main li.account {
    background-color: #61889f;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

/* Lista keresés igazítás */
@media (max-width: 600px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 8px;
        width: 40%;    }

}

/* Szolgáltatás infó lap */
div.product-details-tab-container {
    margin: 0 0 20px 0;
}

/* tartalom nő */
.main-content {
    flex: 1;
}
.client-home-panels .panel>.list-group .list-group-item {
    padding: 10px 10px;
}
.list-group {
    font-size: 14px;
}
.label{
    border-radius: 0.25em
}

/* ===== PrintFleet Státusz oldal ===== */
#printfleet-status-table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
#printfleet-status-table.table>tbody>tr>th {
    border-top: 1px solid #fff;
    font-size: 1.1em;
    line-height: 1.2;
}
#printfleet-status-table.table>tbody>tr>td {
    border-top: 1px solid #fff;
    font-size: 1.1em;
     line-height: 1.2;
}

/* ===== FOOTER ===== */
.ep-footer {
    background: #007ec5;
    color: #ffffff;
    margin-top: auto;
    padding: 40px 20px;
    font-family: inherit;
}

/* container */
.ep-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 40px;
}

/* ===== BRAND ===== */
.ep-footer-brand {
    display: flex;
    flex-direction: column;
}

.ep-footer-logo {
    width: 90px;
    height: auto;
    margin-bottom: 12px;
}

.ep-footer-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.95;
}

/* ===== LISTÁK ===== */
.ep-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ep-footer li {
    margin-bottom: 10px;
}

.ep-footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.ep-footer a:hover {
    opacity: 1;
    transform: translateX(4px);
}

/* nyíl ikon */
.ep-footer li a::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url("/templates/epcopy/img/icon-footer-arrow.svg") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

/* ===== CONTACT ===== */
.ep-footer-contact strong {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
}

.ep-footer-contact-list a {
    display: block;
    margin-bottom: 6px;
}

/* ===== SOCIAL ===== */
.ep-footer-social {
    margin-top: 15px;
    display: flex;
    gap: 12px;
}

.ep-footer-social a {
    display: inline-block;
}

.ep-footer-social img {
    width: 22px;
    height: 22px;
    opacity: 0.85;
    transition: all 0.2s ease;
}

.ep-footer-social img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
    .ep-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
    .ep-footer {
        padding: 30px 20px;
    }

    .ep-footer-inner {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ep-footer-brand {
        text-align: left;
    }

    .ep-footer-social {
        justify-content: flex-start;
    }
}