* {
    padding: 0px;
    margin: 0px;
}

    *, *::before, *::after {
        box-sizing: border-box;
    }

.module {
    box-sizing: border-box;
}

.dash-header {
    border-right: 3px solid gray;
    margin: 10px;
}

select#ctl00_ContentPlaceHolder1_DDL_Plant {
    width: 200px;
}

.main-header h5.mr-2.d-none.d-lg-inline {
    color: #2929bd;
}

.module {
    box-sizing: border-box;
}

.main-header {
    padding: 12px 0px;
    display: table;
    width: 100%;
    z-index: 1002;
    background-color: #fdfdfd;
    border-bottom: 1px solid #c5c0c0;
    /* margin-top: 10px;*/
}

.logo a {
    padding: 6px 0px 6px 0px;
    display: table;
}

img.img-profile.rounded-circle {
    height: 36px;
    width: 36px;
    background-color: #f6f6f6;
    padding: 0px;
}

ul#side-menu {
    margin: 0;
    padding: 0;
}

    ul#side-menu li {
        position: relative;
        display: block;
        border-bottom: 2px solid #ecebeb;
        color: #484848;
    }

        ul#side-menu li a {
            position: relative;
            display: flex;
            padding: 10px 15px;
            vertical-align: middle;
            align-items: center;
            color: #484848;
            font-weight: 500;
            font-size: 14px;
            text-decoration: none;
        }

            ul#side-menu li a span {
                margin: 0;
                padding-left: 18px;
                position: relative;
                display: block;
                vertical-align: middle;
            }

button.btn.header-item.noti-icon.right-bar-toggle.waves-effect {
    background: transparent;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    padding: 9px 0px 0px;
}

.main-header .dropdown-toggle::after {
    display: inline-block;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    right: 5px;
    top: 50%;
    margin-left: 10px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    transition: all .3s ease-out;
    width: .4em;
    border-color: currentcolor;
    border-style: solid;
}

.main-container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.datepicker, .opex-select, input {
    height: 32px;
    padding: 5px;
}

ul#side-menu li:last-child {
    border: none;
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    color: #ffffff;
    background: #2fb2c6;
    border-radius: 6px;
    text-decoration: none;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 45px;
}

.logo {
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 86px;
}

button#vertical-menu-btn {
    background: #de5426;
    color: #fff;
    font-size: 25px;
    box-shadow: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 6px;
}

.vertical-menu {
    width: 280px;
    z-index: 1;
    background: #fff;
    border-right: 2px solid #e0dfdf;
    position: fixed;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    overflow-y: scroll;
    height: 100vh;
}

    .vertical-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 0px;
        background-color: #fff;
    }

    .vertical-menu::-webkit-scrollbar {
        width: 5px;
        background-color: #fff;
    }

    .vertical-menu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #eaeaea;
    }

body.sidebar-enable.vertical-collpsed.menushow .vertical-menu {
    /* position: absolute; */
    width: 90px !important;
    z-index: 5;
}

body.sidebar-enable.vertical-collpsed.menushow .main-content {
    margin-left: 90px;
}

.modal-dialog-custome {
    width: 98%;
    max-width: 720px;
    display: table;
}

.main-content {
    margin-left: 280px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.row.dashboard-header .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}

body.sidebar-enable.vertical-collpsed.menushow .vertical-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 25px;
}

.menu-title h2 {
    font-size: 22px;
    margin: 0px;
    align-items: center;
    display: block;
    padding: 15px 0px;
}

.user-details span.username, .user-details span.userrole {
    display: block;
}

.title-v1 {
    font-size: 15px;
    color: #1e3fc4;
    user-select: none;
    -webkit-user-select: none;
}

.user-details {
    display: block;
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 500;
}

.header-section {
    border-bottom: 2px solid #e0dfdf;
    width: 100%;
    display: table;
}

i.bx.bxs-grid.pt-2.mr-2.ml-3.text-dark {
    font-size: 25px;
}


/* New css */


/*----------Sidebar------------*/

@media (max-width: 767px) {

    #sidebar-menu {
        margin-top: 40px;
    }

    .vertical-menu {
        width: 100%;
    }

    body.sidebar-enable.vertical-collpsed.menushow .vertical-menu {
        width: 80px !important;
        height: 100%;
    }

    body.sidebar-enable.vertical-collpsed.menushow .main-content {
        margin-left: 90px !important;
    }
}

.copyright {
   font-size: 13px;
    text-align: center;
    color: #000;
}

@media (max-width: 991px) {
    .opex-btn {
        margin: 1px 0px;
    }

    .form-group input, .form-group select {
        max-width: 100% !important;
    }
}

table.dataTable tbody tr.selected {
    background-color: #e0dfdf !important;
}
/* Login Form  */

span.forgot {
    float: right;
    color: #4bb074;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bolder;
}

span.check label {
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.form-group {
    width: 60%;
    margin: 15px auto;
}

.submit-btn {
    width: 44%;
    height: 45px;
    margin-right: 20px;
    background-color: #7ebe35;
    background-image: linear-gradient(to bottom, #9fdf36e8, #45a56199) !important;
    font-family: sans-serif;
    margin-bottom: 30px;
}

.action-btn {
    text-align: center;
    width: 60%;
    margin: 20px auto;
}

form.form-type {
    width: 100%;
    margin: auto;
}

.form-title {
    width: 100%;
    margin: auto;
}

    .form-title h1 {
        font-family: 'roboto';
        font-weight: 400;
        text-align: center;
    }

    .form-title img {
        padding-bottom: 0px;
        width: 50%;
        padding-top: 20px;
        max-width: 300px;
    }

.form-footer {
    clear: both;
    text-align: center;
}

.btn-success a {
    color: #fff;
    /* background-color: #5cb85c; */
    /* border-color: #4cae4c; */
    text-decoration: none;
}

.right-form {
    background-image: url("../images/rightimg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-blend-mode: overlay;
}

.info-section {
    padding-top: 19em;
    padding-left: 5em;
}

    .info-section h1 {
        color: #fff;
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 48px;
        letter-spacing: 1px;
    }

.form-logo {
    text-align: center;
}

.info-section p {
    color: #fff;
    font-family: 'Roboto';
    letter-spacing: 1px;
    font-size: 20px;
    padding-top: 7px;
    margin: 0;
}

.left-form {
    top: 8em;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

table.display.dataTable.no-footer {
    width: 100% !important;
}

.opex-label {
   font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    /*  color: #151414;*/
    color: Navy;
    padding-right: 5px;
    margin-bottom: 0px;
    user-select: none;
    -webkit-user-select: none
}

.opex-select, input, input.datepicker, .form-group input, .form-group select {
   font-size: 13px;
    color: #3f3e3e;
    font-weight: 500;
    border: 2px solid #e0dfdf;
    border-radius: 0;
}

.opex-btn {
    background: #2fb2c6;
    padding: 3px 10px;
    font-size: 16px;
}

li.cus_li_button {
    padding: 10px 15px;
}

.footer-text {
    text-align: center;
    color: #006e2c !important;
    margin-left: 20px;
}

.opex-save {
    background: #2fb2c6;
    color: #fff;
    line-height: 11px;
}

.opex-cancel {
    background: #000;
    color: #fff;
    line-height: 11px;
}

/*Form CSS*/
.registration, .dispatch-asn {
    display: flex;
    width: 100%;
    align-items: center;
}

.registration-box, .dispatch-asn-box {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 3em;
    width: 100%;
}

h1.form-title {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}

.form-group {
    width: 100%;
    margin: 0 !important;
    padding: 0px 0px 2px;
    display: table;
}

    .form-group label {
        font-size: 14px;
        letter-spacing: 0px;
        display: block;
        width: 100%;
        max-width: 180px;
        float: left;
        margin: 0;
        font-family: inherit;
        font-weight: 400;
    }

    .form-group input, .form-group select {
        width: 100%;
        margin: 0;
        float: left;
    }

.contact-person {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 1em;
}

    .contact-person .form-group {
        padding-bottom: 0;
    }

    .contact-person .form-group {
        display: block;
    }

        .contact-person .form-group label {
            max-width: 100%;
            display: block;
            padding-bottom: 10px;
            line-height: inherit;
        }

        .contact-person .form-group input {
            width: 100%;
            max-width: 100%;
        }

.contact-person-title h3 {
    margin: 0;
    font-size: 20px;
    padding-bottom: 20px;
}

.form-submit-field {
    padding-top: 40px;
    text-align: center;
}

    .form-submit-field input {
        max-width: 150px;
        display: inline-block;
        color: #fff;
        border: 0;
        margin: 0 40px;
        float: none;
        width: 100%;
    }

.aallcaps {
    text-transform: uppercase;
}

.bfirstcaps {
    text-transform: capitalize;
}

.dallsmall {
    text-transform: lowercase;
}

input.save {
    padding: 7px 40px;
    border-radius: 10px;
    background-color: #2fb2c6;
    color: #fff;
    border: 1px solid #2fb2c6;
}

input.cancel {
    padding: 7px 40px;
    border-radius: 10px;
    background-color: #2fb2c6;
    color: #fff;
    border: 1px solid #2fb2c6;
}

.form-group label.error {
    line-height: inherit;
    width: 100%;
    display: block;
    max-width: 100%;
    padding-top: 10px;
    color: #ff0000;
}

span.required-star {
    color: #ff0000;
}

.form-group.label-left label.error {
    padding-left: 180px;
}

#numberhanldingunits1, #numberhanldingunits2, #qtyperhu1, #qtyperhu2 {
    max-width: 125px;
    margin-right: 10px;
}

#numberhanldingunits2, #qtyperhu2 {
    margin-right: 0px;
}

.form-file-group label {
    width: 100%;
    max-width: 100%;
}

.vertical-menu {
    width: 280px;
    z-index: 1;
    background: #fff;
    border-right: 2px solid #e0dfdf;
    position: fixed;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    overflow-y: scroll;
    height: 100%;
}

    .vertical-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 0px;
        background-color: #fff;
    }

    .vertical-menu::-webkit-scrollbar {
        width: 5px;
        background-color: #fff;
    }

    .vertical-menu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #eaeaea;
    }

.page-content {
    padding: 5px 10px;
    width: 100%;
    display: block;
}

.br-v1 {
    position: relative;
}

    .br-v1:before {
        position: absolute;
        border-right: 2px solid #e0dfdf;
        content: "";
        right: 0;
        width: 2px;
        height: 100%;
        top: 0;
    }

.user-details span.username, .user-details span.userrole {
    display: block;
}

.title-v1 {
    font-size: 15px;
    color: #1e3fc4;
    user-select: none;
    -webkit-user-select: none;
}

.user-details {
    display: block;
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 500;
}

.header-section {
    border-bottom: 2px solid #e0dfdf;
    width: 100%;
    display: table;
}

.fillter {
    width: 100%;
    display: table;
    border-bottom: 2px solid #e0dfdf;
    padding: 6px 0px;
}

body .logoitem.logo-side {
    display: none;
}

body.menushow .logoitem.logo-side {
    display: block;
    margin: 15px 0px;
}

body .logoitem.logo-side-full {
    display: block;
}

body.menushow .logoitem.logo-side-full {
    display: none;
}

td.popup {
    display: inline-flex;
    align-content: space-around;
    flex-wrap: nowrap;
}

.qr-popup {
    display: inline-flex;
}

.modal-backdrop {
    position: relative;
}
/*Login Page*/
.login-box {
    display: flex;
    align-items: center;
    height: 100vh;
}

.login-title {
    text-align: center;
    user-select: none !important;
    -webkit-user-select: none;
}

.login-form .form-group label {
    display: block;
    padding-bottom: 5px;
    width: 100%;
    max-width: 100%;
    line-height: inherit;
}

.login-form .form-group input {
    width: 100%;
    max-width: 100%;
}

.login-logo {
    text-align: center;
    padding: 20px 0;
}

.login-left-box {
    max-width: 350px;
    margin: 0 auto;
}

.login-title h1 {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    margin: 0;
    color: #212529;
    user-select: none !important;
    -webkit-user-select: none;
}

.login-form .form-submit-field {
    padding-top: 10px;
    text-align: center;
}

    .login-form .form-submit-field input {
        max-width: 120px;
        margin: 0 10px;
    }

.form-footer a {
    display: block;
    padding-top: 20px;
}

.login-right-box {
    height: 780px;
    width: 800px;
    background-image: url(../images/mLearidge.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-right-content {
    height: 80%;
    width: 90%;
    background: #6d9a49;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right-inner h2 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 70px;
    padding-bottom: 20px;
}

.login-right-inner p {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}

.login-right-inner {
    width: 80%;
    margin: 0 auto;
}

.qr-code {
    display: none;
}

table.dataTable tbody tr.selected .qr-code {
    display: block;
}


body.sidebar-enable.vertical-collpsed.menushow .page-ftr {
    margin-left: 90px;
}

.copyright {
    color: #484848;
    font-weight: 500;
    font-size: 16x;
}


.profile-name .dropdown-menu {
    border: none;
    border: 1px solid #e0e6ed;
    z-index: 899;
    box-shadow: rgb(113 106 202 / 20%) 0px 0px 15px 1px;
    padding: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: #fff;
}

.profile-name .dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.profile-name ul li .dropdown-menu {
    width: 17.5em;
}

.profile-name ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

    .profile-name ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        position: relative;
    }

        .profile-name ul li a {
            color: #1d1a1a;
            font-size: 20px;
            display: inline-block;
            padding: 0px;
        }

        .profile-name ul li .dropdown-menu a {
            color: #3b3f5c;
            font-size: 14px;
            font-weight: 500;
            padding: 9px 14px;
            text-decoration: none;
        }

            .profile-name ul li .dropdown-menu a svg {
                width: 17px;
                margin-right: 7px;
                height: 17px;
                color: #2fb2c6;
                fill: rgb(250 250 250);
            }

        .profile-name ul li .dropdown-menu {
            position: static;
            float: none;
        }

.page-ftr {
    position: relative;
    display: block;
    width: auto;
    margin-left: 280px;
    padding: 8px 30px;
    font-size: 14px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 0 -2px 8px 0px rgb(51 51 51 / 10%);
    width: 100%;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}



html {
    min-height: 100%
}

body {
    color: #888ea8;
    height: 100%;
    font-size: 0.875rem;
    background: #fafafa;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: 0.0312rem;
    font-family: 'Quicksand', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #3b3f5c;
}

:focus {
    outline: none;
}

::-moz-selection { /* Code for Firefox */
    color: #1b55e2;
    background: transparent;
}

::selection {
    color: #1b55e2;
    background: transparent;
}

p {
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: #515365;
    user-select: none !important;
    -webkit-user-select: none;
}

strong {
    font-weight: 600;
}

code {
    color: #e7515a;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #f1f2f3;
}

/*Page title*/
.menushow div#accordionMenu i.bx.bx-chevron-down {
    margin-left: -6px;
}

div#accordionMenu i.bx.bx-chevron-down {
    margin-left: 3em;
    height: 7px !important;
    color: #2fb2c6 !important;
    width: 0px !important;
    line-height: 11px !important;
    background: #fff !important;
    font-size: 30px !important;
}

.navbar .navbar-item .nav-item.page-heading {
    margin-left: 20px;
}

.navbar.expand-header .navbar-item .nav-item.page-heading {
    margin-left: 25px;
}

.main-container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#container.fixed-header {
    margin-top: 56px;
}

#content {
    width: 50%;
    flex-grow: 8;
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 255px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.main-container-fluid > .main-content > .container {
    float: left;
    width: 100%
}

#content > .wrapper {
    -webkit-transition: margin ease-in-out .1s;
    -moz-transition: margin ease-in-out .1s;
    -o-transition: margin ease-in-out .1s;
    transition: margin ease-in-out .1s;
    position: relative
}

.widget {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
}

.layout-top-spacing {
    margin-top: 20px;
}

.layout-spacing {
    padding-bottom: 40px;
}

.layout-px-spacing {
    padding: 0 20px 0 20px !important;
    min-height: calc(100vh - 140px) !important;
}

.widget.box .widget-header {
    background: #fff;
    padding: 0px 8px 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.row [class*="col-"] .widget .widget-header h4 {
    color: #3b3f5c;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 16px 15px;
}

.seperator-header {
    background: transparent;
    box-shadow: none;
    margin-bottom: 40px;
    border-radius: 0;
}

    .seperator-header h4 {
        color: #888ea8;
        margin-bottom: 0;
        display: inline-block;
        border: 2px dashed #888ea8;
        line-height: 1.4;
        padding: 3px 6px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 4px;
        letter-spacing: 1px;
    }

.widget .widget-header {
    border-bottom: 0px solid #f1f2f3;
}

    .widget .widget-header:before,
    .widget .widget-header:after {
        display: table;
        content: "";
        line-height: 0
    }

    .widget .widget-header:after {
        clear: both
    }

.widget-content-area {
    padding: 20px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.content-area {
    max-width: 58.333333%;
    margin-left: 80px;
}

table td {
    color: #3a3a3a;
}

/* 
=====================
    Navigation Bar
=====================
*/
.panel.panel-default {
    display: table;
}

.header-container {
    z-index: 1030;
}

.navbar {
    padding: 0;
    min-height: 80px;
    background: #445ede;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

    .navbar.expand-header {
        padding: 0
    }

.navbar-brand {
    width: 5.5rem;
    padding-top: 0.0rem;
    padding-bottom: 0.0rem;
    margin-right: 0.0rem;
}

.navbar .border-underline {
    border-left: 1px solid #ccc;
    height: 20px;
    margin-top: 18px;
    margin-left: -5px;
    margin-right: 8px;
}

.navbar-expand-sm .navbar-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header-container .navbar-nav.theme-brand {
    width: 255px;
    height: 80px;
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-right: 1px solid #445ede;
    background-image: linear-gradient(to right, #445ede 0%, #304aca 100%);
}

    .header-container .navbar-nav.theme-brand .theme-logo {
        align-self: center;
        opacity: 1;
        width: 47px;
    }

        .header-container .navbar-nav.theme-brand .theme-logo img {
            width: 48px;
            height: 48px;
        }

.header-container .navbar-nav .theme-text {
    align-self: center;
    opacity: 1;
    width: 68px;
}

    .header-container .navbar-nav .theme-text a {
        padding: 0;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0px;
    }

.header-container .toggle-sidebar {
    align-self: center;
}

.header-container .sidebarCollapse svg {
    width: 27px;
    height: 27px;
    color: #fff;
    stroke-width: 2px;
}

.navbar-expand-sm .navbar-item .nav-link {
    line-height: 2.75rem;
    padding: 6.24px 9.6px;
    text-transform: initial;
    position: unset;
}

.custom-dropdown .dropdown-item.active svg, .custom-dropdown .dropdown-item:active svg, .custom-dropdown .dropdown-item:hover svg, .custom-dropdown-icon .dropdown-item.active svg, .custom-dropdown-icon .dropdown-item:active svg, .custom-dropdown-icon .dropdown-item:hover svg {
    color: #304aca;
    fill: rgba(48, 74, 202, 0.30980392156862746) !important;
}

.navbar .dropdown-menu {
    border-radius: 6px;
    border-color: #e0e6ed;
}

.navbar .dropdown-item {
    line-height: 1.8;
    font-size: 0.96rem;
    padding: 15px 0 15px 0;
    word-wrap: normal;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span {
    color: #5c1ac3 !important;
}

    .navbar .navbar-item .nav-item.dropdown.show a.nav-link span.badge {
        background-color: #888ea8 !important;
    }

.navbar .navbar-item .nav-item .dropdown-item.active,
.navbar .navbar-item .nav-item .dropdown-item:active {
    background-color: transparent;
    color: #16181b;
}

.navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
    color: #5c1ac3 !important;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu {
    top: 109%;
    border-radius: 0;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31,45,61,.1);
    box-shadow: 0 10px 30px 0 rgba(31,45,61,.1);
    background: #fff;
    border: 1px solid #e0e6ed;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .navbar .navbar-item .nav-item.dropdown .dropdown-menu .dropdown-item {
        border-radius: 6px;
    }

/*   apps   */

.navbar .apps-dropdown {
    align-self: center;
    margin-left: 21px;
}
    /*   apps Dropdown  */

    .navbar .apps-dropdown .custom-dropdown-icon {
        margin-right: 20px;
    }

        .navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle {
            position: relative;
            padding: 14px 17px 14px 10px;
            border: 1px solid #304aca;
            border-radius: 6px;
            transform: none;
            font-size: 11px;
            line-height: 17px;
            background-color: #304aca;
            letter-spacing: normal;
            min-width: 128px;
            text-align: inherit;
            color: #fff;
            box-shadow: none;
            max-height: 50px;
            letter-spacing: 1px;
        }

            .navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle img {
                width: 17px;
                height: 17px;
                margin-right: 9px;
            }

            .navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle svg:not(.feather-chevron-down) {
                margin-right: 9px;
                stroke-width: 1;
                width: 17px;
                height: 17px;
            }

            .navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle svg.feather-chevron-down {
                position: absolute;
                right: 4px;
                top: 16px;
                color: #fafafa;
                width: 13px;
                height: 13px;
                margin: 0;
                -webkit-transition: -webkit-transform .2s ease-in-out;
                transition: -webkit-transform .2s ease-in-out;
                transition: transform .2s ease-in-out;
                transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
            }

        .navbar .apps-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg.feather-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu {
            position: absolute;
            left: 0px;
            top: 56px !important;
            padding: 8px 0;
            border: none;
            min-width: 155px;
            border: 1px solid #d3d3d3;
        }

            .navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a {
                padding: 4px 24px;
                font-size: 13px;
                font-weight: 600;
                color: #888ea8;
                letter-spacing: 0px;
                line-height: 27px;
            }

                .navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a svg {
                    fill: rgba(136, 142, 168, 0.23137254901960785);
                    stroke-width: 1px;
                }

                .navbar .apps-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
                    background-color: transparent;
                    color: #3b3f5c;
                    border-radius: 0 !important;
                }


/*   Language   */

.navbar .language-dropdown {
    align-self: center;
}
    /*   Language Dropdown  */

    .navbar .language-dropdown .custom-dropdown-icon {
        margin-right: 20px;
    }

        .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle {
            position: relative;
            padding: 14px 17px 14px 10px;
            border: 1px solid #304aca;
            border-radius: 6px;
            transform: none;
            font-size: 11px;
            line-height: 17px;
            background-color: #304aca;
            letter-spacing: normal;
            min-width: 98px;
            text-align: inherit;
            color: #fff;
            box-shadow: none;
            max-height: 50px;
            letter-spacing: 1px;
        }

            .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
                width: 17px;
                height: 17px;
                margin-right: 9px;
                display: none;
            }

            .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
                position: absolute;
                right: 4px;
                top: 16px;
                color: #fafafa;
                width: 13px;
                height: 13px;
                margin: 0;
                -webkit-transition: -webkit-transform .2s ease-in-out;
                transition: -webkit-transform .2s ease-in-out;
                transition: transform .2s ease-in-out;
                transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
            }

        .navbar .language-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu {
            position: absolute;
            right: 1px;
            top: 56px !important;
            padding: 8px 8px;
            border: none;
            min-width: 155px;
            border: 1px solid #d3d3d3;
        }

            .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu a {
                padding: 8px 7px;
                font-size: 13px;
                font-weight: 500;
                color: #3b3f5c;
            }

                .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
                    background-color: #ebedf2;
                    color: #1b55e2;
                }

            .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu img {
                width: 17px;
                height: 17px;
                margin-right: 7px;
                vertical-align: sub;
            }

/*Message Dropdown*/
.navbar .navbar-item .nav-item.dropdown.message-dropdown {
    margin-left: 20px;
}

    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
        font-size: 20px;
        padding: 6px 0;
    }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:after {
            display: none;
        }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
            color: #e0e6ed;
        }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link span.badge {
            position: absolute;
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            padding: 0;
            font-size: 10px;
            color: #fff !important;
            background: #e2a03f;
            border: 1px solid #e2a03f;
            top: 15px;
            right: -3px;
        }

    .navbar .navbar-item .nav-item.dropdown.message-dropdown.double-digit .nav-link span.badge {
        top: 11px;
        right: 1px;
        width: 22px;
        height: 22px;
        padding: 3px 3px 0px;
        font-size: 9px;
    }

    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
        min-width: 13rem;
        right: -15px;
        left: auto;
        padding: 10px !important;
    }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item {
            padding: 8px 7px;
            border: 1px solid #fff;
        }

            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.active,
            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:active {
                background-color: transparent;
            }

            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
                border-bottom: 1px solid #e0e6ed;
            }

            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:focus,
            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover {
                background-color: transparent;
            }

            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:first-child {
                padding-top: 8px;
            }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
            right: 17px;
        }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:last-child {
            padding-bottom: 8px;
            cursor: pointer;
        }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media {
            margin: 0;
        }

            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar {
                position: relative;
                display: inline-block;
                width: 39px;
                height: 39px;
                font-size: 14px;
                margin-right: 11px;
                font-weight: 500;
            }

                .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar .avatar-title {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    height: 100%;
                    background-color: #304aca;
                    color: #fff;
                    font-weight: 600;
                }

            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media img {
                width: 40px;
                height: 40px;
                margin-right: 11px;
            }

            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
                font-size: 15px;
                margin-bottom: 0px;
                color: #0e1726;
                font-weight: 500;
            }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover .media-body h5.usr-name {
            color: #445ede;
        }

        .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body {
            align-self: center;
        }

            .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body p.msg-title {
                font-size: 10px;
                font-weight: 700;
                color: #888ea8;
                margin-bottom: 0;
                letter-spacing: 0;
            }

/*Notification Dropdown*/
.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
    margin-left: 20px;
}

    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link {
        font-size: 21px;
        padding: 6px 0;
    }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:after {
            display: none;
        }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
            color: #e0e6ed;
        }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
            position: absolute;
            top: 15px;
            right: -3px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            padding: 3px 0px 0px;
            font-size: 10px;
            color: #fff !important;
            background: #25d5e4;
            display: block;
            border: 1px solid #25d5e4;
        }

    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
        min-width: 15rem;
        right: -5px;
        left: auto;
    }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item {
            padding: 0.625rem 1rem;
            cursor: pointer;
        }

            .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:focus,
            .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:hover {
                background-color: #ebedf2;
            }

            .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
                border-bottom: 1px solid #ebedf2;
            }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media {
            margin: 0;
        }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu svg {
            width: 23px;
            height: 23px;
            font-weight: 600;
            color: #e2a03f;
            fill: rgba(226, 160, 63, 0.27058823529411763);
            margin-right: 9px;
            align-self: center;
        }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.file-upload svg {
            color: #e7515a;
            fill: rgba(231, 81, 90, 0.23921568627450981);
        }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.server-log svg {
            color: #009688;
            fill: rgba(0, 150, 136, 0.3686274509803922);
        }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media-body {
            display: flex;
            justify-content: space-between;
        }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info {
            display: inline-block;
            white-space: normal;
        }

            .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
                margin-bottom: 0;
                font-weight: 600;
                font-size: 14px;
                margin-right: 8px;
            }

            .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info p {
                margin-bottom: 0;
                font-size: 13px;
                font-weight: 600;
                color: #888ea8;
            }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status {
            display: inline-block;
            white-space: normal;
        }

            .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg {
                margin: 0;
            }

                .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x {
                    color: #bfc9d4;
                    width: 19px;
                    height: 19px;
                    cursor: pointer;
                }

                    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x:hover {
                        color: #e7515a;
                    }

                .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-check {
                    color: #fff;
                    background: #0d9a5d;
                    border-radius: 50%;
                    padding: 3px;
                    width: 22px;
                    height: 22px;
                }

/* Search */

.navbar .navbar-item.search-ul {
    margin-left: auto;
    margin-right: 15px;
}

.navbar .navbar-item .nav-item.search-animated {
    position: relative;
    margin-left: 20px;
}

    .navbar .navbar-item .nav-item.search-animated svg {
        display: none;
    }

.navbar .navbar-item .nav-item form.form-inline input.search-form-control {
    width: 100%;
   font-size: 13px;
    border: none;
    border-radius: 8px;
    color: #bfc9d4;
    letter-spacing: 1px;
    padding: 0px 4px 0px 20px;
    height: 36px;
    font-weight: 600;
}

    .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus {
        box-shadow: 0 0.1px 0.4px rgba(0, 0, 0, -0.021), 0 0.1px 1.1px rgba(0, 0, 0, -0.035), 0 0.3px 2px rgba(0, 0, 0, -0.038), 0 0.4px 3.6px rgba(0, 0, 0, -0.025), 0 0.8px 6.7px rgba(0, 0, 0, 0.023), 0 2px 16px rgba(0, 0, 0, 0.14);
    }

.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    border: 1px solid #304aca;
    width: 100%;
    width: 425px;
    height: 50px;
    background: #304aca;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-webkit-input-placeholder {
    color: #bfc9d4;
    letter-spacing: 1px;
    font-size: 12px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-ms-input-placeholder {
    color: #bfc9d4;
    letter-spacing: 1px;
    font-size: 12px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-moz-placeholder {
    color: #bfc9d4;
    letter-spacing: 1px;
    font-size: 12px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-webkit-input-placeholder {
    color: #888ea8;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-ms-input-placeholder {
    color: #888ea8;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-moz-placeholder {
    color: #888ea8;
}

.search-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent !important;
    z-index: 814 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .search-overlay.show {
        display: block;
        opacity: .1;
    }

/* User Profile Dropdown*/
.navbar .navbar-item .nav-item.user-profile-dropdown {
    margin-left: 20px;
    margin-right: 16px;
}

    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section {
        padding: 16px 15px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin-right: -12px;
        margin-left: -12px;
        background: #8989ba;
        margin-top: -1px;
        background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
    }

        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media {
            margin: 0;
        }

            .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                border: none;
            }

            .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body {
                align-self: center;
            }

                .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body h5 {
                    font-size: 14px;
                    font-weight: 500;
                    margin-bottom: 0;
                    color: #fafafa;
                }

                .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body p {
                    font-size: 11px;
                    font-weight: 500;
                    margin-bottom: 0;
                    color: #e0e6ed;
                }

    .navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
        padding: 6px 0;
        font-size: 25px;
    }

.navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after {
    display: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link svg {
    color: #e0e6ed;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
    z-index: 9999;
    max-width: 13rem;
    padding: 0 11px;
    top: 60px;
    left: -140px;
}

    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
        padding: 0;
    }

        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
            display: block;
            color: #3b3f5c;
            font-size: 13px;
            font-weight: 700;
            padding: 9px 14px;
        }

        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active,
        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
            background-color: transparent;
        }

        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
            border-bottom: 1px solid #ebedf2;
        }

        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
            width: 17px;
            margin-right: 7px;
            height: 17px;
            color: #56478e;
            fill: rgba(86, 71, 142, 0.34);
        }

/* 
===============
    Sidebar
===============
*/

.sidebar-wrapper {
    width: 255px;
    position: fixed;
    z-index: 1030;
    transition: .550s;
    top: 80px;
    height: 100vh;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 4px 0 6px 0 rgba(85, 85, 85, 0.08), 1px 0 20px 0 rgba(0, 0, 0, 0.07), 1px 0 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
    border-right: 1px solid #e0e6ed;
}

.sidebar-theme {
    background: #fff;
}

#sidebar .theme-brand .toggle-sidebar {
    align-self: center;
}

    #sidebar .theme-brand .toggle-sidebar svg {
        width: 18px;
        height: 18px;
        color: #fafafa;
        transition: 500ms;
    }

#sidebar * {
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-wrapper .profile-info {
    position: relative;
    padding-bottom: 0;
    background: #fafafa;
}

    .sidebar-wrapper .profile-info * {
        transition: .600s;
    }

    .sidebar-wrapper .profile-info figure {
        width: 100%;
        height: 82px;
        background: url("../img/01.jpg") center center / cover no-repeat;
        margin-bottom: 0;
    }

    .sidebar-wrapper .profile-info .user-info {
        text-align: center;
        padding: 50px 0 0 0;
        height: 105px;
    }

        .sidebar-wrapper .profile-info .user-info img {
            position: absolute;
            top: 34px;
            border-radius: 50%;
            border: 6px solid rgba(235, 237, 242, 0.611764705882353);
            border: 6px solid rgba(68, 94, 222, 0.24);
            left: 0;
            right: 0;
            height: 90px;
            width: 90px;
            margin-right: auto;
            margin-left: auto;
        }

        .sidebar-wrapper .profile-info .user-info h6 {
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 0px;
            margin-top: 0;
            margin-bottom: 0;
            opacity: 1;
        }

        .sidebar-wrapper .profile-info .user-info p {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0;
            opacity: 1;
            color: #888ea8;
        }

#sidebar .theme-brand li.theme-logo {
    align-self: center;
}

    #sidebar .theme-brand li.theme-logo img {
        width: 40px;
        height: 40px;
    }

#sidebar .theme-brand li.theme-text a {
    font-size: 25px !important;
    color: #e0e6ed !important;
    line-height: 2.75rem;
    padding: 0.39rem 0.8rem;
    text-transform: initial;
    position: unset;
    font-weight: 600;
}

#sidebar .navbar-brand .img-fluid {
    display: inline;
    width: 44px;
    height: auto;
    margin-left: 20px;
    margin-top: 5px;
}

.shadow-bottom {
    display: block;
    position: absolute;
    z-index: 2;
    height: 33px;
    width: 100%;
    pointer-events: none;
    margin-top: -13px;
    left: -4px;
    -webkit-filter: blur(5px);
    filter: blur(7px);
    background: -webkit-linear-gradient(#fafafac4 41%,rgba(255, 255, 255, 0.14) 95%,rgba(255, 255, 255, 0));
    background: linear-gradient(#fafafac4 41%,rgba(255, 255, 255, 0.14) 95%,rgba(255, 255, 255, 0));
}

#sidebar ul.menu-categories {
    position: relative;
    padding: 20px 0 20px 0;
    margin: auto;
    width: 100%;
    overflow: auto;
}

    #sidebar ul.menu-categories.ps .ps__rail-y:hover {
        background-color: transparent;
    }

    #sidebar ul.menu-categories.ps:hover > .ps__rail-y .ps__thumb-y {
        background-color: #888ea8;
    }

    #sidebar ul.menu-categories.ps, .sidebar-closed #sidebar:hover ul.menu-categories.ps {
        height: calc(100vh - 282px) !important;
    }

.sidebar-closed #sidebar ul.menu-categories.ps {
    height: calc(100vh - 130px) !important;
}

#sidebar ul.menu-categories li > .dropdown-toggle[aria-expanded="true"] svg.feather-chevron-right {
    transform: rotate(90deg);
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a {
    justify-content: flex-start;
}

    #sidebar ul.menu-categories li.menu:first-child ul.submenu > li a i {
        align-self: center;
        margin-right: 12px;
        font-size: 19px;
        width: 21px;
    }

.sidebar-wrapper ul.menu-categories li.menu.menu-heading > .heading {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    color: #515365;
    padding: 20px 0 20px 12px;
    letter-spacing: 1px;
}

    .sidebar-wrapper ul.menu-categories li.menu.menu-heading > .heading .feather-minus {
        display: none;
        vertical-align: sub;
        width: 12px;
        height: 12px;
        stroke-width: 4px;
        color: #304aca;
    }

#sidebar ul.menu-categories li.menu {
    transition: .600s;
    margin: 0px 15px 3px 15px;
}

    #sidebar ul.menu-categories li.menu > .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        font-size: 13px;
        color: #3b3f5c;
        padding: 14px 10px;
        font-weight: 600;
        transition: .600s;
        border-radius: 6px;
        letter-spacing: 0;
    }

        #sidebar ul.menu-categories li.menu > .dropdown-toggle > div {
            align-self: center;
        }

    #sidebar ul.menu-categories li.menu .dropdown-toggle:after {
        display: none;
    }

    #sidebar ul.menu-categories li.menu > .dropdown-toggle svg {
        color: #888ea8;
        margin-right: 18px;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        stroke-width: 1px;
        fill: rgba(172, 176, 195, 0.35);
        transition: all .2s ease-in-out;
    }

    #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] svg {
        color: #fff;
        fill: rgba(136, 142, 168, 0.2784313725490196);
        stroke-width: 2px;
    }

    #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] span {
        color: #fff;
        border-radius: 12px;
        font-weight: 600;
        position: relative;
        transition: all .2s ease-in-out;
    }

    #sidebar ul.menu-categories li.menu:not(.active) > .dropdown-toggle[aria-expanded="true"] {
        background: #445ede;
    }

    #sidebar ul.menu-categories li.menu:not(.active) > .dropdown-toggle:not([aria-expanded="true"]):hover svg:not(.feather-chevron-right),
    #sidebar ul.menu-categories li.menu:not(.active) > .dropdown-toggle:hover svg:not(.feather-chevron-right) {
        margin-right: 30px;
    }

    #sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right,
    #sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right {
        vertical-align: middle;
        margin-right: 0;
        width: 15px;
    }

    #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] svg.flaticon-right-arrow,
    #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] svg.flaticon-down-arrow {
        background-color: transparent;
    }

    #sidebar ul.menu-categories li.menu > a span:not(.badge) {
        vertical-align: middle;
    }

#sidebar ul.menu-categories ul.submenu > li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 12px 15px 48px;
    padding-left: 61px;
    font-size: 13px;
    font-weight: 500;
    color: #1b2e4b;
}

#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
    content: '';
    background-color: #d3d3d3;
    position: absolute;
    height: 3px;
    width: 3px;
    top: 22.5px;
    left: 50px;
    border-radius: 50%;
}

#sidebar ul.menu-categories li.menu ul.submenu > li.active a:before {
    background-color: #445ede;
}

#sidebar ul.menu-categories ul.submenu > li.active a {
    color: #304aca;
    font-size: 14px;
    font-weight: 700;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle {
    background: #304aca;
}

    #sidebar ul.menu-categories li.menu.active > .dropdown-toggle svg.feather-chevron-right {
        transform: rotate(90deg);
    }

    #sidebar ul.menu-categories li.menu.active > .dropdown-toggle[aria-expanded="false"] svg {
        color: #fff;
        stroke-width: 2px;
    }

    #sidebar ul.menu-categories li.menu.active > .dropdown-toggle[aria-expanded="false"] span {
        color: #fff;
        font-weight: 600;
    }

#sidebar ul.menu-categories ul.submenu > li a:hover {
    color: #304aca;
}

    #sidebar ul.menu-categories ul.submenu > li a:hover:before {
        background-color: #304aca !important;
    }

#sidebar ul.menu-categories ul.submenu li > [aria-expanded="true"]:before {
    background-color: #304aca !important;
}

#sidebar ul.menu-categories ul.submenu li > a[aria-expanded="true"] {
    color: #304aca;
    font-size: 14px;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a {
    position: relative;
    padding: 10px 12px 10px 48px;
    padding-left: 13px;
    margin-left: 62px;
    font-size: 11px;
    color: #506690;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a {
    color: #304aca;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover {
    color: #304aca;
}

    #sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover:before {
        background-color: #304aca
    }

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:before {
    content: '';
    background-color: #515365;
    position: absolute;
    top: 15px !important;
    border-radius: 50%;
    left: 0;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a:before {
    background-color: #304aca;
}

.sidebar-closed > .sidebar-wrapper {
    width: 54px;
}

.sidebar-closed > #content {
    margin-left: 54px;
}

.sidebar-closed > .sidebar-wrapper .profile-info {
    position: relative;
}

    .sidebar-closed > .sidebar-wrapper .profile-info figure {
        height: 0;
        opacity: 0;
    }

    .sidebar-closed > .sidebar-wrapper .profile-info .user-info {
        text-align: center;
        padding: 50px 0 0 0;
        height: 50px;
    }

        .sidebar-closed > .sidebar-wrapper .profile-info .user-info img {
            top: 10px;
            border: 3px solid rgba(68, 94, 222, 0.24);
            width: 36px;
            height: 36px;
        }

        .sidebar-closed > .sidebar-wrapper .profile-info .user-info h6 {
            opacity: 0;
        }

        .sidebar-closed > .sidebar-wrapper .profile-info .user-info p {
            opacity: 0;
        }

.sidebar-closed #sidebar ul.menu-categories li.menu {
    margin: 0px 8px;
}

.sidebar-closed .sidebar-wrapper ul.menu-categories li.menu.menu-heading > .heading .feather-minus {
    display: inline-block;
}

.sidebar-closed .sidebar-wrapper ul.menu-categories li.menu.menu-heading > .heading {
    padding: 20px 9px 20px 13px;
}

.sidebar-closed > .sidebar-wrapper ul.menu-categories li.menu.menu-heading > .heading span {
    display: none;
}

.sidebar-closed #sidebar ul.menu-categories li.menu > .dropdown-toggle {
    padding: 11px 7px;
    transition: .600s;
    position: relative;
}

    .sidebar-closed #sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right,
    .sidebar-closed #sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right {
        display: none;
    }

.sidebar-closed > .sidebar-wrapper:hover {
    width: 255px;
}

    .sidebar-closed > .sidebar-wrapper:hover .profile-info {
        position: relative;
    }

        .sidebar-closed > .sidebar-wrapper:hover .profile-info figure {
            height: 76px;
            opacity: 1;
        }

        .sidebar-closed > .sidebar-wrapper:hover .profile-info .user-info {
            padding: 50px 0 0 0;
            height: 105px;
        }

            .sidebar-closed > .sidebar-wrapper:hover .profile-info .user-info img {
                top: 34px;
                border: 6px solid rgba(68, 94, 222, 0.24);
                width: 90px;
                height: 90px;
            }

            .sidebar-closed > .sidebar-wrapper:hover .profile-info .user-info h6 {
                opacity: 1;
            }

            .sidebar-closed > .sidebar-wrapper:hover .profile-info .user-info p {
                opacity: 1;
            }

.sidebar-closed #sidebar:hover ul.menu-categories li.menu {
    margin: 0px 15px 3px 15px;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories {
    padding: 20px 0 20px 0;
}

.sidebar-closed .sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading > .heading .feather-minus {
    display: none;
}

.sidebar-closed > .sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading > .heading span {
    display: inline-block;
}

.sidebar-closed > .sidebar-wrapper:hover ul.menu-categories li.menu.menu-heading > .heading {
    padding: 20px 0 20px 20px;
}

.sidebar-closed > .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu > .dropdown-toggle {
    padding: 14px 10px;
    transition: .600s;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:before {
    display: none
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right,
.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right {
    display: inline-block;
}

.sidebar-closed .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] svg {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.4);
    z-index: 1035 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes e-fadeInUp {
    0% {
        opacity: 0;
        margin-top: 10px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes e-fadeInUp {
    0% {
        opacity: 0;
        margin-top: 10px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.fadeInUp {
    -webkit-animation-name: e-fadeInUp;
    animation-name: e-fadeInUp
}

/*  
    ======================
        Footer-wrapper
    ======================
*/

.footer-wrapper {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    background: transparent;
    font-weight: 600;
    font-size: 12px;
    width: 100%;
    border-top-left-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.main-container.sidebar-closed .footer-wrapper {
    border-radius: 0;
}

.footer-wrapper .footer-section p {
    margin-bottom: 0;
    color: #515365;
    font-size: 13px;
    letter-spacing: 1px;
}

    .footer-wrapper .footer-section p a {
        color: #515365;
    }

.footer-wrapper .footer-section svg {
    color: #e7515a;
    fill: rgba(231, 81, 90, 0.4196078431372549);
    width: 15px;
    height: 15px;
    vertical-align: text-top;
}


/*  
    ======================
        MEDIA QUERIES
    ======================
*/

@media (max-width: 991px) {
    .header-container {
        padding-right: 0;
        padding-left: 0;
    }

    /*
        =============
            NavBar
        =============
    */

    .main-container.sidebar-closed #content {
        margin-left: 0;
    }

    .navbar .navbar-item .nav-item.search-animated {
        margin-left: 0;
    }

    .navbar .language-dropdown .custom-dropdown-icon {
        margin-right: 0;
    }

    .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
        width: 189px !important;
    }
    /*
        =============
            Sidebar
        =============
    */
    #content {
        margin-left: 0;
    }

    #sidebar .theme-brand {
        border-radius: 0;
    }

    .sidebar-closed #sidebar .theme-brand {
        padding: 0.9px 12px 0.9px 24px;
    }

    .main-container:not(.sbar-open) .sidebar-wrapper {
        width: 0;
        left: -52px;
    }

    body.alt-menu .sidebar-closed > .sidebar-wrapper {
        width: 0;
        left: -52px;
    }

    .main-container {
        padding: 0;
    }

    #sidebar ul.menu-categories.ps {
        height: calc(100vh - 218px) !important;
    }

    .sidebar-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        border-radius: 0;
    }

    #sidebar {
        height: 100vh !important;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }

    /* display .overlay when it has the .active class */

    .overlay.show {
        display: block;
        opacity: .7;
    }

    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
        right: 80px;
    }

    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
        right: -78px;
        padding: 24px 0;
    }

    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
        right: -39px;
    }

        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu:after {
            right: 42px;
        }

    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
        right: 12px;
    }

        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu::after {
            right: 3px;
        }
}

@media (max-width: 1199px) {
    .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
        width: 220px;
    }
}

@media (min-width: 992px) {
    .sidebar-closed #sidebar .theme-brand li.theme-text a {
        display: none;
    }

    .md-visible {
        display: none;
    }

    .header-container .expand-header .navbar-nav .theme-text {
        opacity: 0;
        width: 0;
        display: none;
    }

    .header-container .expand-header .navbar-nav.theme-brand .theme-logo {
        opacity: 0;
        width: 0;
        display: none;
    }

    .header-container .expand-header .navbar-nav.theme-brand {
        width: 54px;
    }
}

@media (max-width: 991px) {
    .sidebar-wrapper {
        border: none;
        box-shadow: none;
    }

    .md-hidden {
        display: none;
    }

    .header-container .navbar-nav .theme-text {
        display: none;
    }

    .header-container .navbar-nav.theme-brand {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-item.search-ul {
        margin: 0 0 0 auto;
    }

    .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
        opacity: 0;
        transition: opacity 200ms, top 200ms;
    }

    .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
        opacity: 1;
        transition: opacity 200ms, top 200ms;
    }

    .navbar .navbar-item .nav-item .form-inline.search {
        opacity: 0;
        transition: opacity 200ms, top 200ms;
        top: -25px;
    }

        .navbar .navbar-item .nav-item .form-inline.search.input-focused {
            position: absolute;
            bottom: 0;
            top: 0;
            background: #445ede;
            height: 100%;
            width: 100%;
            left: 0;
            right: 0;
            z-index: 32;
            margin-top: 0px !important;
            display: flex;
            opacity: 1;
            transition: opacity 200ms, top 200ms;
        }

    .navbar .navbar-item .nav-item.search-animated {
        position: initial;
        margin-right: 10px;
    }

        .navbar .navbar-item .nav-item.search-animated svg {
            display: block;
            margin: 0;
            cursor: pointer;
            color: #e0e6ed;
            position: initial;
            width: 24px;
            height: 24px;
            transition: top 200ms;
        }

        .navbar .navbar-item .nav-item.search-animated.show-search svg {
            margin: 0;
            position: absolute;
            top: 29px;
            left: 16px;
            width: 22px;
            height: 22px;
            color: #ebedf2;
            z-index: 40;
            transition: top 200ms;
        }

    .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-bar {
        width: 100%;
    }

    .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
        background: transparent;
        display: block;
        padding-left: 50px;
        padding-right: 12px;
        border: none;
        width: 100% !important;
        box-shadow: none;
    }

    .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
        border: none;
        width: 100%;
        display: none;
    }
}

@media (max-width: 575px) {
    .navbar .navbar-item .nav-item.dropdown.message-dropdown,
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown,
    .navbar .navbar-item .nav-item.user-profile-dropdown {
        margin-left: 15px;
    }

    .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle {
        min-width: 35px;
        padding: 8px 8px 8px 8px;
    }

    .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu {
        top: 50px !important;
        right: -119px;
    }

    .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
        margin-right: 0;
        display: block;
    }

    .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle span {
        display: none;
    }

    .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
        display: none;
    }

    .footer-wrapper .footer-section.f-section-2 {
        display: none;
    }
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    padding: 20px;
    margin: 15px 0px;
}

    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top td.day {
        padding: 5px;
        text-align: center;
    }

table.dataTable thead .sorting {
    background-image: url('../images/sort_asc.png') !important;
}

table.dataTable thead .sorting_desc {
    background-image: url('../images/sort_desc.png') !important;
}
/* dialogbox */
.ui-dialog .ui-dialog-title {
    display: none;
}

.edit, .delete {
    font-family: sans-serif;
    padding: 4px 15px;
    /* background: #2fb2c6; */
    /* color: #2fb2c6; */
    font-size: 13px;
    border: none;
    /* border-bottom: 1px solid #2fb2c6; */
    /* font-weight: 600; */
}

.ui-dialog .ui-dialog-titlebar-close {
    background-size: cover !important;
    border: none;
    position: relative;
    background: transparent;
    cursor: pointer;
}

div#dialog ul li {
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
    padding: 7px 0px;
}

    div#dialog ul li:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

    div#dialog ul li a:hover {
        color: #2fb2c6;
    }

.form-group .input_fileupload {
    padding: 3px;
    height: 31px;
    font-size: 10px;
}

.opex-filename {
    font-size: 10px;
    margin-left: 10px;
}

button.ui-dialog-titlebar-close:before {
    position: absolute;
    content: "\f057";
    font-family: fontawesome;
    color: #2fb2c6;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    top: 30%;
    /* left:50%;  */
}

div#dialog {
    height: auto !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    background: #ffffff;
    width: 120px !important;
    padding: 0px 10px;
}

.ui-dialog a {
    text-decoration: none;
    font-size: 12px;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    background: none;
    border: none;
    padding: 0px;
    position: absolute;
    right: 1px;
    top: -20px;
}

.ui-state-default .ui-icon {
    background-image: url("");
}

.ui-dialog {
    position: absolute;
    height: auto;
    width: 300px;
    top: 50%;
    left: 458px;
    display: block;
}

input.date_view {
    width: 170px;
    height: 46px;
    border-radius: 0px;
    border: 2px solid #e0dfdf;
    margin-top: 3px;
    color: #aaaaaa;
    padding: 10px 20px;
}

input.datepicker {
    border-radius: 0px;
    border: 2px solid #e0dfdf;
}

@media only screen and (max-width: 1024px) {
    #numberhanldingunits1, #numberhanldingunits2, #qtyperhu1, #qtyperhu2 {
        max-width: 100%;
        margin-right: 10px;
    }

    .form-group-dashboard {
        margin: 5px 0px;
    }

    .opex-label {
        width: 100px;
        user-select: none;
        -webkit-user-select: none
    }

    div.dataTables_wrapper {
        width: 700px;
        margin: 0 auto;
    }

    .form-group.label-left label.error {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 500px) {
    .form-file-group {
        flex-direction: column;
    }

    .form-group label {
        max-width: 166px;
    }

    .form-group.label-left label.error {
        padding-left: 0;
    }

    .inline-input .form-group {
        display: flex;
        flex-direction: column;
    }

    .inline-input .col-md-6 {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 375px) {
    .form-group label.block-label {
        max-width: none;
    }
}

.inline-input label.error {
    padding-left: 0 !important;
}

.inline-input .col-md-6 {
    padding-left: 0;
}


.scrollable-table #delivery_plan_wrapper {
    width: 1170px !important;
}

.abc {
    width: 100px !important;
}



.modal-title {
    display: block !important
}

/*add new CSS ~Nikita
*/

.tile-container-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    -webkit-user-select: none;
}

.tile-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 30px;
    user-select: none;
    -webkit-user-select: none;
}


.tile {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
    user-select: none !important;
    -webkit-user-select: none;
}

    .tile:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        user-select: none !important;
        -webkit-user-select: none;
    }

    .tile h5 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
        color: Navy;
        user-select: none !important;
        -webkit-user-select: none;
        display: block !important
    }

    .tile p {
        font-size: 13px;
        margin-bottom: 5px;
        color: Navy;
        user-select: none !important;
        -webkit-user-select: none;
        display: block !important
    }

    .tile .btn:hover {
        background-color: #0056b3;
        user-select: none !important;
        -webkit-user-select: none;
        display: block !important
    }

    .tile .Label {
        font-size: 13px;
        color: Navy;
        margin-bottom: 5px;
        user-select: none !important;
        -webkit-user-select: none;
    }

        .tile .Label span {
            font-weight: bold;
            color: Navy;
            user-select: none !important;
            -webkit-user-select: none;
        }

@media only screen and (max-width: 1024px) {
    .tile h5 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
        color: Navy;
        user-select: none !important;
        -webkit-user-select: none;
        display: block !important
    }

    .tile p {
        font-size: 13px;
        margin-bottom: 5px;
        color: Navy;
        user-select: none !important;
        -webkit-user-select: none;
        display: block !important
    }
    .tile-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
        gap: 12px;
        user-select: none;
        -webkit-user-select: none;
    }


}

.custom-radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0px;
    user-select: none !important;
    -webkit-user-select: none;
}

    .custom-radio .radio-input {
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        user-select: none !important;
        -webkit-user-select: none;
    }

    .custom-radio .radio-button {
        user-select: none !important;
        -webkit-user-select: none;
        width: 25px;
        border-radius: 50%;
        border: 2px solid #0056b3;
        position: relative;
        margin-right: 0px; /* Adjust spacing between radio button and label */
    }

    .custom-radio .radio-dot {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #0056b3;
        opacity: 0;
        user-select: none !important;
        -webkit-user-select: none;
    }

    .custom-radio label {
       font-size: 13px;
        font-weight: 500;
        vertical-align: middle;
        display: block;
        color: black;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 5px;
        width: 20px;
        user-select: none !important;
        -webkit-user-select: none;
        white-space: nowrap; /* This will ensure that the label and radio button are displayed in one row */
    }

    .custom-radio .radio-input:checked + .radio-button .radio-dot {
        opacity: 1;
    }
.modal-title {
    user-select: none !important;
    -webkit-user-select: none;
}

.chart-container-wrapper {
    width: 100%;
    padding-bottom: 60%; /* Adjust the aspect ratio as needed (e.g., 60% for 3:2) */
    position: relative;
}

.chart-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Your existing CSS styles here... */

/* Additional styles for Bootstrap card */
.card {
    border-radius: 10px !important; /* Add !important to override conflicting styles */
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    word-wrap: break-word;
}

.card-header {
    background-color: transparent;
    padding: 10px;
    border-top-left-radius: 10px; /* Add this to ensure top-left corner is rounded */
    border-top-right-radius: 10px; /* Add this to ensure top-right corner is rounded */
    text-align: center; /* Center the heading inside the card header */
}

.card-body {
    padding: 15px;
}

/* Remove shadow from the content wrapper */
#content-wrapper {
    box-shadow: none !important;
}

.custom-card {
    border-radius: 10px !important; /* Add !important to override conflicting styles */
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.responsive-chart {
    width: 100%; /* Take up 100% of its parent's width */
    height: 0; /* Define the height as 0 (will be set by padding-bottom) */
    padding-bottom: 56.25%; /* 16:9 aspect ratio for responsive height */
    position: relative; /* Maintain position relative for child elements */
}

/* Apply responsive chart class to your chart container */
#chartContainer {
    width: 100%;
    height: 100%;
}




.custom-card .card-header {
    background-color: #4e73df; /* Your custom color here */
    color: #fff; /* Text color for better visibility on the colored background */
    padding: 10px;
    border-top-left-radius: 10px; /* Add this to ensure top-left corner is rounded */
    border-top-right-radius: 10px; /* Add this to ensure top-right corner is rounded */
    text-align: center; /* Center the heading inside the card header */
}

/* Set the background color of the page to white */

/* Custom CSS class for header title with color #4e73df */
.custom-header-title {
    color: #4e73df; /* Set the desired color here */
    font-size: 18px; /* Set the desired font size here */
    padding-top: 10px; /* Set the desired top padding here */
    word-wrap: break-word; /* Allow the title to wrap to a new line if needed */
}


/* Responsive styles for smaller screens (adjust as needed) */
@media (max-width: 768px) {
    .chart-container-wrapper {
        padding-bottom: 75%; /* Adjust the aspect ratio for smaller screens */
    }

    .chart-container-wrapper {
        width: 100%;
        padding-bottom: 100%; /* Adjust the aspect ratio as needed (e.g., 60% for 3:2) */
        position: relative;
        height: 100%;
    }

    .chart-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* NIKITA CSS*/

.new-ExplanationTextlabel {
    font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: Navy;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 260px;
    height: 150px;
    user-select: none;
    -webkit-user-select: none;
}

#Heading {
    user-select: none;
    -webkit-user-select: none; /* For older versions of iOS Safari */
}

#container {
    user-select: none;
    -webkit-user-select: none; /* For older versions of iOS Safari */
}

.new-QuestionTextlabel {
   font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: Navy;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 500px;
    height: 77px;
    user-select: none;
    -webkit-user-select: none;
}

.new-QuestionTextSrNolabel {
   font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: Navy;
    padding-right: 2px;
    padding-left: 10px;
    margin-bottom: 0px;
    user-select: none;
    -webkit-user-select: none;
}

.new-Rusultlabel {
   font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: Navy;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    user-select: none;
    -webkit-user-select: none;
}

.new-QuestionOptionslabel {
   font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: Navy;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 300px;
    height: 11px;
    user-select: none;
    -webkit-user-select: none;
}
.new-QuestionOptions {
   font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: Navy;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 450px;
    height: 11px;
    user-select: none;
    -webkit-user-select: none;
}

.new-submitecapsulemsglabel {
   font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: Navy;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 570px;
    user-select: none;
    -webkit-user-select: none;
}

.Lbl_Set_Negative_Mark_weightage {
   font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: Navy;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 230px;
    user-select: none;
    -webkit-user-select: none;
}

.button-row {
    display: flex;
    margin-top: 10px;
}

.btn-Previous_blur {
    filter: blur(1px);
}

.opex-nextpreviousbtn {
    background: white;
    padding: 0px 0px;
    font-size: 16px;
    border: 0px;
    padding-top: 10px;
    width: 50px;
    height: 40px;
    padding-right: 10px;
}
    .opex-nextpreviousbtn:active {
        transform: translateY(2px) scale(0.98); /* Move button down slightly and scale down */
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); /* Add a shadow with more depth */
    }

.tile h5 {
   font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    color: Navy;
    padding-left: 0px;
    line-height: 1.5;
    user-select: none;
    -webkit-user-select: none;
}

.btn.disabled, .btn:disabled {
    opacity: .33;
}

.tile p {
    user-select: none;
    -webkit-user-select: none;
}

input[type="image"]:disabled {
    filter: blur(2px); /* Replace with the desired color */
}
.new-msglabel {
    font-size: 10px !important;
    font-weight: 500 !important;
    vertical-align: middle;
    display: block;
    color: #6c757d;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 570px;
    user-select: none;
    -webkit-user-select: none
}
.Literal_Text {
   font-size: 13px !important;
    font-weight: 500 !important;
    color: navy;
    padding-right: 5px;
    margin-bottom: 5px;
    user-select: none;
    -webkit-user-select: none;
}
@media only screen and (max-width: 1024px) {
    #numberhanldingunits1, #numberhanldingunits2, #qtyperhu1, #qtyperhu2 {
        max-width: 100%;
        margin-right: 10px;
    }
    .Literal_Text {
        font-size: 13px !important;
    }
        .form-group-dashboard {
        margin: 5px 0px;
    }

    .new-QuestionTextlabel {
        width: 320px;
        height: 77px;
        font-size: 13px !important;
    }

    .new-QuestionTextSrNolabel {
        width: 15px;
        font-size: 13px !important;
    }

    .new-QuestionOptionslabel {
        width: 300px;
        font-size: 13px !important;
        height: 11px;
    }
    .new-QuestionOptions {
        width: 350px;
        font-size: 13px !important;
        height: 11px;
    }

    .new-ExplanationTextlabel {
        width: 320px;
        font-size: 13px !important;
        height: 150px;
    }

    .new-Rusultlabel {
        width: 20px;
    }

    .new-submitecapsulemsglabel {
        width: 300px;
    }

    div.dataTables_wrapper {
        width: 700px;
        margin: 0 auto;
    }

    .form-group.label-left label.error {
        padding-left: 0 !important;
    }

    .Lbl_Set_Negative_Mark_weightage {
        width: 230px;
    }

    .button-row {
        display: flex;
        justify-content: space-between;
    }
    .opex-nextpreviousbtn:active {
        transform: translateY(2px) scale(0.98); /* Move button down slightly and scale down */
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); /* Add a shadow with more depth */
    }

    .vertical-column {
        display: flex;
        flex-direction: column;
    }

    input[type="image"]:disabled {
        filter: blur(2px); /* Replace with the desired color */
    }

    .tile p {
        user-select: none;
        -webkit-user-select: none;
        font-size: 13px !important;
    }

    .btn.disabled, .btn:disabled {
        opacity: .33;
    }

    .tile h5 {
       font-size: 13px;
        font-weight: bold;
        margin-bottom: 10px;
        color: Navy;
        padding-left: 0px;
        line-height: 1.5;
        user-select: none;
        -webkit-user-select: none;
    }
       .new-msglabel {
                width: 295px;
            }
    .opex-btn {
        background: #2fb2c6;
        padding: 3px 10px;
        font-size: 16px;

    }
}
/* Modal Background */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1200; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(4 4 4 / 40%); /* Black w/ opacity */
    padding-top: 1px;
}

    /* Show the modal when targeted (with a hash) */
    .modal:target {
        display: block; /* Show the modal */
    }

        /* Prevent body scroll and pointer events when modal is open */
        .modal:target ~ body {
            overflow: hidden; /* Disable scrolling on body */
            pointer-events: none; /* Disable all pointer events on the body */
        }

/* Prevent clicks on the background */
.modal-background {
    pointer-events: all; /* Enable pointer events for modal background */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    padding: 0px;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
    max-width: 1200px; /* Max width for larger screens */
    position: relative; /* Allow clicks on this area */
    pointer-events: auto; /* Enable pointer events for modal content */
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}



.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/preloader.gif) center no-repeat #fff;
    text-align: center;
     /* Ensure the image is initially displayed */
}



.modal-footer {
    display: flex;
    justify-content: flex-end; /* Align buttons to the right */
    padding: 0rem;
    border-top: 1px solid #21232969;
    background-color: #f8f9fa;
    gap: 0.5rem; /* spacing between buttons */
}
.w-100 {
    width: % !important;
}
