/* 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. */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/*.container-sm{
    width: 900px;
}
.container-md {
    width: 1000px;
}*/
/* Sticky footer styles
-------------------------------------------------- */

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.modal {
    z-index: 999999;
}

.modal-title {
    font-size: 20px;
}

.modal-footer {
    background-color: #fff;
    background-color: #F4F4F7;
    padding: 5px 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom-left-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important;
}

    .modal-footer btn:hover {
        background-color: #c00 !important;
    }

    .modal-footer .btn {
        min-width: 88px;
        min-height: 35px;
    }
.btn-close{
    cursor: pointer;
}
.cancelBtn {
    color: white;
    background-color: #c00;
    font-weight: 500;
}
.okBtn {
    background-color: #396;
    color: white;
    border: none;
    min-width: 88px;
    min-height: 35px;
    font-weight: 500;
    border-radius: 5px;
    margin: 3px;

}
.floating-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #4747a1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}

.spin {
    animation: spin 2s linear infinite;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    overflow-x: hidden !important;
    color: #000;
    background-color: #f7f5f5;
}


a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#quarterrange,
#reportrange {
    font-size: 17px;
}
/*Dropdown/Select2 css*/

#searchProductModal .card::-webkit-scrollbar-track,
#waitingModal .card::-webkit-scrollbar-track,
#style2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3) !important;
    background-color: #f7f7f7;
}

#searchProductModal .card::-webkit-scrollbar,
#waitingModal .card::-webkit-scrollbar,
#style2::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f7f7f7;
}

#searchProductModal .card::-webkit-scrollbar-thumb,
#waitingModal .card::-webkit-scrollbar-thumb,
#style2::-webkit-scrollbar-thumb {
    background-color: #4747a1;
    border-radius: 20px;
}


#results ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.3) !important;
    background-color: #f7f7f7
}

#results ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f7f7f7
}

#results ul::-webkit-scrollbar-thumb {
    background-color: #4747a1;
    border-radius: 20px
}

#results li {
    padding: 10px;
    border-bottom: 1px solid #ccc
}

#results ul {
    box-shadow: 0 5px 8px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    z-index: 10;
    background: #fff;
    overflow-y: scroll;
    max-height: 193px;
    position: absolute;
    width: 36%;
    padding-left: 0px;
}

    #results ul li:hover, #results ul li:focus {
        background-color: #5897fb;
        border-top: 1px solid #007bff;
        border-bottom: 1px solid #007bff;
        color: #fff;
        cursor: pointer;
        transition: all .3s ease-in
    }

    #results ul .active {
        background-color: #ddd
    }

/*table css*/
/*.dt-search {
    position: relative;
    z-index: 2;
}*/
table thead tr {
    background-color: #dad7eb !important;
    font-family: "Roboto", sans-serif;
}

.table thead tr {
    border-top-left-radius: 10px;
    text-align: center;
}

.table thead th,
.table tbody td {
    border: 1px solid #ccc;
    /*    padding: 8px;*/
    color: black;
    white-space: normal !important;
    padding: 0.5rem;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
    .table tbody td.child {
        text-align: left;
    }
.table thead tr {
    background-color: #dad7eb;
    font-family: "Roboto", sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.table tbody td {
    background-color: #f1f1f1;
}
.fixed-width{
    width: 4%;
}
/*
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}*/
colgroup {
    border: 1px solid #ccc;
}
/* header & sidebar css code
    --------------------------------------*/

.mnb.navbar {
    background-color: #4747A1;
    margin-left: 0px;
    height: 60px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #4fbfeb;
    margin-left: 280px;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-weight: 600;
    margin-left: 0px;
    font-size: 24px;
}

.humbargerIcon {
    position: absolute;
    top: 34%;
    z-index: 99;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

.user-name-wrapper {
    margin: 20px 10px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

    .user-name-wrapper img {
        width: 220px;
        margin: 0 auto 15px;
        display: block;
    }

.navbar {
    padding: 0px;
}

.borUserLogin {
    float: right;
/*    width: 20px;
    position: relative;*/
    margin-right: -20px;
}


.borUserIcon {
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .borUserIcon:hover {
        background: #f1f1f1
    }

    .borUserIcon .img1 {
        width: 40px;
        margin: 0 auto;
        display: block;
        padding: 0
    }

    .borUserIcon .img2 {
        width: 18px;
        margin: 0px auto;
        display: block;
        padding: 5px 0px;
    }

    .borUserIcon .img3 {
        width: 20px;
        margin: 0px auto;
        display: block;
        padding: 5px 0px;
    }

    .borUserIcon .img4 {
        width: 20px;
        margin: 0px auto;
        display: block;
        padding: 5px 0px;
    }

.UserDropdown {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    background: #f1f1f1;
    font-size: 16px;
    background-color: #eaeaea;
    right: 0%;
    top: 59px;
    width: 256px;
    padding: 16px 20px;
    margin-right: 22px;
    box-shadow: 1px 1px 35px -16px rgb(0 0 0 / 20%);
    border-radius: 6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

    .UserDropdown:before {
        position: absolute;
        content: "";
        top: -8px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #eaeaea;
    }

    .UserDropdown ul {
        padding-left: 0;
    }


.borUserLogin:hover .UserDropdown {
    right: -19px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.UserDropdown ul li a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 3px 0px;
    display: block;
    color: black !important;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}

.UserDropdown ul li:last-child a {
    border-top: 1px solid #ccc;
    margin-top: 7px;
}

#searchInput100 {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.chart-container h6,
.recent-table h6 {
    font-size: 1.25rem !important;
}
/*main side bar css*/
.posDashboard-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;

}


.posDashboard-wrapper, .footer {
    padding-left: 0px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}





.user-text {
    display: block;
    font-size: 16px;
    padding-left: 20px;
    color: #0261ee;
    font-family: "Roboto", sans-serif;
}


.msb-x .posDashboard-wrapper,
.msb-x .footer {
    padding-left: 0px;
}

.msb {
    width: 280px;
    background-color: #F5F7F9;
    position: fixed;
    left: 0px;
    top: 59px;
    right: auto;
    min-height: 100%;
    white-space: nowrap;
    height: 100%;
    z-index: 1;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
    -webkit-overflow-scrolling: touch;

}

.menuScroll {
    height: 85%;
}

    .menuScroll:hover {
        overflow: visible;
    }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #4fbfeb !important;
}

.msb .user-name-wrapper {
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.msb .navbar-brand {
    padding: 6px 13px;
    font-size: 18px;
    line-height: 20px;
}

.menuScroll {
    overflow-y: auto;
}

    .menuScroll:hover {
        overflow-y: auto;
    }

.user-name-wrapper a > img {
    display: block;
    width: 120px;
    margin: 15px auto;
}

.msb .navbar {
    border: none;
    margin-left: 0;
    background-color: inherit;
}

.msb .navbar-header {
    width: 100%;
    background: #fff;
}

.navbar-header {
    width: 100%;
    display: block;
    margin-top: 0px;
}

.msb .navbar-nav .panel {
    border: 0 none;
    box-shadow: none;
    margin: 0;
    background: inherit;
}


.logoutSection {
    margin-top: 10px;
    bottom: 0px;
    display: flex;
    justify-content: center;
}

    .logoutSection button {
        padding: 7px 5px;
    }

.logout {
    border-top: 1px solid black;
    margin-top: 10px;
}

.logoutForm {
    border: none;
    transition: all 0.25s ease-in-out;
}

    .logoutForm:hover {
        background-color: transparent;
        transition: all 0.25s ease-in-out;
    }

.logoutBtn {
    border: none;
    transition: all 0.25s ease-in-out;
    background-color: transparent;
}

    .logoutBtn:hover {
        padding: 8px 12px;
        transition: all 0.25s ease-in-out;
    }

.lockoutbtn button,
.logoutSection button {
    width: 80%;
    color: #4B49AC;
    border: 0;
    border-radius: 5px;
    border: 1px solid #4B49AC;
    background-color: white;
    box-shadow: 3px;
    cursor: pointer;
    outline-offset: 4px;
    transition: all 0.4s ease-in-out;
}
    .lockoutbtn button:after,
    .logoutSection button:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transition: all .35s;
    }
.lockoutbtn button:hover,
.logoutSection button:hover {
    color: white;
    background-image: linear-gradient(to right, #4747A1 0%, #5454AA 51%, #7373BD 100%);
}

.nav.side-nav li a img {
    width: 24px;
    margin-right: 6px;
    margin-top: -2px;
}

.nav.side-nav {
    padding: 0px 27px 0px 20px;
    margin-bottom: 120px;
}

    .nav.side-nav p {
        font-family: "Roboto", sans-serif;
        font-size: 17px;
        margin-bottom: 15px;
        margin-left: 8px;
        margin-top: 15px;
    }

    .nav.side-nav li {
        width: 100%;
        margin-bottom: 8px;
    }

        .nav.side-nav li ul.child-nav li {
            padding: 0px;
            margin-bottom: 0px;
        }

        .nav.side-nav li a {
            cursor: pointer;
            width: 100%;
            font-weight: 400;
            white-space: normal;
            font-family: "Roboto", sans-serif;
            text-decoration: none;
            line-height: 1.2;
            font-size: 15px;
            color: #000;
            padding: 8px 0px 8px 10px;
            display: inline-block;
            transition: all .3s linear;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
        }

        .nav.side-nav li ul.child-nav a {
            font-size: 15px;
            color: #000;
            padding-left: 36px;
        }

        .nav.side-nav li a:hover {
            background-color: #ebebeb;
        }


        .nav.side-nav li a .fa-angle-right {
            float: right !important;
            margin-right: 10px;
        }

        .nav.side-nav li a i {
            text-align: right;
            float: right;
            padding: 0px 6px;
            transition: all .4s linear;
            -webkit-transition: all .4s linear;
        }

.child-nav {
    display: none;
    margin: 0;
    padding-left: 14px;
    list-style: none;
    padding-top: 3px
}

.side-nav .active .fa-angle-right {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.current-page a {
    position: relative;
    color: #fff;
}

.current-page {
    position: relative;
    background-color: #98BDFF;
    color: #fff;
}

    .current-page:before {
        content: "";
        left: -20px;
        height: 100%;
        width: 5px;
        top: 0;
        background: #4747A1;
        position: absolute;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .current-page:hover {
        background: #4747A1;
    }

.child-nav .current-page:before {
    left: -34px;
}

.user-icon-dropdown {
    position: absolute;
    width: 215px;
    height: auto;
    background: #fff;
    right: -8px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 50px;
    border: 1px solid #4fbfeb;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}

    .user-icon-dropdown:before {
        content: "";
        position: absolute;
        top: -5px;
        right: 12px;
        background: #fff;
        z-index: 1;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .user-icon-dropdown.newhover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        transition: opacity .4s ease-in;
        -webkit-transition: opacity .4s ease-in;
        -moz-transition: opacity .4s ease-in;
        top: 40px;
    }

    .user-icon-dropdown button[type="submit"] {
        margin: 10px auto;
        display: table;
        float: none;
        color: #000;
        background: transparent;
        border: transparent;
        text-align: left;
        margin-left: 7px;
        margin-top: 10px;
        padding: 0px;
        height: 20px;
        line-height: 10px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .user-icon-dropdown button[type="submit"]:hover {
            color: #4fbfeb;
        }

    .user-icon-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .user-icon-dropdown ul li a {
            color: #000;
            text-align: left;
            width: 100%;
            font-size: 15px;
            display: block;
            padding: 6px 9px;
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            border-bottom: 1px solid #eee;
        }

            .user-icon-dropdown ul li a.first-item {
                border-radius: 12px 12px 0px 0px;
            }

            .user-icon-dropdown ul li a.last-item {
                border-radius: 0px 0px 12px 12px;
            }

            .user-icon-dropdown ul li a:hover {
                color: #4fbfeb;
                background-color: transparent;
            }



.side-menu-container,
.msb .navbar-nav {
    width: 100%;
    margin-top: 10px;
}

    .msb .navbar-nav li {
        display: block;
        width: 100%;
    }

        .msb .navbar-nav li a {
            padding: 10px 15px;
            color: #000;
            font-size: 15px;
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
            display: block;
            font-weight: 500;
        }

            .msb .navbar-nav li a:hover,
            .msb .navbar-nav li a:focus {
                color: #fff;
                background-color: #1a4061;
            }


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1a4061;
}

.msb .click-color,
.panel-collapse {
    background: #0716cc !important;
}



#msbo, #msbo2 {
    position: relative;
    cursor: pointer;
}

    #msbo:before {
        content: "";
        background: url(../images/icons/hambur.png);
        width: 25px;
        height: 20px;
        position: absolute;
        top: 0px;
        left: 15px;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        background-size: cover;
    }

.msbo-click:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.msbo-click#msbo:before {
    content: "";
    background: url(../images/icons/cross.png);
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0px;
    left: 16px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background-size: cover;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.msb .navbar-nav li a .glyphicon, .msb .navbar-nav li a .fa {
    margin-right: 8px;
}

.msb .nb {
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}


/*main content wrapper*/
.mcw {
    margin-left: 290px;
    position: relative;
    min-height: 100%;
    /*content view*/
}

.msb {
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.msb {
    background: #fff;
    color: #000;
    z-index: 3;
}

.mcw {
    margin-left: 0;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

body.msb-x .msb {
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.posLogout {
    position: absolute;
    bottom: 9%;
    left: 10%;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    width: 80%;
    background: #f1f1f1;
    padding: 7px 10px;
    border-radius: 40px;
    border: 1px solid #f1f1f1;
    text-align: center;
}

    .posLogout i {
        font-size: 14px;
        margin-left: 6px;
    }

    .posLogout:hover,
    .posLogout:focus,
    posLogout:active {
        border: 1px solid #b1bfe2;
        outline: 0px;
    }
/* Slide in animation */

@-webkit-keyframes slidein {
    0% {
        left: 0px;
    }

    100% {
        left: -280px;
    }
}

@keyframes slidein {
    0% {
        left: 0px;
    }

    100% {
        left: -280px;
    }
}

@-webkit-keyframes slideout {
    0% {
        left: -280px;
    }

    100% {
        left: 0px;
    }
}

@keyframes slideout {
    0% {
        left: -280px;
    }

    100% {
        left: 0px;
    }
}

@-webkit-keyframes bodyslidein {
    0% {
        left: 0;
    }

    100% {
        left: 0;
    }
}

@keyframes bodyslidein {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: 280px;
    }
}

@-webkit-keyframes bodyslideout {
    0% {
        margin-left: 280px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes bodyslideout {
    0% {
        margin-left: 280px;
    }

    100% {
        margin-left: 0;
    }
}

body.dashboard-bg {
    /*    background-color: #eaeaea;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}


.posDashboard-wrapper main {
    margin-top: 70px;
    padding-top: 20px;
}



.posDashboardBg {
    background-color: #fff;
}

.posTop-navbar {
    padding: 10px 0px 20px;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    .nav-tabs .nav-link {
        color: #000;
        border-left: 0px solid #fff;
        font-family: "Roboto", sans-serif;
        border-top: 0px solid #fff;
        border-right: 0px solid #fff;
        border-bottom: 2px solid transparent;
        position: relative;
    }

        .nav-tabs .nav-link:first-child {
            padding-left: 25px;
        }

            .nav-tabs .nav-link:first-child:before {
                content: '';
                position: absolute;
                right: 0;
                top: 12px;
                width: 2px;
                height: 21px;
                background-color: #98BDFF;
            }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: transparent;
            border-left: 0px solid #fff;
            border-top: 0px solid #fff;
            border-right: 0px solid #fff;
            border-bottom: 2px solid #98BDFF;
            padding-bottom: 7px;
        }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-left: 0px solid #fff;
            border-top: 0px solid #fff;
            border-right: 0px solid #fff;
            border-bottom: 2px solid #b1bfe2;
        }

.nav-item button {
    padding: 0px;
    margin: 0px;
    text-align: left
}


.nav-pills .nav-link {
    color: #000;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    padding-left: 25px;
    position: relative;
}

    .nav-pills .nav-link:before {
        content: '';
        position: absolute;
        left: 0;
        top: 13px;
        width: 4px;
        height: 17px;
        background-color: transparent;
    }

    .nav-pills .nav-link.active:before {
        background-color: #b1bfe2;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000;
        background-color: transparent;
        font-family: "Roboto", sans-serif;
        padding-left: 25px;
        cursor: pointer;
        display: block;
    }

.footer {
    margin-top: 25px;
    line-height: 50px;
/*    -ms-flex-negative: 0;*/
    flex-shrink: 0;
    width: 100%;
    height: 50px;
/*    white-space: nowrap;*/
}
/*footer {
    flex-shrink: 0;
    height: 50px;
    background-color: #134c7d;
    line-height: 50px;
    text-align: center;
    color: #fff;
}*/



    .footer p {
        font-size: 16px;
    }

    .footer a {
        text-decoration: none;
    }

.blazored-typeahead {
    height: 40px;
}

.nav.nav-pills.flex-column {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    border: 1px solid #f2f2f2;
    padding: 10px 5px;
}

.bodyClass {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    border: 1px solid #f2f2f2;
    padding: 10px 15px 40px;
}

/*All button CSS*/
.view i,
.edit i,
.history i,
.changePass i,
.print i {
    width: 25px;
    height: 25px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 6px;
    background-color: #4747a1 !important;
}
.truck i {
    width: 26px;
    height: 26px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 6px;
    background-color: #4747a1 !important;
}
/*.cross i {
    background-color: #c00 !important;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 8px;
}*/
.cross i {
    background-color: #c00 !important;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 7px;
}
button {
    background-color: transparent;
}

.cross,
.changePass {
    border: none;
}
    .truck i:hover,
    .history i:hover,
    .view i:hover,
    .edit i:hover,
    .changePass i:hover,
    .print i:hover {
        background-color: #396 !important;
        color: white !important;
        border-radius: 50%;
    }
.deleteBtn,
.addBtn,
.saveBtn,
.updateBtn {
    padding: 10px 30px;
    border-radius: .35rem;
    border: none;
    background-color: #98BDFF;
    transition: all .3s ease-in-out;
}
    .addBtn:hover,
    .updateBtn:hover{
        background-color: #396 !important;
        color: white !important;
        border: none;
    }
.btn-clear {
    width: 40px;
    height: 40px;
}

    .btn-clear img {
        width: 25px;
    }

#selectDSModal .modal-body button {
    padding: 12px 15px;
    font-size: 15px;
    font-weight: bold;
    border: .1px solid #6e6e74; /* Transparent border, will update with each button's color */
    border-radius: 8px;
    width: 100%;
    color: white;
    background-size: 200% 200%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 10px;
}

    #selectDSModal .modal-body button:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3), 0 8px 18px rgba(0, 0, 0, 0.2);
        border-color: #fff; /* Border changes to white on hover */
    }

    #selectDSModal .modal-body button:active {
        transform: translateY(2px);
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3), inset 0 1px 3px rgba(0, 0, 0, 0.2);
        background-position: right bottom;
    }

/* Button Specific Styles with Borders */
.DSB1 {
    background-color: #0275d8;
    background-image: linear-gradient(to bottom right, #0275d8, #0056b3);
    border-color: #0056b3; /* Border to match gradient */
}

.DSB2 {
    background-color: #77f277;
    background-image: linear-gradient(to bottom right, #77f277, #5bc85c);
    border-color: #5bc85c;
}

.DSB3 {
    background-color: #5bc0de;
    background-image: linear-gradient(to bottom right, #5bc0de, #39a0b7);
    border-color: #39a0b7;
}

.DSB4, .DSB12, .DSB14 {
    background-color: #FFBF00;
    background-image: linear-gradient(to bottom right, #FFBF00, #ff9f00);
    border-color: #ff9f00;
}

.DSB5, .DSB6 {
    background-color: #53a653;
    background-image: linear-gradient(to bottom right, #53a653, #409c40);
    border-color: #409c40;
}

.DSB7, .DSB8, .DSB9, .DSB10, .DSB13, .DSB16, .DSB17 {
    background-color: #d9534f;
    background-image: linear-gradient(to bottom right, #d9534f, #c9302c);
    border-color: #c9302c;
}

.DSB11 {
    background-color: #FF00FF;
    background-image: linear-gradient(to bottom right, #FF00FF, #cc00cc);
    border-color: #cc00cc;
}

.DSB15 {
    background-color: #ffa53d;
    background-image: linear-gradient(to bottom right, #ffa53d, #e28f30);
    border-color: #e28f30;
}

.DSB18 {
    background-color: #fc7703;
    background-image: linear-gradient(to bottom right, #ffa53d, #e28f30);
    border-color: #e28f30;
}


label {
    margin: 10px 0;
    font-weight: 500 !important;
    font-size: 18px;
}

.select2 {
    width: 100% !important;
}

/*Delivery Status CSS*/
#searchProductModal .card,
#waitingModal .card {
    max-height: 490px;
    overflow-y: scroll;
}
#waitingModal .steps-container,
#searchProductModal .steps-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#waitingModal .step,
#searchProductModal .step {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 90px;
}


#waitingModal .status,
#searchProductModal .status {
    width: 200px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}
#waitingModal .step.active .red-circle {
    background-color: #c00;
    color: white;
    border: 1px solid #c00;
}
#waitingModal .step.active .circle,
#searchProductModal .step.active .circle {
    background-color: #68A900;
    color: white;
    border: 1px solid #68A900;
}

#waitingModal .step .red-circle,
#waitingModal .step .circle,
#searchProductModal .step .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 2px solid #ccc;
    background-color: #ccc;
    border-radius: 50%;
    z-index: 1;
}

#waitingModal .red-circle img {
    width: 35px;
    padding: 5px;
}
#waitingModal .circle img,
#searchProductModal .circle img {
    width: 34px;
    padding: 6px;
}

.line {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 2px;
    height: 100%; /* or a fixed height if needed */
    z-index: 0;
    background-color: #e9ecef;
}

    .line.active {
        background-color: #60a917;
        height: 100px; /* Example fixed height for the active line */
    }
#waitingModal .step-left .status,
#searchProductModal .step-left .status {
    position: absolute;
    left: 0;
    text-align: left;
}

#waitingModal .step-right .status,
#searchProductModal .step-right .status {
    position: absolute;
    right: 0;
    text-align: right;
}

#waitingModal .line.active,
#searchProductModal .line.active {
    background-color: #60a917;
}

#waitingModal .date,
#waitingModal .status,
#searchProductModal .date,
#searchProductModal .status {
    flex: 1;
    text-align: center;
}

#waitingModal .step-label,
#searchProductModal .step-label {
    margin-top: 10px;
}

#waitingModal .steps-container,
#searchProductModal .steps-container {
    position: relative;
}

    #waitingModal .steps-container .step:last-child .line,
    #searchProductModal .steps-container .step:last-child .line {
        display: none;
    }



/* Register form*/

.reg-container{
    width: 40%;
    margin: 70px auto;
}
/*Dashboard CSS*/
.dashboard {
    gap: 20px;
}

.card {
    border-radius: 6px !important;

}
/*new added*/
.dashboard .card,
.dashboard2 .card {
    background-color: #dad7eb;
    height: 125px;
    text-align: center;
    justify-content: center;
    border-top-left-radius: .375em !important;
    border-bottom-left-radius: .375em !important;
    border-top-right-radius: .375em !important;
    border-bottom-right-radius: .375em !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.card-header h5 {
    font-size: 20px;
}

.card-header {
    background-image: linear-gradient(to right, #7878B3 0%, #5454AA 51%, #7373BD 100%);
    color: white;
    padding: 0.75rem 1.25rem!important;
}
.card-body{
    padding: 1.25rem;
}

.dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.dashboard2 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .dashboard2 .card {
        width: 357px
    }
.dashboard2 .card-body,
.dashboard .card-body {
    display: flex;
    justify-content: space-between;
}
    .dashboard2 .card-body .card-icon,
    .dashboard .card-body .card-icon {
        font-size: 3em !important;
        color: #4747A1 !important;
    }
    .dashboard2 .card-body .card-text,
    .dashboard .card-body .card-text {
        margin: auto 0;
    }

.card-header-title {
    font-weight: 600;
    color: white;
    font-size: 20px;
}

.card-header h5 {
    margin: auto 0;
    color: white;
}

.chartHeader {
    border-bottom: 0;
}


.btn-grad {
    background-color: #dad7eb;
    margin: 0px 2px;
    padding: 5px 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    box-shadow: 1px 1px 2px #7878B3;
    border-radius: 6px;
    display: block;
    border: .5px solid #4747A1;
}

    .btn-grad:hover {
        background-color: #396;
        color: white;
    }


/*    User datails list > details css*/
tbody tr td img {
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease
}

tbody tr td .productImg:hover {
    transform: scale(2)
}

.product-list-table tr td {
    text-align: left
}

.product-list-table tr {
    border-bottom: 1px solid #ccc
}
/*.shipment-details,*/
.product-details {
    width: 70%;
    margin: 0 auto
}

.product-list-table tr:first-child td {
    width: 5%
}
/*Create user css*/
/*.create-user-container{
    margin: 0 100px;
}*/

/*user list css*/
.userlist-action-col{
    width: 12% !important;
}
/*Shipment list*/
#flexCheckDefault1,
#flexCheckDefault2 {
    width: 1.2em;
    height: 1.2em;
}
.shipmentlist-action-col{
    width: 200px;
}
.excel-button-section{
    text-align: end;
}

/*Edit Shipment*/

.toggle-button-cover {
    display: table-cell;
    position: relative;
    height: 40px;
    box-sizing: border-box;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

    .button-cover .button {
        position: relative;
        top: 50%;
        /*    width: 81px;
    height: 39px;*/
        width: 92px;
        height: 42px;
        margin: -20px auto 0 auto;
        overflow: hidden;
    }

.button.r,
.button.r .layer {
    border-radius: 0.375rem;
}

    .button.b2 {
        border-radius: 2px;
    }

.button-cover .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.button-cover .layer {
    width: 100%;
    background-color: #fcebeb;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: "No";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #d9534f;
    border-radius: 0.375rem;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
    content: "Yes";
    left: 53px;
    background-color: #53a653;
}

#button-1 .checkbox:checked ~ .layer {
    background-color: #d8efd5;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.3s ease all;
}


/*settings css*/
#reservedCheckbox{
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 10px;
}
@media (max-width: 1536px) {
    #quarterrange,
    #reportrange {
        font-size: 15px;
    }
    #dStatusBtn{
        font-size: 11px;
    }
/*    .shipmentlist-action-col{
        width: 200px !important;
    }*/
}
@media(max-width: 1366px) {
    .reg-container {
        width: 47%;
        margin: 16px auto 50px auto;
    }
    /*user list css*/
    .userlist-action-col {
        width: 15% !important;
    }
    .shipmentlist-action-col {
        width: 250px !important;
    }
    .rejected-btn{
        font-size: 12px;
    }
    #flexCheckDefault1,
    #flexCheckDefault2 {
        position: absolute;
        /*        left: 21px;*/
    }

}

@media(max-width: 1280px) {
    .reg-container {
        width: 47%;
        margin: 50px auto 50px auto;
    }
      
}
@media (min-width: 1025px) and (max-width: 1280px){
    #quarterrange,
    #reportrange {
        font-size: 14px;
    }
}
@media(min-width: 1025px) {

    #legend-container {
        width: 328px;
        height: 289px;
        margin: 0 auto;
    }

    .bar-chart-container {
        height: 257px;
    }
    .shipment-input-section {
        position: relative;
        z-index: 2;
        width: 82%;
        top: 48px;
    }
  /*  .shipment-input-section {
        position: absolute;
        z-index: 2;
        display: inline-flex;
        gap: 10px;
    }*/
    .excel-button-section #deliveryStatusBtn {
        margin-bottom: -35px !important;
    }

}
@media(min-width:1024px){
/*    .shipment-input-section {

        display: inline-flex;
        gap: 10px;
    }*/
    #quarterrange,
    #reportrange {
        font-size: 16px;
    }
}
@media(min-width: 768px){
    #selectDSModal .modal-dialog {
        width: 450px;
    }
  
}
@media(min-width: 769px){
/*    .shipment-container{
        margin: 10px 100px;
    }*/
/*    .edit-user-container {
        margin: 10px 100px;
    }*/
}

@media (max-width: 1024px){
    #legend-container {

        height: 242px;
        margin: 0 auto;
    }
 /*   .bar-chart-container {
        height: 208px;
    }*/
    .reg-container {
        width: 70%;
        margin: 20px auto;
    }
    label{
        font-size: 16px;
    }
  
    /*user list css*/
/*    .userlist-action-col {
        width: 20% !important;
    }*/

/*    #shipmentForm span{
        font-size: 14px;
    }*/

 
}
@media(min-width: 769px) and (max-width: 1024px){
    #reservedLabel {
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    .reg-container {
        width: 80%;
        margin: 100px auto;
    }
/*    .shipment-input-section #reportrange{
        text-align: center;
    }*/
    .shipment-input-section .form-group:first-child{
        margin: 0 auto;

    }

    .create-user-container{
        margin: 0 10px;
    }
    .dashboard {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .excel-button-section {
        text-align: center;
    }
}
@media( max-width: 600px){
    .lockout-div{
        width: 100% !important
    }
    .lockoutbtn{
        width: 14%;
    }
    .lockoutbtn button {
        width: 100% !important;
    }
    .modal {
        margin-top: 4rem !important;
    }
    .dashboard,
    .dashboard2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

        .dashboard2 .card {
            width: 356px;
        }
    .dashboard .card-body .card-text,
    .dashboard2 .card-body .card-text {
        margin: auto 0;
        width: 44%;
    }
    .chart-container h6 {
        font-size: 16px !important;
    }
    .card-header h5 {
        font-size: 18px;
    }
    .cross i {
        padding: 5px 6px;
    }

        .shipment-details, .product-details {
        width: 100%;
    }
        .shipment-details p:first-child{
            font-size: 14px;
        }
        .reg-container {
            width: 90%;
            margin: 20px auto 100px auto;
        }

    #searchProductModal .circle img {
        width: 30px;
        padding: 6px;
    }
    #searchProductModal .step .circle {
        width: 35px;
        height: 35px;
    }
    .excel-button-section {
        text-align: center !important;
    }
    #selectDSModal .modal-body button{
        height: 50px;
    }
    #selectDSModal .modal-body button {
        font-size: 10px;
    }
    .addBtn {
        padding: 5px 9px;
        font-size: 16px;
    }
    input#insert,
    input#delivery {
        font-size: 14px !important;
    }
    #waitingModal .step .red-circle,
    #waitingModal .step .circle,
    #searchProductModal .step .circle {
        width: 32px !important;
        height: 32px !important;
    }
    #waitingModal .status,
    #searchProductModal .status {
        width: 134px !important;
        font-size: 10px !important;
    }

        #waitingModal .status span,
        #searchProductModal .status span {
            font-size: 10px !important;
        }
  
    }
@media (min-width: 361px) and (max-width: 600px) {
    .product-list-table tr td {
        text-align: center !important;
        font-size: 13px;
    }
    #quarterrange span,
    #reportrange span {
        font-size: small;
    }

    #results ul {
        width: 262px !important;
    }
    .line {
        top: 12px;
    }

    #waitingModal .step .red-circle, #waitingModal .step .circle, #searchProductModal .step .circle {
        top: 30%;
    }
    }
@media (max-width: 360px){
    .dashboard,
    .dashboard2{
        display: grid;
        grid-template-columns: repeat(1 , 1fr)
    }
        .dashboard2 .card {
            width: 316px;
        }
    .product-list-table tr td {
        text-align: center !important;
        font-size: 10px;
    }


    #results ul {
        width: 216px !important;
    }
    #waitingModal .step, #searchProductModal .step {
        height: 70px;
    }
    #waitingModal .status,
    #searchProductModal .status {
        width: 100px !important;
        font-size: 9px !important;
    }

        #waitingModal .status span,
        #searchProductModal .status span {
            font-size: 8px !important;
        }
    #shipmentForm span {
        font-size: 15px;
    }
    #searchProductModal .card, #waitingModal .card {
        max-height: 406px;
        overflow-y: scroll;
    }
    .line {
        top: 11px;
    }

    #waitingModal .step .red-circle, #waitingModal .step .circle, #searchProductModal .step .circle {
        top: 36%;
    }
    .button-cover .button {
        width: 81px;
        height: 35px;
    }
    #button-1 .checkbox:checked + .knobs:before {
        left: 48px;
    }
    #button-1 .knobs:before {
        top: 2px;
        left: 4px;
        width: 30px;
        height: 30px;
        font-size: 11px;
        padding: 9px 4px;

    }
    label {
        font-size: 14px;
    }
    #quarterrange{
        font-size: 14px;
    }
    }