/**
* Template Name: NiceAdmin - v2.2.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    /*background: linear-gradient(180deg, rgba(94,114,228,1) 45%, rgba(255,255,255,1) 45%);*/
    /*background: url(../../Images/bg-top.jpg) top repeat-x;*/
    background: #efefef;
    color: #444444;
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
    background: #fff;
    padding: 8px;
    border-bottom: 1px solid #194471;
}

    .pagetitle h1 {
        font-size: 21px;
        margin-bottom: 0;
        font-weight: 600;
        color: #012970;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

@media (max-width: 480px) {
    .dropdown-menu {
        width: 100vw !important;
    }
}

.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

    .dropdown-menu .dropdown-footer a {
        color: #444444;
        text-decoration: underline;
    }

        .dropdown-menu .dropdown-footer a:hover {
            text-decoration: none;
        }

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

    .dropdown-menu .dropdown-item i {
        margin-right: 10px;
        font-size: 18px;
        line-height: 0;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: #f6f9ff;
    }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

.menu-box {
    height: 600px;
    overflow: auto;
}

@media screen and (min-width: 1024px) and (max-height: 1310px) {
    .menu-box {
        height: 505px;
        overflow: auto;
    }
}


@media (max-width: 768px) {
    .header {
        margin-left: 0 !important;
    }

        .header marquee {
            width: 90% !important;
            font-size: 13px;
            padding-top: 7px;
        }

    .header-nav .nav-icon {
        padding: 0;
        width: 50px;
        font-size: 10px !important;
        text-align: center;
    }

        .header-nav .nav-icon i {
            display: block;
        }

    .sidebar {
        top: 58px !important;
    }

    .logo {
        margin-left: 9px;
        margin-top: 4px;
        width: 100%;
    }

    .date-w {
        width: 100% !important;
    }

    .form-control {
        font-size: 14px;
    }

    .menu-box {
        height: 500px;
        overflow: auto;
    }
}

@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}
/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 1rem;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    overflow: hidden;
}

.card-bg1 {
    background: rgb(89,129,231) !important;
    background: linear-gradient(225deg, rgba(89,129,231,1) 0%, rgba(28,225,220,1) 100%) !important;
}

.card-bg2 {
    background: rgb(255,114,123) !important;
    background: linear-gradient(225deg, rgba(255,114,123,1) 0%, rgba(243,82,159,1) 100%) !important;
}

.card-bg3 {
    background: rgb(59,183,180) !important;
    background: linear-gradient(225deg, rgba(59,183,180,1) 0%, rgba(60,228,150,1) 100%) !important;
}

.card-bg4 {
    background: rgb(254,137,86);
    background: linear-gradient(225deg, rgba(254,137,86,1) 0%, rgba(255,194,72,1) 100%);
}

.card-bg5 {
    background: rgb(171,155,247);
    background: linear-gradient(225deg, rgba(171,155,247,1) 0%, rgba(113,88,241,1) 100%);
}

.card-bg6 {
    background: rgb(210,53,90);
    background: linear-gradient(225deg, rgba(210,53,90,1) 0%, rgba(168,45,102,1) 100%);
}

.card-bg7 {
    background: rgb(88,205,206);
    background: linear-gradient(225deg, rgba(88,205,206,1) 0%, rgba(48,165,165,1) 100%);
}

.card-header, .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
    color: #194471;
    font-family: "Poppins", sans-serif;
    margin: 15px 0;
    background: #e2f5ff00;
    padding: 5px;
}
.needs-validation .form-label {
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #194471;
}
.close-complaints-form label {
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #194471;
}
.close-complaints-form .form-group {
    margin-bottom: 14px;
}
.needs-validation .form-group {
    margin-bottom: 14px;
}
    .needs-validation .form-group .form-control:focus {
        box-shadow: none;
        border-color: #A1CAE0;
    }
    .card-title span {
        color: #5b6fe0 !important;
        font-size: 14px;
        font-weight: 400;
    }
.complaint-report .form-group .form-control:focus {
    box-shadow: none !important;
    border-color: #A1CAE0 !important;
}
.complaint-report .form-label {
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #194471;
}
.complaint-report .form-group {
    margin-bottom: 14px;
}
.assign-add .form-group .form-control:focus {
    box-shadow: none !important;
    border-color: #A1CAE0 !important;
}
.assign-add .form-label {
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #194471;
}

.close-complaints {
    background: #194471;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
    color: white;
}

.btn-flat {
    background: red;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
    color: white;
}
.dt-length label {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #194471;
}

#btnsubmit {
    background: #194471;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
    color: white;
}
#btnprint {
    background: #5AB13F;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
}
#Addvehinfo th{
    font-size:14px;
}
#Addvehinfo td {
    font-size: 14px;
}
#btnadd {
    margin: 23px 0 0 0;
    width: 100%;
    background: #194471;
    outline: none;
    font-weight: 600;
    font-size: 16px;
}
    #btnadd:hover {
        background: transparent;
        border: 1px solid #194471;
        color: #194471;
    }
    .customers-card .card-title {
        color: #000;
    }

.info-card .card-title {
    color: #000;
}
/*.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
    margin-bottom: 0;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
            color: #4154f1;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #4154f1;
            border-bottom: 2px solid #4154f1;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
    padding: 12px 0;
}

@media (min-width: 1200px) {
    .logo {
        width: 100%;
        background: #fff;
        border-bottom: #ccc 1px solid;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
}

.logo img {
    text-align: center;
    margin: auto;
    width: 86px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    background: #efefef;
    z-index: 997;
    height: 64px;
    margin-left: 262px;
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #194471;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus, .header .search-form input:hover {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #012970;
        }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 16px;
    color: #fff !important;
}

    .header-nav .nav-icon i {
        margin-right: 4px;
    }

.header-nav .nav-profile {
    color: #fff;
    margin-right:28px;
    margin-top:10px;
}

    .header-nav .nav-profile img {
        max-height: 50px;
        margin-right:12px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }
.profile-name h5 {
    margin-bottom: 0;
    color: #194471;
    font-size:16px;
    font-weight:700;
}
.profile-name p {
    color: black;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}
    .header-nav .badge-number {
        position: absolute;
        inset: 4px 6px auto auto;
        font-weight: normal;
        font-size: 11px;
        padding: 3px 6px;
    }

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .notifications .notification-item i {
        margin: 0 20px 0 10px;
        font-size: 24px;
    }

    .header-nav .notifications .notification-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .header-nav .notifications .notification-item p {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .notifications .notification-item:hover {
        background-color: #f6f9ff;
    }

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .messages .message-item a {
        display: flex;
    }

    .header-nav .messages .message-item img {
        margin: 0 20px 0 10px;
        max-height: 40px;
    }

    .header-nav .messages .message-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #444444;
    }

    .header-nav .messages .message-item p {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .messages .message-item:hover {
        background-color: #f6f9ff;
    }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #06b6df;
}*/
.sidebar {
    position: fixed;
    top: 13px;
    left: 25px;
    bottom: 0;
    width: 230px;
    z-index: 996;
    background-color: #fff;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    z-index: 11;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
    background-image: url(/images/leftbg.png);
    position: fixed;
    height: 95%;
    border-radius: 15px;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main, #footer {
        margin-left: 245px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 10px;
        /* height: 640px;
        overflow: auto;*/
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main, .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 8px;
        border-bottom: #415569 0px solid;
    }

    .sidebar-nav .nav-heading {
        font-size: 11px;
        text-transform: uppercase;
        color: #899bbd;
        font-weight: 600;
        margin: 10px 0 5px 15px;
    }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        transition: 0.3;
        /*background: #f6f9ff;*/
        padding: 5px 15px;
        border-radius: 4px;
    }

        .sidebar-nav .nav-link i {
            font-size: 16px;
            margin-right: 10px;
            color: #333;
        }

        .sidebar-nav .nav-link.collapsed {
            color: #333;
            background: none;
        }

            .sidebar-nav .nav-link.collapsed i {
                color: #333;
            }

        .sidebar-nav .nav-link:hover {
            color: #000;
            /*background: #f6f9ff;*/
        }

            .sidebar-nav .nav-link:hover i {
                color: #000;
            }

        .sidebar-nav .nav-link .bi-chevron-down {
            margin-right: 0;
            transition: transform 0.2s ease-in-out;
        }

        .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
            transform: rotate(180deg);
        }

    .sidebar-nav .nav-content {
        padding: 5px 0 0 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            color: #333;
            transition: 0.3;
            padding: 10px 0 10px 40px;
            transition: 0.3s;
        }

            .sidebar-nav .nav-content a i {
                font-size: 6px;
                margin-right: 8px;
                line-height: 0;
                border-radius: 50%;
            }

            .sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
                color: #000;
            }

                .sidebar-nav .nav-content a.active i {
                    background-color: #315273;
                }

    .sidebar-nav .nav-item .active {
        background-color: #ecf3fb;
    }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 5px;
}

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header {
        padding: 0px 10px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item {
        padding: 2px 10px;
    }

/* Info Cards */
.dashboard .info-card {
    padding: 10px;
    background: #fff !important;
    border: #5d72e3 1px solid;
}

    .dashboard .info-card h6 {
        font-size: 17px;
        color: #00a707;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 26px;
    line-height: 0;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
    float: right;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #000000;
    background: #f5f4f4;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #4154f1;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        font-family: var(--bs-font-monospace);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #012970;
    }

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

    .error-404 h1 {
        font-size: 180px;
        font-weight: 700;
        color: #4154f1;
        margin-bottom: 0;
        line-height: 150px;
    }

    .error-404 h2 {
        font-size: 24px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 30px;
    }

    .error-404 .btn {
        background: #51678f;
        color: #fff;
        padding: 8px 30px;
    }

        .error-404 .btn:hover {
            background: #3e4f6f;
        }

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }


.service-head h1 {
    background-color: white !important;
    padding: 8px 0;
    font-size: 30px;
    border-bottom: 1px solid #194471;
    font-weight: 700;
    color: #ef4035;
}

.complaint-box h2 {
    font-size: 18px;
    font-weight: 600;
    color: black;
    padding: 10px 15px;
    margin-bottom: 0;
}

.pricing-nav .nav {
    justify-content: space-around;
    text-align: center;
    display: flex;
    width: 100%;
    background: #194471;
}

.pricing-nav .nav-link {
    padding: 15px 90px;
    border-radius: 0;
}

    .pricing-nav .nav-link.active {
        color: #194471;
        background-color: #A1CAE0;
        border-radius: 50px;
        font-weight: 600;
        font-size: 18px;
    }

.pricing-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.monthly-content ul li {
    position: relative;
    list-style-type: none;
    padding: 7px 5px;
    border-radius: 5px;
    background: #eee;
    margin-bottom: 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:15px;
}
    .monthly-content ul li:last-child {
        margin-bottom: 0;
    }
    .monthly-content ul li span {
        font-weight: 700;
    }
.monthly-content ul{
    margin-bottom:0;
}
.login-container {
    width: 100%;
    background: white;
    display: grid;
    grid-template-columns: auto 500px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    height: 85%;
}

.left-block {
    width: 100%;
    height: 100%;
    background: var(--white);
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-section {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 200px;
}

.right-block {
    padding: 32px;
    position: relative;
}

.login-form {
    height: 100%;
}

    .login-form h2 {
        font-size: 35px;
        margin-bottom: 16px;
        letter-spacing: .5px;
        color: #194471;
        font-weight: bold;
    }

    .login-form h6 {
        font-size: 18px;
        color: black;
        letter-spacing: .5px;
        font-weight: bold;
    }

    .login-form form {
        margin: 80px 0 50px;
    }

        .login-form form input {
            height: 50px;
            border: 1px solid #194471;
            border-radius: 10px;
            background: white !important;
        }

            .login-form form input:focus {
                border-color: #194471;
                box-shadow: none;
            }

        .login-form form label {
            font-size: 15px;
            font-weight: bold;
            color: black;
        }

    .login-form .form-group {
        margin-top: 15px;
    }

.login-btn {
    border-radius: 10px;
    background: #194471;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border: none;
}

    .login-btn:hover {
        background: #5ab13f;
    }
.monthly-chart #myChart2 {
    width: 180px !important;
    height: auto !important;
    text-align: center!important;
    margin:auto;
}
#myChartBar {
    width: 180px !important;
    height: auto !important;
    text-align: center !important;
    margin: auto;
}
#myChartBar1 {
    width: 180px !important;
    height: auto !important;
    text-align: center !important;
    margin: auto;
}
.monthly-chart #myChart1 {
    width: 180px !important;
    height: auto !important;
    text-align: center !important;
    margin: auto;
}
    .monthly-chart {
        text-align: center !important;
    }
.tat-wise h2 {
    font-size: 18px;
    font-weight: 600;
    color: black;
    padding: 10px 15px;
    margin-bottom: 0;
}
.hour-barChart{
    padding:10px;
}
    
    @media only screen and (max-width: 1600px) and (min-width: 1024px) {
        .login-section{
        margin-top:100px!important;
    }
    .pricing-nav .nav-link {
        padding: 10px 44px;
        border-radius: 0;
    }
}
.silebox{
    overflow:auto;
    height:500px;
}

.delivery-challan-list {
    background: #4776E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8E54E9, #4776E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8E54E9, #4776E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 97px;
    padding:15px;
}
    .delivery-challan-list h2 {
        color: white;
        font-size: 25px;
        font-weight: 650;
        margin:0;
    }
    .delivery-challan-list img {
        width: 15.4%;
        opacity: 0.2;
        rotate: -20deg;
    }
    .Welcome-box {
        background: #F09819; /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #EDDE5D, #F09819); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #EDDE5D, #F09819); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height:97px;
    }
.due-payment {
    background: #fd746c; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff9068, #fd746c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff9068, #fd746c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 97px;
    padding: 15px;
}
    .due-payment h2 {
        color: white;
        font-weight: 650;
        font-size: 25px;
        margin: 0;
    }
    
    .due-payment img {
        width: 15.4%;
        opacity: 0.2;
        rotate: -20deg;
    }
.finance-company {
    padding: 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 97px;
    background: #2b5876; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4e4376, #2b5876); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4e4376, #2b5876); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
    .finance-company img {
        width: 15.4%;
        opacity: 0.2;
        rotate: -20deg;
    }
    .finance-company h2 {
        color: white;
        font-weight: 650;
        font-size: 25px;
        margin: 0;
        
    }
.Welcome-box h1 {
    color: black;
    font-weight: 650;
    font-size: 25px;
    margin: 0;
    padding-left: 10px;
}
    .Welcome-box p {
        color: black;
        font-weight: 500;
        font-size: 15px;
        margin: 0;
        padding-left: 10px;
    }
.welcome-img{
    width:40%;
}
.welcome-img img {
    width: 100%;
}

.lead .card1 i.bi.bi-boxes.fs-1 {
    background: #e4f4ff;
    padding: 12px 20px;
    border-radius: 100%;
    color: #0e90ff;
}

.lead .card1 i.bi.bi-building-check {
    background: #ffede4;
    padding: 12px 20px;
    border-radius: 100%;
    color: #ff6f09;
}

.lead .card1 i.bi.bi-person-check.fs-1 {
    background: #e4ffe5;
    padding: 12px 20px;
    border-radius: 100%;
    color: #03a708;
}

.lead .card1 i.bi.bi-exclamation-diamond.fs-1 {
    background: #ffe4e4;
    padding: 12px 20px;
    border-radius: 100%;
    color: #fb0303;
}

.le-list{
    font-size:14px;
    align-self:center;
    vertical-align:middle;
}

.le-list .badge {
    width:100px;
}

    .le-list .btn {
        padding:2px 5px;
    }
.label__subtitle {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
    color: #424242;
}
.label__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}

.label__content-wrapper p {
    border: 1px solid #eaeaea;
    padding: 15px 15px;
    font-size:14px;
}
.tag-badge {
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    line-height: 1;
    color: #000;
    background-color: #efefef !important;
    display: inline-flex;
    min-width: 86px;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
}

.gap-10 {
    gap: 10px;
}
.img-36 {
    width: 36px !important;
}
.border-circle {
    border-radius: 50% !important;
}



.anim {
    width: 25px;
    height: 25px;
    background: red;
    color: #fff;
    animation: mymove .5s infinite;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
}

@keyframes mymove {
    from {
        background-color: red;
    }

    to {
        background-color: blue;
    }
}

.anim2 {
    width: 25px;
    height: 25px;
    background: red;
    color: #fff;
    animation: mymove2 .5s infinite;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
}

@keyframes mymove2 {
    from {
        background-color: darkslategrey;
        color: #fff;
    }

    to {
        background-color: yellow;
        color: #000;
    }
}