﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */

/*media only screen and (min-width : 768px) {
    .navbar-expand-lg {
        display: none !important;
    }
}*/




body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.carousel-item {
    background-color: white !important;
}

.carousel-caption {
    color: #3e3f3a !important;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 70px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 3rem; /* Space for fixed navbar */
}

.navbar {
    padding: 0 1rem 0 1rem !important;
}
/*
 * Navbar
 */

.navbar-brand {
    /*padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);*/
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }


@media only screen and (min-width : 768px) {
    .navbar-collapse.custom-collapse {
        display: none !important;
    }
}

.active, .nav-item > a:hover {
    background-color: #666;
    color: white;
}

.active, .nav-item > form > a:hover {
    background-color: #666;
    color: white;
}

.bg-info-lighter {
    background-color: #29abe0 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0 !important;
}


.filters {
    border: 1px solid #000000;
}

.subHeading {
    font-size: 16px
}

span.subHeading {
    font-weight: 500;
}

td.e-rowcell {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0.6rem !important;
}

.e-gantt .e-gantt-chart .e-label {
    font-size: 0.6rem !important;
}

td {
    font-size: 0.6rem;
}


.e-grid .e-groupcaption {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.new-menu-item {
    font-weight: 500;
    background-color: transparent !important;
}

.nav-item {
    text-decoration: none !important;
}


#body-row {
    margin-left: 0;
    margin-right: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}

.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    /*height: 50px;*/
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    /*height: 45px;*/
    padding-left: 30px;
}


/* Sidebar sizes when expanded and expanded */
.right-sidebar-expanded {
    width: 30rem;
}

.right-sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    /*height: 50px;*/
}

/* Submenu item*/
#right-sidebar-container .list-group .sidebar-submenu a {
    /*height: 45px;*/
    /*padding-left: 30px;*/
}





.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    height: 35px;
}

.sidebar-separator {
    height: 25px;
}

.logo-separator {
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: white !important;
}

.list-group-item {
    padding: .5rem 1.25rem;
}

.e-grid .e-filtered::before {
    color: black;
    font-weight: bold;
}

#logo-container {
    text-align: center;
    height: 6rem;
    /*height: 100px;*/
    width: 100%;
    display: flex;
    margin: auto;
    justify-items: center;
    align-items: center;
    background-color: white;
}

.navbar-brand {
    padding: 0 !important;
}

#sidebar-container .list-group a {
    width: 100%;
}

/*! Recurrence-Editor component theme */
/*! component's theme wise override fabric-definitions and variables */
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
    height: 100%;
    padding: 20px 0;
    right: 1px;
    top: 0;
    width: 12px;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
    height: 100%;
    left: 0;
    padding: 20px 0;
    top: 0;
    width: 12px;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
    height: 12px;
    padding: 0 20px;
    top: 1px;
    width: 100%;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
    bottom: 1px;
    height: 12px;
    padding: 0 20px;
    width: 100%;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
    bottom: 0;
    right: 1px;
    z-index: 10;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
    left: 2px;
    top: 2px;
    z-index: 10;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
    right: 2px;
    top: 2px;
    z-index: 10;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
    bottom: 1px;
    left: 1px;
    z-index: 10;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
    bottom: 0;
    content: '\eb06';
    font-size: 12px;
    position: absolute;
    right: 0;
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
    bottom: 0;
    content: '\eb06';
    font-size: 12px;
    left: 0;
    position: absolute;
    transform: rotateY(180deg);
}

.e-dashboardlayout.e-control .e-dashboard-gridline-table {
    background: #f4f4f4;
    border-collapse: collapse;
    height: 100%;
    width: 100%;
}

    .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
        border: 1px dotted #a6a6a6;
        position: absolute;
    }

.e-dashboardlayout.e-control.e-responsive {
    width: 100% !important;
}

.e-dashboardlayout.e-control.e-prevent {
    user-select: none;
}

.e-dashboardlayout.e-control .e-panel {
    border-radius: 0;
}

    .e-dashboardlayout.e-control .e-panel:hover {
        border: 1px #d0d0d0 solid;
    }

        .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize {
            display: block;
        }

    .e-dashboardlayout.e-control .e-panel:active {
        border: 1px #3e3f3a solid;
    }

    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize {
        display: none;
    }

    .e-dashboardlayout.e-control .e-panel.e-panel-transition {
        transition: top .5s, left .5s;
    }

    .e-dashboardlayout.e-control .e-panel .e-panel-header {
        border-bottom: none;
        color: #333;
        font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
        font-size: 1rem;
        /*font-weight: 200;*/
        height: 28px;
        padding: 2px 10px;
    }

        .e-dashboardlayout.e-control .e-panel .e-panel-header div {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
            display: inline-block;
        }

        .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
            float: right;
        }

    .e-dashboardlayout.e-control .e-panel .e-panel-container {
        height: 100%;
        width: 100%;
    }

        .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
            height: inherit;
            width: inherit;
        }

.e-dashboardlayout.e-control .e-panel {
    border: 1px #eaeaea solid;
    height: 100%;
    user-select: none;
    width: 100%;
}

    .e-dashboardlayout.e-control .e-panel .e-resize.e-single,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
        position: absolute;
        touch-action: none;
    }

        .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
            border: none;
        }

            .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,
            .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
                cursor: e-resize;
            }

            .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,
            .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
                cursor: w-resize;
            }

            .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,
            .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
                cursor: n-resize;
            }

            .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,
            .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
                cursor: s-resize;
            }

        .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
            cursor: nw-resize;
        }

        .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
            cursor: ne-resize;
        }

        .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
            cursor: sw-resize;
        }

        .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
            cursor: se-resize;
        }

        .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before,
        .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
            font-family: 'e-icons';
            position: absolute;
        }

.e-dashboardlayout.e-control .e-drag:hover {
    cursor: move;
}

.e-dashboardlayout.e-control .e-panel.e-dragging,
.e-dashboardlayout.e-control .e-panel.e-item-moving {
    cursor: move;
    z-index: 1111 !important;
}

.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
    float: left;
}

.e-dashboardlayout.e-control .e-holder {
    background: rgba(62, 63, 58, 0.3);
    border: 1px #3e3f3a dotted;
    border-radius: 0;
    position: absolute;
    border-radius: 0;
}

    .e-dashboardlayout.e-control .e-holder.e-holder-transition {
        transition: top .3s, left .3s;
    }

.e-dashboardlayout.e-control .e-panel.e-bigger.e-panel-header {
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    padding: 0 12px;
}

.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
    height: 100%;
    width: 100%;
}

.e-dashboardlayout.e-control {
    display: block;
    position: relative;
}

    .e-dashboardlayout.e-control .e-panel {
        background: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
        position: absolute;
    }

        .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
            color: #333;
        }

    .e-dashboardlayout.e-control .e-panel {
        background: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
        position: absolute;
    }

        .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
            color: #333;
        }

        .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
            background: none;
        }

        .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
            color: #333;
            font-size: 8px;
            height: 16px;
            width: 16px;
        }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
                bottom: -5px;
                right: -6px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
                bottom: -5px;
                left: -6px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
                left: -6px;
                top: -5px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
                right: -6px;
                top: -5px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
                right: -6px;
                top: -5px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
                left: -6px;
                top: -5px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
                bottom: -5px;
                left: -6px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
                bottom: -5px;
                right: -6px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
                right: -6px;
                top: -5px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
                left: -6px;
                top: -5px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
                bottom: -5px;
                left: -6px;
            }

            .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
                bottom: -5px;
                right: -6px;
            }

        .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
            color: rgba(51, 51, 51, 0.54);
        }

.e-edit-dialog .e-gridform .e-table {
    border-spacing: 0px !important;
}

.e-grid .e-filtermenudiv {
    /*margin: -34px -7px !important;*/
    margin: -28px -13px !important;
    padding: 14px !important;
}

.e-grid .e-filtered::before {
    color: rgb(218, 34, 40) !important;
}

.list-group-item {
    border: none !important;
}


.e-badge {
    border-radius: 1em !important;
    margin-bottom: 1em !important;
}

.red-switch + span {
    background-color: red !important;
}

.e-progress {
    background-color: rgba(255,255,255, 0.0) !important;
}

.card {
    margin-top: 1em !important;
    border-radius: 0 !important;
}

.vehImage {
    display: block;
    /*max-width: 25vh;*/
    max-height: 7vh;
    object-fit: contain;
    width: auto;
    height: auto;
}

.vehicleDetails {
    align-items: center;
    background: hsla(0, 0%, 77%, .612);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 5vh;
    max-height: 21vh;
    padding: 1vh;
}

.heading {
    font-weight: 700;
    text-overflow: ellipsis;
}

.subHeading {
    color: #7a7a7a;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
}

.plainText {
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navbar-brand {
    margin-right: 3rem !important;
}

.page-title {
    height: 6rem !important;
}

.content-header {
    height: 6rem;
    margin-top: 3rem;
}

.e-grid .e-rowcell {
    line-height: 1rem !important;
}

.e-grid .e-groupcaption {
    line-height: 1rem !important;
}

.e-grid .e-groupcaption {
    font-size: 0.6rem !important;
}

.e-dialog .e-dlg-header-content {
    padding: 0px 23px 0px !important;
}


.table_style {
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .table_style table {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .table_style tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .table_style table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .table_style table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .table_style tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .table_style tr:hover td {
        background: #A8A8A8;
    }

    .table_style tr:nth-child(odd) {
        background-color: #e5e5e5;
    }

    .table_style tr:nth-child(even) {
        background-color: #ffffff;
    }

    .table_style td {
        vertical-align: middle;
        border: 1px solid #c6c6c6;
        border-width: 0px 1px 1px 0px;
        padding: 1px;
        font-weight: normal;
        color: #000000;
    }

    .table_style tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .table_style tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .table_style tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .table_style tr:first-child td {
        background: -o-linear-gradient(bottom, #b5b5b5 5%, #fcfcfc 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b5b5b5), color-stop(1, #fcfcfc) );
        background: -moz-linear-gradient( center top, #b5b5b5 5%, #fcfcfc 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5b5b5", endColorstr="#fcfcfc");
        background: -o-linear-gradient(top,#b5b5b5,fcfcfc);
        background-color: #cccccc;
        border: 0px solid #000000;
        border-width: 0px 0px 1px 1px;
        font-weight: bold;
        color: #000000;
    }

    .table_style tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
        background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
        background: -o-linear-gradient(top,#cccccc,b2b2b2);
        background-color: #cccccc;
    }

    .table_style tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .table_style tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }


body {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.oem-page-title {
    height: 4rem !important;
    color: #d4d4d4;
    font-size: clamp(30px, 50px, 60px);
    text-transform: uppercase;
}

.oem-content-header {
    margin-top: 1rem !important;
}

.right-sidebar-colapse {
    list-style: none;
}

.sideMenuTag {
    /*margin-top: 9rem;*/
    background: hsla(0, 0%, 92%, .837);
    color: grey;
    cursor: pointer;
    height: 20vh;
    text-transform: capitalize;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 100;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: center;
    width: 2%;
}
.sideMenuIcons {
    /*margin-top: 9rem;*/
    background: hsla(0, 0%, 92%, .837);
    color: grey;
    cursor: pointer;
    height: 20vh;
    text-transform: capitalize;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 100;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: center;
    width: 2%;
}

.rightSideMenuTag {
    /*margin-top: 9rem;*/
    background: hsla(0, 0%, 92%, .837);
    color: grey;
    cursor: pointer;
    height: 20vh;
    text-transform: capitalize;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 100;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    width: 2%;
}

.main-content {
    padding: 0px 15px 0px 15px !important;
    width: 98%;
}

.mapoLogoSection {
    height: 10vh;
    color: black;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .mapoLogoSection #toggleIcon {
        color: black;
        width: 3%;
        height: 50%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(236, 236, 236);
        padding: 0;
        margin: 0;
    }

        .mapoLogoSection #toggleIcon .menuIcon {
            color: rgb(0, 0, 0);
            width: 25%;
            height: 40%;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .mapoLogoSection #toggleIcon .menuIcon:nth-child(2) {
                margin-left: -15%;
            }

    .mapoLogoSection #mapoLogo {
        color: black;
        width: 230px !important;
        height: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mapoLogoSection .pageTitle {
        color: rgb(212, 212, 212);
        font-size: clamp(30px, 50px, 60px);
        text-transform: uppercase;
        align-self: flex-end;
    }

.pageTitle {
    color: rgb(212, 212, 212);
    font-size: clamp(30px, 50px, 60px);
    text-transform: uppercase;
    background-color: #ffffff;
    padding-left: 15px;
    cursor: default;
}


.headerContainer {
    width: 100%;
    /* min-height: 10vh; */
    background: black;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    margin-bottom: 5px;
}

    .headerContainer .top {
        background: rgb(255, 255, 255);
        width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

        .headerContainer .top .flagSection {
            width: 100%;
            height: 5vh;
            background: black;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .headerContainer .top .flagSection #flag {
                width: 40%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }

                .headerContainer .top .flagSection #flag img {
                    width: 60%;
                    height: auto;
                }

        .headerContainer .top #solutionNavTxt {
            width: auto;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            justify-content: flex-start;
            color: white;
        }

.spacer {
    flex: 1;
}


.selectedVehicleSectionHead {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    z-index: 99;
    box-shadow: 1px 1px 10px rgb(179, 179, 179);
}

    .selectedVehicleSectionHead .topSection {
        height: 100%;
        display: flex;
        border-radius: 10px;
        z-index: 99;
        box-shadow: 1px 1px 10px rgb(179, 179, 179);
    }

    .selectedVehicleSectionHead .img {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .selectedVehicleSectionHead .img img {
            width: auto;
            height: 98%;
        }

    .selectedVehicleSectionHead .details {
        width: 60%;
        background: rgb(224, 224, 224);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0.3rem;
    }

    .selectedVehicleSectionHead .Mp-Sp-Details {
        width: 100%;
        background: rgb(224, 224, 224);
        padding: 5px;
        color: rgb(73, 71, 71);
        font-size: clamp(0.7rem, 0.8rem, 1.15rem);
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        cursor: default;
    }

.Sp-Details {
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid gray;
    min-height: 70px;
    max-height: 70px;
}

.groupdDetails {
    padding: 0;
    margin: 0;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 0;
}

.selectedVehicleSectionHead .details span {
    width: 100%;
    font-size: clamp(0.7rem, 0.9rem, 1.15rem);
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.navbar{
    height: 5vh;
}

.dvlBrand {
    font-weight: bold;
    color: #000000;
    line-height: 23px;
}

.dvlModel {
    color: #7a7a7a;
    line-height: 23px;
    font-weight: 200;
}

.dvlVariant {
    color: #000000;
    line-height: 23px;
    font-weight: 400;
}

.vehicleModelDisplay {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
}

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    height: 15px !important;
    width: 15px !important;
}

.bold{
    font-weight:bold;
    font-size: small !important;
}

.slidersContainer {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 10px;
    box-shadow: 1px 1px 5px grey;
    display: flex;
    max-height: 95%;
    overflow-y: auto;
    /*width: 95%;*/
    margin-bottom: 1rem;
}