body,
html {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.05em;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

input,
select {
    letter-spacing: 0.05em
}

a {
    color: #00781f;
}

.m-header--fixed .m-body a:hover {
    color: #000;
}

.m-header {
    height: 50px
}

.m-nav.m-nav--inline > .m-nav__item > .m-nav__link {
    padding: 0
}

.form-group {
    margin-bottom: 8px;
}

.form-control {
    font-weight: 400;
    background: #f4f5f8;
    border-color: #e4e8f1;
    padding: 6px 5px;
}


    .form-control[disabled] {
        color: #c2c8db;
    }

.chtydiv .form-control {
    background: #fff;
}

.customloader {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .customloader:before {
        content: "";
        background: rgb(255 255 255 / 80%);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

label {
    margin-bottom: 5px;
}

.bootstrap-select .dropdown-menu.inner > li > a {
    padding: 5px 10px;
    font-size: 14px
}

.spinner {
    position: absolute;
    width: 33.6px;
    height: 33.6px;
    perspective: 67.2px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
}

    .spinner div {
        width: 100%;
        height: 100%;
        background: #005394;
        position: absolute;
        left: 50%;
        transform-origin: left;
        animation: spinner-16s03x 2.4s infinite;
    }

        .spinner div:nth-child(1) {
            animation-delay: 0.18s;
        }

        .spinner div:nth-child(2) {
            animation-delay: 0.36s;
        }

        .spinner div:nth-child(3) {
            animation-delay: 0.54s;
        }

        .spinner div:nth-child(4) {
            animation-delay: 0.72s;
        }

        .spinner div:nth-child(5) {
            animation-delay: 0.8999999999999999s;
        }

@keyframes spinner-16s03x {
    0% {
        transform: rotateY(0deg);
    }

    50%, 80% {
        transform: rotateY(-180deg);
    }

    90%, 100% {
        opacity: 0;
        transform: rotateY(-180deg);
    }
}

.modalloader {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    top: 0;
    z-index: 999;
}

    .modalloader .centerloader {
        margin-top: 20%;
    }

.m-widget24 .m-widget24__item .m-widget24__title {
    color: #222;
}

.m-widget24 .m-widget24__item .m-widget24__desc {
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 400;
    color: #000;
}

.m-widget24 .m-widget24__item .m-widget24__stats {
    margin-top: 0px;
}

.m-widget24 .m-widget24__item a.widget24__anchor {
    display: inline-flex;
    float: right;
}

.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton,
.bootstrap-select .bs-searchbox {
    padding: 0px 15px 10px
}

.m-portlet {
    border-radius: 10px
}

    .m-portlet .m-portlet__body {
        padding: 10px;
        color: #000
    }

.m-page .m-page__container {
    padding: 0 10px;
}

.bootstrap-select > .dropdown-toggle {
    padding: 7px 5px
}

    .bootstrap-select > .dropdown-toggle:after {
        font: normal normal normal 16px/1 'LineAwesome';
        content: "\f110";
        top: 30%;
        font-weight: 600;
    }

.dashnewuser .m-portlet__body {
    padding: 10px;
}

.dashnewuser .m-widget4 .m-widget4__item {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .dashnewuser .m-widget4 .m-widget4__item .m-widget4__info {
        padding-left: 0;
    }

.m-stack.m-stack--desktop {
    display: inline-block;
}

    .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item {
        display: inline-block;
    }

        .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
            float: right;
        }

.m-grid.m-grid--ver-desktop.m-grid--desktop {
    min-height: 600px
}

#Panel1 {
    position: relative;
}

a#btnSearch {
    position: absolute;
    top: 0;
    right: 0;
    background: #0baf77;
    border: 1px solid #0baf77;
    border-radius: 0 2px 2px 0;
}

    a#btnSearch i {
        color: #fff;
    }

.sallnotifbtn {
    position: absolute;
    bottom: -40px;
    width: 100%;
    border-radius: 0 !important;
    left: 0;
    right: 0;
}

body.m-content--skin-light {
    background-color: #f0f0f7;
}

.m-content--skin-light .m-body {
    background-color: #f0f0f7;
}

.m-header--fixed .m-body {
    padding-top: 40px !important;
}

.m-header {
    box-shadow: 0 1px 15px 1px rgb(81 77 92 / 15%);
    -webkit-box-shadow: 0 1px 15px 1px rgb(81 77 92 / 15%)
}

.m-header--fixed .m-header {
    background: #005394;
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #fff;
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #055475;
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
    color: #fff
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper > i {
    color: #fff;
    font-size: 18px;
}




    .btn-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
        background-color: #00943b;
        border-color: #00943b;
    }

.btn.btn-secondary {
    color: #000;
    border-color: #bebef0;
    background-color: #bebef0;
}

    .btn.btn-secondary:hover {
        color: #000;
    }

.m-aside-left--enabled .m-header-menu {
    padding-left: 0;
}

p.navbicon {
    margin: 0;
    background: #13a338;
    border-radius: 5px;
    padding: 4px;
    width: 38px;
    height: 38px;
}

    p.navbicon:hover {
        background: #343434;
    }

.m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    font-size: 14px;
}

.m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
    font-size: 14px;
    font-weight: 500;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__username {
    font-size: 14px;
    color: #13a338;
}

.m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link.active {
    background: #24b25b;
}

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link.active span.m-menu__link-text {
        color: #fff;
    }

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon,
.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-icon {
    color: #bebef0;
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text,
.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-text {
    color: #ffeb00;
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
    color: #ffec00;
    border-bottom: 3px solid #ffec00;
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow {
    color: #ffec00
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__hor-arrow,
.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link > .m-menu__hor-arrow {
    color: #ffeb00;
}

.m-aside-left-toggler span::after,
.m-aside-left-toggler span::before,
.m-aside-left-toggler span {
    background: #055475;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #000;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text,
.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-text {
    color: #13a338;
}

footer.m-grid__item.m-footer {
    position: fixed;
    bottom: 0;
}

.m-footer .m-footer__copyright {
    color: #585858;
    font-size: 12px;
    font-weight: 500;
}

.m-footer {
    line-height: 50px;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper,
.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-nav__link-icon--active > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper,
.m-topbar .m-topbar__nav.m-nav > .m-nav__item:hover > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: rgb(11 175 119 / 15%);
}

    .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper > i,
    .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-nav__link-icon--active > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper > i,
    .m-topbar .m-topbar__nav.m-nav > .m-nav__item:hover > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper > i {
        color: #055475;
    }

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .m-nav__link .m-topbar__username,
.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-nav__link-icon--active > .m-nav__link .m-topbar__username,
.m-topbar .m-topbar__nav.m-nav > .m-nav__item:hover > .m-nav__link .m-topbar__username {
    color: #bebef0;
}

.m-nav .m-nav__item > .m-nav__link .m-nav__link-text {
    color: #222;
}

.m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-arrow,
.m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-icon,
.m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-text,
.m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-arrow,
.m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon,
.m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text {
    color: #2c2c70;
}

.btn.m-btn--label-brand {
    color: #0baf77;
}

#signinpage {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signinpage {
    background: url(/img/login-bg.png), linear-gradient(-21deg, #0ba435, #fff793);
    background-size: 100%;
}

.signinformb {
    position: relative;
    margin-top: -40px;
}

.signintitle img {
    height: 60px;
}

.signinpage .signin-footer {
    display: none;
}


.signinformb .btn-default {
    color: #000;
    background-color: #ffec00;
    border-color: #ffec00;
    border-radius: 2px;
}

.signinformb .checkbox label,
.signinformb .radio label {
    color: #fff
}

.signinformb .form-control {
    height: 40px;
    border: 0;
    font-size: 14px;
}

.signfombottom {
    padding: 40px;
    background: #13a338;
    box-shadow: 3px 4px 3px #005a0f12;
}


.corploginpage {
    background: url(/img/wl-bg.jpg), linear-gradient(-21deg, #0ba435, #fff793) !important;
    background-size: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .corploginpage .signfombottom {
        background: #fff;
        border-radius: 10px;
    }

    .corploginpage .signinformb .checkbox label,
    .corploginpage .signinformb .radio label {
        color: #000;
    }

.cbline {
    color: #000;
    margin-top: 20px;
}

    .cbline a {
        color: #0ba435;
        text-decoration: underline;
        font-weight: 500;
    }

.corplogintitle {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.06em;
    background: #0ba435;
    width: max-content;
    padding: 0 14px;
    border-radius: 3px;
    margin: 0 auto 29px;
    text-transform: none;
    font-weight: 500;
}

.m-header--fixed.m-header--minimize-off .m-header {
    height: 50px;
}

.m-portlet {
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    background-color: #fff;
    border: 1px solid #ebedf2;
}


        .m-portlet .m-portlet__head .m-portlet__head-text {
            color: #fff;
        }

.m-portlet__head-tools #ContentPlaceHolder1_pnlSearch input {
    height: 34px;
}

.m-portlet__nav-item .btn {
    padding: 7px 10px;
}

.btn-delete {
    background: #c72222;
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    font-size: 14px;
    border-color: #c72222 !important;
}

    .btn-delete:hover {
        background: #000;
        color: #fff;
        text-decoration: none;
    }


.nav.nav-pills.nav-pills--brand .nav-link {
    border: 1px solid #888;
}

    .nav.nav-pills.nav-pills--brand .nav-link.active {
        background: #13a338;
        border-color: #13a338;
    }

.dashnewuser .nav.nav-pills.m-nav-pills--btn-sm .m-tabs__link {
    color: #fff;
}

.btn-icount {
    background: #f1c715 !important;
}

.require {
    color: red !important;
}

.ErrorControl {
    border-bottom: 1px solid red !important;
}

.error {
    border: 1px solid red !important;
}


.grouphead {
    color: #c72222;
}

.floatright {
    float: right;
}

.chtydiv {
    background: #f4f5f8;
    border: 1px solid #e4e8f1;
    margin: 30px 0;
}

.blnklabel {
    height: 15px;
}

.m-body .m-content {
    padding: 0;
}

.table th {
    background: #e9e9e9;
}


.pagination {
    display: table-row;
}

    .pagination table {
        display: grid;
        width: 100%;
    }

        .pagination table tr td {
            margin: 5px !important;
            display: inline-block;
            padding: 0px;
            text-align: center;
            border: 1px solid #eee;
        }

            .pagination table tr td a,
            .pagination table tr td span {
                padding: 0;
                width: 30px;
                height: 32px;
                display: block;
                text-decoration: none;
                line-height: 32px;
            }

            .pagination table tr td span {
                background: #13a338;
                color: #fff;
            }

            .pagination table tr td:hover {
                background: #5bc777;
                color: #fff;
            }

                .pagination table tr td:hover a {
                    color: #fff;
                }

            .pagination table tr td a:hover {
                color: #fff;
            }

table.table.table-hover.table-advanced.tablesorter.mbn {
    overflow-y: auto;
    width: 100%;
    display: block;
}

    table.table.table-hover.table-advanced.tablesorter.mbn tbody,
    table.table.table-hover.table-advanced.tablesorter.mbn thead {
        width: 100%;
        display: table;
    }

.tffixed {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: table;
    left: 0;
    right: 0;
}


#m_topbar_notification_icon span.m-nav__link-icon-wrapper i {
    color: #fff;
}


#m_topbar_notification_icon:hover span.m-nav__link-icon-wrapper i {
    color: #000
}


#m_topbar_notification_icon .m-badge.m-badge--danger {
    background-color: #ffec00
}

.fixedpanel {
    height: 77vh;
}

#m_header_nav {
    margin-left: 40px;
}

.m-file-upload > input {
    display: none;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text{color: #21a342}

.m-file-upload,
.m-file-upload label {
    cursor: pointer;
    margin: 0
}

.m-portlet .m-portlet__head .m-portlet__head-tools .btn {
    background: #343434;
    border-color: #343434;
}

    .m-portlet .m-portlet__head .m-portlet__head-tools .btn:hover {
        background: #13a338;
        border-color: #343434;
    }

.row-new {
    display: flex;
}

    .row-new .rowleft {
        background: #fff;
        align-items: center;
        display: flex;
    }

img {
    max-width: 100%;
}

.m-portlet .m-portlet__foot {
    padding: 1.1rem 2.2rem;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}

.form-control.focus,
.form-control:focus {
    border-color: #66c37e
}

.smalltableview tr td,
.smalltableview tr td .form-control,
.smalltableview tr td .btn {
    font-size: 13px;
    padding: 0 5px;
    line-height: 18px;
}

.smalltableview tr td,
.smalltableview tr th {
    padding: 8px 5px;
    border: 1px solid #f4f5f8;
    border-top: 0;
    border-bottom: 1px;
}

.smalltableview .table tbody + tbody {
    border-top: 0
}

.smalltableview tr th {
    font-size: 13px;
    background: #e3f3e8;
    font-weight: bold;
    border-bottom: 1px solid #c2e5cd;
}

    .smalltableview tr th a {
        color: #000;
    }

table.header-fixed thead {
    position: sticky;
    top: 0;
    z-index: 9;
}

.smalltableview tr td .dropdown .dropdown-toggle {
    width: 60px !important
}

.smalltableview table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__header {
    padding: 10px
}

.m-nav .m-nav__item > .m-nav__link {
    padding: 5px 0
}

#lnkLogout {
    padding: 0;
    background: transparent;
    border: none;
    color: #000;
    border-radius: 0
}

    #lnkLogout:hover {
        color: #f00 !important
    }

.m-nav .m-nav__item > .m-nav__link .m-nav__link-icon {
    color: #0cdb5c
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__body {
    padding: 10px
}

.m-dropdown.m-dropdown--arrow .m-dropdown__wrapper {
    padding-top: 0;
    width: 255px
}

.m-nav .m-nav__item > .m-nav__link .m-nav__link-title > .m-nav__link-wrap .m-nav__link-text i.fa.fa-check {
    color: #21b259;
}

.m-nav .m-nav__item > .m-nav__link .m-nav__link-title > .m-nav__link-wrap .m-nav__link-text .compyerr {
    display: block;
    font-size: 12px;
    padding-left: 1.5rem
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

/*.hsetingicon .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #0d8d2e;
}

.hsetingicon:hover .m-nav__link-icon .m-nav__link-icon-wrapper {
    color: #fff !important;
}
*/


.hsetingicon .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #cd4949;
    border: 1px solid #cd4949;
}

    .hsetingicon .m-nav__link-icon .m-nav__link-icon-wrapper i {
        color: #fff !important;
    }


/*.hsearchicon .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #005394;
    border: 1px solid #005394;
}

    .hsearchicon .m-nav__link-icon .m-nav__link-icon-wrapper i {
        color: #fff !important;
    }*/


.hreporticon .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #535ff3;
    border: 1px solid #535ff3;
}

    .hreporticon .m-nav__link-icon .m-nav__link-icon-wrapper i {
        color: #fff !important;
        font-size: 22px
    }


.hnotificationicon .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #24cbdf;
    border: 1px solid #24cbdf;
}

    .hnotificationicon .m-nav__link-icon .m-nav__link-icon-wrapper i {
        color: #fff !important;
        font-size: 19px !important
    }

.hsortcuticon .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #e7a61e;
    border: 1px solid #e7a61e;
}

    .hsortcuticon .m-nav__link-icon .m-nav__link-icon-wrapper i {
        color: #fff !important;
        font-size: 18px !important
    }


.hsetingicon:hover .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #f14a4ae0 !important;
}

.hsearchicon:hover .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #0082C8b5 !important;
}

.hreporticon:hover .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #5eb946e0 !important;
}

.hnotificationicon:hover .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #12a9bb !important;
}

.hsortcuticon:hover .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #dba028 !important;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .hsortcuticon .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #dba028 !important;
}


.hsetingicon:hover .m-nav__link-icon .m-nav__link-icon-wrapper i {
    color: #000 !important
}

.hsearchicon:hover .m-nav__link-icon .m-nav__link-icon-wrapper i {
    color: #fff !important
}

.hreporticon:hover .m-nav__link-icon .m-nav__link-icon-wrapper i {
    color: #fff !important
}

.hnotificationicon:hover .m-nav__link-icon .m-nav__link-icon-wrapper i {
    color: #fff !important
}

.hsortcuticon:hover .m-nav__link-icon .m-nav__link-icon-wrapper i {
    color: #fff !important
}


.bluelink {
    font-weight: bold;
    background-color: #f1fff5;
    border-bottom: 1px solid #c2e5cd !important
}

    .bluelink:hover {
        background-color: #fffbc7;
    }

    .bluelink a {
        padding-left: 25px;
        background-image: url('../img/edit-icon.png');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        display: block;
    }

/***** For both menu ****/
.m-aside-left--fixed .m-aside-left {
    top: 50px
}

.m-aside-left {
    left: 0
}

.m-aside-left--fixed .m-body .m-wrapper {
    margin-left: 220px;
}

.m-aside-left.m-aside-left--skin-dark {
    background: linear-gradient(0deg, rgb(9 124 55) 0%, rgb(0 148 59) 50%);
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #fff;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
    color: #fff
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
    color: #fff
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
    background-color: #D8DF09;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
    background-color: #fff;
}

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
        color: #000
    }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #000
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
    color: #000
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
    color: #000
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active .m-menu__toggle {
    background: #ffec00;
    border-radius: 0
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active .m-menu__item.current__menu a {
    background: #21b259;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
    color: #21b259
}

.m-dropdown__content .m-nav__item:hover {
    background: #13a338;
}

    .m-dropdown__content .m-nav__item:hover > .m-nav__link .m-nav__link-title > .m-nav__link-wrap .m-nav__link-text {
        color: #fff
    }


.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__username {
    padding-right: 0
}

.m-topbar__usericon .m-nav__link-icon-wrapper {
    background: #fff;
}

    .m-topbar__usericon .m-nav__link-icon-wrapper:hover,
    .m-topbar .m-topbar__nav.m-nav > .m-nav__item:hover > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
        background: #ffec00;
    }


        .m-topbar__usericon .m-nav__link-icon-wrapper:hover .m-topbar__username,
        .m-topbar .m-topbar__nav.m-nav > .m-nav__item:hover > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper .m-topbar__username {
            color: #0d8d2e;
        }


.flinput {
    float: left;
    width: 80%
}



.headinglabel {
    background: #21A346;

}

@media only screen and (max-width: 1360px) {
    #m_header .m-container.m-container--fluid {
        padding: 0;
    }

    .m-header-menu .m-menu__nav > .m-menu__item {
        padding: 0 10px;
    }
}


@media only screen and (max-width: 1199px) {
    .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        font-size: 14px;
    }

    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper > i {
        font-size: 16px;
    }
}


@media only screen and (max-width: 640px) {
    .row-new {
        display: block;
    }

        .row-new .rowleft {
            display: block;
        }
}

.tsZeroMachine {
    background: #21b259;
    display: inline-block;
    padding: 5px;
    color: #fff;
}

.tsMachine {
    display: inline-block;
    padding: 5px;
    background: #00943b;
    color: #fff;
}

    .tsZeroMachine:hover,
    .tsMachine:hover {
        background: #000;
        color: #fff
    }

.numeric {
    text-align: right;
}

.ccmydropdown {
    float: left;
    width: calc(100% - 53px);
}


#font-controls {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-content: space-around;
    gap: 10px;
    margin: 12px 0;
}

    #font-controls i {
        width: 26px;
        height: 26px;
        background: #eee;
        text-align: center;
        line-height: 26px;
        /* font-weight: normal; */
        cursor: pointer;
        font-size: 12px;
    }


        #font-controls i:hover {
            background: #0071af
        }

.itmbadge {
    background: #ebedf2;
    color: #212529;
    width: 100%;
    padding: 8px 0px 10px 8px;
    border-radius: .25rem
}

    .itmbadge label {
        margin: 0;
    }

    .itmbadge input {
        float: right;
        padding: 10px;
        margin-top: -7px;
    }

        .itmbadge input:hover {
            background: #fd4848;
            border-radius: 2px;
        }

.form-filter {
    background: #f4f5f8;
    padding: 10px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    margin-bottom: 10px
}

    .form-filter select {
        background: #fff;
        border-radius: 10px;
    }

.mappin {
    background: #007842;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    line-height: 26px;
    text-align: center;
}

    .mappin:hover {
        background: #ffec00;
        color: #343a40;
    }

.text-pink-bold {
    color: #F3396A !important;
    font-weight: bold !important;
    font-size: 18px;
}

.text-pink-green {
    color: #3F9556 !important;
    font-weight: bold !important;
    font-size: 18px;
}

.text-pink-red {
    color: red !important;
    font-weight: bold !important;
    font-size: 18px;
}

.text-pink-black {
    color: black !important;
    font-weight: bold !important;
    font-size: 18px;
}


/*--- Wholesaler registration form ----*/
.vsinguplogo {
    height: 50px;
    margin-bottom: 20px
}

#wrform {
    margin-top: 60px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
    display: flex;
    justify-content: space-between;
}

.step-circle {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    line-height: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
    color: #7E7E7E;
}

    .step-circle.current,
    .step-circle:hover {
        background: #13a338;
        border-color: #13a338;
        color: #fff;
    }

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.step-circle.stepdone {
    background: #f1f1f1;
}

.vsignupbody {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 3px 4px 3px #005a0f12;
}

.vsignuppage h1 {
    color: #242424;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
}

.vsignupbody .heading_s1 {
    margin-bottom: 50px;
}

    .vsignupbody .heading_s1 a {
        font-weight: 600;
    }

.vsignuppage .register-multistp-form .form-control {
    font-weight: 400;
    background: #f4f5f8;
    border-color: #e4e8f1;
    padding: 8px 10px;
    box-shadow: none;
    height: 45px;
}

a:hover {
    text-decoration: none;
}

.remvbtn {
    font-size: 11px;
    border: 0;
    padding: 2px 5px;
    background: #ffcece;
    border-radius: 3px;
}


/**** Dashboard *******/
.dashboard-content .m-portlet {
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #b9ddc4;
    box-shadow: none;
    background: #e3f3e8;
    min-height: 140px;
}

    .dashboard-content .m-portlet.second-m-portlet {
        background: #fff;
        border: 1px solid #00943b;
    }

.customcounter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    gap: 20px;
    flex-wrap: wrap;
}

.dshcounter {
    border-radius: 5px;
    position: relative;
}

    .dshcounter .dshtitle {
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }

    .dshcounter .dashicon {
        position: absolute;
        right: 0;
    }

        .dshcounter .dashicon a {
            background: #fff;
            text-align: center;
            color: #0baf78;
            border-radius: 4px;
            padding: 3px 8px;
            font-size: 11px;
            border: 1px solid #0baf78;
        }

            .dshcounter .dashicon a:hover {
                background: #0baf78;
                color: #fff;
            }


.m-stack.m-stack--general.m-stack--ver > .m-stack__item {
    width: auto;
}

.customcounter a {
    border: 1px solid #00943b;
    flex: 1 1 18%;
    min-width: 150px;
    text-align: left;
    border-radius: 10px;
    position: relative;
    padding: 10px;
}

    .customcounter a .widgcustom-icon {
        margin-top: 12px;
        position: absolute;
        right: 10px;
    }

.dashboard-content .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    border-bottom: 0;
    background: transparent;
    padding-left: 0;
    color: #000;
    text-transform: uppercase;
}

.dashboard-content .m-portlet .m-portlet__head {
    border-bottom: none;
}

.dashboard-content .m-portlet .m-portlet__body {
    padding: 10px 0 0 0;
}

.customcounter a .widgcustom-icon i {
    font-size: 20px;
    color: #13a338;
}

.customcounter .m-widgcustom-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #747474;
}

.customcounter .widgcustom-description {
    color: #000;
    margin: 0;
    font-size: 20px
}

.customnavtab {
    position: absolute;
    right: 40px;
    top: 20px;
}


/***** corporate customer view****/
.bleftblock {
    min-height: 250px;
    padding: 20px;
    border: 1px solid #ffec00;
    border-radius: 10px;
    background: #fffeec;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m-card-profile__name {
    background: #13a338;
    width: max-content;
    margin: 0 auto;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 6px;
    margin-bottom: 10px
}

.m-card-profile .m-card-profile__details .m-card-profile__email {
    color: #000;
    margin-bottom: 10px;
}

.blckemail a:before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}

.m-card-profile .badge {
    font-size: 12px;
}

.brightblock {
    border-left: 1px solid #ebedf2;
}

    .brightblock label.control-label {
        text-transform: uppercase;
        color: #747474;
        font-size: 12px;
    }

.control-value {
    font-size: 15px;
}

.portlethead h3 {
    font-size: 14px;
    color: #13a338;
    padding: 10px 10px 10px 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebedf2;
}

.verifybtn {
    margin: 12px auto 0;
    text-align: center;
    display: block;
    padding: 5px 10px;
    border: 1px solid #ffb822;
    background: transparent;
}

.btn-rembpr {
    padding: 0 5px;
    border: 1px solid #21b259;
    background: transparent;
    color: #21b259 !important;
}

.formdata {
    margin-bottom: 30px;
}

.portletheadtool {
    float: right;
    margin-top: -42px;
    position: relative;
    z-index: 99;
    margin-right: 25px
}

.doclist {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .doclist .team-single {
        width: 50%;
    }

.pdfcnn {
    border: 1px solid #eee;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    margin: 0 auto;
}

    .pdfcnn img {
        width: 60px;
        margin-bottom: 5px
    }

.uploaddoclist {
    border: 1px solid #eee;
    background: #f9f9f9;
    margin: 14px;
    padding: 10px;
    border-radius: 5px;
}

    .uploaddoclist select {
        background: #fff;
    }

.custom-file-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
}

.custom-file-input-new {
    opacity: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.custom-file-label-new {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    border: 1px solid #13a338;
    color: #13a338;
    line-height: 40px;
    position: relative;
}

    .custom-file-label-new:hover {
        background-color: #00943b;
        color: #fff;
    }

.custom-file-placeholder {
    font-style: italic;
    color: #999;
}

.custom-file-input-new:valid + .custom-file-label-new {
    background-color: #4caf50;
}

    .custom-file-input-new:valid + .custom-file-label-new:hover {
        background-color: #45a049;
    }

.custom-file-label-new {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


    .custom-file-label-new input {
        position: absolute;
        left: 0;
        opacity: 0;
        width: 100%;
    }


.doclist .team-single .btn-download {
    font-size: 11px;
    padding: 4px 10px;
    background: #21b259;
    color: #fff;
}

.doclist .team-single .btn-delete {
    font-size: 11px;
    padding: 4px 10px;
}

.doclist .team-single .aprvstatus .text-pink-bold {
    font-size: 14px;
    font-weight: 500 !important;
}

.custom-bottom-notification {
    position: fixed;
    right: 10px;
    bottom: 60px;
    background: #13a338;
    padding: 10px 20px;
    border: 2px solid #ffec00;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
    min-width: 260px;
    transition: transform 0.3s ease-in-out;
}

    .custom-bottom-notification p {
        margin: 0;
        color: #fff;
    }

    .custom-bottom-notification a {
        color: #fff;
        background: #0d8d2e;
        padding: 1px 10px;
        margin: 9px 1px;
        display: inline-block;
        border-radius: 2px;
        font-size: 12px;
    }

        .custom-bottom-notification a:hover {
            background: #fff;
            color: #13a338
        }

        .custom-bottom-notification a i:before {
            font-weight: 600;
        }


.notification-hidden {
    transform: translateX(120%);
}

.notification-toggle-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #13a338;
    color: #fff;
    border: none;
    width: 48px;
    height: 48px;
    line-height: 56px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

    .notification-toggle-btn i {
        font-size: 24px;
        line-height: 24px
    }

.widget-custom-alert {
    border: 1px solid #ffec00;
    animation: blinkingBackground 2s infinite;
}

.widget-custom-orderalert {
    border: 1px solid #f9a8b5;
    animation: blinkingOrderBackground 2s infinite;
}

@keyframes blinkingBackground {
    0% {
        background-color: #ebebeb;
    }

    55% {
        background-color: #fff9ad;
    }

    100% {
        background-color: #ebebeb;
    }
}

@keyframes blinkingOrderBackground {
    0% {
        background-color: #e0f5f0;
    }

    55% {
        background-color: #fff9ad;
    }

    100% {
        background-color: #f7e6e6;
    }
}

.statrdiolist {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

    .statrdiolist input[type="radio"] {
        margin-right: 8px;
        cursor: pointer;
        opacity: 0;
    }

    .statrdiolist label {
        color: #333;
        cursor: pointer;
        padding: 5px 10px;
        background: #f1f1f1;
        border: 1px solid #c3c3c3;
        margin: 0 0 0 -15px;
        border-radius: 2px;
        font-size: 12px;
    }

        .statrdiolist label:hover {
            font-weight: bold;
            background: #79f99a;
            color: #333;
        }

    .statrdiolist input[type="radio"]:checked + label {
        font-weight: bold;
        background: #e8ffee;
        border-color: #13a338;
    }

.acceptorder {
    background: #52aed1;
    padding: 4px;
    color: #fff;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 12px;
}

.rejectorder {
    background: #d15252;
    padding: 4px;
    color: #fff;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 12px;
}

.riderstatus {
    background: #d19852;
    padding: 4px;
    color: #fff;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 12px;
}

.ordstatus {
    background: #2dc1c1;
    padding: 4px;
    color: #fff;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 12px;
}

.acceptorder i,
.rejectorder i,
.riderstatus i {
    font-size: 12px;
    color: #fff !important
}

.acceptorder:hover,
.rejectorder:hover,
.riderstatus:hover,
.ordstatus:hover {
    background: #343434;
    color: #fff;
}

.font-size-buttons {
    display: flex;
    gap: 5px;
    align-items: start;
    margin: 8px 0;
}



.m-header--fixed .m-header {
    background: #00943b
}

.dashridertable table tbody tr:nth-child(odd) {
    background: transparent;
}

.dashridertable tr td,
.smalltableview tr th {
    border: 1px solid #cce5d4
}

.dashridertable .table-bordered {
    border: 1px solid #cce5d4;
}


.m-header--fixed.m-header--minimize-on .m-header {
    height: 50px
}

.m-aside-left--fixed.m-header--minimize-on .m-aside-left {
    top: 50px
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
    color: #fff
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link:hover {
    background: #eee;
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link.active {
    background: #00943b;
}

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link.active .m-menu__link-text {
        color: #fff
    }

/****** Dashboard ******/

.dashboard-content {
    font-family: "Inter", sans-serif;
    letter-spacing: 0
}

    .dashboard-content .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .dashboard-content .m-portlet__body {
        min-height: 275px;
        max-height: 275px;
        overflow-y: auto;
    }

.dash-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.dhlist {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    border-bottom: 1px dotted #e9e9f0;
    padding: 5px 0;
    gap: 5px 10px;
    flex-wrap: wrap;
}

    .dhlist .custname {
        padding-left: 35px;
        max-width: 70%;
        font-weight: 500
    }

        .dhlist .custname .custicn {
            width: 30px;
            height: 30px;
            text-align: center;
            background: #eee;
            border-radius: 50%;
            line-height: 30px;
            position: absolute;
            left: 0;
        }

        .dhlist .custname .subname {
            display: block;
            font-size: 11px;
            font-weight: 400
        }

    .dhlist .custnumber a {
        color: #000;
        font-size: 13px;
    }

    .dhlist a.viewalllink {
        color: #21b259;
    }

    .dhlist .saledate {
        display: block;
        font-size: 12px;
        color: #000;
        font-weight: 400
    }

    .dhlist .saleid a {
        font-weight: 600;
    }

    .dhlist .remark {
        font-size: 12px;
        font-weight: 400;
        color: #8b8b8b;
        width: 100%;
        margin-top: -5px
    }

.saleid {
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
}


.quotname {
    font-weight: 500;
    max-width: 30%;
    min-width: 30%
}

.quotsubname {
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.quotid {
    max-width: 35%;
    margin-right: 10px;
    min-width: 35%
}

    .quotid a {
        font-weight: 600;
    }

.quotdate {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.quotprice {
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ordername {
    font-weight: 500;
    max-width: 40%;
}

    .ordername a {
        color: #000;
    }

.orderid {
    display: block;
    font-size: 13px;
    color: #00507c;
}

.orderpo {
    font-weight: 500;
}

.orderprice {
    font-weight: 500;
}

.salebadge {
    width: 20%;
    text-align: right;
    max-width: 20%;
    min-width: 20%;
    margin-right: 5px
}

.textellips {
    white-space: nowrap;
    overflow: hidden;
}

    .textellips:not(:hover) {
        text-overflow: ellipsis;
    }

    .textellips:hover a,
    .textellips:focus a {
        display: inline-block;
        animation-name: scroll-text;
        animation-duration: 7s;
        animation-timing-function: linear;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-direction: normal;
    }

.m-portlet__body.chart_body {
    min-height: 450px;
    max-height: 450px;
}

.dhlist.new {
    border-left: 3px solid #ff0000;
    padding-left: 10px;
    background: #ffeaea;
}

.cbtndrpdn {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 20px;
}


.fourcol .quotname {
    min-width: 28%;
    max-width: 28%;
}

.fourcol .quotid {
    min-width: 28%;
    max-width: 28%;
}

.fourcol .quotprice {
    max-width: 20%;
    min-width: 20%;
}

.fourcol .salebadge {
    max-width: 15%;
    min-width: 15%;
}

.fourcol .ordername {
    min-width: 35%;
    max-width: 35%;
}

.fourcol .orderpo {
    min-width: 28%;
    max-width: 28%;
}

.fourcol .orderprice {
    min-width: 15%;
    max-width: 15%;
}

.tiicn,
.allseenicn {
    color: #1eaa5d;
    margin-left: 5px
}

.dashboard-content .m-portlet__nav .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text {
    color: #fff
}

.notification_count {
    position: absolute;
    right: 5px;
    top: 7px;
    background: #f14a4a;
    color: #fff;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    font-size: 8px;
}

.navbicon.addtfvicn {
    background: #fff;
    border: 1px solid #eee;
}

.m-portlet.blcstyle {
    background: #fff
}

a.deletelink {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

    a.deletelink::after {
        content: "\f2ed";
        font-family: "Font Awesome 5 Free";
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #f00;
    }

a.deletelink {
    color: transparent;
}

td.deletelink:hover a.deletelink::after {
    opacity: 0.75
}

.authlink,
.unauthlink {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}

    .authlink:after {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #21a342;
    }

    .unauthlink:after {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #e31010;
    }


.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active) > .m-menu__link.active {
    background: #00943b;
    border-radius: 30px 0 0 30px;
}

.printlink a {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

    .printlink a::after {
        content: "\f02f";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #0082c8;
    }

.printlink a {
    color: transparent;
}

.printlink:hover a {
    opacity: 0.75
}

.itemaccesslink a {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

    .itemaccesslink a::after {
        content: "\f466";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #0ba435;
    }

.itemaccesslink a {
    color: transparent;
}

.itemaccesslink:hover a {
    opacity: 0.75
}

a.printicna {
    display: inline-block;
    position: relative;
    color: transparent;
}

    a.printicna::after {
        content: "\f02f";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #0082c8;
    }

.actionlink a {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    color: transparent
}

    .actionlink a::after {
        content: "\f35d";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #0082c8;
    }

.icnlisttd {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

    .icnlisttd input,
    .icnlisttd a {
        border: 1px solid #ededed;
        padding: 9px;
        width: 36px;
        height: 36px;
        margin-bottom: 2px;
    }

        .icnlisttd input:hover,
        .icnlisttd a:hover {
            background: #c5e0ef;
        }

.m-body .m-content.m-content-fixed {
    padding: 0 0 60px 0;
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #b3b5c5;
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.salqofoot {
    background: #e2f1e8 !important;
    padding: 10px 20px !important;
    border-top: 1px solid #21b259 !important;
}

    .salqofoot label {
        font-size: 13px;
        margin-bottom: 0
    }

    .salqofoot .labavlue {
        text-align: right;
        display: block;
        font-weight: 600;
        font-size: 13px;
    }

.customtabc {
    margin-bottom: 10px;
}

    .customtabc .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: #005394;
        border: 1px solid #005394
    }

    .customtabc .nav-pills .nav-link {
        border-radius: .25rem;
        background-color: #eee;
        border: 1px solid #cfcfcf
    }

.customtabl {
    margin-top: 5px
}

    .customtabl .dropdown.bootstrap-select.form-control {
        margin: 1px 0;
    }

    .customtabl .nav.nav-pills .nav-item,
    .customtabl .nav.nav-tabs .nav-item {
        margin-left: 0;
        margin-top: 5px
    }

    .customtabl .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: #13a338;
        border: 1px solid #13a338
    }

.nav.nav-pills .nav-item.dropdown.show > .nav-link,
.nav.nav-pills .nav-link.active {
    color: #fff
}

.customtabl .nav-pills .nav-link {
    border-radius: .25rem;
    background-color: #eee;
    border: 1px solid #cfcfcf;
    padding: 3px 9px;
    font-size: 13px;
}

.m-portlet__foot-fixed {
    position: fixed;
    bottom: 0;
    width: 99%;
    z-index: 99
}

.treeviewli {
    list-style: none;
    padding: 0;
    margin: 0
}

    .treeviewli li {
        position: relative;
        min-width: 150px
    }

    .treeviewli > li ul {
        list-style: none;
        padding: 10px 0 0 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .treeviewli li ul li label {
        padding-left: 5px;
    }

.storeselectn {
    margin-bottom: 10px;
}

    .storeselectn .select2.select2-container {
        width: auto !important;
        min-width: 150px
    }

    .storeselectn .select2-selection.select2-selection--multiple {
        padding: 0;
        background: #fff;
        border-radius: 15px;
        border: 1px solid #00943b;
    }

    .storeselectn ul.select2-selection__rendered {
        padding: 5px 10px !important
    }

    .storeselectn ul li.select2-selection__choice {
        background: #00943b !important;
        color: #fff !important;
        padding: 4px 10px !important;
    }

        .storeselectn ul li.select2-selection__choice .select2-selection__choice__remove {
            color: #ffec00 !important
        }


.ridersumryrow {
    display: inline-block;
    margin-bottom: 10px;
}

.ridersummry {
    background: #d2eadc;
    height: auto;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #b5ddc1;
    min-width: 180px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

    .ridersummry.rsoffline {
        background: #fde7e7;
        border: 1px solid #f7d1d1;
    }

    .ridersummry .ridcounter {
        position: absolute;
        right: 10px;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        background: #4d78f1;
        text-align: center;
        color: #fff;
        line-height: 20px;
        cursor: pointer;
    }

        .ridersummry .ridcounter:hover {
            background: #00943b
        }

    .ridersummry .r-title {
        font-size: 15px;
        font-weight: 600;
    }

        .ridersummry .r-title .r-cstatus {
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #000;
            border-radius: 50%;
        }

            .ridersummry .r-title .r-cstatus.ronline {
                background: #00943b;
            }

            .ridersummry .r-title .r-cstatus.roffline {
                background: #c9252e;
            }

    .ridersummry .r-mobile a {
        color: #3f71bb;
    }

.riderodata {
    border-top: 1px solid #fff;
    margin-top: 8px;
    padding-top: 8px;
}

    .riderodata ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .riderodata ul li {
            display: flex;
            justify-content: space-between;
            padding: 0;
        }

            .riderodata ul li .rdvalue {
                font-size: 15px;
            }

                .riderodata ul li .rdvalue.rdal a {
                    color: #e17a30;
                }

                .riderodata ul li .rdvalue.rdpe a {
                    color: #e64242;
                }

.rtripsts {
    display: block;
    text-align: center;
    background: #00943b;
    padding: 3px 0;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    margin-top: 5px;
}

    .rtripsts.off {
        background: #d7d7d7;
        color: #888
    }

.form-control[readonly] {
    background-color: #d9d9d9;
}

.table thead th {
    border-bottom: 0
}

.autocomplete-extender {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    min-width: 500px !important;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    overflow: auto;
    resize: both;
    padding-bottom: 10px;
    height: 100px
}

.autocomplete-resize-handle {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: nwse-resize;
}

.autocomplete-extender li {
    padding: 5px 10px !important
}

    .autocomplete-extender li:hover {
        background: #eaf1f5 !important
    }


/******* b2b profile  *******/
.corpprofile {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

    .corpprofile .corpemail {
        margin-top: 24px;
    }

    .corpprofile a.svefbtn {
        padding: 2px 12px;
        border: 1px solid #00781f;
        margin-top: 4px;
        display: inline-block;
        border-radius: 5px;
    }

        .corpprofile a.svefbtn:hover {
            background: #00781f;
            color: #fff;
        }

.brightblock .m-portlet__head {
    padding-left: 30px;
}


.corporatedata h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.corporatedata .active {
    background: #3e7acc;
    padding: 5px 14px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
}

.corporatedata .inactive {
    background: #f4516c;
    padding: 5px 14px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
}

.brightblock .m-portlet__head-tools i {
    margin-right: 10px;
}

.corpcounter-item {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .corpcounter-item:last-child {
        border-right:
    }

    .corpcounter-item h6 {
        font-weight: 400;
        margin-bottom: 5px;
    }

    .corpcounter-item p {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

.corpcounter-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.credit-icon {
    color: #f4a261;
}

.order-icon {
    color: #3cc593;
}

.report-icon {
    color: #5b66c9;
}

.corpcounter-icon i {
    font-size: 28px;
}

.corpcounter-detail {
    text-align: left;
}

    .corpcounter-detail label {
        color: #747474;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0;
    }

.uplfild .fa-upload-btn {
    font-size: 16px;
    position: relative;
    text-indent: -9999px;
    width: 100px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .uplfild .fa-upload-btn::before {
        font-family: "Font Awesome 5 Free";
        content: "\f093";
        font-weight: 900;
        text-indent: 0;
        position: absolute;
        color: white;
    }

.uplfild {
    display: flex;
    gap: 10px;
}

.prodropdown {
    position: absolute;
    top: 20px;
    right: 20px
}

.btn-promenu {
    color: #888;
    border-color: #dfdfdf;
    background: #fff;
}

.doc-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    width: auto;
    margin: 0 2px;
    background: #fff;
    display: inline-block;
}

    .doc-card img {
        width: 50px;
        margin-bottom: 8px;
    }

    .doc-card .actions a {
        display: inline-block;
        margin: 0 10px;
        text-decoration: none;
    }

    .doc-card .download {
        color: green;
    }

    .doc-card .delete {
        color: red;
    }

.docd {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}


.reportmaindiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.reportdiv {
    min-width: 250px;
}

.reportlist {
    margin-bottom: 20px;
    box-shadow: 0px 2px 6px #00000014;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

    .reportlist .r-title h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
        position: relative;
    }

        .reportlist .r-title h4:after {
            content: "";
            width: -webkit-fill-available;
            height: 2px;
            background: linear-gradient(90deg, rgb(7 68 116) 0%, rgb(33 178 89) 100%);
            position: absolute;
            top: 50%;
            bottom: auto;
            left: auto;
            margin-left: 10px;
        }

    .reportlist .ullist {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .reportlist .ullist .ullistli .btn {
            padding: 3px 0 3px 24px;
            display: block;
            position: relative;
            text-decoration: none;
            border-radius: 2px;
            transition: all 0.6s ease;
            width: 100%;
            text-align: left;
            margin: 5px 0;
            background: transparent;
            color: #000;
            border: 0;
            cursor: pointer;
        }

            .reportlist .ullist .ullistli .btn:before {
                content: "\f1df";
                position: absolute;
                width: 20px;
                height: 20px;
                display: block;
                left: 0;
                font: normal normal normal 20px/1 LineAwesome;
            }

            .reportlist .ullist .ullistli .btn:hover {
                color: #fff;
                background: #21b259;
                padding-left: 40px;
            }

.custom-report-modal {
    min-width: 40%;
    max-width: 40%;
}

    .custom-report-modal .modal-body {
        height: 430px;
    }

.reportcloseicn {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.aprvstatus span {
    font-size: 14px;
}

.steplbtn {
    color: transparent;
    position: relative;
}

    .steplbtn::before {
        content: "\f093";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 1rem;
    }


.cust-main-div {
    display: flex;
}

.cus-row-left {
    width: 22%;
}

.cus-row-right {
    width: 78%;
}


.creditrow {
    padding: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .creditrow label {
        margin: 0 20px 0 20px;
        font-size: 14px;
    }

    .creditrow .cpending {
        display: inline-block;
        background: #eee;
        padding: 10px 28px 10px 20px;
        border-radius: 40px 0 0 40px;
        font-size: 14px;
        margin-right: -20px;
    }

    .creditrow span.ctotal {
        background: #21b259;
        color: #fff;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 40px;
        display: inline-block;
    }

.inline-radio-list input[type="radio"] {
    margin-left: 10px;
    margin-right: 5px;
}

.ajax__calendar {
    top: auto !important;
    left: 20px !important
}


.m-brand .m-brand__tools .m-brand__icon > i {
    color: #000
}

.m-brand .m-brand__tools .m-brand__icon:hover > i {
    color: #0ba435;
}

#m_aside_header_topbar_mobile_toggle_cc {
    display: none;
}

.table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.cusdropbody .m-nav .m-nav__item > .m-nav__link {
    display: block !important;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}

.cusdropbody .m-nav .m-nav__item:hover a,
.cusdropbody .m-nav .m-nav__item:hover i {
    color: #fff;
}

.cusdropbody a i {
    width: 35px;
    text-align: center;
    color: #005394;
}

.btn-cusdrop {
    background: #0053940f;
    padding: 8px 10px;
}

    .btn-cusdrop:hover {
        background: #005394;
        color: #fff;
    }

.attachlinkb {
    border: 0;
    background: transparent;
    color: #23a128;
    padding: 0;
    line-height: 0;
    margin-top: 4px;
    cursor: pointer;
}

    .attachlinkb i {
        font-size: 17px;
    }

.badge {
    padding: 5px 5px;
    font-size: 90%;
    line-height: 90%;
}


.sticky-abtn.auth {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    background: #fff;
    color: #00943b;
    border: 1px solid #00943b;
    animation: bounce-drop 1.4s ease-out;
}

    .sticky-abtn.auth.fa-icon-btn:after {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        font-weight: 900;
        margin-left: 5px;
        font-size: 18px;
        background: #00943b;
        border-radius: 40px;
        height: 36px;
        width: 36px;
        line-height: 36px;
        color: #fff;
    }

    .sticky-abtn.auth:hover {
        background: #21a355;
        color: #fff;
    }


.sticky-abtn.unauth {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    background: #fff;
    color: #e31010;
    border: 1px solid #e31010;
    animation: bounce-drop 1.4s ease-out;
}

    .sticky-abtn.unauth.fa-icon-btn:after {
        font-family: "Font Awesome 5 Free";
        content: "\f111";
        font-weight: 900;
        margin-left: 5px;
        font-size: 18px;
        background: #e31010;
        color: #fff;
        border-radius: 40px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .sticky-abtn.unauth:hover {
        background: #d51c1c;
        color: #fff;
    }


.sticky-abtn span {
    display: block;
    padding: 10px 6px 10px 15px;
}

.sticky-abtn:hover {
    background: #ffec00;
    color: #00943b;
}

.sticky-abtn.fa-icon-btn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f360";
    font-weight: 900;
    margin-left: 5px;
    font-size: 18px;
}


@keyframes bounce-drop {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    20% {
        transform: translateY(-40px);
    }

    30% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-10px);
    }

    70%, 100% {
        transform: translateY(0);
    }
}


.select2-container .select2-selection__choice__remove {
    padding: 0;
    border: 0;
}

.select2-selection__choice__remove {
    border: none !important;
}

.m-content.m-content_fixedh .m-portlet__body {
    height: 87vh;
    overflow-y: auto;
    overflow-x: auto;
}

.m-content.m-content_fixedfoot .m-portlet__body {
    height: 80vh;
    overflow-y: auto;
    overflow-x: auto;
}

.m-content_fixedfoot .m-portlet__foot {
    position: fixed;
    bottom: 0;
    width: 99%;
    z-index: 99;
    left: 10px;
    right: 10px;
}

.bootstrap-select .dropdown-menu .inner.show {
    max-height: 350px !important;
}


.searchgpanel {
    background: #ecf5fd;
    padding: 10px;
    border: 1px solid #d1dde7;
    border-radius: 5px;
}

    .searchgpanel .form-control {
        background-color: #fff
    }

.table-fhead thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

.bootstrap-select.show > .dropdown-toggle.btn-light,
.bootstrap-select.show > .dropdown-toggle.btn-secondary {
    border-color: #00943b !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #00943b
}

.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:before {
    content: "\f17b"; /* Unicode for Android logo */
    font-family: "Font Awesome 5 Free"; /* or "Font Awesome 5 Brands" */
    font-weight: 900; /* or 400 depending on FA version */
    display: inline-block;
    margin-right: 5px; /* optional spacing */
}



@media (min-width:1600px) and (max-width:1712px) {

    .m-header-menu .m-menu__nav > .m-menu__item { padding: 0 10px;}
}



@media (min-width:1200px) and (max-width:1460px) {
    #m_header_topbar {
        background: #fff;
        margin-top: -50px;
        opacity: 0;
        z-index: 0;
        position: relative;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: none;
    }

    #m_aside_header_topbar_mobile_toggle_cc {
        float: right;
        color: #fff;
        padding: 10px 20px;
        display: block;
    }

    #m_header_topbar.show {
        margin-top: 0 !important;
        display: block;
        opacity: 1;
    }

    .m-topbar__usericon .m-nav__link-icon-wrapper {
        background: #0ba435;
    }

    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__username {
        color: #fff
    }

    .font-size-buttons .fsz {
        color: #444;
        border: 1px solid #444;
    }
}

@media only screen and (max-width: 1199px) {
    .m-header--fixed .m-header {
        background: #fff
    }

    .m-topbar__usericon .m-nav__link-icon-wrapper {
        background: #0ba435;
    }

    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__username {
        color: #fff
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        background: #0ba435
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            color: #fff;
        }

    #m_header .m-container.m-container--fluid {
        padding: 0;
    }

    .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
        float: none;
        display: contents;
    }

    #m_header_topbar .m-dropdown .m-dropdown__wrapper {
        width: 320px;
    }

    .m-brand .m-brand__tools .m-brand__toggler span,
    .m-brand .m-brand__tools .m-brand__toggler span::after,
    .m-brand .m-brand__tools .m-brand__toggler span::before,
    .m-brand .m-brand__tools .m-brand__toggler span::after,
    .m-brand .m-brand__tools .m-brand__toggler span::before {
        background: #000;
    }

    .m-brand .m-brand__tools .m-brand__icon > i {
        color: #0baf77;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        background-color: #00943b;
    }

    .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark {
        background-color: #000;
    }

        .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark > i {
            color: #fff;
        }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #fff;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
        color: #fff;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
        background-color: #fff;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
        color: #000;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active {
        background: #ffec00;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
        color: #000;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
        color: #000;
    }

    .m-header--fixed .m-body {
        padding-top: 70px !important;
    }

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--left {
        position: relative;
        left: auto;
        right: auto;
    }

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--classic > .m-menu__subnav {
        padding: 0;
        box-shadow: none;
    }

    .font-size-buttons .fsz {
        color: #444;
        border: 1px solid #444;
    }

    .m-header--fixed-mobile .m-topbar {
        margin-top: -50px
    }

    .m-header--fixed-mobile.m-topbar--on .m-topbar {
        top: -20px;
        margin-top: -50px;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    #m_header_nav {
        margin-left: 10px;
    }

    .m-header-menu .m-menu__nav > .m-menu__item {
        padding: 0 6px;
    }

    .m-topbar .m-topbar__nav.m-nav {
        margin: 0 0 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .m-header--fixed-mobile.m-topbar--on .m-topbar {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .m-portlet .m-portlet__head {
        display: block;
        height: auto;
    }
}

.HeaderText {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 3px solid #21B259;
    padding-left: 10px;
    padding-right: 10px;
    background: #005394;
    color: white;
    border-radius: 0.5rem;
}

/**
@media (min-width:1441px) {
    .m-brand.m-brand--mobile {  display: none !important;        }
}

@media (max-width:1440px) {
    .m-topbar { -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        width: 100% !important;
        padding: 0 5px 0 20px;
        height: 50px !important;
        margin-top: -50px;
        background-color: #fff;
    }
    .m-brand.m-brand--desktop {
        display: none !important;
    }

     .m-brand.m-brand--mobile {
            display: table-cell !important;
        }
    .m-header--fixed-mobile .m-topbar {
        top: -95px;
    }


    .m-header--fixed-mobile.m-topbar--on .m-topbar {
        top: -20px;
    }
}*/
