@import url(https://fonts.googleapis.com/css?family=PT+Sans|Lato:300,400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Niconne);
body,
html {
    min-height: 100%;
}

body {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333;
    background-color: #e5e5e5;
}

img {
    max-width: 100%;
}

a {
    color: var(--ct-primary-clr);
    text-decoration: none;
    cursor: pointer;
    transition: all linear .3s;
    -o-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    text-decoration: none;
}

.textarea-auto.form-control {
    height: auto !important
}

h1 {
    font-size: 1rem;
}

h2 {
    font-size: 0.875rem;
}

h3 {
    font-size: 0.875rem;
}

h4 {
    font-size: 0.75rem;
}

h5 {
    font-size: 0.75rem;
}

h6 {
    font-size: 0.75rem;
}

:root {
    --ct-primary-clr: #3174B8;
    --ct-secondary-clr: #5e35a8;
    --drop-a-clr: #67afff;
}

.active > .page-link,
.page-link.active {
    background-color: var(--ct-primary-clr);
    border-color: var(--ct-primary-clr);
}

.dropdown-menu-dark {
    --bs-dropdown-link-active-bg: var(--ct-primary-clr);
}

.btn-group ul.dropdown-menu {
    font-size: 12px;
}

/*======Common*/
.fa-sort-up {
    color: #666;
}

.fs-7 {
    font-size: 0.7rem !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 0;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: none;
    padding: 4px 10px;
    font-size: 12px;
    height: 24px;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: var(--ct-primary-clr);
    border-color: transparent;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #5e35a8;
    }

.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: transparent;
}

    .btn-success:hover {
        color: #fff;
        background-color: #46a149;
    }

.btn-danger {
    color: #fff;
    background-color: #F44336;
    border-color: transparent;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f33123;
    }

.btn-warning {
    color: #fff;
    background-color: #FF9800;
    border-color: transparent;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #eb8c00;
    }

.btn-info {
    color: #fff;
    background-color: #2196F3;
    border-color: transparent;
}

    .btn-info:hover {
        color: #fff;
        background-color: #0e8df2;
    }

.btn-default {
    color: #fff;
    background-color: #777 !important;
    border-color: transparent;
}

    .btn-default:hover {
        color: #fff;
        background-color: #6d6d6d !important;
    }

.sortings {
    cursor: pointer;
    color: #a8a4a4;
}

select {
    background: url(../images/down-arrow.png);
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -ms-appearance: none;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: calc(100% - 5px) 50%;
    height: 30px !important;
    border-radius: 2px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    color: #252525 !important;
    border: 1px solid #bbbbbb !important;
}

.form-control {
    height: 24px !important;
    display: block;
    width: 100%;
    padding: 4px 8px 4px 4px !important;
    font-size: 12px !important;
    font-weight: normal;
    line-height: normal;
    color: #252525 !important;
    background-color: #fff;
    border: 1px solid #bbbbbb !important;
    border-radius: 0 !important;
}

.card {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.table > :not(caption) > * > * {
    padding: 5px;
}

/*.dropdown-item {
    font-size: 14px;
}*/

.action-wrap ul li a i {
    width: 16px;
}

/*.scrollbar{overflow-y: scroll;}
.scrollbar::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #222;}
.scrollbar::-webkit-scrollbar{width: 6px;background-color: #222;}
.scrollbar::-webkit-scrollbar-thumb{background-color: #000000;}*/

.scrollbar,
.sidebar-collapse .innerscrollbar {
    overflow-y: scroll;
    scrollbar-color: var(--scroll-thumb-color, grey) var(--scroll-track, transparent);
    scrollbar-width: thin;
    --scroll-size: 5px;
    --scroll-radius: 5px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb-color: rgb(0 0 0 / 80%);
}

    .scrollbar::-webkit-scrollbar,
    .sidebar-collapse .innerscrollbar::-webkit-scrollbar {
        width: var(--scroll-size, 5px);
        height: var(--scroll-size, 5px);
    }

    .scrollbar::-webkit-scrollbar-track,
    .sidebar-collapse .innerscrollbar::-webkit-scrollbar-track {
        background-color: var(--scroll-track, transparent);
        border-radius: var(--scroll-track-radius, var(--scroll-radius));
    }

    .scrollbar::-webkit-scrollbar-thumb,
    .sidebar-collapse .innerscrollbar::-webkit-scrollbar-thumb {
        background-color: var(--scroll-thumb-color, grey);
        background-image: var(--scroll-thumb, none);
        border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
    }

[type=checkbox] {
    border-color: #bbbbbb;
    height: 15px;
    width: 15px;
    position: relative;
    top: -2px;
}

/*Common======*/

/*======Main Header*/
.main-header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: var(--ct-primary-clr);
    width: 100%;
    height: 50px;
    padding-right: 50px;
}

    .main-header .logo {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 230px;
        text-align: left;
        padding: 3px 20px;
    }

        .main-header .logo .userimage {
            margin-right: 10px;
        }

            .main-header .logo .userimage .img-circle {
                height: 30px;
            }

    .main-header .hamburger {
        margin-left: 250px;
        transition: margin-left 0.3s ease-in-out;
    }

.main-header,
.main-sidebar,
.left-side {
    position: fixed;
}

.main-sidebar {
    color: #fff;
    top: 0;
    left: 0;
    background-color: #222d32;
    padding-top: 50px;
    min-height: 100vh;
    width: 240px;
    z-index: 8;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.main-header .logo img {
    height: 45px;
}

.toggle-sidebars {
    background-color: transparent;
    background-image: none;
    padding: 8px 15px;
    position: relative;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 21px;
}

/*Main Header======*/

/*======Mini Header*/
.mini-header {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 6px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
}

    .mini-header .breadcrumb > li {
        font-weight: 500;
        font-size: 13px;
        text-transform: capitalize;
    }

        .mini-header .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .mini-header .search-refresh .btn {
        padding: 4px 15px;
        font-size: 12px;
        color: #fff;
        border-radius: 0;
    }

/*Mini Header======*/

/*======Sidebar Menu*/
.custom-navbar {
    height: 100%;
}

    .custom-navbar .navbar-nav {
        height: 100%;
        flex-direction: row;
    }

        .custom-navbar .navbar-nav > li > a {
            height: 100%;
            display: flex;
            align-items: center;
            flex-direction: row;
            padding: 10px 15px !important;
            color: #fff !important;
        }

            .custom-navbar .navbar-nav > li:hover > a,
            .custom-navbar .navbar-nav > li > a.show {
                background: rgba(0, 0, 0, 0.1);
            }

    .custom-navbar .dropdown-menu > li > a {
        padding: 2px 15px;
        font-size: 12px;
        display: block;
        line-height: 1.428571429;
        color: #333;
        text-transform: uppercase;
    }

        .custom-navbar .dropdown-menu > li > a:hover {
            background-color: #e0e0e0;
        }

        .custom-navbar .dropdown-menu > li > a i {
            margin-right: 8px;
            width: 13px;
            font-size: 14px;
        }

    .custom-navbar .dropdown ul.dropdown-menu {
        border-radius: 0;
        width: 160px;
        border: none;
        right: 0;
        position: absolute;
        left: auto;
        padding: 0;
        margin-top: 0;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .custom-navbar .dropdown ul.dropdown-menu:before {
            content: "";
            border-bottom: 6px solid #fff;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            position: absolute;
            top: -6px;
            right: 21px;
            z-index: 10;
        }

.custom-sidemenu .dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
}

.custom-navbar ul.dropdown-menu.show {
    animation-name: scaleDrop;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.custom-sidemenu a.selectedmenu {
    color: #00c0ef !important;
}

.menu-open {
    display: block !important;
}

@keyframes scaleDrop {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

/*Sidebar Menu======*/

/*======Sidebar*/
.wrapper {
    min-height: 100vh;
    position: static;
    overflow-x: hidden;
}

.content-wrapper {
    height: 100%;
    background-color: #E5E5E5;
    margin-left: 240px;
    padding: 20px;
    transition: margin-left 0.3s ease-in-out;
    margin-top: 50px;
}

    .content-wrapper .content {
        margin-top: 30px;
    }

.user-panels {
    display: flex;
    /*  align-items: center;
    padding: 15px 10px;*/
    margin: 0;
}

    .user-panels h5 {
        font-size: 14px;
    }

    .user-panels .image img {
        max-width: 35px;
    }

.custom-sidemenu.scrollbar {
    overflow-y: auto;
    height: calc(100vh - 4rem);
}

.sidebar-collapse .custom-sidemenu li.dropdownmenu:hover > ul.innerscrollbar {
    max-height: 300px;
    overflow-y: auto;
}

.custom-sidemenu ul {
    font-size: 14px;
    white-space: nowrap;
    margin: 0;
    list-style: none;
    padding: 0;
}

.custom-sidemenu li {
    list-style-type: none;
    position: relative;
}

.custom-sidemenu ul li a {
    color: #fff;
    padding: 10px 5px 11px 15px;
    display: block;
    font-weight: normal;
    position: relative;
    border-left: 3px solid transparent;
    color: #fff;
    font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.custom-sidemenu > ul > li > a:hover,
.custom-sidemenu > ul > li.active > a {
    background: #0d1214;
    border-color: var(--ct-primary-clr);
}

.custom-sidemenu ul li a > i {
    width: 25px;
}

.custom-sidemenu ul li a:hover {
    color: var(--drop-a-clr);
}

.custom-sidemenu ul ul {
    display: none;
    background: #2a383e;
}

.custom-sidemenu ul li a .fa-angle-right {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    padding: 0;
    float: none;
    margin-right: 10px;
    margin-top: 3px;
    transition: all 0.3s ease;
}

.custom-sidemenu ul li.active > a > .fa-angle-right {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: center;
    transform-origin: center;
}

.custom-sidemenu ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

.sidebar-collapse .scrollbar {
    overflow-y: inherit;
    height: auto;
}

.sidebar-collapse .custom-sidemenu > ul > li:hover > a {
    background: #0d1214;
    border-color: var(--ct-primary-clr);
}

.sidebar-collapse .custom-sidemenu ul li span {
    display: none;
}

.sidebar-collapse .custom-sidemenu > ul > li:hover > a span {
    position: absolute;
    display: block;
    width: 250px;
    left: 47px;
    padding: 11px 5px 10px 20px;
    border-radius: 0 5px 0px 0;
    background: #0d1214;
    top: 0;
}

.sidebar-collapse .custom-sidemenu > ul > li:hover > ul {
    position: absolute !important;
    transform: none !important;
    left: 100% !important;
    width: 250px;
    top: 100% !important;
    display: block !important;
}

.sidebar-collapse .custom-sidemenu > ul > li:hover span {
    display: inline-block;
}

.sidebar-collapse .custom-sidemenu > ul > li.dropdownmenu:hover > a span {
    border-radius: 0 5px 0px 0;
}

.sidebar-collapse .custom-sidemenu li.dropdownmenu ul {
    height: 0;
    opacity: 0;
}

.sidebar-collapse .custom-sidemenu li.dropdownmenu:hover ul {
    height: auto;
    opacity: 1;
}

.sidebar-collapse .user-panels {
    display: flex;
    align-items: center;
    padding: 15px 3px;
    margin: 0;
}

.sidebar-collapse .user-info {
    display: none;
}

.sidebar-collapse .custom-sidemenu > ul > li > a .fa-angle-right {
    display: none;
}

.sidebar-collapse .custom-sidemenu > ul > li > a span {
    display: none;
}

.sidebar-collapse .custom-sidemenu > ul > li:hover > a span {
    display: block;
    position: absolute;
    width: 250px;
    left: 47px;
    padding: 11px 5px 10px 20px;
    background: #0d1214;
    top: 0;
    border-radius: 0 5px 5px 0;
}

.sidebar-collapse .main-sidebar {
    width: 50px;
}

.sidebar-collapse .content-wrapper {
    margin-left: 50px;
}

.entry-records {
    text-align: right;
}

/*Sidebar======*/

/*======Login Page*/
.login-head {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.login-page {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

    .login-page:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        background-color: var(--ct-primary-clr);
        height: 50vh;
    }

    .login-page .formwrap {
        max-width: 375px;
        position: relative;
        z-index: 1
    }

    .login-page .form-control.is-invalid,
    .login-page .was-validated .form-control:invalid {
        padding-right: .75rem;
    }

    .login-page .form-control {
        display: block;
        width: 100%;
        padding: 4px 8px 4px 4px;
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        color: #252525;
        background-color: #fff;
        border: 1px solid #bbbbbb;
        border-radius: 0;
        transition: border-color ease-in-out 0.15s;
    }

    .login-page .btn {
        background: var(--ct-primary-clr);
        border-color: var(--ct-primary-clr);
        font-size: 12px;
        text-transform: uppercase;
        padding: 4px 15px;
        letter-spacing: 1px;
        border-radius: 0;
    }

        .login-page .btn:hover {
            background: var(--ct-secondary-clr);
            border-color: var(--ct-secondary-clr)
        }

    .login-page .invalid-feedback {
        position: absolute;
        text-align: right;
        padding-right: .75rem;
    }

    .login-page .relative {
        position: relative;
    }

    .login-page .form-check-label {
        font-weight: 600;
        margin-left: 5px;
    }

    /*.login-page .form-check-input[type=checkbox]{border-color: #bbbbbb;height: 15px;width: 15px;    position: relative;top: -2px;}*/
    .login-page .form-check-input.is-invalid,
    .login-page .was-validated .form-check-input:invalid {
        border-color: var(--bs-form-invalid-border-color);
    }

    .login-page .forgot-passwords {
        text-decoration: underline;
        color: var(--ct-primary-clr);
        font-weight: 600
    }

        .login-page .forgot-passwords:hover {
            text-decoration: none;
        }

/*Login Page======*/

/*======Modal*/
.modal-min-h .modal-body {
    min-height: 280px;
}

    .modal-min-h .modal-body .btn {
        font-size: 17px;
        font-weight: 500;
        border-radius: 3px;
        padding: 8px 20px;
        margin: 5px;
        height: auto;
        min-width: 200px;
    }

    .modal-min-h .modal-body .modal-icon-size {
        font-size: 60px;
    }

/*Modal ======*/


/*Media======*/
@media screen and (max-width:767px) {
    .main-header .logo {
        width: 100px;
        padding: 3px 10px;
    }

    .main-header .hamburger {
        margin-left: 110px;
    }

    .toggle-sidebars {
        padding: 11px 15px;
    }

    .sidebar-collapse .custom-sidemenu.scrollbar {
        overflow-y: auto;
        height: calc(100vh - 10rem);
        overflow-x: hidden;
    }

    .sidebar-collapse .custom-sidemenu li.dropdownmenu:hover > ul.innerscrollbar {
        max-height: inherit;
        overflow: auto;
    }

    .sidebar-collapse .innerscrollbar {
        scrollbar-color: var(--scroll-thumb-color, #ccc) var(--scroll-track, transparent);
        scrollbar-width: thin;
        --scroll-size: 5px;
        --scroll-radius: 5px;
        --scroll-track: #ccc;
        --scroll-thumb-color: rgb(0 0 0 / 80%);
    }

        .sidebar-collapse .innerscrollbar::-webkit-scrollbar-thumb {
            background-color: var(--scroll-thumb-color, #ccc);
        }

    .main-header {
        padding-right: 20px;
    }

    .main-sidebar {
        left: -250px;
        transition: all linear .3s;
        -o-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -webkit-transition: all linear .3s;
    }

    .sidebar-collapse .main-sidebar {
        width: 250px;
        left: 0;
    }

    .content-wrapper {
        margin-left: 0;
        transition: all linear .3s;
        -o-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -webkit-transition: all linear .3s;
    }

        .content-wrapper .content {
            margin-top: 20px;
        }

    .sidebar-collapse .user-info {
        display: block;
    }

    .sidebar-collapse .content-wrapper {
        -ms-transform: translate(250px, 0);
        transform: translate(250px, 0);
        margin-left: 0;
        transition: none;
        transition: all linear .3s;
        -o-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -webkit-transition: all linear .3s;
    }

    .sidebar-collapse .custom-sidemenu > ul > li > a span,
    .sidebar-collapse .custom-sidemenu > ul > li > a .fa-angle-right {
        display: inline-block;
    }

    .sidebar-collapse .custom-sidemenu > ul > li.dropdown .dropdown-menu {
        position: static !important;
        width: 100%;
    }

    .sidebar-collapse .custom-sidemenu > ul > li.dropdown a span {
        border-radius: 0;
    }

    .sidebar-collapse .custom-sidemenu > ul > li:hover > ul {
        position: static !important;
        transform: none !important;
        width: 100%;
    }

    .sidebar-collapse .custom-sidemenu > ul > li:hover > a span {
        display: inline-block;
        position: static;
        width: 100%;
        padding: 0;
        background: transparent;
        border-radius: 0 5px 5px 0;
    }

    .entry-records {
        text-align: left;
    }

    .modal-min-h .modal-body {
        min-height: 200px;
    }

    .mini-header {
        flex-direction: column;
    }

        .mini-header .breadcrumb-wrap {
            margin-bottom: 10px;
        }
}

/*CUSTOM CSS*/
.sunloader {
    background: rgba(0, 0, 0, .5);
    align-items: center;
    display: none;
    justify-content: center;
    z-index: 50;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

body.loading .sunloader {
    overflow: hidden;
}

body.loading .sunloader {
    display: flex;
}

/*Class to show delete image on hover of image*/
.iframeblocks {
    height: calc(100vh - 230px);
    overflow: hidden;
    overflow-y: hidden;
    margin-bottom: 10px;
}


/*Sorting Table*/
.custom-table-sortings table th.StickTd,
.custom-table-sortings table td.StickTd .dropdown-menu.show {
    z-index: 2;
}

:first-child:is(th, td):has(.dropdown-menu.show) {
    z-index: 2;
}

.custom-table-sortings {
    overflow: auto;
    /*scroll-snap-type: both mandatory;*/
    height: calc(100vh - 280px);
}

    .custom-table-sortings table {
        border-collapse: collapse;
        border: 0;
    }

    .custom-table-sortings tbody,
    .custom-table-sortings td,
    .custom-table-sortings tfoot,
    .custom-table-sortings th,
    .custom-table-sortings thead,
    .custom-table-sortings tr {
        border-color: #dee2e6
    }

    .custom-table-sortings th,
    .custom-table-sortings td {
        background-clip: padding-box;
        scroll-snap-align: start;
    }

    .custom-table-sortings thead {
        z-index: 1000;
        position: relative;
    }

    .custom-table-sortings th,
    .custom-table-sortings td {
        padding: 0.6rem;
        min-width: 6rem;
        text-align: left;
        margin: 0;
    }

    .custom-table-sortings thead th {
        position: sticky;
        top: 0;
        background-clip: padding-box;
        font-size: 1.2em;
        color: #333;
        font-weight: 600;
    }

        .custom-table-sortings thead th.pin,
        .custom-table-sortings thead th:nth-child(2).pin,
        .custom-table-sortings thead th:nth-child(3).pin {
            position: sticky;
            left: 0;
            width: 100px;
            background-color: #fff;
            z-index: 1;
        }

        .custom-table-sortings thead th:nth-child(2).pin {
            left: 100px;
        }

        .custom-table-sortings thead th:nth-child(3).pin {
            left: 200px;
        }

    .custom-table-sortings tbody th {
        background-clip: padding-box;
    }

    .custom-table-sortings tbody {
        z-index: 10;
        position: relative;
    }

        .custom-table-sortings tbody th,
        .custom-table-sortings tbody tr th:nth-child(2)
        /*.custom-table-sortings tbody tr th:nth-child(3)*/ {
            position: sticky;
            left: 0;
            width: 100px;
            z-index: 1;
        }

        .custom-table-sortings tbody tr th:nth-child(2) {
            left: 100px;
        }

       /* .custom-table-sortings tbody tr th:nth-child(3) {
            left: 200px;
        }*/

    .custom-table-sortings thead th {
        background-color: #f2f5f8 !important
    }

    .custom-table-sortings thead th,
    .custom-table-sortings tbody th {
        background-color: #fff;
    }

.newClr,
tr.newClr th {
    background-color: #b9ff9c !important;
}

.rushClr,
tr.rushClr th {
    background-color: #FFF09B !important;
}

.overdueClr,
tr.overdueClr th {
    background-color: #ffc59c !important;
}

.rejectClr,
tr.rejectClr th {
    background-color: #ff9c9c !important;
}

.scheduleClr,
tr.scheduleClr th {
    background-color: #BADDE9 !important;
}

.attentionClr,
tr.attentionClr th {
    background-color: #f1cdff !important;
}

.customerClr,
tr.customerClr th {
    background-color: #649999 !important;
}

.indications ul {
    display: flex;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    justify-content: center;
}

    .indications ul li {
        margin: 5px 10px;
        position: relative;
        display: flex;
        align-items: center;
    }

        .indications ul li .keyClrs {
            width: 10px;
            height: 10px;
            display: block;
            margin-right: 5px;
        }

.card-header {
    background-color: #F5F5F5;
    font-weight: 700;
}

/*Sorting Table end*/

.tooltip-icon .fa-exclamation {
    background: rgb(147 141 121 / 71%);
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 15px;
}

.CountLink {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 7px
}

.RushCountcls {
    background-color: white;
    color: black;
    border-radius: 50%;
    padding: 5px
}

.countDiv {
    text-align: right;
    padding: 10px
}

.displayDivNone {
    /*GPL added 07/12/2023*/
    display: none;
}

.card-header-section {
    /*GPL added 07/12/2023*/
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
/*For address Autosuggestions GPL Added 29/11/2024*/

#suggestions {
    border: 1px solid #ccc;
    max-width: 300px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #suggestions li {
        display: flex;
        align-items: center;
        padding: 5px;
        cursor: pointer;
    }

        #suggestions li:hover {
            background-color: #f0f0f0;
        }

        #suggestions li .icon {
            margin-right: 10px;
            color: #007bff; /* Icon color */
        }

/*End*/

/*========================== DARK MODE CSS STARTS HERE==========================*/

body.nightmode {color:#FFFFFF;  background:#000000;}
body.nightmode .content-wrapper {background-color: #444444;}
body.nightmode .mini-header { background-color: #2f2f2f;}
body.nightmode .table {border-color: #6A6A6A;}
body.nightmode .table > :not(caption) > * > * { color: #FFFFFF; background-color: #2F2F2F;}
body.nightmode .card {color: #FFFFFF; background-color: #2F2F2F; border-color: rgba(211, 211, 211, 0.18);}
body.nightmode .fa-sort-up{color: #FFFFFF;}
body.nightmode .form-control { background-color: #424242; color: #FFF !important;  border-color: #6A6A6A !important;}
body.nightmode .text-muted{color: #FFFFFF!important;}
body.nightmode .card-header { background-color: #000;}
body.nightmode .nav-tabs .nav-item.show .nav-link, body.nightmode .nav-tabs .nav-link.active{ background-color: #000; color: #FFFFFF; border-color: #6A6A6A;}
body.nightmode .nav-tabs .nav-link:focus,body.nightmode .nav-tabs .nav-link:hover{border-color: #6A6A6A;}
body.nightmode .modal-content{background-color: #424242;}
body.nightmode .modal-header{border-color: #6A6A6A;}
body.nightmode .modal-footer{border-color: #6A6A6A;}
body.nightmode .custom-table-sortings thead th{background-color: #000 !important;}
body.nightmode .custom-table-sortings tbody, body.nightmode .custom-table-sortings td, body.nightmode .custom-table-sortings tfoot,body.nightmode .custom-table-sortings th, body.nightmode .custom-table-sortings thead,body.nightmode .custom-table-sortings tr{border-color: #6A6A6A;}
body.nightmode .newClr,body.nightmode tr.newClr th {  background-color: #242424 !important;}

    body.nightmode .daterangepicker {
        background-color: #6A6A6A;
    }

        body.nightmode .daterangepicker .calendar-table {
            background-color: #6A6A6A;
        }

            body.nightmode .daterangepicker .calendar-table .next span, body.nightmode .daterangepicker .calendar-table .prev span {
                border-color: #FFF;
            }

        body.nightmode .daterangepicker td.available:hover, body.nightmode .daterangepicker th.available:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

        body.nightmode .daterangepicker td.off, body.nightmode .daterangepicker td.off.in-range, body.nightmode .daterangepicker td.off.start-date, body.nightmode .daterangepicker td.off.end-date {
            background-color: rgba(0, 0, 0, 0.1);
        }

        body.nightmode .daterangepicker select.monthselect, body.nightmode .daterangepicker select.yearselect {
            background-color: #424242;
            color: #FFFFFF !important;
        }

.mode-change { padding: 0;  display: flex;  margin: 0;  align-items: center; gap: 10px; margin-left: auto; margin-right:20px}
.mode-change .light-label, .mode-change .dark-label { line-height: 1;  color: #FFF;  display: block;  font-size: 14px;  font-weight: bold;}
.mode-change .form-check-input{display:none;}
.mode-change .switch-label{display:block; width: 40px;  margin: 0;  height: 25px;  border: 0; cursor: pointer; top:0; background-image: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22,26H10C4.4858398,26,0,21.5141602,0,16S4.4858398,6,10,6h12c5.5141602,0,10,4.4858398,10,10S27.5141602,26,22,26z M10,8c-4.4111328,0-8,3.5888672-8,8s3.5888672,8,8,8h12c4.4111328,0,8-3.5888672,8-8s-3.5888672-8-8-8H10z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='10' cy='16.0000305' r='5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-position: center center;  background-size: 100% auto;  background-repeat: no-repeat;}
.mode-change .form-check-input:checked + .switch-label{background-image: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22,26H10C4.4858398,26,0,21.5141602,0,16S4.4858398,6,10,6h12c5.5141602,0,10,4.4858398,10,10S27.5141602,26,22,26z M10,8c-4.4111328,0-8,3.5888672-8,8s3.5888672,8,8,8h12c4.4111328,0,8-3.5888672,8-8s-3.5888672-8-8-8H10z'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='22' cy='16.0000305' r='5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}


.userroles {border-top: 1px solid #CCC;  border-bottom: 1px solid #CCC;}
.userroles li {border-bottom: 1px dashed #e2e2e2;   margin-left: 0px;    margin-right: 0px;}
.userroles li .dropdown-item {font-size: 12px;  padding:2px 0px 3px 35px;}
.userroles li .active{background-color: #e5e5e5; color: #000000;}


/*==========================DARK MODE CSS ENDS HERE ============================*/

/*==========================INSPECTION MAP ============================*/
#map {height: 470px; width: 100%;}
.nightmode #legend { background-color: #444 !important;}
.nightmode .gm-style-iw {background-color: #444444;}
.nightmode .gm-style-iw .gm-ui-hover-effect{background-color:#FFFFFF;}
/* Legend styling */
#legend { font-family: Arial, sans-serif;background: white;padding: 10px; margin: 10px;border: 2px solid #ccc;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);}
#legend h3 {margin-top: 0;}
.legend-item {display: flex; align-items: center;margin-bottom: 5px;}
.legend-item img {height: 20px; width: 20px;margin-right: 8px;}
.map-controls {margin-top:-17px;}

/*==========================INSPECTION MAP ============================*/

/*==========================photo walk through ========================*/
.cs_card_boxrow {counter-reset: section;margin-top:20px}
.cs_card_boxrow > .col-md-3{counter-increment:section; position: relative;}
.cs_card_boxrow > .col-md-3::before {content: "Step " counter(section) ; position: absolute; z-index: 1; width: calc(100% - 24px); height: 40px;  background-color: #3174b8;  text-align: center; line-height: 39px;  left: 12px;    font-size: 20px; color: #FFF;  box-sizing: border-box; border-radius: 5px 5px 0 0;}
.cs_card_boxrow .cs_card_box {padding-top: 60px;}
.cs_card_boxupload {position: relative;  margin-bottom: 20px;  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);}
.cs_ExifIcon {position: absolute; width: auto; height: auto; text-align: center;}
.cs_ExifIcon a.tooltip-icon {left: 10px; top: 10px; width: 25px; height: 25px;  background-color: #FFFFFF;    border-radius: 100%;  border: 1px solid #CCC;}
.cs_ExifIcon a.tooltip-icon i.fa.fa-exclamation { border-radius: 0;  background-color: transparent;  line-height: 25px;
 box-sizing: border-box;  padding: 0;  display: block;  color: #ff933d !important;}
.cs_deletebox {display: block; height: 40px; text-align: center; width: 40px; font-size: 16px; background-color:rgb(253 153 153 / 42%);}
.cs_deletebox i.fa.fa-trash {line-height: 40px; color: #ff1010 !important;}
.cs_card_boxupload > img.card-img-top {height: 200px; width: 100%;  object-fit: cover; border-radius: 0;}
.cs_card_boxdemo-wrp img.card-img-top {height: 200px; object-fit: cover;  border-radius: 0;}
.cs_labelwrp { margin: 0 0 10px 0;  padding: 0 0 10px 0;  border-bottom: 1px solid #CCC; font-weight: bold;}
.cs_labelwrp strong { font-weight: normal;}
.cs_helpwrp {padding: 0 0 10px 0; margin: 0 0 10px 0;  border-bottom: 1px solid #CCC; font-weight: bold;}
.cs_helpwrp strong { font-weight: normal;}
.cs_upload-inputwrp {padding: 10px; margin:0 0 10px 0;  background-color: #e4e4e4;}
.cs_card_box .btn-primary {padding: 10px; height: auto;}

.custom-sidemenu ul.pagesidemenu > li > a.selectedmenu {
    background-color: rgba(0, 0, 0, 0.8);
    
}
.custom-sidemenu ul.pagesidemenu ul.innerscrollbar > li > a.selectedmenu {
    background-color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*GPL Added 26/08/2025*/
.wrap-text {
    min-width: 250px !important; 
    max-width: 100%; 
    white-space: normal; 
    overflow-wrap: break-word; 
    word-break: break-word;
}
/*GPL Added 26/08/2025*/
#territoryPanel {
    position: absolute;
    right: 0;
    top: 53px;
    width: 25%; /* ¼ of the screen */
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    display: none;
}
 
/* INSPECTOR AGREEMENT FORMS*/
.ica_body { background-color:#FFFFFF; font-size:14px; padding:50px 0; }
.ica_container { width:1024px; max-width:100%; }
.pdf_input { border:0; border-bottom:1px solid #000000; }
.pdf_input:focus { outline:none; }
.ica_numberlist { counter-reset:item; list-style-type:none; padding-left:20px; }
.ica_numberlist > li { margin-bottom:10px; display:block; position:relative; }
.ica_numberlist > li::before { content:counters(item,".") ". "; counter-increment:item; position:absolute; left:-20px; }
.ica_alphabetlist { list-style-type:lower-alpha; }
.ica_alphabetlist > li { margin-bottom:10px; }
.ica_innernumerica { list-style-type:none; counter-reset:item; }
.ica_innernumerica > li { margin-bottom:10px; position:relative; }
.ica_innernumerica > li::before { content:counters(item,".") " "; counter-increment:item; position:absolute; left:-30px; }
 
/* INSPECTOR AGREEMENT FORMS ENDS HERE*/
/* INSPECTOR W9 FORM STARTS HERE*/
.w9_body {
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 50px 0;
}
.w8_container {
	width: 1024px;
	max-width: 100%;
}
.tin-input {
	width: 35px;
	height: 35px;
	border: 1px solid #000;
	text-align: center;
	font-size: 18px;
	margin-right: 3px;
}
.tin-label {
	border: 1px solid #000;
	padding: 2px 6px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
	background: #fff;
}
.cs-form-check-input {
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	margin-right: 6px;
	position: relative;
	top: 4px;
}
.line-input {
	border:1ps solid #000000;
	width: 100%;
	outline: none;
}
@media screen and (min-width:768px){
.cs-roatetext {writing-mode: vertical-rl;  rotate: -180deg;  transform: translate(-50%, -50%);}
}
/*INSPECTOR W9 FORM ENDS HERE*/

.signature {
    border: .5px solid #000;
    cursor: crosshair;
}