/**
* 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;*/
    color: #444444;
    background: #f3f3f3;
}

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: 30px 30px 30px 90px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
    background: #fff;
    padding: 8px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

    .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: #90d872;
    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: 180px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    background: #fff;
    box-shadow: 0 8px 8px 0 #02000029;
}

.logo-bar {
    flex-basis: 320px;
    padding: 8px 15px 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

    .logo-bar i {
        color: #005074;
    }

    .logo-bar h4 {
        margin-bottom: 0;
    }

.offcanvas-activity .staff-attandance {
    background: linear-gradient(135.88deg, #fefcfc -.14%, #fcf2f6 26.68%, #ebe7f3 60.17%, #e4f5f9 99.61%), linear-gradient(0deg, #fff, #fff) !important;
    top: 60px;
}

.staff-attandance h5 {
    font-size: 20px;
    color: black;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.staff-attandance .nav-tabs .nav-link.active {
    border-bottom: #333 2px solid !important;
    border: 0;
}

.staff-attandance .nav-link {
    display: block;
    padding: 8px 0 !important;
    margin: 0 13px;
    color: #000 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.staff-attandance .form-control {
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
}

.header .toggle-sidebar-btn {
    font-size: 28px;
    padding-left: 10px;
    cursor: pointer;
    color: #41648b;
}

.head-content {
    display: flex;
    justify-content: right;
    width: 100%;
    padding: 10px 15px 0;
    background-color: #fff;
}

.social-widget ul li {
    background: #44618b;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    transition: all 0.4s ease-in;
}

    .social-widget ul li a {
        color: white;
    }

.social-widget ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.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;
}

    .header-nav .nav-profile img {
        max-height: 45px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }

.profile-name h5 {
    margin-bottom: 0;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.profile-name {
    padding-right: 10px;
}

    .profile-name p {
        color: #90d872;
        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: #86b023;
    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: 214px;
    }

    .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: white;
        transition: 0.3;
        /*background: #f6f9ff;*/
        padding: 5px 15px;
        border-radius: 4px;
    }

        .sidebar-nav .nav-link i {
            font-size: 16px;
            margin-right: 10px;
            color: white;
        }

        .sidebar-nav .nav-link.collapsed {
            color: white;
            background: none;
        }

            .sidebar-nav .nav-link.collapsed i {
                color: white;
            }

        .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: 5px 0;
    font-size: 30px;
    border-bottom: 1px solid #194471;
    font-weight: 700;
    color: #5b991c;
}

.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%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    background: white;
    border: 1px solid #a2a2a2;
}

.login-form {
    height: 100%;
}

    .login-form h2 {
        font-size: 35px;
        margin-bottom: 16px;
        letter-spacing: .5px;
        color: #194471;
        font-weight: bold;
        text-align: center;
    }

    .login-form h6 {
        font-size: 18px;
        color: black;
        letter-spacing: .5px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
    }

    .login-form form {
        margin: 10px 0 20px;
    }

        .login-form form input {
            height: 45px;
            border: 1px solid #c4c4c4;
            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: #888888;
            padding-bottom: 10px;
        }

    .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: 141px;
    background: #2b5876;
}

    .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%;
    }

.activity-box h3 {
    font-size: 20px;
    color: black;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.total-waste {
    background-image: linear-gradient(to right bottom, #f2ffec, #d2ecbf, #b6d990, #9dc55e, #86b023);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #86B023;
}


.total-icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .total-icon i {
        font-size: 24px;
        color: white;
        text-align: center;
        background: #86b023;
        border-radius: 8px;
        box-shadow: 0 8px 30px rgb(0, 0, 0, 0.12);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.total-quanti h2 {
    font-size: 30px;
    font-weight: 700;
    color: #2e6b08;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.total-icon h5 {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
}

.report-box {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #86B023;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .report-box h5 {
        font-size: 20px;
        font-weight: 600;
        color: black;
        margin-bottom: 0;
        font-family: "Open Sans", sans-serif;
    }

    .report-box h2 {
        font-size: 30px;
        font-weight: 700;
        color: #2e6b08;
        margin-bottom: 0;
        font-family: "Open Sans", sans-serif;
        text-align: left;
    }

.report-icon {
}

    .report-icon img {
        width: 170px;
    }

.report-chart-box {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #86B023;
    background: white;
}

    .report-chart-box .chart {
        display: flex;
        align-items: flex-end;
        gap: 20px;
        height: 250px;
        width: 100%;
    }

        .report-chart-box .chart .bar {
            flex: 1;
            background-image: linear-gradient(to right bottom, #f2ffec, #d2ecbf, #b6d990, #9dc55e, #86b023);
            height: 0;
            transition: height 1s ease;
            text-align: center;
            color: black;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            border-radius: 6px 6px 0 0;
            margin-bottom: 0;
            font-family: "Open Sans", sans-serif;
        }

#labels .label {
    text-align: center;
    margin-top: 5px;
    color: #475e11;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.report-chart {
    font-size: 20px;
    color: black;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.sing-main {
    width: 350px;
}

.login100-form {
    display: ruby;
}

.sing-main h5 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 50px;
    color: black;
}

.sing-main img {
    width: 270px;
}

.sing-main select {
    padding: 9px 20px;
    border-radius: 50px;
}

.sing-main input {
    margin: 15px 0 0;
    padding: 9px 20px;
    border-radius: 50px;
}

.sing-main button {
    padding: 10px;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    border: none;
    background: linear-gradient(270deg, #68c7c9 16%, #3e668b 100%);
    margin-top: 10px;
}

.dashbaord-head h2 {
    color: black;
    font-size: 25px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.small-box {
    color: #3e668b;
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    background: #fff !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: #3e668b 1px solid;
    border-radius: 10px;
    overflow: hidden;
}

    .small-box > .left {
        padding: 10px;
    }

    .small-box h4 {
        color: #3e668b !important;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        font-size: 25px;
    }

    .small-box a {
        color: #3e668b !important;
        box-shadow: none !important;
        font-family: "Open Sans", sans-serif;
        outline: none !important;
    }

    .small-box p {
        font-family: "Open Sans", sans-serif;
        color: #162b42 !important;
        margin-bottom: 0;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff !important;
        display: block;
        z-index: 10;
        background: #41648b;
        text-decoration: none;
        font-family: "Open Sans", sans-serif;
    }

    .small-box > .right {
        padding: 10px;
        -webkit-transition: all .3slinear;
        -o-transition: all .3s linear;
        transition: all .3slinear;
        position: absolute;
        top: 0px;
        right: 10px;
        z-index: 0;
        color: #fff;
    }

.link-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .link-box ul li {
        border-bottom: #ccc 1px solid;
        margin-bottom: 4px;
        list-style: none;
        padding-bottom: 5px;
    }

        .link-box ul li a {
            color: #000;
            padding-bottom: 4px;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
        }

@media (max-width: 575px) {
    .sing-main {
        width: 90%;
        margin-top: 150px;
        height: 100vh;
    }
}

.card-box {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

    .card-box .card-body {
        padding: 30px 20px;
    }

.garbage-form {
    position: relative;
    margin-bottom: 15px;
}

    .garbage-form input, .garbage-form select {
        display: block;
        width: 100%;
        height: 35px;
        background: #fff !important;
        border: solid 1px #ccc;
        transition: all .3s ease;
        padding: 0 15px;
        border-radius: 0;
        font-size: 13px !important;
        font-weight: 500;
    }

    .garbage-form label {
        position: absolute;
        cursor: text;
        z-index: 2;
        top: -13px;
        left: 10px;
        font-size: 13px !important;
        font-weight: 500;
        background: #fff;
        padding: 0 10px;
        color: #1c3954;
        transition: all .3s ease;
    }

.user-list-table thead {
    background: #3e668b;
    border: none;
}

    .user-list-table thead tr th {
        color: white;
        font-size: 14px;
        font-weight: 500;
        padding: 6px !important;
        vertical-align: middle;
        font-family: "Open Sans", sans-serif;
    }

.user-list-table tbody > tr:last-child > * {
    border-bottom: 0 !important;
}

.user-list-table tbody tr td {
    padding: 6px !important;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

    .user-list-table tbody tr td button {
        border: none;
        outline: none;
        font-size: 15px;
        margin-right: 5px;
    }

    .user-list-table tbody tr td a {
        border: none;
        outline: none;
        font-size: 15px;
        margin-right: 5px;
    }

.table > :not(:first-child) {
    border-top: none;
}

.status-user-list {
    color: #208e06;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
button.text-warning {
    color: white !important;
    padding: 5px 13px;
    font-size: 18px !important;
    border-radius: 5px;
    background: orange;
}
a.text-dark {
    color: white !important;
    padding: 5px 13px;
    font-size: 18px !important;
    border-radius: 5px;
    background: #3c3f3b;
}
button.text-danger {
    background: red;
    color: white !important;
    padding: 5px 13px;
    font-size: 18px !important;
    border-radius: 5px;
}
.dt-search input {
    width: 32%;
    height: 35px;
    background: #fff !important;
    border: solid 1px #ccc;
    padding: 0 15px;
    border-radius: 0;
    font-size: 13px !important;
    font-weight: 500;
}
.dt-search label{
    font-size:14px;
}

.dt-search input:focus-visible {
    outline-offset: unset;
    -webkit-appearance: textfield;
    border-color: transparent;
    outline: none;
}