@charset "utf-8";
/* CSS Document */

.deznav .metismenu ul a {
    padding: 5px 10px !important;
}

.nav-control {
    display: none
}

.header {
    background-color: #fff;
    height: 80px;
}

.nav-header .brand-logo {
    border-top-right-radius: 16px
}

.deznav {
    border-top-right-radius: 25px;
    box-shadow: #999 1px 2px 10px;
}

.nav-header {
    border-top-right-radius: 50% !important;
}

.header-right .header-profile img {
    box-shadow: unset;
}

.header-right .header-profile > a.nav-link .header-info span {
    font-size: 16px;
}

.header-right .header-profile > a.nav-link .header-info {
    text-align: left;
    padding-top: 10px;
    margin-left: 30px;
    color: #3B3B3B;
    line-height: 10px;
}

    .header-right .header-profile > a.nav-link .header-info label {
        font-size: 12px;
        color: #3B3B3B;
    }

.header-right .header-profile > a.nav-link {
    background-color: unset
}

.head-title {
    color: #3B3B3B;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 600;
}

ul.navbar-nav.header-right {
    margin-right: 5%;
}

.content-body {
    background-color: #F6FDFF;
}

.dashboard .content-body .container-fluid {
    background: url(../img/bg.png) bottom no-repeat, #F6FDFF;
    min-height: 100vh
}

.content-body .container-fluid {
    background: #fff;
    min-height: 100vh
}

.deznav .metismenu > li > a span {
    color: #fff !important;
    font-weight: 200;
}

.deznav .metismenu > li > a i {
    color: #fff !important;
}

.deznav .metismenu > li > ul > li > a {
    color: #444 !important
}

.deznav .metismenu ul {
    margin: 0px 40px;
}

font {
    box-shadow: #ccc 3px 3px 6px;
}

.card-body.dashboard-search {
    background-color: #ddd
}

.card.dashboard-search { /* background-color:#d2e1ff; */
    background-color: unset;
    box-shadow: unset;
}

.search-form-left {
    width: 37%;
    background-color: #fff;
    height: 80px !important;
    margin: 0 !important;
    float: left;
    padding: 10px;
    border-radius: 15px;
}

.card.dashboard-search .card-body {
    padding: 0
}

.dashboard-search .form-group {
    float: left;
    width: 240px !important;
    margin-left: 15px;
    top: 6px;
    position: relative;
}

.search-form-left h4 {
    text-align: center;
    text-transform: uppercase;
    color: #0e5ef0
}

.search-form-left .custom-checkbox {
    float: left;
    margin-left: 10px;
    font-size: 13px
}

    .search-form-left .custom-checkbox .custom-control-label::after,
    .search-form-left .custom-checkbox .custom-control-label::before {
        width: 15px !important;
        height: 15px !important;
        border-color: #3b72d7
    }

.card.dashboard-search .card-body {
    padding-bottom: 0 !important
}

.form-group.checkbox-group {
    width: 100% !important
}

    .form-group.checkbox-group label {
        font-size: 14px;
        color: #888
    }

input.form-control {
    height: 40px;
    font-size: 13px;
    padding: 10px
}

input.datepicker:after {
    font-family: 'FontAwesome';
    content: "\f073";
    color: #4e4646;
    z-index: 99;
    position: relative;
    top: 0;
    font-size: 20px;
    right: 0
}

.card.dashboard-search .datepicker {
    margin-top: 15px
}

label.col-form-label {
    font-size: 13px;
    color: #555 !important;
    padding: 0;
    padding-top: 25px;
    margin: 0
}

.dashboard-search .col-sm-7 {
    padding: 0 !important;
    margin-left: 5px
}


.form-group.btn-search {
    width: 115px !important;
    top: 20px;
    position: relative
}

.btn-search button {
    border-radius: 30px;
    width: 118px;
    height: 40px;
    background: linear-gradient(90deg,#01ebb2,#0e5ef0);
    border: unset;
    box-shadow: #79a1e9 3px 3px 3px;
    padding-left: 20px
}

.form-group.btn-search::after {
    font-family: FontAwesome;
    content: "\f002";
    top: -30px;
    position: relative;
    left: 15px;
    color: #fff
}

input#to_date {
    right: 15px;
    position: relative;
}

.progress-box {
    border-radius: 20px
}

.bg-grad-blue {
    background: url(../img/progressbg.png),linear-gradient(90deg,#5d00d4,#2a6ef9)
}

.bg-grad-red {
    background: url(../img/progressbg.png),linear-gradient(90deg,#fc4e1b,#f8af31)
}

h4.card-title.progress-title {
    color: #fff
}

.progress-box img {
    position: absolute;
    right: 8%;
    top: 9%
}

.bg-progress-blue {
    background-color: #2d00c6
}

.bg-progress-red {
    background-color: #ce2f00
}

.progress-box small {
    color: #fff
}

.table-box h4.card-title.table-title {
    text-align: center
}

.table-box tr {
    background-color: #0B2354;
    font-weight: 400 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px !important;
}

    .table-box tr th {
        font-weight: 400 !important;
        font-size: 17px !important;
        padding: 20px 15px;
        color: #fff !important;
        font-family: 'Montserrat';
        font-weight: 600 !important; /* border: solid 1px #29C9F9; */
    }

.table-box td {
    color: #000 !important;
    font-size: 16px;
    font-family: 'Montserrat';
    border: solid 1px #29C9F9;
    padding: 10px 15px;
    font-weight: 500;
    background-color: #fff;
}

.table-box tr {
    border: unset !important
}

.card.table-box .card-body {
    padding: 20px 0 !important
}

.table-box .amt {
    text-align: left;
    padding-right: 30px
}

.table-foot {
    margin-left: 2%;
    margin-top: 25px;
    font-size: 17px;
    padding: 10px;
    display: flex;
    float: left;
    width: 46% !important;
    box-shadow: unset;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
    background-color: #f6fdff !important;
}

.table-foot-blue {
    color: #fff;
    margin-left: 15px;
}

.table-box .row {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: -40px
}

ul.pagination {
    float: left;
    background-color: #fff;
    font-size: 13px;
    box-shadow: #666 2px 2px 5px;
    z-index: 9999;
}

    ul.pagination a.page-link {
        font-size: 12px !important;
        color: #999
    }

li.mm-active a:before {
    background: unset !important
}

li.mm-active a i.fa {
    color: #fff !important;
}

.sales-title {
    color: #555;
    padding: 10px 30px;
    background-color: #d2e1ff;
    margin: 40px 20px
}


table.table-big {
    margin-top: 0;
    border-top-left-radius: 16px
}

    table.table-big thead {
        background-color: unset;
        border-bottom: solid 1px #ddd
    }

    .table-big th, table.table-big td {
        border-right: solid 1px #bbb;
        padding-left: 17px
    }

.table-big th {
    text-align: center;
    font-weight: 700 !important
}

.table-box.table-big table {
    background-color: #fff;
    margin: 10px 0;
    box-shadow: #ccc 1px 1px 16px;
    border-radius: 25px
}

.table-big th {
    background-color: #fff
}

.table-box.table-big {
    padding: 10px !important
}

    .table-box.table-big table tr:last-child td {
        border-bottom: unset
    }

    .table-box.table-big thead th:last-child {
        border-top-right-radius: 20px;
        border-right: unset
    }

.table-big.table-box thead th:first-child {
    border-top-left-radius: 20px
}

.table-big td {
    border-right: solid 1px #ccc;
    padding: 6px 20px
}

.table-big th {
    border-bottom: solid 1px #bbb
}

.table-big tr td:last-child {
    border-right: unset
}

.table-box.table-big .table-foot-white.table-foot {
    float: left
}

.table-box.table-big .table-foot-blue.table-foot {
    float: right;
    margin-right: 2%
}

.table-big .table-foot {
    width: 35% !important
}

.full-width-page nav.paginate.paginate-full-width .pagination {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 30px
}

.table-paginate {
    position: relative;
    top: 84px;
    background: transparent;
}

    .table-paginate .paginate {
        top: 10px;
        position: absolute;
        display: contents; /* margin-bottom: -25px; */
        z-index: 9999;
    }

.login-bg .left {
    width: 70%;
    height: 100vh;
    position: fixed;
    background-color: #eae8f3
}

.login-bg .right {
    width: 65%;
    position: fixed;
    height: 287vh;
    background-color: #f4f5f7;
    right: -22%;
    top: -101%;
    transform: rotate(160deg)
}

.login-right {
    background: url(../img/login-bg.svg);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    border-top-right-radius: 20px; /* border-bottom-right-radius:20px; */
    position: relative;
}

.auth-form h4 {
    font-size: 23px;
    text-align: left !important
}

.auth-form input {
    box-shadow: #ddd 2px 2px 5px;
    border-radius: 10px;
    background-color: #F9F9F9;
    height: 50px;
    padding-left: 60px;
}

.auth-form button {
    border-radius: 27px;
    height: 40px !important
}

.auth-form .custom-control-label:after, .auth-form .custom-control-label:before {
    width: 15px !important;
    height: 15px !important
}

.auth-form .custom-control-label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.form-group a {
    font-size: 13px;
    float: right !important;
    color: #000;
    font-weight: 500;
}

.auth-form label {
    font-size: 14px;
    color: #111
}

.auth-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.authincation-content {
    border-radius: 50px !important;
    border: unset !important;
    box-shadow: #addaed 2px 2px 17px;
}

img.logo {
    width: 160px;
}


li.dropdown.header-notification ul {
    width: 300px;
}

    li.dropdown.header-notification ul li {
        padding: 5px 20px;
        font-size: 13px;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

        li.dropdown.header-notification ul li a {
            color: #000;
        }

        li.dropdown.header-notification ul li span {
            display: block;
            font-size: 10px;
            width: 100%;
            text-align: right;
            margin-top: 5px;
            margin-bottom: 5px;
            color: #aaa;
        }

.deznav .metismenu li a img {
    width: 15px;
    margin-right: 10px;
}

.custom-switch.custom-switch-secondary .custom-switch-input:checked + .custom-switch-btn {
    background-color: #3cae3c;
    border: 1px solid #1d7f1d;
}

label.custom-switch-btn {
}

.custom-switch .custom-switch-input + .custom-switch-btn {
    background: #ced4da;
    outline: 0;
    display: inline-block;
    position: relative;
    height: 27px;
    er-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 58px !important;
    height: 26px;
    margin: 0;
    padding: 4px;
    border-radius: 76px;
    transition: .3s;
    border: 1px solid #ced4da
}

.custom-switch .custom-switch-input, .custom-switch .custom-switch-input + .custom-switch-btn, .custom-switch .custom-switch-input:after,
.custom-switch .custom-switch-input:before {
    box-sizing: border-box
}

.custom-switch .custom-switch-input {
    display: none
}

.custom-switch {
    padding-left: 2.25rem;
    width: auto;
    float: left;
    margin-top: 10px;
}

    .custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
        left: 30px
    }

    .custom-switch .custom-switch-input + .custom-switch-btn:after {
        background: #fff;
        left: 2px;
        border-radius: 50%;
        transition: .3s
    }

    .custom-switch .custom-switch-input + .custom-switch-btn:after, .custom-switch .custom-switch-input + .custom-switch-btn:before {
        position: relative;
        display: block;
        content: "";
        width: 18px;
        height: 18px;
        top: -19px;
    }


.card.dashboard-search h2 {
    font-family: Montserrat;
    font-weight: 500;
    color: #000;
    letter-spacing: 0
}

.card.dashboard-search form textarea {
    width: 98%;
    padding: 10px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #29c9f9
}

.top-buttons label {
    margin-left: 20px;
    margin-right: 20px;
    font-family: Montserrat;
    font-weight: 700;
    color: #000
}

.top-buttons button {
    border-radius: 10px;
    padding: 4px 9px;
    box-shadow: #ddd 1px 1px 7px
}

    .top-buttons button img {
        height: 30px
    }

.top-buttons {
    padding-bottom: 40px
}

    .top-buttons button.fill-btn {
        color: red;
        border-color: red
    }

.excel-btn {
    color: #036f3b;
    border-color: #036f3b;
    height: 46px;
}

.top-buttons button:hover {
    color: #000;
    border-color: #000
}

.row.button-box {
    border-bottom: 1px solid #29c9f9;
    margin: 0 0 40px;
    width: 98%
}


.row.table-top .table-top-left .input-group span, .row.table-top .table-top-left label {
    font-family: Montserrat;
    color: #000;
    font-weight: 600
}

.row.table-top {
    padding-bottom: 40px
}

    .row.table-top .table-top-left {
        text-align: center;
        align-items: center;
        display: flex;
        margin-top: 11px;
    }

        .row.table-top .table-top-left input {
            width: 60px;
            border-radius: 5px;
            border: 2px solid #000;
            margin-right: 10px;
            margin-left: 10px;
            color: #000
        }

        .row.table-top .table-top-left label {
            width: 300px
        }

    .row.table-top .table-top-right button {
        padding: 12px 30px;
        border: 1px solid;
        border-radius: 10px;
        margin-right: 20px;
        box-shadow: #ccc 1px 1px 10px;
        color: #fff
    }

        .row.table-top .table-top-right button i {
            font-size: 23px;
            line-height: 25px;
            float: left;
            margin-right: 7px;
            color: #fff
        }

        .row.table-top .table-top-right button.whatsapp-btn {
            background-color: #3cae3c
        }

button.clear-btn {
    background-color: #f54768;
    border: 1px solid #f54768
}

.row.table-top .table-top-right button:hover {
    background-color: #000
}

.table-box tr td:first-child, .table-box tr th:first-child {
    text-align: center
}

.card.table-box {
    background-color: unset;
    box-shadow: unset
}

.table-box table tr th:last-child {
    border-top-right-radius: 20px !important;
    border-left: solid 1px #29C9F9;
}

.table-box table tr th:first-child {
    border-top-left-radius: 20px !important;
    border-right: solid 1px #29C9F9;
}
/*.table-box table tr:last-child td:first-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px}-anju
.table-box table tr:last-child td:last-child{border-bottom-right-radius:20px;border-bottom-right-radius:20px}*/

.login-right img {
    width: 277px;
    position: absolute;
    bottom: 20px;
    left: 65px
}


.auth-form .btn:hover {
    background: linear-gradient(to bottom, #0041C5, #0B2354);
}

.auth-form .form-group span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dfdfdf;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 20px
}

div.form-header input {
    padding: 10px 45px 10px 15px;
    margin-top: 20px
}

div.form-header .form-group {
    position: relative
}

    div.form-header .form-group i.fa {
        position: absolute;
        right: 2px;
        top: 0;
        width: 35px;
        height: 40px;
        background-color: #085d7d;
        text-align: center;
        padding-top: 8px;
        color: #fff;
        border-radius: 10px;
        font-size: 25px
    }

div.form-header {
    margin-right: 20px
}


.media .media-icon {
    background-color: #ddd;
    width: 100px;
    height: 145px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 10px;
    padding: 45px 26px;
}

    .media .media-icon img {
        width: 45px
    }

.media-body {
    padding-left: 80px;
    text-align: center
}

.media-icon.green-bg {
    background: linear-gradient(180deg,#179d64,#36b88c)
}

.media-icon.blue-bg {
    background: linear-gradient(180deg,#46adfb,#1fd1e8)
}

.media-icon.pink-bg {
    background: linear-gradient(180deg,#d884e5,#e4a3bf)
}

.row.top-media .card {
    height: 145px;
    margin-right: 30px
}

.top-media .widget-stat .media .media-body h3 {
    color: #3b3b3b !important;
    margin-top: 25px
}

.row.top-buttons .nav {
    width: 95%;
    background-color: #fff;
    padding: 15px;
    margin-left: 15px;
    border-radius: 10px;
    align-items: center;
    text-align: center
}

    .row.top-buttons .nav li {
        width: 20%;
        text-align: center
    }

        .row.top-buttons .nav li a.active {
            border: 1px solid red;
            padding: 5px 20px;
            border-radius: 15px;
            color: red
        }

        .row.top-buttons .nav li a {
            font-family: Montserrat;
            font-weight: 500;
            color: #000
        }

div#ordered {
    width: 100% !important
}

.top-buttons .tab-content {
    width: 100%;
    margin-top: 20px;
    padding: 15px
}

.row.top-orders .card-body {
    padding: 0 !important
}

    .row.top-orders .card-body .order-head {
        background-color: #0b2354;
        color: #fff;
        display: flex;
        padding: 10px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        height: 50px;
    }

        .row.top-orders .card-body .order-head .order-user {
            float: right;
            width: 45%;
            text-align: right
        }

        .row.top-orders .card-body .order-head .order-no {
            float: left;
            width: 55%
        }

    .row.top-orders .card-body .order-body {
        padding: 12px;
        color: #000;
        font-weight: 500;
        line-height: 25px;
        height: 190px;
        white-space: pre-line;
        padding-top:1px;
    }

    .row.top-orders .card-body .order-bottom .time {
        width: 50%;
        float: left;
        font-size: 11px;
        color: #000;
        margin-top: 3px;
    }

    .row.top-orders .card-body .order-bottom {
        padding: 10px 14px;
        border: 1px solid #0b2354;
        border-radius: 10px
    }

        .row.top-orders .card-body .order-bottom .time i {
            margin-right: 5px
        }

        .row.top-orders .card-body .order-bottom .accept {
            background: linear-gradient(180deg,#179d64,#36b88c);
            color: #fff;
            border: 1px solid #179d64;
            height: 34px;
            font-size: 12px;
            padding: 3px 9px;
            border-radius: 13px;
        }

        .row.top-orders .card-body .order-bottom button.accept:hover {
            background: linear-gradient(180deg,#36b88c,#179d64)
        }

.order-bottom a.view-list {
    float: right;
    margin-top: 2px;
    color: #0b8b5a
}

.row.top-orders {
    width: 100%;
}

    .row.top-orders .card-body .order-bottom button.accept i {
        margin-left: -5px;
        margin-right: 5px;
        font-size: 9px;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 3px;
        line-height: 8px
    }

.dashboard-sale {
    background: url('../img/dash-right.svg') bottom/contain no-repeat
}

.row.bottom-chart {
    background-color: #dff8ff;
    padding: 20px 50px 40px;
    margin-left: -60px;
    margin-right: -45px
}

    .row.bottom-chart h4.card-title {
        font-family: Montserrat;
        font-weight: 600;
        color: #3b3b3b;
        line-height: 40px;
        font-size: 25px;
        margin-left: -30px
    }

div#nav-user {
    display: none;
}

.row.top-orders span span {
    display: inline-grid;
    width: 23.5% !important;
}

    .row.top-orders span span .order-item {
        padding-right: 0px;
        margin-left: 25px;
    }

@media only screen and (max-width: 767px) {

    .widget-stat .media .media-body .dline {
        display: none !important;
    }

    .media-body {
        display: inline-flex;
    }
    .widget-stat .media .media-body p {
        font-size: 14px;
        margin-left: 20px;
        margin-top: 7px;
        width: 100px;
        text-align: left;
    }

    .row.top-orders span span .order-item {
        margin-left: 0px;
        padding-left: 5px;
    }

    .row.top-orders .card-body .order-bottom .time {
        width: 100%;
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 8px;
        margin-top: 4px;
    }

    .row.top-orders .card-body .order-body {
        font-size: 12px;
        line-height: 23px;
        padding: 10px;
    }

    .row.top-orders .card-body .order-bottom {
        padding: 5px !important;
    }

    .row.top-orders span span {
        width: 50% !important;
    }

    div#nav-user { /* position:fixed; */
        top: 35px;
        left: 30px;
        display: block
    }

        div#nav-user a.nav-link span {
            color: #fff;
            font-size: 27px;
            border: 1px solid;
            padding: 7px 18px;
            border-radius: 50%
        }

    #nav-user a.nav-link {
        display: flex;
        margin-left: -15px;
    }

        #nav-user a.nav-link .header-info {
            position: unset;
            width: 80% !important;
            float: left; /* top:35px; */ /* left:95px; */
            background: unset;
            display: unset;
            text-align: left !important; /* margin-top: -77px; */
            margin-left: 0px;
        }

            #nav-user a.nav-link .header-info label, #nav-user a.nav-link .header-info span {
                width: 90%;
                display: contents;
                font-size: 15px;
                color: #fff !important;
                font-family: Montserrat;
                text-align: left !important;
                padding-left: 0 !important;
                float: left;
            }

            #nav-user a.nav-link .header-info label {
                font-size: 12px
            }

    ul.navbar-nav.header-right li.nav-item.dropdown.header-profile {
        display: none
    }

    a.brand-logo {
        display: none !important
    }

    .nav-header {
        background-color: transparent;
    }

    .hamburger .line {
        background: #0e598e !important;
    }

    .header-right .nav-item .nav-link {
        box-shadow: unset;
        width: 25px;
        height: 25px;
        font-size: 18px;
        margin-top: -22px;
    }

    .pulse-css {
        right: -5px
    }

    .header {
        margin-top: -60px;
        z-index: 2;
    }

    div.form-header input {
        width: 100px !important;
        font-size: 10px;
        padding: 7px;
        height: 30px;
        margin-top: 26px;
        box-shadow: #ccc 1px 1px 3px;
        border-radius: 3px
    }

    .head-title {
        margin-left: 55px
    }

    div.form-header .form-group i.fa {
        font-size: 16px;
        width: 26px;
        height: 30px;
        border-radius: 5px;
        right: 0
    }

    .nav-control {
        width: 50px;
        float: left;
        right: unset;
        left: 0;
        z-index: 9999
    }

    .nav-header {
        width: 50px !important
    }

    .hamburger.is-active .line {
        background-color: #fff !important;
        color: #fff !important
    }

    .media-icon {
        display: none
    }

    .media-body {
        padding-left: 0px;
        margin-left: -5px;
    }

    .row.top-media .card {
        padding: 0;
        width: 100% !important;
        height: 50px;
    }

    .top-media .widget-stat .media .media-body h3 {
        margin-top: 5px;
        font-size: 22px;
        margin-left: 20px;
    }

    [data-header-position=fixed]
    .content-body {
        padding-top: 0
    }

    .top-media .media-box:first-child .card {
        background: linear-gradient(180deg,#179d64,#36b88c)
    }

    .top-media .media-box:nth-child(2) .card {
        background: linear-gradient(180deg,#46adfb,#1fd1e8)
    }

    .top-media .media-box:last-child .card {
        background: linear-gradient(180deg,#d884e5,#e4a3bf)
    }

    .row.top-orders {
        margin-left: 0
    }

    .row.top-buttons .nav li a {
        font-size: 12px;
        border: 1px solid #aaa !important;
        width: 100%;
        text-align: center;
        display: block
    }

    .row.top-buttons .nav {
        width: 100%;
        margin-left: 0
    }

        .row.top-buttons .nav li:first-child a {
            margin-left: 0 !important
        }

        .row.top-buttons .nav li {
            display: flex !important;
            width: 20% !important;
            text-align: center;
            padding: 10px 0 !important;
            line-height: 30px
        }

            .row.top-buttons .nav li a.active {
                padding: 0 !important;
                margin-right: 0;
                margin-left: 0;
                border: 1px solid red !important;
                color: #fff;
                background-color: red;
                border-radius: unset;
            }

    .row.bottom-chart h4.card-title {
        margin-left: -15px;
    }

    .auth-form {
        box-shadow: unset
    }

    .authincation-content {
        box-shadow: unset;
        background-color: unset;
        margin-top: -145px;
    }

    .login-right {
        display: none
    }

    .login-page:after {
        content: "";
        width: 100%;
        height: 224px;
        position: absolute;
        background-color: #fff !important;
        background: url(../img/login-bg.svg);
        left: 0px;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        transform: rotateX(180deg);
    }

    .login-page {
        background-color: #fff;
    }

    .card.dashboard-search h2 {
        font-size: 25px
    }

    .top-buttons {
        display: flex
    }

    .custom-switch {
        padding-left: 0
    }

    .top-buttons label {
        margin-left: 5px;
        margin-top: 13px
    }

    .top-buttons button {
        margin-left: 0px;
    }

        .top-buttons button img {
            width: 20px;
            height: auto
        }

    .row.table-top .table-top-left {
        margin-bottom: 25px
    }

        .row.table-top .table-top-left label {
            width: 160px;
        }

    .row.table-top .table-top-right button {
        width: 120px;
        padding: 10px 23px;
    }

        .row.table-top .table-top-right button i {
            font-size: 20px
        }

    .table-box td {
        font-size: 12px;
        padding: 6px 8px;
    }

    .table-box thead th {
        font-size: 14px !important;
        padding: 15px 8px;
    }

    .table-top {
        padding-left: 25px;
    }

    .row.top-orders .col-6 {
        padding-left: 0 !important;
        padding-right: 5px !important
    }

        .row.top-orders .col-6 .order-box {
            font-size: 10px;
            line-height: 15px
        }

        .row.top-orders .col-6 .card-body .order-body ul li {
            padding: 0
        }

        .row.top-orders .col-6 .card-body .order-bottom {
            padding: 5px
        }

        .row.top-orders .col-6 .top-buttons button {
            margin-left: 0
        }

        .row.top-orders .col-6 .card-body .order-bottom button.accept {
            padding: 3px 7px;
            font-size: 10px;
            height: 23px;
            margin-left: 0px !important;
        }

            .row.top-orders .col-6 .card-body .order-bottom button.accept i {
                font-size: 5px;
                padding: 2px 3px;
                margin-right: 2px !important;
                margin-top: 0 !important
            }

        .row.top-orders .col-6 .card-body .order-bottom .time {
            font-size: 8px;
            margin-top: 6px
        }
}

@media only screen and (min-width: 767px) and (max-width: 1366px) {
    .deznav {
        width: 15rem !important;
        padding-left: 0px;
        background-color: #0b2354;
        padding-top: 60px;
    }

    [data-sidebar-style=mini] .deznav .nav-text {
        display: unset
    }

    div#nav-user {
        display: none
    }

    .nav-header {
        margin-left: 15px;
        width: 12rem
    }

    .content-body {
        margin-left: 14rem !important
    }

    [data-sidebar-style=mini] .header .header-content {
        padding-left: 11rem
    }

    .top-buttons {
        display: flex
    }

    .custom-switch {
        padding-left: 0
    }

    .top-buttons label {
        margin-left: 10px;
        margin-top: 14px
    }

    .top-buttons button {
        font-size: 12px
    }

        .top-buttons button img {
            width: 20px;
            height: auto
        }

    .row.table-top .table-top-left {
        width: 100% !important
    }

        .row.table-top .table-top-left input {
            width: 55px
        }

        .row.table-top .table-top-left label {
            width: 200px
        }
}
/*MODAL POPUP*/
.divmodalheader {
    width: 100%;
    height: 40px;
    background-color: #0B2254;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    margin-bottom: -15px;
}

h4.modalheader {
    color: white;
    margin-top: 12px;
    font-weight: 200;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
    border: none;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

    .close-button img {
        width: 80%;
        height: 80%;
    }

.my-paneldiv {
    width: 100%;
    padding: 20px;
}

@media (min-width: 770px) and (max-width:1360px) {
    .row.top-orders .card-body .order-bottom .time {
        width: 100%;
        margin-bottom: 7px;
    }
}

@media (min-width: 768px) {
    .my-paneldiv {
        width: 80%;
        padding: 40px;
    }
}

h5.modal-header {
    color: black;
    font-weight: 200;
}

.right-aligned {
    width: 100%;
    text-align: right;
    font-weight: 100;
}

.left-aligned {
    width: 100%;
    text-align: left;
    font-weight: 200;
}

h6.modal-header-name {
    color: #3f6ad8;
}

.div-modal-header-productdetail {
    width: 100%;
    height: 30px;
    background-color: #0B2254;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    margin-top: -20px;
}

h4.modalheader-productdetail {
    color: white;
    margin-top: 4px;
    font-weight: 200;
}

.row.top-orders .card-body .order-bottom .accept i {
    border: solid 1px #fff;
    padding: 2px;
    border-radius: 50%;
    margin-right: 4px;
}
