:root {
    scroll-behavior: smooth;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    background: #f3f3f3;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
}

i {
    vertical-align: middle;
}

a {
    color: #0443a2;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

a:hover {
    color: #ec252e;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

#main {
    margin-top: 6rem;
    padding: 2rem 3rem;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 2rem;
    }
}


/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/

.pagetitle {
    margin-bottom: 1rem;
}

.pagetitle h1 {
    font-size: 2.4rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

.pagetitle h1 span {
    background: #ab0202;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.google-visualization-tooltip {
    pointer-events: none !important;
  }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 99999;
    background: #0443a2;
    width: 4rem;
    height: 4rem;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 2.4rem;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.card {
    margin-bottom: 3rem;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 3rem rgba(1, 41, 112, 0.1);
    color: #fff;
    height: 100%;
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 1.5rem;
}

.card-body {
    padding: 1rem;
    padding-bottom: 0;
    height: 100%;
}

.card-body a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    display: block;
    width: max-content;
}

.card-body a:hover {
    color: #96b2ff;
    padding-left: 1rem;
}

.green a:hover {
    color: #b8ffb2;
}

.green1 {
    background: #7636af;
    border-radius: 5px;
}

.green1 a:hover {
    color: #c790f7;
}

.green1 iframe {
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: -9;
}

.red a:hover {
    color: #ffbbbb;
}

.card-body a i {
    vertical-align: middle;
    font-size: 1.5rem;
}

.card-body img {
    position: absolute;
    bottom: 1rem;
    right: 0.5rem;
    width: 45%;
}


/* Breadcrumbs */

.breadcrumb {
    color: #333;
}

.breadcrumb a {
    color: #333;
    transition: 0.3s;
    font-weight: 500;
}

.breadcrumb a:hover {
    color: #0e3988;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #0853c3;
    font-weight: 500;
}

.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: #0443a2;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #0443a2;
    border-bottom: 2px solid #0443a2;
}

@media (min-width: 1200px) {
    .logo {
        width: 15rem;
    }
}

.logo img {
    max-height: 4.6rem;
    margin-right: 1rem;
}

.logo span {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 3px;
    /* color: #012970; */
    background: -webkit-linear-gradient(#083f86, #2360c7);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    font-family: "Anton", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 6rem;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 9;
}

.header .toggle-sidebar-btn {
    font-size: 4rem;
    padding-left: 1rem;
    cursor: pointer;
    color: #0443a1;
}

.header .search-bar {
    min-width: 50vw;
    background: #e5efff;
    padding: 0.5rem 2rem;
    text-align: center;
    border-radius: 20rem;
}

.bootstrap-select .dropdown-menu.inner {
    margin-bottom: 13px !important;
}

.header .search-bar i {
    color: #083f86;
}

.search-bar ul li {
    display: inline-block;
}

.search-bar {
    background: #e5efff;
    padding: 1.5rem 0;
    display: block;
}

.search-bar ul li a {
    font-size: 1.55rem;
    color: #000;
}

.search-bar ul li a:hover {
    color: #ff1616;
}

.search-bar h3 {
    color: #ff1616;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 5rem;
        left: 0;
        right: 0;
        padding: 2rem;
        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: 6rem;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    color: #000000;
    border: 1px solid #779cd2;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
    padding: 0.8rem 1.5rem;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    border: 1px solid #ff1616;
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #4c4c4c;
    font-size: 2rem;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/

.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 500;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 1.4rem;
}

.header-nav .profile .dropdown-item {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    transition: 0.3s;
    border-bottom: 1px solid #ccc;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #012970;
    color: #fff;
}

.menu {
    height: 100vh;
    width: 12rem;
    max-width: 12rem;
    position: fixed;
    z-index: 1;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #0443a2;
}

.submenu {
    transition: left ease-in-out 0.25s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 15rem;
    max-width: 15rem;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    padding-bottom: 8rem;
}

.disbled {
    left: -250px;
    box-shadow: none;
}

.menu .btn {
    list-style: none;
    padding: 3px 5px;
    border-radius: 8px;
    background: #f5f5f5;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.menu .btn:hover {
    background: #d8ac14;
    color: #fff;
}

.mainmenu {
    margin: 1rem;
}

.back {
    background: #ff1616 !important;
    color: #fff;
    cursor: pointer;
    text-align: center !important;
    padding: 1rem;
    width: 15rem;
    position: fixed;
}

.submenu {
    cursor: pointer;
}

.submenu .btn {
    cursor: pointer;
    padding: 0 !important;
    text-align: left;
}

.submenu a {
    cursor: pointer;
}

.submenu h4 {
    color: #0443a2;
    padding: 0 1rem;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    margin-top: 5rem;
}

.submenu li {
    text-align: left;
    color: #000;
}

.submenu li a {
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
    padding: 0.2rem 1rem;
    cursor: pointer;

}

.submenu li a:hover {
    background: #d8ac14;
    color: #fff;
}

.menugarage li a:hover {
    cursor: pointer;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
    position: fixed;
    top: 6rem;
    left: 0;
    bottom: 0;
    width: 12rem;
    z-index: 996;      /*changed from 996 for mps images */
    transition: all 0.3s;
    /* overflow-y: auto; */
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #0443a2;
}

@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: 12rem;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@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;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

::placeholder {
    color: #898989;
}

.sidebar-nav .nav-link {
    display: block;
    align-items: center;
    font-weight: 600;
    color: #0443a2;
    transition: 0.3;
    background: #f6f9ff;
    border-radius: 4px;
    font-size: 1.4rem;
}

.sidebar-nav .nav-link i {
    font-size: 3rem;
    color: #0443a2;
}

.sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.sidebar-nav .nav-link:hover {
    color: #0443a2;
    background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
    color: #0443a2;
}

.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: #012970;
    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: #0443a2;
}

.sidebar-nav .nav-content a.active i {
    background-color: #0443a2;
}

.sidebar.clicked {
    left: 0;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0;
}

.sidebar-nav ul li {
    position: relative;
    border-bottom: 1px solid #315b9b;
}

.sidebar-nav ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 1.5rem 0.5rem;
}

.sidebar-nav ul li a:hover {
    background: #d8ac14;
}

.sidebar-nav ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 15rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-100%);
    height: calc(100vh - 20vh);
    overflow-y: auto;
}

.sidebar-nav ul li ul li a {
    text-align: left;
    color: #333;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
}

.sidebar-nav ul li.active>ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.clicked {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-100%);
}

.sidebar-nav i {
    font-size: 4rem;
}

.sidebar-nav ul li ul li {
    border-bottom: 0;
}

.sidebar-nav h5 {
    font-size: 1.7rem;
    font-weight: 600;
}

.sidebar-nav ul li ul li a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# 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;
}

.footer {
    padding: 2rem 0;
    font-size: 1.4rem;
    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;
}

.info-card h5 {
    font-size: 2rem;
}

.info-card h3 {
    font-size: 3rem;
    font-weight: 700;
}

.blue {
    background: #0443a2;
}

.green {
    background: #248b1a;
}

.red {
    background: #ff1616;
}

.tableblock {
    border: 1px solid #e6e9eb;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    background: #fff;
}

.tableblock h2 {
    background: #0443a2;
    color: #fff;
    font-size: 2rem;
    padding: 2rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

tbody,
td,
tfoot,
tr {
    font-weight: 400;
}

tbody a {
    font-size: 2.2rem;
    color: #ff1616;
    text-align: center;
    display: inline-block;
}

tbody a:hover {
    color: #0443a2;
}

tbody tr td {
    font-size: 1.3rem;
    vertical-align: middle;
}

.tableblock .form-control {
    font-size: 1.5rem;
    border: 1px solid #c7c7c7;
}

.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

div.dt-container div.dt-search label {
    color: #333;
    font-weight: 500;
}

div.dt-container div.dt-search input {
    width: 15vw;
}

div.dt-container div.dt-length select {
    font-size: 1.4rem;
    border: 1px solid #c7c7c7;
    padding: 0.375rem 0.75rem;
    width: 17%;
}

table.table.dataTable> :not(caption)>*>* {
    vertical-align: middle;
    border: 1px solid #e6e9eb;
}

.page-item:not(:first-child) .page-link {
    font-size: 1.5rem;
    font-weight: 400;
    color: #515151;
}

.active>.page-link,
.page-link.active {
    background: #3e7ede;
    color: #fff !important;
}

.page-item:last-child .page-link {
    display: none;
}

.page-item:first-child .page-link {
    display: none;
}

.piechartmain {
    border: 1px solid #e6e9eb;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    background: #fff;
}

.piechartmain h3 {
    border-bottom: 1px solid #c7c7c7;
    color: #000;
    font-size: 2rem;
}

.google-visualization-controls-categoryfilter ul {
    display: none;
}

#chart_area {
    width: 100%;
    height: 50vh;
    padding: 0;
    margin: 0;
}

#main_piechart {
    width: 100%;
    padding: 0;
    margin: 0;
}

#chart_area {
    z-index: -9;
}

.goog-menu-button-inner-box {
    border: 0 !important;
}

.goog-menu-button-outer-box {
    border-width: 0 !important;
}

.goog-menu-button {
    background: #d1d1d1 !important;
    padding: 0.2rem 1rem !important;
}

.goog-menuitem {
    padding: 0.5rem 1rem !important;
}

.goog-menu {
    border: 1px solid #ccc !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 5px 10px;
}

.tableblock select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}

.tableblock select:focus-visible {
    outline: none;
}

[type="search"] {
    border: 1px solid #ced4da;
    -webkit-appearance: textfield;
    outline-offset: 0;
    outline: none;
}

#example_length {
    margin-bottom: 2rem;
}

.dataTables_filter input {
    border: 1px solid #ced4da;
    padding: 0.5rem 0.5rem;
    border-radius: 0.2rem;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    font-weight: 400;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #012970;
    border: 1px solid #012970;
    color: #fff !important;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #ebeaea;
    border: 1px solid #ebeaea;
    color: #333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: 500;
    color: #000;
}

#example_paginate {
    border: 1px solid #e9ebec;
    border-radius: 0.25rem;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #012970;
    margin-bottom: 1rem;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #ccc;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
    background: #16850c;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before {
    background: #ff1616;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #cfcfcf;
}

.onlinebg {
    background: #248b1a !important;
}

.offlinebg {
    background: #ff1616 !important;
}

#custom-buttons {
    margin: 1rem 0;
    float: right;
    margin-top: 0;
    margin-left: 1rem;
}

#custom-buttons .btn-danger {
    border-radius: 3px;
    background: #646464;
    border: 1px solid #ccc;
    font-size: 1.3rem;
}

#custom-buttons .btn-danger:hover {
    background: #01306e;
}

#example thead {
    position: sticky;
    top: 12.5rem;
    z-index: 2;
}

#example th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.tableblock {
    position: sticky;
    top: 6rem;
    z-index: 2;
}


/* reports */

.ward-label {
    background-color: transparent !important;
    /* No background */
    border: none !important;
    /* No border */
    color: black !important;
    /* Black text color */
    font-size: 15px !important;
    /* Font size of 15px */
    font-weight: bold;
    /* Bold text */
    text-align: center;
    /* Center the text */
    opacity: 1 !important;
    /* Ensure opacity for text is 100% */
}

.ward-text {
    color: black !important;
    /* Black text */
    font-size: 20px !important;
    /* Font size 15px */
    font-weight: bold;
    text-shadow: none;
    /* Remove any text shadow */
}

.leaflet-routing-container {
    display: none;
    /* Hide the routing control box */
}

.fullscreen-map {
    height: 60vh;
    width: 100%;
}

.selectallarea {
    position: relative;
    top: 3rem;
    margin-left: 155px;
    z-index: 9999;
    width: 50%;
}

.list-container {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

.list-container ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.list-container li {
    display: inline-block;
    width: max-content;
    margin-right: 1.5rem;
    text-align: center;
}

.list-container li a {
    color: #000;
}

.list-container li a:hover {
    color: #ff1616;
}

.list-container li a::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ff1616;
    display: inline-block;
    left: 0;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: 2px;
}

#item-list {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.reportleft {
    background: #0443a2;
    color: #fff;
    border: 1px solid #0443a2;
    height: 4rem;
    line-height: 4rem;
}

.reportright {
    border: 1px solid #3972c9;
    padding-right: 7rem;
    position: relative;
    background: #fff;
    padding-left: 1rem;
    height: 4rem;
    line-height: 4rem;
}

.reportright .reportbtn {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.reportright .btn {
    height: 3rem;
    border-radius: 0;
    background: #f9bf2a;
    border: 0;
}

.reportright .btn:hover {
    background: #01306e;
    color: #fff;
}

.reportright .btn i {
    vertical-align: middle;
}

.hidden-item {
    visibility: hidden;
    width: 80vw;
}

.showme {
    display: block;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(-10px, 37.7778px);
}

.tableblock h2 {
    position: sticky;
    top: 5.7rem;
    z-index: 9;
}

.truckLoader {
    position: absolute;
    width: 100px;
    height: 40px;
    /* background: linear-gradient(#83ce4f, #509c27);
    border: 2px solid #007741; */
    background: url(../images/garbage-truck.png);
    animation: put-put 2s infinite, move-truck 10s infinite;
    background-size: 100% auto;
    border-radius: 4px;
    top: 48%;
    transform: translateY(-48%);
    -webkit-box-reflect: below 15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.1, transparent), to(rgba(255, 255, 255, 0.1)));
}

.loader hr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-top: 2px dashed #e7e7e7;
}

.truckLoader:before {
    left: 6px;
}

.truckLoader:after {
    right: 6px;
}

.truckLoader-smoke,
.truckLoader-smoke:after,
.truckLoader-smoke:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: -1px;
    bottom: -5px;
    border-radius: 50%;
    background: #333;
}

.truckLoader-smoke {
    animation: smoke-1 2s infinite;
}

.truckLoader-smoke:after {
    animation: smoke-2 3s infinite;
}

.truckLoader-smoke:before {
    animation: smoke-3 4s infinite;
}

@-webkit-keyframes put-put {
    0% {
        margin-top: 0px;
        height: 50px;
    }
    5% {
        margin-top: -2px;
        height: 52px;
    }
    20% {
        margin-top: -1px;
        height: 50px;
    }
    35% {
        margin-top: 1px;
        height: 49px;
    }
    40% {
        margin-top: -1px;
        height: 51px;
    }
    60% {
        margin-top: 1px;
        height: 49px;
    }
    75% {
        margin-top: 0px;
        height: 50px;
    }
    80% {
        margin-top: -4px;
        height: 52px;
    }
    100% {
        margin-top: 1px;
        height: 49px;
    }
}

@-webkit-keyframes smoke-1 {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0.9;
    }
    100% {
        right: -30px;
        bottom: 5px;
        width: 30px;
        height: 30px;
        opacity: 0;
    }
}

@-webkit-keyframes smoke-2 {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0.9;
    }
    100% {
        right: -60px;
        bottom: 8px;
        width: 25px;
        height: 25px;
        opacity: 0;
    }
}

@-webkit-keyframes smoke-3 {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0.9;
    }
    100% {
        right: -40px;
        bottom: 2px;
        width: 35px;
        height: 35px;
        opacity: 0;
    }
}

@-webkit-keyframes move-truck {
    0% {
        margin-left: 90%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        margin-left: 45%;
    }
    90% {
        opacity: 1;
    }
    100% {
        margin-left: 0;
        opacity: 0;
    }
}

.loader {
    width: 100vw;
    height: 100vh;
    left: 0;
    background: linear-gradient(#0443a2, #ff1616);
    position: fixed;
    top: 0;
    z-index: 999999;
    overflow: hidden;
}

.loader h4 {
    color: #fff;
    position: absolute;
    top: 63%;
    left: -4%;
    /* transform: translateX(-50%); */
    font-size: 2rem;
    letter-spacing: 2px;
    width: 100%;
    animation: put-put 2s infinite, move-truck 10s infinite;
}

.goog-option-selected .goog-menuitem-checkbox {
    display: none !important;
}

.allreports select {
    border: 1px solid #0443a2;
    color: #000;
    font-size: 1.5rem;
    border-radius: 0;
    font-weight: 500;
}

.allreports select option {
    line-height: 2;
}

.bgdark {
    background: #f8e0e5;
    padding: 1rem;
    border-radius: 5px;
}


/* .reportmain .form-control,
.reportmain .form-select {
    border: 0;
    padding: 0.25rem 1rem;
    border-radius: 0.2rem;
    height: 4rem;
    font-size: 1.5rem !important;
    color: #333;
} */

.reportmain .input {
    padding: 0;
}

::placeholder {
    color: #333 !important;
    font-size: 1.4rem !important;
}

.calendar .icon {
    font-size: 1.8rem;
    width: 100%;
}

.ui[class*="left icon"].input>input {
    padding-left: 1rem;
}

.ui.calendar .ui.table tr .link {
    font-size: 1.4rem;
}

.reportmain .btn-success {
    background: #860421;
    border: 0;
    font-size: 1.6rem;
    height: 4rem;
    border-radius: 0.3rem;
}

.reportmain .btn-success:hover {
    background: #0443a2;
}

.ui.container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.reportmain .tableblock h2 {
    background: #e73b61;
}

.reportmain table.dataTable.no-footer {
    border-bottom: 1px solid #e73b61;
}

.reportmain .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.reportmain .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.reportmain .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #8e0c28;
    border: 1px solid #8e0c28;
}

.reportbg {
    background: #e73b61 !important;
    padding: 0 2rem;
}

.reportmain label,
.reportmain .ui.form .field>label {
    font-size: 1.7rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.reportmain select,
.reportmain .form-control,
.reportmain input {
    border: 1px solid #c7c7c7;
    padding: 0.25rem 1rem;
    border-radius: 0.2rem;
    height: 4rem;
    font-size: 1.5rem !important;
    color: #333;
}

.reportmain select:focus,
.reportmain .form-control:focus {
    box-shadow: none;
    border: 1px solid #85b7d9;
}

.ui[class*="left icon"].input>i.icon {
    background: #333;
}

.ui[class*="left icon"].input>input {
    padding-left: 5.5rem !important;
}

.ui.icon.input>i.icon:after,
.ui.icon.input>i.icon:before {
    color: #fff;
}

.ui.icon.input>i.icon {
    opacity: 1;
}

.form-check-input {
    width: 2rem;
    height: 2rem !important;
    cursor: pointer;
}

.reportmain .form-check-inline {
    margin-top: 0.5rem;
}

.form-check-inline .form-check-label {
    margin-bottom: 0 !important;
    margin-left: 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 4px;
}

.btn-secondary {
    background: #71031b;
    font-size: 1.7rem;
    border-radius: 0.5rem;
    border: 0;
}

.btn-secondary:hover {
    background: #01306e;
}

.dataTables_length select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
    height: auto;
    font-size: 1.3rem;
}

.dataTables_filter input {
    border: 1px solid #ccc;
    height: auto;
    padding: 0.5rem 1rem;
}

.dataTables_length label {
    font-size: 1.4rem;
    font-weight: 400;
}

.form-check-input {
    border: 1px solid #a8a8a8 !important;
}

.checkmap .form-check-input[type="checkbox"] {
    border-radius: 0;
}

.checkmap label {
    margin-bottom: 0;
    vertical-align: -webkit-baseline-middle;
    margin-left: 0.7rem;
    /* margin-right: 140px; */
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.allzone,
.allwardsmap {
    display: none;
}

.checkmap .form-check-label {
    font-size: 1.4rem;
}

.table-arrow a {
    background: #0443a2;
    position: fixed;
    color: #fff !important;
    bottom: 0;
    left: 50%;
    z-index: 999;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    font-size: 2rem;
    padding: 0.5rem 1.5rem;
    padding-bottom: 0;
    transform: translateX(-50%);
}

.table-arrow a:hover {
    background: #e73b61;
}

.checkmap .table .form-check .form-check-input {
    margin: auto;
}

.checkmap .table .form-check {
    margin: auto;
    display: flex;
}

.checkmap .btn-success {
    position: fixed;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(1, 41, 112, 1);
    z-index: 999999;
    overflow: hidden;
}

.flexbox>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}


/* NO BORDER SPINNER */

.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #ff0000;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.flexbox h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
}

.allwardsmap {
    height: 50vh;
    overflow-y: scroll;
}

.allwardsmap .form-check {
    padding-left: 2.5rem;
}

.nav-pills .nav-link {
    background: #f9c017;
    color: #000;
    margin-right: 1rem;
    padding: 1rem 2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #065ad9;
}

.nav-pills .nav-link {
    margin-bottom: 1rem;
}

.tabtable i {
    font-size: 1.6rem;
    color: #fff;
}

.tabtable .btn-info {
    background: #3e8b0c;
    border: 0;
}

.tabtable .btn-info:hover {
    background: #0443a1;
}

.allinputmod .form-select,
.allinputmod .form-control {
    font-size: 1.5rem;
    height: 3.5rem;
}

.allinputmod label {
    color: #000;
}

.container-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container-flex .tab-pane {
    flex-grow: 1;
    padding: 20px;
    position: fixed;
    bottom: 7.5rem;
    background: #e73b61;
    border: 1px solid #ccc;
    border-radius: 1rem;
    z-index: 99999;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    color: #fff;
}

.container-flex .tab-content h3 {
    color: #3c000d;
}

.container-flex .nav-pills {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0443a2;
    border-top: 1px solid #dee2e6;
    margin: 0;
    justify-content: center;
    z-index: 99;
}


/* .tab-content .tab-pane {
    display: none;
}
    

.tab-content .tab-pane.active {
    display: block;
} */

.tab-content>.tab-pane {
    opacity: 1;
}

.container-flex .nav-pills .nav-link {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    border-radius: 0;
}

.container-flex .nav-pills .nav-link.active,
.container-flex .nav-pills .show>.nav-link {
    background: #e73b61;
}

.container-flex .nav-pills .nav-link {
    background: #fff;
}

.container-flex .tab-content label {
    font-size: 1.7rem;
}

.container-flex .tab-content .form-control {
    height: 4rem;
    border: 1px solid #bdbdbd;
    font-size: 1.5rem;
}

.container-flex .tab-content .btn-primary {
    background: #71031b;
    font-size: 1.8rem;
    border: 0;
    width: max-content;
}

.container-flex .tab-content .btn-primary:hover {
    background: #0443a1;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
}

table.dataTable {
    width: 100% !important;
}

.helpbtn a {
    color: #fff !important;
    background: #0443a2;
    padding: 0.5rem 1.5rem;
    border-radius: 3rem;
    margin-left: 2rem;
}

.helpbtn a:hover {
    background: #e51e2b;
}

.helpbtn img {
    width: 2.2rem;
}


/* marker */

.markermain {
    top: 200px;
    left: 50%;
    width: 120px;
    height: 108px;
    position: relative;
}

.marker {
    z-index: 1;
    position: absolute;
    top: 10%;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 60px;
    background-color: #ff3163;
    animation: hover 1s infinite ease-in;
}

.marker:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7.5px;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
}

.marker:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 27px solid #ff3163;
}

.pulse {
    position: absolute;
    top: 30%;
    left: 50%;
    display: block;
    width: 60px;
    height: 17.1428571429px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, 400%);
}

.pulse:before,
.pulse:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
    animation: ripple 1s infinite ease-in;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

@keyframes hover {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 10px;
    }
}

.live-track a {
    background: #7636af;
    color: #fff;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    margin-left: 1rem;
    border-radius: 2rem;
    animation: blink 1s linear infinite;
}

.live-track a:hover {
    background: red;
}

@keyframes blink {
    0%,
    100% {
        background-color: red;
    }
    75% {
        background-color: green;
    }
    100% {
        background-color: #000;
    }
}

.live-track a i {
    vertical-align: middle;
    font-size: 2rem;
}


/* AC */

.redbtn {
    background: red;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.greenbtn {
    background: green;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.offbtn {
    color: red;
    font-weight: 700;
    text-transform: uppercase;
}

.onbtn {
    color: green;
    font-weight: 700;
    text-transform: uppercase;
}

.select2-results__options {
    /* height: 30rem; */
    overflow-y: auto;
    height: 20rem;
}

.parent {
    border: 1px solid #ccc;
    height: 4rem;
    line-height: 3rem;
    border-radius: 2px;
    background: #fff;
}

.newtable .table td {
    padding: 1rem 0.5rem;
}

.newtable .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgb(255 236 240);
}

.newtable .table-striped td {
    font-size: 1.5rem;
}

.newtable thead th {
    background: #004b9e;
    padding: 1rem;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}


/* DATE TIME PICKER */

.nextMonthDay {
    display: none;
}

.flatpickr-day {
    color: #000;
    font-weight: 500;
}

.flatpickr-time {
    background: #88b8d5;
    font-size: 18px;
    color: #fff;
}

.flatpickr-time input {
    font-size: 18px;
    color: #fff;
}

.flatpickr-time .flatpickr-am-pm {
    background: #a51616;
    color: #fff;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    color: #000;
}

.flatpickr-time::before {
    content: "Select Time";
    font-size: 14px;
    padding-left: 6px;
    background: #414141;
    padding-right: 6px;
    font-weight: 500;
}

.flatpickr-months {
    background: #b4d5e9;
}

.numInputWrapper span {
    opacity: 1;
    background: #fff;
}

.flatpickr-monthDropdown-months {
    font-size: 16px;
}

.flatpickr-day.today {
    border: 0;
    background: #fdc92f;
}

.dropdown-menu-dark {
    --bs-dropdown-color: #c7daf7;
    --bs-dropdown-bg: #c7daf7;
    border-radius: 0;
    width: 100%;
}

.dropdown-item {
    font-size: 1.3rem;
}

.dropdown-toggle::after {
    color: #000;
    float: right;
    margin-top: 0.8rem;
}

.dropdown-toggle .show {
    color: #000;
}

.user-manual-link {
    color: black;
    
    /* text-decoration: none; Optional: Removes underline */
}


.user-manual-link:hover {
    color: #ffffff;
}
.btn-danger{
    font-size: 1.8rem;
    background: #0443a1;
    border: 0;
    font-weight: 600;

}
/* Responsive */

@media screen and (max-width: 768px) {
    html {
        font-size: 58%;
    }
    .fields .field {
        margin-bottom: 0;
    }
    .card-body img {
        width: 7rem;
    }
    .card-body a {
        font-size: 1.5rem;
    }
    .card-body a i {
        font-size: 1.3rem;
    }
    .info-card h3 {
        font-size: 3rem;
    }
    .header {
        height: auto;
    }
    .logo img {
        max-height: 5.6rem;
    }
    div.dt-container div.dt-length select {
        width: 30%;
    }
    div.dt-container div.dt-search input {
        width: 20vw;
    }
    .header-nav .nav-icon {
        color: #fff;
        width: 3.5rem;
        height: 3.5rem;
        margin-right: 1rem;
        border-radius: 5px;
        text-align: center;
        background: #464646;
    }
    .header-nav .nav-icon {
        font-size: 19px;
    }
    .header .search-bar {
        bottom: 0;
        top: initial;
        visibility: visible;
        opacity: 1;
        border-radius: 0;
    }
    .card-body {
        padding: 1rem;
    }
    .info-card h5 {
        font-size: 1.7rem;
    }
    .header-nav .nav-profile img {
        max-height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .card-body img {
        position: inherit;
        transform: none;
        margin-top: 1rem;
    }
    #example_length {
        float: left;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right;
        margin-top: 0;
        margin-left: 2rem;
    }
    .card-body {
        text-align: center;
    }
    div.dt-container div.dt-search input {
        width: 30vw;
    }
    div.dt-container div.dt-length {
        text-align: left;
    }
    div.dt-container div.dt-search {
        text-align: right;
    }
    .mobfix {
        position: fixed;
        bottom: 0;
        z-index: 999;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .mobfix .pad {
        padding: 0;
    }
    .card {
        border-radius: 0;
        margin-bottom: 0;
    }
    .card-body img {
        display: none;
    }
    .info-card h3 {
        font-size: 2.2rem;
    }
    .card-body {
        padding: 1rem;
    }
    .info-card h5 {
        font-size: 1.7rem;
    }
    .card-body a {
        font-size: 1.4rem;
        margin: auto;
    }
    .card-body a i {
        font-size: 1.3rem;
    }
    #example_paginate {
        width: max-content;
        margin: auto;
        margin-top: 1rem;
    }
    .sidebar-nav ul li ul {
        padding-bottom: 10rem;
    }
    .header .search-bar {
        bottom: initial;
        top: 5rem;
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .pagetitle h1 {
        font-size: 2rem;
    }
    .info-card h3 {
        font-size: 2rem;
    }
    .info-card h5 {
        font-size: 1.5rem;
    }
    .sidebar-nav ul li ul {
        padding-bottom: 10rem;
    }
    .card-body {
        padding: 0.6rem;
    }
    .card-body a {
        font-size: 1.4rem;
    }
    .card-body a i {
        font-size: 1.3rem;
    }
    .tableblock h2,
    .piechartmain h3 {
        font-size: 1.7rem;
        text-align: center;
    }
    .back-to-top {
        width: 3rem;
        height: 3rem;
        bottom: 9.5rem;
    }
    #main {
        padding: 1rem;
    }
    .footer {
        font-size: 1.3rem;
    }
    .header-nav .nav-profile img {
        max-height: 30px;
    }
    .logo img {
        max-height: 4.6rem;
    }
    .signin {
        width: 90%;
        padding: 2rem;
    }
    .reportgenerate .input,
    .reportgenerate .form-select {
        margin-bottom: 1rem;
    }
    .dataTables_filter input {
        width: 12rem;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-left: 0;
        float: left;
    }
}