/*==========================================================================================*/
/*====[ MAIN ELEMENTS ]=====================================================================================*/
/*==========================================================================================*/
.content {
    width: 80%; /* Example width for larger screens */
    margin: 0 auto; /* Center content */
}
html {
    
}

body {
    margin: 0; /* Remove default margin */
    margin-bottom: 60px;
    margin-top: 45px;
    font-family: Bahnschrift, Arial, sans-serif;
}
.dark-theme {
    background-color: black; /* Set dark background color */
    color: #141414; /* Set light text color */
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
header {
    background-color: #ffffff; /* Set your desired background color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Apply drop shadow */
}
nav{
    margin-bottom:0px;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-size: 8px;
}
label.lg-3, a.lg-3 {
    font-size: 28px
}
label.lg-2, a.lg-2 {
    font-size: 24px
}
label.lg-1, a.lg-1 {
    font-size: 20px
}
label.lg, a.lg {
    font-size: 16px
}
label.md, a.md {
    padding-left: 4px;
    font-size: 14px
}
label.sm, a.sm {
    padding-left: 3px;
    font-size: 12px
}
label.xsm, a.xsm {
    padding-left: 2px;
    font-size: 10px
}
img.icon-lg-3 {
    height: 28px;
    width: auto;
    transition: transform 0.1s ease-in-out;
}
img.icon-lg-2 {
    height: 24px;
    width: auto;
    transition: transform 0.1s ease-in-out;
}
img.icon-lg-1 {
    height: 20px;
    width: auto;
    transition: transform 0.1s ease-in-out;
}
img.icon-lg {
    height: 16px;
    width: auto;
    transition: transform 0.1s ease-in-out;
}
img.icon-md {
    height: 14px;
    width: auto;
    transition: transform 0.1s ease-in-out;
}
img.icon-sm {
    height: 12px;
    width: auto;
    transition: transform 0.1s ease-in-out;
}
img.icon-xsm {
    height: 10px;
    width: auto;
    transition: transform 0.1s ease-in-out;
}
img.icon-lg.icon-selectable:hover {
    cursor: pointer;
    transform: scale(1.15); /* Make it 2px larger on hover */
}
img.icon-md.icon-selectable:hover {
    cursor: pointer;
    transform: scale(1.15); /* Make it 2px larger on hover */
}
img.icon-sm.icon-selectable:hover {
    cursor: pointer;
    transform: scale(1.15); /* Make it 2px larger on hover */
}
img.icon-xsm.icon-selectable:hover {
    cursor: pointer;
    transform: scale(1.15); /* Make it 2px larger on hover */
}
/*==[ Input Text ]==*/
input[type="text"], input[type="password"], input[type="email"] {
    border: 1px solid #ccc; /* Default border color */
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s;
    outline: none; /* Remove the default outline */
    border: 1px solid #ccc; /* Light grey border */
    border-radius: 3px; /* Rounded edges */
    padding: 1px; /* Adjust the padding to your preference */
    padding-left: 5px;
    margin: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 300;
}
    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
        border-color: #007bff; /* Change border color on focus */
        border: 1px solid #ebebeb; /* Light grey border */
    }
    input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Slight drop shadow on hover */
        border: 1px solid #ccc; /* Light grey border */
    }
    input[type="text"]:active, input[type="password"]:active, input[type="email"]:active {
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    }
/*==[ Input Button ]==*/
input[type="button"], input[type="submit"] {
    display: inline-block;
    padding: 2px 3px 1px 3px;
    background-color: #f5f5f5; /* Light green color */
    color: #141414; /* White text color */
    text-decoration: none;
    border: 1px solid #ccc;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 3px;
    margin: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
    input[type="button"]:hover, input[type="submit"]:hover {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        transform-origin: center; /* Ensure the button expands from the center */
    }
    input[type="button"]:active, input[type="submit"]:active {
        padding: 1px 2px 0px 2px;
        margin: 3px;
    }
    input[type="button"] .btn-clear {
        border: none;
        background: none;
        padding: 0;
        color: black; /* Default text color */
        font-size: 16px; /* Adjust font size as needed */
        transition: color 0.3s ease;
        cursor: pointer; /* Change cursor to pointer on hover */
    }

        input[type="button"] .btn-clear:hover {
            color: #888; /* Change text color to light gray on hover */
        }
    /*==========================================================================================*/
    /*====[ COLUMNS ROWS ]=====================================================================================*/
    /*==========================================================================================*/
    .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
:root {
    --total-columns: 12;
}
[class^="col-"] {
    white-space: normal; /* Allow text to wrap to the next line */
    overflow: hidden; /*overflow: hidden; Hide overflowing content */
    max-width: calc(var(--col-flex) * 1);
    align-items: center;
    padding: 0px 6px 0px 10px;
}
:is(.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11) {
    --col-flex: calc(100% / (var(--total-columns) / parseInt(replace(%), 10)));
}

/*======[POSITION]======*/
.center-xy {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.center-x {
    display: flex;
    justify-content: center;
    text-align: center;
}
.center-y {
    display: flex;
    align-items: center;
}
.snap-left {
    margin-right: auto;
}

.snap-right {
    margin-left: auto;
}
.snap-top {
    margin-bottom: auto;
}

/* Snap to the bottom */
.snap-bottom {
    margin-top: auto;
}
/* navbarcustomized */
.top-right-element {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #007BFF;
    padding: 2px;
    background-color: #fff;
    border-radius: 0px;
    border: none;
    min-height: 38.5px;
    max-height: 38.5px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.2); /* Apply drop shadow */
}
    .top-right-element::after {
        content: "";
        position: absolute;
        top: 0;
        right: -100px; /* Position pseudo-element 100px left of the right side */
        bottom: 0;
        width: 100px; /* Width of the fading area */
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* Fading gradient */
        z-index: -1; /* Ensure the pseudo-element is behind other content */
    }
    /* Style for the anchor */
    .top-right-element a {
        text-decoration: none;
        color: #575b5e; /* Set the color you prefer */
        padding: 0;
        margin-right: 12px; /* Adjust the spacing between links */
        display: inline-block; /* Display links inline */
        z-index: 100;
        font-size: 15px;
    }

.top-left-element {
    position: fixed;
    top: 0;
    left: 0;
    color: #575b5e;
    padding: 2px;
    background-color: #121212;
    border-radius: 0px;
    border: none;
    z-index: 100;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: -10px 2px 10px rgba(18, 18, 18, 0.2); /* Apply drop shadow */
    display: flex;
    align-items: center; /* Vertically center the items */
    width: 700px;
}
    .top-left-element::after {
        content: "";
        position: absolute;
        top: 0;
        right: -100px; /* Position pseudo-element 100px left of the right side */
        bottom: 0;
        width: 100px; /* Width of the fading area */
        background: linear-gradient(to left, rgba(18, 18, 18, 0), rgba(18, 18, 18, 1)); /* Fading gradient */
        z-index: -1; /* Ensure the pseudo-element is behind other content */
    }
.top-left-element a {
    margin-left: 35px; /* Adjust as needed */
    font-size: 15px;
    color: #575b5e;
    transition: color 0.1s ease, text-shadow 0.3s ease; /* Apply transition to color and text-shadow */
    text-decoration: none; /* Remove underline */
}
     a {
        font-size: 15px;
        color: #575b5e;
        transition: color 0.1s ease, text-shadow 0.3s ease; /* Apply transition to color and text-shadow */
        text-decoration: none; /* Remove underline */
    }


        a:hover {
            color: #65686b; /* Change text color on hover */
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Add slight shadow on hover */
        }

/*==========================================================================================*/
/*====[ CARDS ]=====================================================================================*/
/*==========================================================================================*/
.card-tools {
    margin-left: auto; /* Align card tools to the right */
    display: flex;
    gap: 10px; /* Adjust the gap between buttons */
}
.clickable{
    cursor: pointer;
}
.line-break {
    height: 1px; /* Adjust the height of the line */
    background-color: #242424; /* Light grey color */
    margin: 20px 0; /* Adjust margin as needed */
}
/*==[ MAIN CARD ]==*/
.card {
    background-color: #121212;
    box-shadow: 0 0 5px rgba(130, 130, 130, 0.2);
    margin: 4px 4px 4px 4px;
    padding: 4px;
    border-radius: 0px;
    border: none;
}
    .card.aqua {
        box-shadow: 0 0 5px rgba(0, 238, 255, 0.25);
    }
    .card.red {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.25);
    }
    .card.green {
        box-shadow: 0 0 5px rgba(0, 255, 0, 0.25);
    }
    .card.dark {
            background-color: #fff;

    }
.card-header {
    background-color: #121212;
    padding: 4px 8px;
    margin: -4px -4px 5px -4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}
    .card-header.aqua {
        box-shadow: 0 1px 4px rgba(0, 238, 255, 0.15);
    }
    .card-header.red {
        box-shadow: 0 1px 4px rgba(255, 0, 0, 0.15);
    }
    .card-header.green {
        box-shadow: 0 1px 4px rgba(0, 255, 0, 0.15);
    }
.card .card-body {
    background-color: #121212;
    padding: 4px 8px;
}
    /*==[ Selectable CARD ]==*/
.card-selectable {
    background-color: #121212;
    margin: 8px;
    padding: 5px;
    border-radius: 0px;
    border: none;
}
    .card-selectable,.card-selectable * {
        cursor: pointer;
    }
        .card-selectable:hover {
            box-shadow: 0 0 20px rgba(130, 130, 130, 0.4); /* Slight drop shadow on hover */
        }
            .card-selectable:hover.aqua {
                box-shadow: 0 0 6px rgba(50, 238, 255, 0.7);
            }

            .card-selectable:hover.red {
                box-shadow: 0 0 6px rgba(255, 50, 50, 0.5);
            }

            .card-selectable:hover.green {
                box-shadow: 0 0 6px rgba(50, 255, 50, 0.6);
            }
    /*==[ Selectable CARD ]==*/
.card-scrollable {
    overflow-y: auto;
    padding-right: 0px;
    padding-left: 0px;
}
    .card-scrollable [class^="col-"], .card-scrollable .row {
        padding: 0px;
        margin: 0px;
    }
.card-callout {
    border-left: 5px solid #212121;
}
.card-callout-red {
    border-left: 5px solid #bd2130;
}
.card-callout-yellow {
    border-left: 5px solid #d39e00;
}
.card-callout-green {
    border-left: 5px solid #1e7e34;
}

.card-alert {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
}

.card-alert-red {
    background-color: #dc3545;
    border-color: #d32535;
    color: #fff;
}

.card-alert-yellow {
    background-color: #ffc107;
    border-color: #edb100;
    color: #fff;
}

.card-alert-green {
    background-color: #28a745;
    border-color: #23923d;
    color: #fff;
}
/*==========================================================================================*/
/*====[ DATA TABLES ]=====================================================================================*/
/*==========================================================================================*/
.data-table-container {
    overflow: auto;
    display: block;
    max-height: 300px; /* Adjust the maximum height as needed */
    min-height: 300px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.data-table {
    box-sizing: border-box;
    border-collapse: collapse;
    display: table;
}

    .data-table thead {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }
        .data-table thead th {
            border-left: 1px solid #dee2e6;
            border-right: 1px solid #dee2e6;
            padding-left: 5px;
            padding-right: 20px;
            position: sticky;
            text-align: left;
            background-color: #ffffff;
            top: 0;
            z-index: 1; /* Add this line */
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 400;
            font-size: 14px;
        }
    .data-table tbody {
    } 
        .data-table tbody tr {
        }
            .data-table tbody tr:nth-child(even) {
                background-color: #fcfcfc;
            }
        .data-table tbody td {
            font-weight:400;
            font-size:12px;
            min-width: 10px;
            border-left: 1px solid #dee2e6;
            border-right: 1px solid #dee2e6;
            padding-left: 5px;
            padding-right: 5px;
            /*nowrap-width cant go past text length,break-spaces-cut text off by word not letter */
            white-space: nowrap; /* Prevent text from wrapping */
            overflow: hidden; /* Hide the overflowing content */
            text-overflow: ellipsis; /* Display ellipsis (...) for overflowed text */
        }
.resize-handle {
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #ddd;
    right: 0;
    top: 0;
    cursor: ew-resize;
    z-index: 2;
    pointer-events: auto; /* Add this line */
}
.data-table-filter {
    text-align: right;
}
.data-table-filter label {
    text-align: right;
}
    .data-table-filter input[type="text"] {
        width:10vw
    }  
@media (max-width: 990px) {
}





/*==========================================================================================*/
/*====[ SIDENAV ]=====================================================================================*/
/*==========================================================================================*/

.sidebar {
    width: 37px;
    height: 100vh;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 55px;
    transition: width 0.3s ease;
    z-index: 10;
}

    .sidebar:hover {
        width: 150px;
    }

        .sidebar:hover .nav-item .nav-item-head {
            width: 150px;
        }
        .sidebar:hover .nav-item .nav-item-sub {
            width: 150px;
        }

            .sidebar:hover .nav-item .nav-item-head label {
                display: block;
            }
            .sidebar:hover .nav-item .nav-item-sub label {
                display: block;
            }
    .sidebar .nav-item {
        width: 37px;
    }
        .sidebar .nav-item:hover .nav-item-head{
            background-color: #2a2b2b;
        }
    .sidebar .nav-item-sub:hover {
        background-color: #2a2b2b;
    }
    .sidebar .nav-item-head {
        background-color: #141414;
        padding-top: 3px;
        height: 30px;
        width: 37px;
        display: flex;
      
    }
        .sidebar .nav-item-head ,.sidebar .nav-item-head * {
            cursor: pointer;
        }
        .sidebar .nav-item-subs {
            width: 150px;
        }
    .sidebar .nav-item-sub {
        padding-top: 3px;
        height: 30px;
        width: 37px;
        display: none;
        background-color: #333333;
        justify-content: flex-end;
        padding-right:10px;
    }
        .sidebar .nav-item-sub, .sidebar .nav-item-sub * {
            cursor: pointer;
        }
    .sidebar:hover .nav-item.active .nav-item-head {
        width: 155px;
        background-color: #2a2b2b;
    }
    .sidebar .nav-item.active .nav-item-head {
       width:42px;
        background-color: #2a2b2b;
    }
    .sidebar .nav-item.active .nav-item-sub {
        display: flex;
    }

    .sidebar .nav-item-head label {
        display: none;
        margin-left: 5px;
        margin-bottom: -5px;
        color: #fff;
        font-size: 16px;
        font-weight:400;
    }

    .sidebar .nav-item-head img {
        width: 22px;
        height: 22px;
        margin-left: 6px;
        
    }

    .sidebar .nav-item-sub label {
        display: none;
        margin-left: 5px;
        margin-bottom: -5px;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }
    .sidebar .nav-item-sub img {
        width: 22px;
        height: 22px;
        margin-left: 6px;
        display: none;
    }



    /*

    .sidebar label {
        opacity: 0;
        transition: opacity 0.3s ease;
        padding-top: 3px;
        font-weight: 300;
    }
    .sidebar:hover label {
        opacity: 1;
        display: block;
    }
    .sidebar:hover .nav-item {
        width: 155px;
    }
.nav-item-head {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 11;
    width: 37px;
    height:30px;
    top: 100px;
    padding-left: 10px;
    overflow-x: hidden; 
}
    .nav-item img {
        height: auto;
        width: 28px;
        padding-right: 10px;
        padding-top: 5px;
        transition: background-color 0.3s ease;
        float: left;
    }
.nav-item label{
    display:none;
}
.nav-item:hover {
    background-color: #2a2b2b;
}   

      

        .nav-item:hover::before {
            opacity: 1;
        }

.content {
    margin-left: 60px;
    padding: 20px;
}
*/




.row, body, .content, horizontal-container, main {
   
}

body, html {
    margin: 0;
    padding: 0;
}

/* Style for the background image */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)), url('https://picjumbo.com/wp-content/uploads/sportcar-waiting-in-garage-at-night.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}


/* Style for the content */


.horizontal-container {
    display: flex; /* Use flexbox for horizontal layout */
    background-color: rgba(18, 18, 18, 0.6);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 100px;
    position: relative; /* Position relative for pseudo-element */
    white-space: nowrap; /* Prevent text from wrapping */
}

    .horizontal-container::after {
        content: "";
        position: absolute;
        right: -100px;
        top: 0;
        bottom: 0;
        width: 100px; /* Width of the fading area */
        background: linear-gradient(to left, rgba(18, 18, 18, 0), rgba(18, 18, 18, 0.6)); /* Fading gradient */
        z-index: -1; /* Ensure the pseudo-element is behind other content */
    }
    .horizontal-container::before {
        content: "";
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        width: 100px; /* Width of the fading area */
        background: linear-gradient(to right, rgba(18, 18, 18, 0), rgba(18, 18, 18, 0.6)); /* Fading gradient */
        z-index: -1; /* Ensure the pseudo-element is behind other content */
    }
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #121212; /* Set your desired background color */
    color: #fff; /* Set your desired text color */
    text-align: center; /* Center align footer content */
    padding: 5px 0; /* Adjust padding as needed */
}

.fading-image {
  
    mask-image: linear-gradient(to right, transparent 0, black 80px);
}
.fading-image-sub {
    position: absolute; /* Position the image absolutely within its parent */
    top: 5px; /* Position the image at the top of its parent */
    left: 5px; /* Position the image at the left of its parent */
    width: auto; /* Allow the browser to calculate the width */
    height: 100%;
}
.highlight-title {
    display: flex; /* Use flexbox for horizontal layout */
    position: relative; /* Position relative for pseudo-element */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: visible;
}
 .highlight-title::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    width: 7px; /* Width of the fading area */
    background: linear-gradient(to right, rgba(255, 69, 0, 0.7), rgba(255, 69, 0, 0.9)); /* Fading gradient */
}
.service-banner {
    position: relative;
    top: 10px; /* Adjust top position as needed */
    left: 10px; /* Adjust left position as needed */
    background: linear-gradient(to right, rgba(255,255,255,0.5)0%, rgba(255,255,255,0) 100%);
     /* Semi-transparent white background */

    padding: 5px 10px;
    border-top-left-radius: 5px; /* Rounded top left corner */
    border-bottom-left-radius: 5px; /* Rounded bottom left corner */
    border-top-right-radius: 0; /* Square top right corner */
    border-bottom-right-radius: 0; /* Square bottom right corner */
    font-size: 14px;
    z-index: 100;
    font-size: 45px;
    width: 30%;
    padding-top: 0;
    padding-bottom: 0;
}
  