﻿::placeholder {
    color: #75859d;
    opacity: 1;
}

/*----- keyframes Pulse for showing the pulse in background of AreaOfficer-Row ping in AO-Map -----*/
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 204, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 50px rgba(0, 204, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 204, 255, 0);
    }
}


/*----- keyframes for Animate the Text from Right to Left in Live Status Bar Slider-----*/
@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

/*Refresh Icon Spining command KeyFrames*/
fa-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

body {
    color: #333333;
    background-color: #f4f5f9;
    font-size: 14px;
    /*font-size: 16px;*/
    font-family: 'helveticaneuemedium';
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helvetica_neu_bold-webfont.woff2') format('woff2'), url('../fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneue.woff') format('woff'),url('../fonts/helveticaneue.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'), url('../fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../fonts/helveticaneue_medium-webfont.woff2') format('woff2'), url('../fonts/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueregular';
    src: url('../fonts/helveticaneue-webfont.woff2') format('woff2'), url('../fonts/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Poppin Fonts*/
@font-face {
    font-family: 'poppinsMedium';
    src: url('../fonts-Poppins/Poppins-Medium.woff') format('woff'),;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsRegular';
    src: url('../fonts-Poppins/Poppins-Regular.woff') format('woff'),;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsBold';
    src: url('../fonts-Poppins/Poppins-Bold.woff') format('woff'),;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsSemiBold';
    src: url('../fonts-Poppins/Poppins-SemiBold.woff') format('woff'),;
    font-weight: normal;
    font-style: normal;
}

/*--- v-cloak ---*/
/*This directive will remain on the element until the associated Vue instance finishes compilation.
Combined with CSS rules such as
[v-cloak] { display: none }
This directive can be used to hide un-compiled mustache bindings until the Vue instance is ready.*/

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    content: " ";
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(/images/Loading-Wait.gif);
    background-size: cover;
    left: 40%;
    top: 25%;
}


a:active {
    outline: none;
}

a:hover,
.btn-link:hover {
    text-decoration: none;
}

::-webkit-input-placeholder { /* Edge */
    color: #333 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
    opacity: 1;
}

::placeholder {
    color: #333 !important;
    opacity: 1;
}

button:focus {
    outline: 0;
}

.font-hbold {
    font-family: 'helveticaneuebold';
}

.rotate-180 {
    transform: rotate(180deg);
}

.line-height-20 {
    line-height: 20px;
}

.rounded-left-big {
    border-radius: 20px 0 0 20px;
}

.rounded-right-big {
    border-radius: 0 20px 20px 0;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-1 {
    border-radius: 8px !important;
}

.rounded-2 {
    border-radius: 6px !important;
}

.w-4 {
    width: 4px;
}
/**** Text css ****/
.text-gray {
    color: #71757b;
}

.text-light-gray {
    color: #cdced0;
}

.text-gray-1 {
    color: #75859d;
}

.text-red {
    color: #ff525b;
}

.text-green {
    color: #31ab40;
}

.text-blue {
    color: #6463e6;
}

.text-bright-blue {
    color: #3cafd2;
}

.text-purple {
    color: #946bbe;
}

.text-light-purple {
    color: #d881ff;
}

.text-success {
    color: #31ab3f !important;
}

.text-info {
    color: #6c6bde !important;
}

.text-warning {
    color: #ff9a00 !important;
}

.border-warning {
    border-color: #ff9a00 !important;
}

.border-info {
    border-color: #6c6bde !important;
}

.border-success {
    border-color: #31ab3f !important;
}

/**** Bg color css ****/

.bg-cust-transparent {
    background: rgba(19,25,36, 0.05);
}

.bg-purple-transparent {
    background: rgba(108,107,222, 0.12);
}

.bg-purple-transparent-2 {
    background: rgba(148,107,190, 0.12);
}

.bg-bright-blue-transparent {
    background: rgba(67,174,204, 0.12);
}

.bg-purple {
    background-color: #946bbe;
}

.bg-light-blue {
    background-color: #bbeefe;
}

.bg-bright-blue {
    background-color: #6c6bde;
}

.bg-blue {
    background-color: #6c6bde;
}

.bg-red {
    background-color: #ff525b;
}

.bg-danger {
    background: #d2212f;
}

.bg-light-red {
    background-color: #ffe8e8;
}

.bg-gray {
    background-color: #e3ebf7;
}

.bg-gray-1 {
    background-color: #75859d;
}

.bg-gray-2 {
    background-color: #f1f2f5;
}

.bg-yellow {
    background-color: #ff9a00;
}

.bg-green {
    background-color: #31ab40;
}

.bg-black {
    background-color: #131924;
}
/**** Font size css ****/
.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-28 {
    font-size: 28px;
}

.text-danger {
    color: #d2212f !important;
}

.shadow {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 0 4px 0 rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0.5px;
    border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
}

.shadow-down {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
}

/*-- Changing of Dropdown Selection Options background with required color for Primary-Header Things*/
.dropdown-group select option:not(:checked) {
    background-color: #fff;
}


.dropdown-group button {
    background: none;
    border: 0;
    padding: 0;
}

.dropdown-toggle:after {
    border: 0;
    content: "\42";
    font-family: "rocc" !important;
    vertical-align: top;
    color: #cdced0;
    margin-top: 2px;
    font-size: 14px;
    margin-left: -4px;
}

.site-raising-btn {
    height: 32px;
    padding: 4px 10px;
}

.container-fluid {
    /* Old One Before 25-10-2022*/
    padding-right: 65px;
    padding-left: 65px;
    /* New One on 25-10-2022 */
    padding-right: 40px;
    padding-left: 40px;
}

/*** custom radio button css start ***/
.custom-control.custom-radio {
    padding-left: 0;
    margin-left: -3px;
}

    .custom-control.custom-radio input[type="radio"] {
        opacity: 0;
    }

.custom-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 27px;
    margin-top: 13px;
    margin-bottom: 0;
}

input[type="radio"] {
    -webkit-appearance: button;
}

.custom-radio label::before, .custom-radio [type="radio"]:not(:checked) + label::before {
    content: '';
    -webkit-appearance: button;
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #d2212f;
    border-radius: 100%;
    float: left;
    left: 4px;
    top: 2px
}

.custom-radio input:checked + label::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #d2212f;
    position: absolute;
    left: 8px;
    top: 6px;
    border-radius: 100%;
    opacity: 0;
}

.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
}

/*** custom radio button css end ***/


/***** Common CSS End *****/

/***** Dashboard CSS Start *****/
.page-wrapper {
    min-height: 100vh;
    overflow-x: hidden;
}

.page-wrapper1 {
    min-height: 100vh;
}

.content-wrapper {
    background-color: #eef3f7;
    width: 100%;
}

.header {
    min-height: 145px;
    background-color: #131924;
}

.header-primary {
    height: 56px;
    border-bottom: 1px solid #2b303a;
}

    .header-primary .dropdown-group {
        margin: 0 0 0 30px;
        white-space: nowrap;
    }

    .header-primary .sepa {
        height: 20px;
        opacity: 0.2;
        margin: auto 0;
    }

.profile-pic {
    height: 40px;
    width: 40px;
    border: 2px solid #565a62;
    overflow: hidden;
}

.profile-pic-dropdown {
    margin-right: 12px !important;
}

    .profile-pic-dropdown .dropdown-toggle:after {
        border: 0;
        content: "\41";
        font-family: "rocc" !important;
        vertical-align: top;
        color: #75859d;
        font-size: 14px;
    }

.header-secondary {
    height: 90px;
}

.page-title {
    font-size: 28px;
    color: #fff;
    line-height: 21px;
    font-family: 'helveticaneuebold';
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    margin-right: 30px;
}

    .page-title .dropdown-group button {
        color: #ffffff;
    }

    .page-title .dropdown-toggle:after {
        border: 0;
        content: "\41";
        font-family: "rocc" !important;
        vertical-align: top;
        color: #ffffff;
        margin-top: 2px;
        font-size: 14px;
        margin-left: -4px;
    }

.header-secondary-data {
    background: #2b303a;
    height: 72px;
    /*padding: 8px 40px 8px 16px;*/
    padding: 9px 7px 9px 8px;
}

    .header-secondary-data .icon-close-grey {
        padding-right: 18px;
        /*border-right: 2px solid #4a4f57;*/
        border-right: 2px solid gray;
        height: 40px;
        align-items: center;
        display: flex;
    }

.total-sites-txt {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    margin-top: -45px;
    right: 0;
}

.total-sites-txt-small {
    margin-top: -33px;
}

.vertical-line {
    width: 3px;
    height: 36px;
}

/* For Primary and Secondary Vertical line*/
.seperationVertical-line {
    border-left: 2px solid #828982e6;
    margin: 0px 10px 0px 10px;
    height: auto;
}

.box-dropdown button.btn-secondary {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
    font-size: 12px;
    color: #71757b !important;
}

.box-dropdown .dropdown-menu.show {
    margin-top: 8px;
}

.box-dropdown .dropdown-toggle::after {
    color: #75859d;
    margin-top: -2px;
    margin-left: -2px;
    margin-right: 11px;
}

/*-- Update Password Styles Start --*/
.form-Pwdcontrol {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-Pwdcontrol:focus {
        box-shadow: none;
        outline: 0;
    }

    .form-Pwdcontrol:disabled {
        background-color: #e9ecef;
        opacity: 1;
        cursor: not-allowed;
        caret-color: transparent;
    }

.eyeIcon {
    font-size: 18px !important;
    font-weight: 500 !important;
    cursor: pointer;
    caret-color: transparent;
}

.BtnLayout:focus {
    outline: none;
    box-shadow: none;
}
/*-- Update Password Styles End --*/

/*Navbar styles Start*/
.navbar {
    overflow: visible;
    /*overflow: hidden;*/
    /*background-color: #333;*/
}

    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

.subnav {
    float: left;
    overflow: hidden;
}

    .subnav .subnavbtn {
        font-size: 16px;
        border: none;
        outline: none;
        /*color: white;*/
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbar a:hover, .subnav:hover .subnavbtn {
        /*background-color: #2b303a;*/
        background-color: #e2e2e2;
    }

    .subnav:hover .cmp3_subnavbtn {
        background-color: #868686;
    }

.subnav-content {
    display: none;
    position: absolute;
    /*left: 0;*/
    /*background-color: #2b303a;*/
    background-color: #8d8d8d;
    /*width: 100%;*/
    width: 170px;
    z-index: 1;
    right: 0px;
}

    .subnav-content a {
        float: left;
        color: white;
        text-decoration: none;
        width: inherit;
        cursor: pointer;
    }

        .subnav-content a:hover {
            background-color: #eee;
            color: black;
        }

.subnav:hover .subnav-content {
    display: block;
    z-index: 10;
}
/*Navbar styles End*/

.nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin: 0 24px 0 16px;
}

    .nav-tabs .nav-link,
    .nav-tabs .nav-link:hover {
        border: 0;
        color: #333333;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border: 0;
            border-bottom: 3px solid #d2212f;
        }

.nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin: 0 24px 0 16px;
}

    .nav-tabs .nav-link,
    .nav-tabs .nav-link:hover {
        border: 0;
        color: #333333;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border: 0;
            border-bottom: 3px solid #d2212f;
        }

.view-list-btn {
    width: 80px;
    height: 32px;
    border: 1px solid #42474f;
    border-radius: 6px;
    margin-left: auto;
}

    .view-list-btn a {
        color: #cfd1d3;
        font-size: 14px !important;
        margin: 0 !important;
        padding: 4px !important;
        display: flex;
        justify-content: center;
    }

.carousel-tabs .nav-tabs a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 65px;
    padding-bottom: 4px;
    font-size: 16px;
}

.carousel-tasks-tabs .nav-tabs a {
    padding-left: 0;
    padding-right: 0;
    /*margin-right: 38px;*/
    margin-right: 12px;
    padding-bottom: 4px;
    font-size: 16px;
}

.carousel-tabs .nav-tabs .nav-link,
.carousel-tabs .nav-tabs .nav-link:hover {
    border: 0;
    color: #aba8a8;
}

    .carousel-tabs .nav-tabs .nav-item.show .nav-link,
    .carousel-tabs .nav-tabs .nav-link.active {
        background: none;
        border-bottom: 3px solid #d2212f;
        color: #fff;
    }

.carousel-box {
    min-height: 190px;
    border-radius: 8px;
    box-shadow: 0 6px 10px 0 rgba(39, 52, 69, 0.02);
    background-color: #ffffff;
    /*border-left: 3px solid transparent;*/
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.carousel-box-title .title {
    font-size: 18px;
    color: #181c2d;
    margin-bottom: auto;
    font-family: 'helveticaneuebold';
}

.carousel-box-title .nbr {
    font-size: 28px;
}

.carousel-box .review-btn a {
    height: 40px;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    padding: 12px;
    display: block;
    margin-top: 13px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    width: 100%;
    display: block !important;
}

    .owl-nav .icon {
        font-size: 23px;
        display: flex;
    }

.owl-carousel .owl-nav button.owl-next .icon {
    margin-left: 24px;
}

.owl-carousel .owl-nav button.owl-prev .icon {
    position: relative;
    left: -24px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 100px;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
    border-radius: 0 100px 100px 0;
}

.owl-carousel .owl-nav button.owl-next {
    border-radius: 100px 0 0 100px;
    position: absolute;
    right: 0;
}

.pendign-box {
    width: 60px;
    height: 20px;
    border-radius: 4px;
    padding: 1px;
    text-align: center;
}

.site-raising-scorll {
    height: 100vh;
}

    .site-raising-scorll .mCSB_scrollTools .mCSB_draggerRail {
        background: none;
    }

    .site-raising-scorll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(108,107,222,0.12);
    }

    .site-raising-scorll .mCSB_inside > .mCSB_container {
        margin-right: 10px;
    }

    .site-raising-scorll .mCSB_scrollTools {
        margin-right: -6px;
    }

.site-raising .points-data li {
    padding-right: 22px;
    color: #acb6c4;
    display: block;
    font-size: 12px;
    float: left;
    position: relative;
    width: 25%;
    white-space: nowrap;
}

    .site-raising .points-data li.active {
        color: #75859d;
    }

    .site-raising .points-data li:last-child:before {
        margin-right: 0;
    }

.site-raising .points {
    background: #e3e7eb;
}

    .site-raising .points li {
        position: relative;
        list-style: none;
        display: block;
        float: left;
        width: 25%;
    }

        .site-raising .points li:first-child {
            left: 23px;
        }

        .site-raising .points li:nth-child(2) {
            left: 25px;
        }

        .site-raising .points li:nth-child(3) {
            left: 30px;
        }

        .site-raising .points li:last-child {
            left: 35px;
        }

            .site-raising .points li:last-child:before {
                right: 100%;
            }

        .site-raising .points li img {
            position: relative;
        }

        .site-raising .points li:before {
            content: " ";
            background: #e3e7eb;
            height: 1px;
            display: block;
            left: 0;
            right: 0;
            position: absolute;
            top: 13px;
            margin-right: -5px;
        }

        .site-raising .points li.ticked:before {
            background: #31ab40;
        }

.site-raising-bottom {
    margin: 0 -16px;
    background: #f1f2f5;
    padding: 13px 16px 11px;
    border-radius: 0 0 8px 8px;
}

    .site-raising-bottom .icon {
        display: flex;
        align-items: center;
    }

        .site-raising-bottom .icon span {
            font-size: 14px;
            font-style: normal;
        }

.action-expand {
    margin-left: -45px;
    display: none;
}

    .action-expand .icon-close-grey,
    #actionArrow,
    #aoAvailable {
        cursor: pointer;
    }

.insights-taks-bar {
    width: 380px;
    position: fixed;
    right: -390px;
    top: 0;
    bottom: 0;
    z-index: 9;
    transition: 0.5s;
}

.insight-close {
    position: absolute;
    right: 16px;
    top: 20px;
    cursor: pointer;
}

.ao-data-line:before {
    position: absolute;
    left: -11px;
    content: " ";
    height: 6px;
    width: 6px;
    border-radius: 100px;
    background: #ff525b;
    top: 9px;
}

.body-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
    display: none;
    transition: 0.5s;
}

.add-rota-btn {
    height: 40px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dummy-map {
    background: url(../images/dummy-map.jpg) repeat-y;
    background-size: cover;
    padding-bottom: 50px;
}

.search-filer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .search-filer .form-control {
        height: 34px;
        font-size: 14px;
        font-family: 'helveticaneuemedium';
        color: #75859d;
        border: solid 1.5px rgba(151, 151, 151, 0.2);
        padding-left: 30px;
    }

    .search-filer .form-group .icon {
        font-size: 14px;
        position: absolute;
        left: 10px;
        top: 8px;
        color: #75859d;
    }

    .search-filer .icon-filter {
        font-size: 20px;
        color: #75859d;
        margin-left: 25px;
    }

.area-officer-accordion {
    border: 1px solid #dedfe2;
    border-radius: 10px;
    overflow: hidden;
}

    .area-officer-accordion table tr th {
        /*padding: 16px 12px;*/
        padding: 18px 16px;
        border-top: 0;
    }

    .area-officer-accordion table tr td {
        padding: 18px 16px;
    }

    .area-officer-accordion.officer-task table tbody tr {
        background: #fff !important;
    }

    .area-officer-accordion table .inner-table tr td {
        border: 0;
        padding: 11px 12px 15px;
        font-size: 16px;
    }

    .area-officer-accordion .name {
        position: relative;
        padding-left: 28px;
        float: left;
    }

        .area-officer-accordion .name:before {
            content: " ";
            height: 16px;
            width: 16px;
            background: #47b5d6;
            border-radius: 100px;
            position: absolute;
            top: 5px;
            left: 0;
        }

        .area-officer-accordion .name.purple:before {
            background: #946bbe;
        }

        .area-officer-accordion .name.green:before {
            background: #31ab40;
        }

        .area-officer-accordion .name.orange:before {
            background: #ff9a00;
        }

.accordion-toggle.active {
    background: #f1f2f5;
}

.points-data-verticale {
    padding-left: 20px;
}

    .points-data-verticale li {
        padding-right: 22px;
        display: block;
        font-size: 12px;
        padding-bottom: 29px;
        position: relative;
        color: #555;
        white-space: nowrap;
    }

        .points-data-verticale li div {
            font-size: 16px;
        }

        .points-data-verticale li span {
            font-size: 14px;
            color: #75859d;
        }

        .points-data-verticale li.active {
            color: #333333;
        }

        .points-data-verticale li:last-child:before {
            padding-bottom: 0;
        }

.points-verticale li {
    position: relative;
    list-style: none;
    width: 25%;
    padding-bottom: 30px;
}

    .points-verticale li:last-child {
        padding-bottom: 0;
    }

        .points-verticale li:last-child:before {
            right: 100%;
        }

    .points-verticale li img {
        position: relative;
    }

    .points-verticale li:before {
        content: " ";
        background: #4CAF50;
        width: 3px;
        height: 100%;
        display: block;
        top: 20px;
        left: -33px;
        right: 0;
        position: absolute;
        z-index: -1
    }

.pending-points-verticale li:before {
    content: " ";
    background: #d1cccc;
    width: 2px;
    height: 100%;
    display: block;
    top: 20px;
    left: -33px;
    right: 0;
    position: absolute;
    z-index: -1
}

/*.points-verticale li.ticked:before {
		background: #31ab40;
	}*/

.aria-officer-data {
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
}

.collapse-button {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -19px;
    margin-top: -24px;
}

.auto-refresh-btn {
    width: 186px;
    height: 38px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 0 4px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 25px;
    top: 25px;
    padding: 12px;
    color: #75859d;
    z-index: 2;
}

.map-clr-indicators {
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 0 4px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    display: flex;
    position: absolute;
    bottom: 18px;
    height: 38px;
    width: 530px;
    justify-content: space-around;
    position: absolute;
    left: 1.5%;
    bottom: 1%;
}

    .map-clr-indicators > div {
        padding: 3px 5px 3px 24px;
        background: red;
        margin-right: 2px;
        position: relative;
        border-radius: 4px;
    }

        .map-clr-indicators > div:before {
            content: " ";
            height: 16px;
            width: 16px;
            position: absolute;
            background: gray;
            border-radius: 100px;
            left: 5px;
            top: 6px;
        }

        .map-clr-indicators > div.blue {
            background: #daf0f7;
        }

            .map-clr-indicators > div.blue:before {
                background: #47b5d6;
            }

        .map-clr-indicators > div.purple {
            background: #eae1f2;
        }

            .map-clr-indicators > div.purple:before {
                background: #946bbe;
            }

        .map-clr-indicators > div.violet {
            background: #f8daf8;
        }

            .map-clr-indicators > div.violet:before {
                background: #b481bc;
            }

        .map-clr-indicators > div.green {
            background: #d6eed9;
        }

            .map-clr-indicators > div.green:before {
                background: #31ab40;
            }

            .map-clr-indicators > div.red,
            .map-clr-indicators > div.orange,
            .map-clr-indicators > div.green.g-two {
                background: #fff;
            }

                .map-clr-indicators > div.red:before {
                    background: #ff525b;
                }

                .map-clr-indicators > div.orange:before {
                    background: #ff9a00;
                }

        .map-clr-indicators > div.dark-blue {
            background: #fff;
        }

            .map-clr-indicators > div.dark-blue:before {
                background: #6c6bde;
            }

        .map-clr-indicators > div.green.g-two.disabled,
        .map-clr-indicators > div.red.disabled,
        .map-clr-indicators > div.orange.disabled {
            opacity: 0.5;
        }

.area-officer-bar {
    /*width: 380px;*/
    width: 500px;
    position: fixed;
    right: 0;
    top: 0;
    /*right: -390px;*/
    right: -500px;
    bottom: 0;
    z-index: 9;
    transition: 0.5s;
}

.area-officer-close {
    position: absolute;
    right: 16px;
    top: 20px;
    cursor: pointer;
}

.SMS-bar {
    /*width: 380px;*/
    width: 500px;
    position: fixed;
    right: 0;
    top: 0;
    /*right: -390px;*/
    right: -500px;
    bottom: 0;
    z-index: 9;
    transition: 0.5s;
}

.SMS-bar-close {
    position: absolute;
    right: 16px;
    top: 20px;
    cursor: pointer;
}

#lxKumar {
    cursor: pointer;
}

.user-pic {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 100px;
    display: flex;
    align-self: center;
    position: relative;
}

    .user-pic + img {
        margin-left: -9px;
    }

.area-officer-bar .points-data-verticale li {
    display: flex;
    padding-bottom: 27px;
}

.officer-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .officer-tabs .nav-tabs .nav-link,
    .officer-tabs .nav-tabs .nav-link:hover {
        color: #75859d;
    }

        .officer-tabs .nav-tabs .nav-item.show .nav-link,
        .officer-tabs .nav-tabs .nav-link.active {
            color: #333;
        }

.search-filter-icons {
    font-size: 20px;
    color: #75859d;
    margin-left: 25px;
    align-items: center;
}

.delayed-btn {
    border: 1px solid #ff525b;
    background: rgba(255, 82, 91, 0.15);
    color: #ff525b;
    height: 35px;
    padding: 4px 15px;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
}

    .delayed-btn.bold {
        border: 2px solid #ff525b;
    }

    .delayed-btn.normal {
        border-color: #e3e7eb;
        color: #333333;
        background: #fff;
    }

.officer-task table tr td {
    /*font-size: 16px;*/
    font-size: 13px;
    vertical-align: middle;
    color: #333;
    font-weight: normal
}

.map-clr-indicators.two {
    width: auto;
}

.map-info-bages {
    width: 280px;
    height: 60px;
    border-radius: 4px;
    padding: 7px 12px;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.12);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 77px;
    margin-top: -27px;
}

    .map-info-bages.location {
        left: 159px;
        margin-top: -13px;
    }

    .map-info-bages .icon-battery-five {
        position: relative;
        top: 4px;
    }

    .map-info-bages:after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -10px;
    }

.map-zoom-expand {
    position: absolute;
    right: 0;
    bottom: 81px;
    z-index: 4;
}

.map-zoom {
    width: 38px;
    height: 75px;
    border-radius: 8px;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.12);
    background: #fff;
    padding: 12px 5px;
    text-align: center;
    cursor: pointer;
}

    .map-zoom.expanded {
        height: 38px;
        cursor: pointer;
    }

.map-round {
    width: 525px;
}

.info-modal-left {
    width: 240px;
    padding-right: 20px;
}

/*** added css ***/
.info-modal-main {
    max-width: 644px;
    margin: 0 auto;
}

.info-modal-right {
    border-radius: 8px;
    background: rgba(117,133,157,0.1);
    width: calc(100% - 240px);
    padding: 15px 0 0 15px;
}

.on-duty-head {
    border-bottom: 1px solid rgba(117,133,157,0.1);
    padding-bottom: 11px;
}

.info-modal-right ul {
    list-style: none;
    padding: 0;
}

    .info-modal-right ul li {
        margin: 20px 0 0 0;
    }

        .info-modal-right ul li span {
            display: block;
            font-size: 14px;
            color: #75859d;
            font-weight: normal !important;
        }

.ao-duty-info {
    /*border-bottom: 1.5px solid rgba(151,151,151,0.2);*/
    padding-bottom: 10px !important;
    /*border-top: 1.5px solid rgba(151,151,151,0.2);*/
}

    .ao-duty-info > .d-flex {
        padding: 20px 0 0 0;
    }

    .ao-duty-info .icon, .red-info .icon {
        padding-right: 5px;
    }

.full-width {
    width: 100%;
}

.ao-duty-info, .red-info {
    padding: 0px 20px 0 20px;
}

.red-info {
    border-bottom: 1.5px solid rgba(151,151,151,0.2);
    padding-bottom: 18px;
    padding-top: 5px;
}

.no-border {
    border: 0;
}

.red-info > .d-flex {
    padding: 15px 0 0 0;
}

.lefthead-info {
    margin-bottom: 15px;
}

.red-info.no-border {
    padding-bottom: 0;
}

.info-modal-right .site-raising-scorll {
    height: 410px;
    overflow: hidden;
}

.info-modal-right .mCSB_scrollTools {
    margin-right: 0;
}
/*********** Switch **********/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    margin: 0;
    display: flex;
    top: -5px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 20px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 12px;
    width: 25px
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: -3px;
        bottom: -2px;
        background-color: #75859d;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #98d59f;
}

    input:checked + .slider:before {
        background-color: #31ab40;
    }


    input:checked + .slider:before {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }

.slider_on {
    display: none;
}

.slider_on, .slider_off {
    color: black;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 48%;
    left: -78%;
    font-size: 13px;
}

input:checked + .slider .slider_on {
    display: block;
}

input:checked + .slider .slider_off {
    display: none;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/***** Dashboard CSS End *****/
@media (max-width: 1400px) {
    .site-raising-bottom > div {
        flex-direction: column;
        display: flex;
    }
}

@media (max-width: 1366px) {
    .header-primary .dropdown-group {
        margin: 0 0 0 21px;
    }

    .site-raising .points-data li {
        font-size: 11px;
    }
}


/* Custom CSS */
.position-relative {
    position: relative;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

#tasksMap {
    /*position: relative;*/
    width: 100%;
    height: 730px;
}

#areaofficersMap {
    /*position: relative;*/
    width: 100%;
    height: 730px;
}

#search .tab-content, #searchAreaOfficer .area-officer-accordion {
    height: 655px;
    overflow-y: auto;
    overflow-x: hidden;
}

#searchAreaOfficer .area-officer-accordion {
    background-color: #f4f5f9;
}

#search {
}

.tab-content {
    background-color: #f4f5f9;
}

    .tab-content p {
        margin: 0;
    }

.header-primary select {
    /*background: #131924;*/
    background: transparent;
    border: none;
    color: #fff;
    outline: 0 !important;
    position: relative;
    top: -2px;
    max-width: 55px;
}

.header-primary input[type="date"] {
    border-radius: 4px;
    border: 1px solid #fff;
    padding-left: 10px;
}

.custom-nav-item {
    color: #fff !important;
    display: inline-block;
    padding: 0px 15px;
    position: relative;
    top: -1px;
}

.tab-search-filter {
    position: absolute;
    top: 10px;
    right: 25px;
}

    .tab-search-filter .icon-search {
        right: 10px;
        left: initial !important;
    }

    .tab-search-filter input {
        padding-left: 15px !important;
        padding-right: 30px;
    }

.taskMapInfobox {
    min-width: 310px;
    border-radius: 4px;
    padding: 24px 12px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12);
    background: #fff;
}

    .taskMapInfobox h3 {
        margin: 0;
        font-size: 16px;
    }

#tasksMap .popup-content-container {
    box-shadow: initial !important;
}

#areaofficersMap .popup-content-container {
    box-shadow: initial !important;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #444;
    font-size: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 20px;
    height: 25px;
    width: 25px;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    border: 0;
    padding: 0;
}

.MapInfoboxTrimLine {
    display: inline-block;
    white-space: nowrap;
    width: 291px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*========== Date-Range section ==============*/

.StartEndDateRange {
    width: 230px;
    padding: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    color: white;
    outline: none;
    cursor: pointer;
}

.glyphicon-calendar {
    font-size: 15pt;
}



/*========== report section ==============*/

.search-filerbox .form-control {
    font-size: 14px;
    color: #75859d;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    transition: width 0.5s ease;
}

.Icon_Zep {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.search-box input {
    border: 0;
    background: none;
    border-bottom: 1px solid #cdd3dc;
    padding-left: 23px;
    border-radius: 0;
    max-width: 425px;
}

.search-box .icon {
    position: absolute;
    left: 0;
    color: #75859d;
    font-size: 16px;
    top: 9px;
}

.search-box .form-control::placeholder {
    color: #75859d !important;
    opacity: 1;
}

.report-download {
    font-size: 12px;
    font-family: 'HelveticaLT65Medium';
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .report-download i {
        display: flex;
    }

.search-box .form-control:focus {
    background: none;
    border-color: #d2212f;
}

.header-dropdown-two .dropdown-toggle:after {
    position: absolute;
    right: 12px;
}

.header-dropdown-two .dropdown-toggle {
    position: relative;
    padding-right: 50px;
    border-bottom: 1px solid #5a5e66;
    padding-bottom: 10px;
}

.header-dropdown-two .dropdown-group .form-group,
.header-dropdown-two .dropdown-group .form-group .dropdown,
.header-dropdown-two .dropdown-group button {
    width: 100%;
}

.action-common-box {
    height: 613px;
}

.header-dropdown-two {
    padding-bottom: 12px;
    margin-top: -10px;
}

    .header-dropdown-two ul {
        padding: 0;
    }

    .header-dropdown-two li .form-group span {
        margin-bottom: 1px;
    }

    .header-dropdown-two li {
        display: block;
        float: left;
        width: 22%;
        padding-right: 28px;
        box-sizing: border-box;
    }

        .header-dropdown-two li .dropdown-menu {
            width: 100%;
        }

        .header-dropdown-two li:last-child {
            width: 8%;
            text-align: right;
            padding-left: 42px;
            padding-top: 20px;
        }

        .header-dropdown-two li button.btn {
            width: 110px;
            height: 40px;
            background: #d2212f;
            color: #fff;
        }

        .header-dropdown-two li .daterange-picker {
            background: no-repeat;
            border: 0;
            font-size: 16px;
            border-bottom: 1px solid #5a5e66;
            border-radius: 0;
            height: 35px;
            padding-left: 0;
            color: #fff;
            width: 100%;
        }

            .header-dropdown-two li .daterange-picker:after {
                font-family: "rocc" !important;
                content: "\6a";
                color: rgba(255, 255, 255, 0.4);
                position: absolute;
                right: 0;
                bottom: 11px;
                font-size: 15px;
            }

.daterangepicker .ranges li.active {
    background: #d2212f;
}

.daterangepicker td.in-range {
    background: #f2f2f2;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #131924;
}

.daterangepicker .btn-primary {
    background: #d2212f;
    border-color: #d2212f;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-family: 'HelveticaLT65Medium';
    font-weight: normal;
}

.daterangepicker .drp-buttons .btn {
    font-weight: normal;
}

.activitiy-div {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    margin-bottom: 11px;
    float: left;
    padding: 0 10px;
}

.activitiy-progress .progress {
    height: 4px;
}

.activitiy-progress .w-50:first-child {
    margin-right: 40px;
}

.activitiy-progress .w-50:last-child {
    padding-left: 40px;
}

    .activitiy-progress .w-50:last-child.border-left {
        border-color: rgba(151,151,151,0.2) !important;
    }

.activity-report-tabs {
    margin-top: 3px;
}

    .activity-report-tabs .nav-tabs a,
    .activity-report-tabs .nav-tabs a:hover {
        margin-right: 14px;
        color: #bac2ce;
        font-family: 'HelveticaLT65Medium';
    }

    .activity-report-tabs .nav-tabs .nav-item.show .nav-link,
    .activity-report-tabs .nav-tabs .nav-link.active {
        color: #181c2d;
    }

.trend-chart li {
    padding-bottom: 10px;
    list-style: none;
    font-family: 'HelveticaLT65Medium';
    text-align: right;
}

.report-compliance {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.report-compliance-arrows .icon {
    font-size: 15px;
}

.report-compliance-arrows {
    margin-right: 19px;
    color: #c8cfd8
}

    .report-compliance-arrows .icon:first-child {
        transform: rotate(90deg);
        cursor: pointer;
        margin-right: 5px;
    }

    .report-compliance-arrows .icon:last-child {
        transform: rotate(-90deg);
        cursor: pointer;
    }

        .report-compliance-arrows .icon:last-child.active {
            color: #75859d;
        }

.activity-boxes {
    height: 100%;
    padding-top: 14px;
}

.activity-table {
    margin-top: 5px;
}

    .activity-table table tr th {
        /*border-top: 0;
		font-size: 12px;
		font-family: 'HelveticaLT65Medium';
		color: #75859d;
		font-weight: normal;
		background: #f1f2f5;
		padding: 11px 9px;
		white-space: nowrap;*/
        border-top: 0;
        font-size: 14px;
        font-family: 'helveticaneue';
        color: #75859d;
        font-weight: 500;
        background: #f1f2f5;
        padding: 11px 9px;
        white-space: nowrap;
    }

    .activity-table table tr th,
    .activity-table table tr td {
        border-color: #e7e8eb;
    }

        .activity-table table tr td:last-child {
            white-space: nowrap;
        }

.activity-table-icon li {
    display: block;
    float: left;
    padding-left: 20px;
    font-size: 12px;
    font-family: 'HelveticaLT65Medium';
    display: flex;
    align-items: center;
}

    .activity-table-icon li a {
        color: #75859d;
    }

    .activity-table-icon li .icon {
        font-size: 15px;
    }

    .activity-table-icon li .icon-ic-download {
        font-size: 16px;
        padding-right: 10px;
    }

    .activity-table-icon li .icon-filter {
        font-size: 17px;
    }

.table-pagination {
    display: flex;
    justify-content: end;
    padding-top: 10px;
    float: right;
}

    .table-pagination span {
        padding: 0 6px;
    }

.check-title {
    color: #9fa2a6;
    font-family: 'HelveticaLT65Medium';
    display: flex;
    margin-top: 20px;
}

    .check-title .badges {
        width: 52px;
        height: 21px;
        border-radius: 4px;
        background-color: #2b303a;
        color: #aaacb0;
        margin-left: 10px;
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        padding-top: 3px;
    }

.seen-btn {
    width: 150px;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #42474f;
    color: #fff;
    font-size: 10px;
    padding: 3px 35px;
    position: relative;
    margin-top: 22px;
    margin-bottom: 22px;
}

    .seen-btn img {
        position: absolute;
        right: 8px;
        top: 8px;
    }

    .seen-btn.two {
        font-size: 14px;
        padding: 8px;
        text-align: center;
        color: #bfc1c4;
    }

    .seen-btn.fill {
        padding: 3px 15px;
        background: #42474f;
    }

        .seen-btn.fill.two {
            font-size: 14px;
            color: #fff;
            background: #d2212f;
            padding: 9px 10px;
            text-align: center;
            border: 0;
        }

.last-checked-arrow {
    transform: rotate(270deg);
    display: inline-block;
}

.inst-info {
    height: 72px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .inst-info > div {
        margin-right: 34px;
    }

    .inst-info .border-left {
        border-color: #e3e9ee !important;
    }

    .inst-info > div:last-child {
        margin-right: 0;
    }

.dc-box-sm {
    height: 292px;
}

.dc-box-title {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

    .dc-box-title .sub {
        margin-top: -3px;
    }

.strength-text {
    margin-top: 10px;
    margin-bottom: 12px;
}

    .strength-text div + div {
        margin-top: -2px;
    }

.dc-table tr th {
    font-size: 10px;
    font-weight: normal;
    color: #75859d;
    border-top: 0;
    vertical-align: top;
}

.dc-table tr td img {
    float: left;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 6px;
}

.dc-table tr th,
.dc-table tr td {
    padding: 9px 5px;
    border-bottom: 1px solid #eaeaea;
}

    .dc-table tr th:first-child,
    .dc-table tr td:first-child {
        padding-left: 0;
    }

    .dc-table tr th:last-child,
    .dc-table tr td:last-child {
        padding-right: 0;
    }

.dc-table tr th,
.dc-table tr td {
    border-color: #eaeaea
}

.red-star {
    margin-top: -4px;
}

.div-list {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px !important;
}

    .div-list li {
        list-style: none;
        position: relative;
        padding: 8px 16px 0;
    }

        .div-list li:last-child {
            padding-bottom: 0;
        }

        .div-list li:before {
            content: " ";
            height: 7px;
            width: 7px;
            background: #d6dce6;
            position: absolute;
            left: 0;
            border-radius: 10px;
            top: 15px;
        }

.shartage-btn {
    background: #f8dee0;
    border-radius: 100px;
    font-size: 12px;
    color: #d2212f;
    width: 135px;
    padding: 2px 5px 2px 25px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 29px;
}

    .shartage-btn img {
        position: absolute;
        left: 2px;
        top: 0;
    }

.dc-box-sm2 {
    height: 329px;
}

    .dc-box-sm2 .dc-box-title {
        padding: 10px 0;
        margin-bottom: 10px;
    }

.dc-box-sm2-inner {
    height: 275px;
}

.book-box {
    width: 66px;
    height: 66px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252122;
    padding: 0 6px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .book-box img {
        max-width: 100%;
    }

.book-overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dc-box-sm2-inner .mCSB_inside > .mCSB_container,
.guards-main .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.dc-box-sm2-inner .mCSB_scrollTools .mCSB_draggerRail,
.guards-main .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.dc-box-sm2-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.guards-main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(151,151,151,0.2);
    width: 2px;
}

.dc-box-btn {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 11px;
}

    .dc-box-btn.red {
        border-color: #ffbabd !important;
        color: #ff525b;
    }

.gate-img {
    overflow: hidden;
    max-height: 180px;
}

.guard-img {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    overflow: hidden;
}

.guards-div {
    border-bottom: 1px solid #eaeaea;
    padding-top: 12px;
    padding-bottom: 15px;
    margin-right: 16px;
}

.guard-img-big {
    width: 135px;
    height: 135px;
    overflow: hidden;
}

.guards-icons {
    border-bottom: 1px solid #eaeaea;
}

.guards-main {
    height: 632px;
}

.client-feedback-guard img {
    margin-right: 10px;
}

.dc-info-row > div {
    margin-right: 47px;
}

    .dc-info-row > div:last-child {
        margin-right: 0;
    }


.dropdown-select {
    background-color: white;
    /* inline SVG */
    background-image: url(/images/ic-downarrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 42%;
    border: none;
    padding: 10px 30px 10px 10px;
    /*disable default appearance*/
    -webkit-appearance: none;
}

.ml-7 {
    margin-left: 5rem !important;
}




@media (max-width: 1420px) {
    .dc-info-row > div {
        margin-right: 34px;
    }
}

@media (max-width: 1400px) {
    .site-raising-bottom > div {
        flex-direction: column;
        display: flex;
    }

    .site-raising-scorll .bg-white,
    .insights-box {
        height: auto;
    }
}

@media (max-width: 1366px) {
    .header-primary .dropdown-group {
        margin: 0 0 0 21px;
    }

    .site-raising .points-data li {
        font-size: 11px;
    }

    .staff-graph .float-left {
        margin-right: 3px !important;
    }

    .staff-graph .flex-column {
        margin-right: 2px !important;
    }

    .report-compliance .ml-4 {
        margin-left: 10px !important;
    }

    .inst-info > div {
        margin-right: 25px;
    }

    .dc-table tr th, .dc-table tr td {
        padding: 9px 1px;
    }

    .client-feedback-guard img {
        margin-right: 5px;
    }

    .dc-box-sm {
        height: 100%;
    }

    .guards-main {
        height: 639px;
    }

    .dc-info-row > div {
        margin-right: 12px;
    }
}

/* -- Vertical Progress Step Bar for Area-Officer Right Side Panel -- */
.StepProgress {
    position: relative;
    padding-left: 68px;
    list-style: none;
}

    .StepProgress::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 25px;
        left: 35px;
        width: 15px;
        height: 100%;
        border-left: 2px solid #CCC;
    }

.StepProgress-item {
    position: relative;
}

    .StepProgress-item:not(:last-child) {
        padding-bottom: 20px;
    }

    .StepProgress-item::before {
        display: inline-block;
        content: '';
        position: absolute;
        left: -33px;
        height: 100%;
        width: 10px;
    }

    .StepProgress-item::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -44px;
        width: 26px;
        height: 26px;
        border: 2px solid #CCC;
        border-radius: 50%;
        background-color: #FFF;
    }

.is-done::before {
    border-left: 3px solid green;
    top: 25px;
}

.is-done::after {
    content: "✔";
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border: 2px solid green;
    background-color: green;
}

/* -- Smart Filter Button Background Change -- */

.smartbtn-active:focus {
    border-color: #B11049;
    background: #B11049;
    outline: none
}

/* -- Multiple Dropdown with Nested Options -- */

/* Nested DropDown Design Styles*/

.mainmenu-dropdown-select {
    background-image: url(/images/ic-downarrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 52%;
    border: none;
    padding: 10px 40px 6px 0px;
}

.NocDashboard-mainmenu-dropdown-select {
    background-image: url(/images/ic-downarrow-black.png);
    /*background-image: url(/images/ic-down-arrow-black.png);*/
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 52%;
    border: none;
    padding: 10px 40px 6px 0px;
}

.submenu-dropdown-icon {
    background-image: url(/images/ic-right-arrow.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 10px 40px 11px 0px;
    margin-left: 120px;
}

#mainMenu {
    z-index: 1000;
    list-style: none;
    width: 230px;
    margin-left: -38px;
}

    #mainMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: -4px;
        background-color: white;
        box-shadow: -2px 3px 2px 0px lightgrey;
        /*border: 1px solid black;
        border-radius: 5px;*/
    }

        #mainMenu ul li {
            display: block;
            position: relative;
            float: left;
            /*background-color: white;*/
            background-color: #e3e3e3;
            margin-left: 0px;
        }

    /*The CSS to hide the sub menus.*/

    #mainMenu li ul {
        display: none;
    }

    #mainMenu ul li a {
        display: block;
        /*padding: 1em;*/
        padding: 1px 17px 4px 11px;
        text-decoration: none;
        white-space: nowrap;
        color: black;
    }

        #mainMenu ul li a:hover {
            /*background: lightblue;*/
            background: #b4b4b4;
            color: white
        }

    /*Show thead subMenu button thead left of the main menu*/
    #mainMenu #subMenuleft {
        margin-left: 230px;
        margin-top: -35px;
    }

    /*Displays the dropdown menu on hover.*/
    #mainMenu li:hover > ul {
        display: block;
        position: absolute;
    }

    #mainMenu li:hover li {
        float: none;
    }

    /*Displays second level dropdown menus to the right of the first level dropdown menu.*/

    #mainMenu ul ul ul {
        left: 100%;
        top: 0;
    }

    #mainMenu ul:before,
    #mainMenu ul:after {
        content: " ";
        display: table;
    }

    #mainMenu ul:after {
        clear: both;
    }

/*-------------- New CSS--> Click Event Nested Dropdown CSS - Present Using in Dashboard.js Design-------------*/

.checkbox-menu {
    user-select: none; /* User Cannot select/non selectable text*/
}

.dropcheck, .dropcheck-submenu, .dropcheck-sub-submenu, .dropcheck-master-submenu {
    display: none;
}

    .dropcheck:checked ~ .dropdown-content {
        display: block;
    }

    /*SubMenu*/
    .dropcheck-submenu:checked ~ .dropdown-content {
        display: block;
    }

    /*Sub-SubMenu*/
    .dropcheck-sub-submenu:checked ~ .dropdown-content {
        display: block;
    }
    /*master-Sub-SubMenu*/
    .dropcheck-master-submenu:checked ~ .dropdown-content {
        display: block;
    }


.dropdown-content label:hover {
    background-color: #ddd;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: -12px;
}

    .dropdown-content a {
        color: black;
        list-style: none;
        padding: 3px 9px;
        text-decoration: none;
        display: block;
    }

/* Left-Icon */
.submenuleft-icon {
    background-image: url(/images/ic-right-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: none;
    padding: 10px 40px 6px 0px;
}

.subMenuleft {
    list-style: none;
    padding: 0;
    margin-left: 184px;
    position: absolute;
    background-color: #bebebe;
    margin-top: -26px;
}

.sub-subMenuleft {
    margin-left: 236px !important;
}

/*Checked Sub-SubMenu*/
.dropcheck-sub-submenu:checked ~ .dropdown-content a:hover {
    background-color: #bebebe;
}

.dropcheck-sub-submenu:checked ~ .dropdown-content .subMenuleft {
    background-color: #d4d3d3;
}

.dropcheck-master-submenu:checked ~ .dropdown-content .subMenuleft {
    background-color: #d4d3d3;
}

/* .strikethrough Css for Bulk Upload on Site and Employee */
.strikethrough {
    background: repeating-linear-gradient( 180deg, red 0%, red 100% );
    background-size: 100% 2px;
    background-position: center;
    background-repeat: no-repeat;
    color: blue;
}

/* --------------- For NOC Dashboard Css ------------------- */
.table-head-noc {
    width: auto;
    height: 30px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 0px 5px 0px 5px;
}

.table-head-td-noc {
    text-align: left;
    font-family: Helvetica, Neue;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 6px 0px 6px 0px;
}

.table-head-span-noc {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #fb5c00;
    /*border: 1px solid #EAB70C;*/
    border-radius: 9px;
    opacity: 1;
}

.table-head-lable-noc {
    text-align: left;
    font: normal normal bold 12px/15px Helvetica Neue;
    letter-spacing: 0px;
    color: #fb5c00;
    /*color: #EAB70C;*/
    text-transform: uppercase;
    opacity: 1;
    padding: 0px 5px 0px 5px;
}

.table-body-tr-noc {
    height: 15px;
    border-bottom: 1pt solid #ededed;
}

.table-body-td-label-noc {
    text-align: left;
    font-family: Helvetica, Neue;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    padding-left: 5px;
}

.table-body-td-text-noc {
    text-align: right;
    font-family: Helvetica, Neue;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-right: 5px;
}

.table-body-td-label-inci {
    text-align: left;
    font-family: Helvetica, Neue;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    padding: 5px 10px;
}

.table-body-td-text-light-noc {
    text-align: right;
    font-family: Helvetica, Neue;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    padding-right: 5px;
}

.table-footer-noc {
    height: 30px;
    width: 277px;
}

.table-footer-tr-noc {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    opacity: 1;
}

.table-footer-td-button-noc {
    border: none;
    text-align: center;
    letter-spacing: 0px;
    color: #F86000;
    opacity: 1;
    font-size: 15px;
    font-family: Helvetica, Neue;
}
/* To make any User Name in Image Center*/
.profile-Letter {
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px;
}
/* */
.border-color {
    line-height: 30px !important;
    border: 2px solid rgb(184, 183, 183) !important;
    padding: 0px 12px 0px 12px !important;
    border-radius: 7px !important;
    color: #ffff !important;
    background: #ffff !important;
    /*background: #2b303a !important;*/
    height: 36px !important;
}

/* Left menu Style */


.sidebar {
    height: 100%;
    /*width:80%;*/
    position: sticky;
    background-color: #fff;
    /*margin-left: 10px;*/
}

.main-dashboard {
    margin-left: 225px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/*@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.left_menu ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 7px;
}

    .left_menu ul li .icon {
        font-size: 35px;
        color: green;
        margin: 0 60px;
    }

    .left_menu ul li .text {
        font-size: 12px;
        font-weight: 600;
        color: green;
        margin-left: 5px;
        margin-top: 15px;
    }




/* Progresss Div Css  */

ul li .progresss {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: black;
    border: 2px solid rgb(184, 183, 183);
    margin: 14px 0;
    display: grid;
    place-items: center;
    color: white;
    position: relative;
    cursor: pointer;
}

.progresss::after {
    content: " ";
    position: absolute;
    width: 125px;
    height: 5px;
    background-color: rgba(68, 68, 68, 0.781);
    right: 30px;
}

.one::after {
    width: 0;
    height: 0;
}

ul li .progresss .uil {
    display: none;
}

/*ul li .progresss p {
    font-size: 13px;
}*/

/* Active Css  */

ul li .active {
    background-color: green !important;
    display: grid;
    place-items: center;
}

li .active::after {
    background-color: green;
}

ul li .active p {
    display: none;
}

ul li .active .uil {
    font-size: 20px;
    display: flex;
}

/* Responsive Css  */

.main ul li {
    flex-direction: row;
    /*margin-top: -11%;*/
    margin-top: -5%;
}
/*
ul {
    flex-direction: column;
}

    ul li {
        flex-direction: row;
    }*/

ul li .progresss {
    margin: 6px;
}

.progresss::after {
    width: 1px;
    height: 50px;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.one::after {
    height: 0;
}


/*-- For Left Menu Points to show Tick Mark --*/
/* For Tick Icon  -- For Reference */
/* <link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css" > */
/*-- Getting CSS file from Left-menu.js Directly --*/

/* Text Style */
.text-style {
    /*text-decoration: none;
    color: black;
    font-size: 12px;*/
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-family: system-ui;
    font-synthesis-weight: auto;
}

/* -- Custom Scroll Bar For Side Menu Only*/

/* width */
.side-menu::-webkit-scrollbar {
    width: 8px !important;
}

/* Track */
.side-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 4px !important;
}

/* Handle */
.side-menu::-webkit-scrollbar-thumb {
    background: #4d4d4f !important;
    border-radius: 10px !important;
}

    /* Handle on hover */
    .side-menu::-webkit-scrollbar-thumb:hover {
        background: #6c757d !important;
    }

/* -- Custom Scroll Bar for All Pages*/

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4d4d4f;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #6c757d;
    }

/*Template <td> width to show all columns in equal*/
.form_col_width {
    width: 50%
}

/* Noc dashoard HR */
.summary-hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-bottom: 1px solid #0000001a;
    /*border-bottom: 1px dashed #8c8b8b;*/
}
/* Lable Text noc*/
.noc-label-text {
    font-size: medium;
    font-weight: 600;
}

/*table header fix*/

.table-header-fix {
    position: sticky;
    top: -4px;
    z-index: 20;
}

/* Table Freeze Start Here */
/*.table-freeze {
    overflow-x: auto;
}

    .table-freeze table thead th:first-child {
        position: sticky;
        top: -4px;
        left: 0px;
        width: 50px;
        max-width: 50px;
        min-width: 52px;
    }
    .table-freeze table tbody td:first-child {
        position: sticky;
        top:40px;
        left: 0px;
        width: 55px;
        max-width: 55px;
        min-width: 56px;
        background: #FDFDFD 0% 0% no-repeat padding-box !important;
    }

    .table-freeze table thead th:nth-of-type(2) {
        position: sticky;
        top: -4px; 
        left: 52px;
        width: 150px;
        max-width: 150px;
        min-width: 100px; 
    }
    .table-freeze table tbody td:nth-of-type(2) {
        position: sticky;
        top:40px;
        left: 52px;
        width: 150px;
        max-width: 150px;
        min-width: 100px;
        background: #FDFDFD 0% 0% no-repeat padding-box !important;
    }

    .table-freeze table thead th:nth-of-type(3){
        position: sticky;
        top: -4px;
        left: 148px;
        width: 85px;
        max-width: 85px;
        min-width: 86px;
    }
    .table-freeze table tbody td:nth-of-type(3) {
        position: sticky;
        top: 40px;
        left: 148px;
        width: 85px;
        max-width: 85px;
        min-width: 86px;
        background: #FDFDFD 0% 0% no-repeat padding-box !important;
    }*/

/* Table Freeze Start Here */


/*star styles*/
.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    /*font-size: xx-large;*/
    font-size: large;
}

    .stars-outer::before {
        content: "\f006 \f006 \f006 \f006 \f006";
    }

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

    .stars-inner::before {
        content: "\f005 \f005 \f005 \f005 \f005";
        /*color: #f8ce0b;*/
    }



.reporting-table {
    margin-top: 5px;
}

    .reporting-table table tr th {
        border-top: 0;
        font-size: 14px;
        font-family: 'HelveticaNeue';
        color: #ffffff;
        font-weight: 500;
        background: #4476c4;
        padding: 11px 9px;
        white-space: nowrap;
    }

    .reporting-table table tr th,
    .reporting-table table tr td {
        border-color: #c0d0ff;
    }

        .reporting-table table tr td:last-child {
            white-space: nowrap;
        }

    .reporting-table li {
        display: block;
        float: left;
        padding-left: 20px;
        font-size: 12px;
        font-family: 'HelveticaLT65Medium';
        display: flex;
        align-items: center;
    }

.reporting-table-icon li a {
    color: #75859d;
}

.reporting-table-icon li .icon {
    font-size: 15px;
}

.reporting-table-icon li .icon-ic-download {
    font-size: 16px;
    padding-right: 10px;
}

.reporting-table-icon li .icon-filter {
    font-size: 17px;
}

.go-to-top-btn {
    display: block; /* Initially hidden */
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .go-to-top-btn:hover {
        background-color: #0056b3;
    }

.textArea_info {
    width: 100%;
    height: auto;
    outline: none;
    padding: 14px !important;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    border: none;
    resize: none;
    overflow: hidden;
    /* font-size: 14px; */
    /* color: #333; */
    /* background-color: #f4f4f9; */
    /* border-radius: 5px; */
}

/*
@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

    .chartjs-size-monitor-expand > div {
        position: absolute;
        width: 1000000px;
        height: 1000000px;
        left: 0;
        top: 0
    }

    .chartjs-size-monitor-shrink > div {
        position: absolute;
        width: 200%;
        height: 200%;
        left: 0;
        top: 0
    }*/
