/* *****************************************************

    ** 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%;
}

/*CUSTOM CSS FOR CHILD THEME*/
.footer.footer {
  background-color:#181a32;
}
footer.footer .copyright{margin-top:15px;padding-top:15px;border-top:1px solid #595959;}
.btn-outline-primary, .btn-primary, .product .btn.btn-success.btn-lg, #order-standard_cart .btn.btn-success.btn-lg.btn-checkout, .product .btn.btn-success.btn-sm{background: linear-gradient(90deg,rgba(255,0,204,1) 0%,rgba(51,51,153,1) 100%);
    background-color: rgba(0, 0, 0, 0); box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);color:#fff !important;border:none !important;padding:.75rem;}
.btn-outline-primary:hover, .btn-primary:hover, .product .btn.btn-success.btn-lg:hover, #order-standard_cart .btn.btn-success.btn-lg.btn-checkout:hover, .product .btn.btn-success.btn-sm:hover{background:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);background-color:rgba(0, 0, 0, 0);transition: color .15s linear,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.action-icon-btns a .ico-container i {
  color: #010398;
}
.action-icon-btns a:hover .ico-container i {
  color: #D317B6FF;
}
header.header .navbar-nav {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar.navbar-expand-xl.main-navbar-wrapper {background: #010398}
header.header .navbar {
  min-height: inherit;
}

header.header .navbar a {
 color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
header.header .navbar a:hover{text-decoration:none;opacity: .5;}

header.header .navbar a.dropdown-item{color:#000;}
header.header .navbar a.dropdown-item:hover{color:#333;opacity: .5;}
.master-breadcrumb .breadcrumb .breadcrumb-item, .master-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #000;
  font-style: italic;
}

#order-modern .product .pricing{font-style: italic;font-size: 12px !important;  line-height: 12px !important;margin-top: -2px;}

#order-modern .product .pricing span.pricing{font-style: normal;font-size: 16px !important;line-height: 20px !important;color:#010398;}
/* Force the container to handle the sliding labels correctly */
.bootstrap-switch .bootstrap-switch-container {
    display: flex !important;
    height: 100%;
    transition: margin-left 0.2s ease-in-out;
}

/* Ensure the labels take up the correct space */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px 15px !important;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

/* Fix the 'Invisible' state: Ensure labels are never hidden */
.bootstrap-switch-wrapper {
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    background: #fff;
    visibility: visible !important;
}

/* Highlight the active state so you know it's working */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-on {
    background-color: #28a745 !important; /* Green for Yes */
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-off {
    background-color: #dc3545 !important; /* Red for No */
}
.kb-article-item small {
  padding-left: 15px;
  color: #2a2a2a;
}