@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

@font-face {
    font-family: "fontawesome_light";
    src: url("../fonts/FontAwesome6ProLight300.otf");
}

@font-face {
    font-family: "Font Awesome \36  Pro";
    src: url("../fonts/FontAwesome6ProLight300.otf");
}

@font-face {
    font-family: "FontAwesome6Pro-Light,";
    src: url("../fonts/FontAwesome6Pro-Regular-400.otf");
}

html,
body {
    overflow: hidden;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
    font-family: 'Poppins', sans-serif;
}
body {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    outline: none;
}

input:focus {
    outline: none;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
}

*:hover,
*:focus,
* {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.leaflet-top .leaflet-control {
    margin-top: 95px;
}

.screen_view {
    display: flex;
    min-height: 100vh;
}

.screen_view_without_rs .footerarea,
.screen_view_without_rs .work_panel,
.screen_view_without_rs .top_nav {
    right: 0 !important;
}

.screen_view_without_rs .top_nav .username_options ul {
    right: 1.5rem;
}

.screen_view_without_rs.leftmenu_sm .work_panel {
    left: 0;
}

.footerarea {
    /* position: fixed; */
    position: absolute;
    /* left: 18rem; */
    left: 0rem;
    right: 17rem;
    bottom: 0;
    z-index: 997;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_active {
    right: 6rem !important;
}

.right_nav .dropf .clickable .svg_icon {
    opacity: 0;
}

.mx-datepicker-popup {
    z-index: 99999 !important;
}

.mx-input {
    font-family: "Poppins", sans-serif !important;
    border-radius: 0.5rem !important;
    border: none !important;
    color: #495057 !important;
    padding: 1rem 0.75rem !important;
    background: #f8f8f8 !important;
    font-weight: 300 !important;
}

.fa-icon-color {
    color: #53565a;
}

.footerarea p {
    color: #53565a;
    font-size: 1rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    text-align: right;
    padding-right: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.content-v-img img[data-v-5928e1c7] {
    max-width: 90% !important;
    max-height: 100%;
}

.right_nav {
    max-width: 18rem;
    background: #72c45f;
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding-top: 6rem;
    margin-left: auto;
    z-index: 997 !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.right_nav .right_nav_phone {
    height: calc(100vh - 6rem);
    overflow: auto;
    margin: 0 3px;
}

@media (max-width: 1000px) {
    .right_nav .right_nav_phone {
        padding-bottom: 1rem;
    }
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.right_nav *::-webkit-scrollbar {
    width: 3px;
}

.right_nav *::-webkit-scrollbar-track {
    background: #cacac7;
}

.right_nav *::-webkit-scrollbar-thumb {
    background: #2a2b2d;
}

.right_nav *::-webkit-scrollbar-thumb:hover {
    background: #2a2b2d;
}

.right_nav .showed_menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.right_nav .showed_menu_active {
    height: 100%;
    min-height: calc(100vh - 7rem);
    overflow: auto;
}

.right_nav .title {
    /*position: fixed;*/
    height: 6rem;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: #43b02a;
    max-width: 18rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .title h1 {
    position: absolute;
    left: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #fff;
    transform: translateY(-50%);
    /* top: calc(50% + 0.3rem); */
    top: calc(50%);
    padding-left: 2.3rem;
    white-space: nowrap;
    font-size: 1.5rem;
}

.right_nav .title h1 span {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.rightbar {
    display: none;
}

.rightbarBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
}

.rightbar_title {
    position: fixed;
    height: 6rem;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: #43b02a;
    max-width: 6rem !important;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav_hide {
    max-width: 6rem;
    background: #72c45f;
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding-top: 6rem;
    margin-left: auto;
    z-index: 9999 !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .title h1 svg {
    /* left: 0; */
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1.5rem;
}

.right_nav .title h1 svg path {
    fill: #fff;
}

.right_nav .title h1 .svg_icon {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1.5rem;
    min-height: 2rem;
    width: 100%;
}

.right_nav a {
    text-decoration: none;
}

.right_nav .optimalroute {
    display: block;
    width: calc(100% - 0.4rem);
    margin: auto;
    background: #53565a;
    border-radius: 0.5rem;
    margin-bottom: 0.2rem;
    min-height: 4.4rem;
    position: relative;
    padding-left: 4.1rem;
    padding-top: 0.6rem;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .optimalroute svg {
    position: absolute;
    left: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1.5rem;
}

/*.right_nav .optimalroute svg path {*/
/*  fill: #fff;*/
/*}*/

.right_nav .optimalroute .svg_icon {
    position: absolute;
    left: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1.5rem;
    width: 100%;
    min-height: 2rem;
}

.right_nav .optimalroute .svg_icon path {
    fill: #fff;
}

.right_nav .optimalroute h2 {
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.right_nav .optimalroute h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-top: -0.3rem;
    white-space: nowrap;
}

.right_nav .disabled_a {
    background: #cacac7;
}

.right_nav .optimalroute:hover {
    background: #494b4f;
}

.right_nav .disabled_a:hover {
    background: #cacac7;
}

.right_nav .dropf {
    margin-bottom: 0.3rem;
}

.right_nav .dropf .addm {
    margin-top: 0.8rem;
}

.right_nav .dropf .clickable {
    padding-left: 4.3rem;
    position: relative;
    cursor: pointer;
    /*-webkit-transition: all .25s ease;*/
    /*-moz-transition: all .25s ease;*/
    /*-ms-transition: all .25s ease;*/
    /*-o-transition: all .25s ease;*/
    /*transition: all .25s ease;*/
}

.right_nav .dropf .filters-title {
    padding-left: 66px;
}

.right_nav .dropf .clickable h2 {
    font-weight: 300;
    line-height: 3rem;
    font-size: 1.25rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .dropf .clickable svg {
    position: absolute;
    right: 2rem;
    width: 0.631rem;
    top: calc(50% + 0.2rem);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .dropf .clickable svg path {
    fill: #fff;
}

.right_nav .dropf .clickable .svg_icon {
    position: absolute;
    right: 2rem;
    width: 0.631rem;
    height: 0.631rem;
    top: calc(50% + 0.2rem);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .dropf .clickable .svg_icon path {
    fill: #fff;
}

.right_nav .dropf a {
    text-decoration: none;
}

.right_nav .dropf .boxes {
    max-height: 0;
    overflow: hidden;
    /*-webkit-transition: all .25s ease;*/
    /*-moz-transition: all .25s ease;*/
    /*-ms-transition: all .25s ease;*/
    /*-o-transition: all .25s ease;*/
    /*transition: all .25s ease;*/
}

.right_nav .dropf .boxes .eachone {
    padding-bottom: 1.7rem;
}

.right_nav .dropf .boxes .directions_max_h {
    max-height: 46rem;
    overflow: auto;
}

@media (max-height: 60rem) {
    .right_nav .dropf .boxes .directions_max_h {
        max-height: calc(100vh - 20rem);
    }
}

@media (max-width: 772px) {
    .right_nav .dropf .boxes .directions_max_h {
        max-height: calc(100vh - 20rem);
    }
}

.right_nav .dropf .total_optimal {
    display: flex;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.right_nav .dropf .total_optimal .total {
    width: 60%;
    background: #f2050d;
    min-height: 4.4rem;
    position: relative;
    padding-left: 4.1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.right_nav .dropf .total_optimal .optimal {
    width: 40%;
    background: #2a6e1a;
    min-height: 4.4rem;
    position: relative;
    padding-left: 1.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.right_nav .dropf .total_optimal svg,
.right_nav .dropf .total_optimal .svg_icon {
    position: absolute;
    left: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1.5rem;
    width: 100%;
    min-height: 1.5rem;
}

.right_nav .dropf .total_optimal svg path,
.right_nav .dropf .total_optimal .svg_icon path {
    fill: #fff;
}

.right_nav .dropf .total_optimal h2 {
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.right_nav .dropf .total_optimal h2 span {
    font-weight: 300;
}
.leaflet-popup-content{
    width: auto !important;
}
.leaflet-popup-content-wrapper {
    padding: 0 0 29px 24px !important;
}

.right_nav .dropf .total_optimal h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-top: -0.3rem;
    white-space: nowrap;
}

.right_nav .dropf .box {
    display: flex;
    width: 100%;
    /* margin: auto; */
    /* min-height: 6.6rem; */
    /*
  min-height: 6.6rem; */
    background: #43b02a;
    height: 4.5rem;
    align-items: center;
    border-radius: 0.5rem;
    position: relative;
    margin-bottom: 3px;
    overflow: hidden;
    justify-content: space-between;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.padding_box {
    padding-left: 2.1rem !important;
}
.box_route {
    background: #f2050d !important;

    border-radius: 0.5rem 0rem 0rem 0.5rem !important;
}
.box_route_2 {
    background: #2a6e1a !important;
    border-radius: 0rem 0.5rem 0.5rem 0rem !important;
}
.height-box {
    min-height: 6.6rem;
}

.route-input {
    background: #fff;
    margin: 0;
    left: 0;
    right: 0;
    top: 4.5rem;
    border: 0;
    width: calc(100% - 4.6rem); /* Adjust width to account for padding */
    font-weight: 300;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    padding: 0.3rem 0.5rem 0.3rem 4.1rem;
    border-radius: 0 0 10px 10px; /* Border radius at the bottom corners */
    box-sizing: border-box;
}

.filter-box {
    margin-bottom: 0px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.right_nav .dropf .box a {
    margin: 20px;
}

.right_nav_box_height {
    min-height: 4.6rem !important;
}

.right_nav_box_height_no_Ac {
    background: #43b02a !important;
    min-height: 6.6rem !important;
}

.box_green {
    background: #43b02a;
}

.box_orange {
    background: #fdb514;
}

.box_red {
    background: #f2050d !important;
}
.box_blue {
    background: #3b8ede !important;
}
.box_white {
    background: #fff !important;
}
.box_text_color {
    color: #f2050d !important;
}
.right_nav .dropf .box input {
    position: absolute;
    background: #fff;
    margin: 0;
    left: 0;
    right: 0;
    top: 4.5rem;
    border: 0;
    width: 100%;
    font-weight: 300;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
    padding: 0.3rem 0.5rem 0.3rem 4.1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.theme-font {
    font-family: "Poppins", sans-serif;
    color: #53565a;
}
.rightbar_op {
    opacity: 0;
}

.right_nav .dropf .box .multiselect {
    position: relative;
    background: #fff;
    margin: 0;
    border: 0;
    width: 100%;
    font-weight: 300;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
    min-height: 2.1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.right_nav .dropf .box .multiselect .placeholder_p {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #53565a;
    padding: 0.3rem 0.5rem 0.3rem 4.1rem;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.right_nav .dropf .box .multiselect .arrowright {
    width: 0.631rem;
    height: 0.631rem;
    position: absolute;
    right: 1.8rem;
    top: 0.6rem;
    padding: 0 0.15rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .dropf .box .multiselect .listforselect {
    position: relative;
    max-height: 0;
    overflow-x: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .dropf .box .multiselect .listforselect p {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #53565a;
    padding: 0.3rem 0.5rem 0.3rem 4.1rem;
    background: #fff;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .dropf .box .multiselect .listforselect p:hover {
    background: #e8f5e4;
}

.right_nav .dropf .box .multiselect .listforselect .activep,
.right_nav .dropf .box .multiselect .listforselect .activep:hover {
    background: #d3eccd;
}

.right_nav .dropf .box .tit {
    width: 100%;
    position: relative;
    padding-left: 4.1rem;
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
    overflow: hidden;
}
.right_nav .dropf .box .tit2 {
    width: 100%;
    position: relative;
    padding-left: 2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
    overflow: hidden;
}
.right_nav .dropf .box .tit_close {
    width: 0px !important;
    display: block !important;
    margin: auto !important;
    border-radius: 0.5rem !important;
    margin-bottom: 0.2rem !important;
    min-height: 4.4rem !important;
    position: relative !important;
    padding-left: 4.1rem !important;
    padding-top: 0.6rem !important;
    overflow: hidden !important;
    display: block !important;
}

.right_nav .dropf .box .selectize-title {
    padding-left: 18px !important;
    /* padding-top: 0.4rem !important; */
}

.right_nav .dropf .box .tit .svg_icon,
.right_nav .dropf .box .tit svg {
    position: absolute;
    /* left: 1.8rem; */
    /* left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1.5rem;
  width: 100%;
  min-height: 2rem; */
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 2rem;
    width: 100%;
}

.topIcon {
    top: 34% !important;
}

.select input {
    cursor: pointer;
    /* padding-left: 30px; */
    /*padding-top: 7px;*/
}

/* .select input:focus {
  padding-left: 15px;
} */

/* .right_nav .dropf .box .tit .svg_icon path,
.right_nav .dropf .box .tit svg path {
  fill: #fff;
} */

.right_nav .dropf .box .tit h2 {
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.right_nav .dropf .box .tit h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-top: -0.3rem;
    white-space: nowrap;
}
.right_nav .dropf .box .tit2 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.right_nav .dropf .box .tit2 h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-top: -0.3rem;
    white-space: nowrap;
}

.right_nav .dropf .box_normal {
    display: block;
    width: calc(100% - 0.4rem);
    margin: auto;
    min-height: 4.4rem;
    background: #43b02a;
    border-radius: 0.5rem;
    position: relative;
    margin-bottom: 0.2rem;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .dropf .box_normal .tit {
    min-height: 4.4rem;
    width: 100%;
    position: relative;
    padding-left: 4.1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    overflow: hidden;
}

.right_nav .dropf .box_normal .tit svg {
    position: absolute;
    left: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1.5rem;
}

.right_nav .dropf .box_normal .tit svg path {
    fill: #fff;
}

.right_nav .dropf .box_normal .tit .smw {
    max-width: 1.1rem;
}

.right_nav .dropf .box_normal .tit .smh {
    max-height: 1.1rem;
    max-width: 1.26rem;
}

.right_nav .dropf .box_normal .tit .smw2 {
    max-width: 1.5rem;
    left: 1.6rem;
}

.right_nav .dropf .box_normal .tit .smh2 {
    max-height: 1.5rem;
    max-width: 1.03rem;
    left: 1.9rem;
}

.right_nav .dropf .box_normal .tit .smh3 {
    max-width: 1.3rem;
    max-height: 1.3rem;
}

.right_nav .dropf .box_normal .tit .smh4 {
    max-height: 1.5rem;
}

.right_nav .dropf .box_normal .tit h2 {
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.right_nav .dropf .box_normal .tit h2 span {
    font-weight: 300;
}

.right_nav .dropf .box_normal .tit h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-top: -0.3rem;
    white-space: nowrap;
}

.right_nav .dropf .box_normal .tit .smaller_mobile {
    font-weight: 400;
}

.right_nav .dropf .box_normal .tit h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.right_nav .dropf .box_normal .tit h3 span {
    font-weight: 300;
}

.right_nav .dropf .multi_select_list_box_active .multiselect .listforselect {
    max-height: 10.4rem;
    overflow: auto;
}

.right_nav .dropf .multi_select_list_box_active .multiselect .arrowright {
    transform: rotate(180deg);
}

.right_nav .dropf .box:hover {
    background: #3b9a25;
}

.right_nav .dropf .green1 {
    background: #43b02a;
}

.right_nav .dropf .green1:hover {
    background: #3b9a25;
}

.right_nav .dropf .darker_green {
    background: #2a6e1a;
}

.right_nav .dropf .right_selected {
    background: #2a6e1a;
}

.right_nav .dropf .green2 {
    background: #3b9a25;
}

.right_nav .dropf .green3 {
    background: #328420;
}

.right_nav .dropf .multi_select_list_box_active:hover {
    background: #43b02a;
}

.right_nav .dropf .right_selected:hover {
    background: #2a6e1a !important;
}

.right_nav .dropf .multi_select_list_box {
    background: #43b02a;
}

.right_nav .dropf .multi_select_list_box:hover {
    background: #3b9a25;
}

.right_nav .dropf .multi_select_list_box_active {
    background: #2a6e1a !important;
}

.right_nav .dropf .multi_select_list_box_active:hover {
    background: #2a6e1a !important;
}

.right_nav .dropf .white_c {
    background: #fff;
}

.right_nav .dropf .white_c .tit svg path {
    fill: #3ec856;
}

.right_nav .dropf .white_c .tit h1,
.right_nav .dropf .white_c .tit h2 {
    color: #3ec856;
}

.right_nav .dropf .white_c:hover {
    background: #e8f5e4 !important;
}

.right_nav .dropf .white_c:hover .tit svg path {
    fill: #3ec856;
}

.right_nav .dropf .white_c:hover .tit h1,
.right_nav .dropf .white_c:hover .tit h2 {
    color: #3ec856;
}

.right_nav .dropf .white_c_to_red .tit svg path {
    fill: #f2050d;
}

.right_nav .dropf .white_c_to_red .tit h1,
.right_nav .dropf .white_c_to_red .tit h2 {
    color: #f2050d;
}

.right_nav .dropf .white_c_to_red:hover {
    background: #fcdfe0 !important;
}

.right_nav .dropf .white_c_to_red:hover .tit svg path {
    fill: #f2050d;
}

.right_nav .dropf .white_c_to_red:hover .tit h1,
.right_nav .dropf .white_c_to_red:hover .tit h2 {
    color: #f2050d;
}

.right_nav .dropf .white_c_to_red .tit svg path {
    fill: #f2050d;
}

.right_nav .dropf .white_c_to_red .tit h1,
.right_nav .dropf .white_c_to_red .tit h2 {
    color: #f2050d;
}

.right_nav .dropf .white_c_to_red:hover {
    background: #fcdfe0 !important;
}

.right_nav .dropf .white_c_to_red:hover .tit svg path {
    fill: #f2050d;
}

.right_nav .dropf .white_c_to_red:hover .tit h1,
.right_nav .dropf .white_c_to_red:hover .tit h2 {
    color: #f2050d;
}

.right_nav .dropf .white_c_to_green .tit svg path {
    fill: #3ec856;
}

.right_nav .dropf .white_c_to_green .tit h1,
.right_nav .dropf .white_c_to_green .tit h2 {
    color: #3ec856;
}

.right_nav .dropf .white_c_to_green:hover {
    background: #e8fceb !important;
}

.right_nav .dropf .white_c_to_green:hover .tit svg path {
    fill: #3ec856;
}

.right_nav .dropf .white_c_to_green:hover .tit h1,
.right_nav .dropf .white_c_to_green:hover .tit h2 {
    color: #3ec856;
}

.right_nav .dropf .white_c_to_yellow .tit svg path {
    fill: #fdb514;
}

.right_nav .dropf .white_c_to_yellow .tit h1,
.right_nav .dropf .white_c_to_yellow .tit h2 {
    color: #fdb514;
}

.right_nav .dropf .white_c_to_yellow:hover {
    background: #fef7e1 !important;
}

.right_nav .dropf .white_c_to_yellow:hover .tit svg path {
    fill: #fdb514;
}

.right_nav .dropf .white_c_to_yellow:hover .tit h1,
.right_nav .dropf .white_c_to_yellow:hover .tit h2 {
    color: #fdb514;
}

.right_nav .dropf .darker_green:hover {
    background: #2a6e1a;
}

.right_nav .dropf .blue_bg {
    background: #3b8ede !important;
}

.right_nav .dropf .blue_bg:hover {
    background: #3b8ede !important;
}

.right_nav .dropf .blue_bg_darked {
    background: #3b8ede !important;
}

.right_nav .dropf .blue_bg_darked:hover {
    background: #347cc2 !important;
}

.right_nav .dropf .route_finished,
.right_nav .dropf .route_finished:hover {
    background: #6caae6 !important;
}

.right_nav .dropf .active_finished,
.right_nav .dropf .active_finished:hover {
    background: #2c6ba7 !important;
}

.right_nav .dropf_active .clickable svg,
.right_nav .dropf_active .clickable .svg_icon {
    transform: rotate(180deg);
    margin-top: -0.3rem;
}

.right_nav .dropf_active .clickable_back svg,
.right_nav .dropf_active .clickable_back .svg_icon {
    transform: translateY(-50%) rotate(0);
    margin-top: 0rem;
}

.right_nav .dropf_active .boxes {
    max-height: 100%;
}

.right_nav_map_page {
    background: #749988;
}

.right_nav_map_page .title {
    background: #588570;
}

.right_nav_map_page .title h1 .map_view_options {
    max-width: 1.125rem;
}

.right_nav_map_page .dropf .box {
    background: #588570;
}

.right_nav_map_page .dropf .box:hover {
    background: #39795b;
}

.right_nav_map_page .dropf .darker_box {
    background: #205c40;
}

.right_nav_map_page .dropf .darker_box:hover {
    background: #0f5032;
}

.right_nav_map_page .dropf .right_selected {
    background: #044024;
}

.right_nav_map_page .dropf .right_selected:hover {
    background: #044024 !important;
}

.right_nav_map_page .dropf .multi_select_list_box {
    background: #588570;
}

.right_nav_map_page .dropf .multi_select_list_box:hover {
    background: #39795b;
}

.right_nav_map_page .dropf .multi_select_list_box_active {
    background: #044024 !important;
}

.right_nav_map_page .dropf .multi_select_list_box_active:hover {
    background: #044024 !important;
}

.work_panel {
    max-width: 100%;
    background: #fff;
    min-height: 100vh;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow-y: auto;
}

.work_panel .dashboard_panel_table {
  position: relative;
  /* max-width: calc(100vw - 18rem); */
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel_table .title_row_bin .title {
  width: 100% !important;
  max-width: 100% !important;
}

.work_panel .dashboard_panel_table .toolbar_c {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 3.4rem;
  min-height: 2rem;
  background: #F8F8F8;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.work_panel .dashboard_panel_table .toolbar_c .eneterpp {
  display: inline-block;
}

.work_panel .dashboard_panel_table .toolbar_c .custom-select-wrapper {
  margin-right: 1rem;
}

.work_panel .dashboard_panel_table .toolbar_c .custom-select-trigger {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  padding: 0 0.7rem 0 0.5rem;
  line-height: 2.2rem;
  border-radius: 0.5rem;
  display: inline-block;
  background: #fff;
  margin-right: 1rem;
}

.work_panel .dashboard_panel_table .toolbar_c .custom-select-wrapper:last-child .custom-select-trigger {
  margin-right: 0;
}

.work_panel .dashboard_panel_table .toolbar_c .custom-options {
  background: #F8F8F8;
  top: unset !important;
  bottom: 2rem;
}

.work_panel .dashboard_panel_table .toolbar_c .custom-options .custom-option {
  padding-left: 0.5rem;
}

.work_panel .dashboard_panel_table .toolbar_c .custom-select-trigger:after {
  top: 50%;
  right: 0.5rem;
}

.work_panel .dashboard_panel_table .toolbar_c .custom-select-wrapper {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  display: inline-block;
}

.work_panel .dashboard_panel_table .toolbar_c p {
  padding: 0 0.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #53565A;
  display: inline-block;
  margin-right: 0.2rem;
  text-decoration: none;
}

.work_panel .dashboard_panel_table .toolbar_c a {
  padding: 0 0.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #53565A;
  display: inline-block;
  margin-right: 1rem;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel_table .toolbar_c a:hover {
  color: #5BBA45;
}

.work_panel .dashboard_panel_table .toolbar_c input {
  border: 0;
  max-width: 2rem;
  line-height: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #53565A;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
}

.work_panel .dashboard_panel_table .toolbar_c ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
}

.work_panel .dashboard_panel_table .toolbar_c ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
}

.work_panel .dashboard_panel_table .toolbar_c ul li a {
  border: 0;
  max-width: 2rem;
  line-height: 2rem;
  border-radius: 0.5rem;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #53565A;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel_table .toolbar_c ul li a:hover {
  color: #43B02A;
}

.work_panel .dashboard_panel_table .toolbar_c ul .activea a {
  background: #fff;
  color: #43B02A;
}

.work_panel .dashboard_panel {
  min-height: calc(100vh - 6rem);
  background: #F8F8F8;
  width: 100%;
  margin-top: 6rem;
  padding: 2px;
}

.work_panel .dashboard_panel .h1_heading {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin: 19px 15px 0 19px !important;
}

.work_panel .dashboard_panel .dashboard-graph .cds--cc--layout-row {
  position: relative;
  right: 10px;
}

.work_panel .dashboard_panel .dashboard-graph .cds--cc--layout-column-reverse {
  margin-top: 20px !important;
}

.work_panel .dashboard_panel .dashboard-graph .cds--cc--title p {
  padding: 0 !important;
  margin: 19px 0 0 0 !important;
}

.work_panel .dashboard_panel .dashboard-graph .cds--cc--toolbar {
  margin-top: 3px !important;
  position: relative;
  left: 20px;
}

.work_panel .dashboard_panel .dashboard-graph .cds--cc--chart-wrapper {
  overflow: visible;
  margin-bottom: 30px;
}

.work_panel .dashboard_panel .dashboard-graph .cds--cc--spacer:not(:first-child) {
  height: 4px !important;
}


.work_panel .dashboard_panel *::-webkit-scrollbar {
  height: 3px;
}

.work_panel .dashboard_panel .place_table {
  min-height: 2rem;
  max-height: calc(100vh - 16rem);
  overflow: auto;
  max-width: 100%;
}

.work_panel .dashboard_panel .place_table .svg_icon,
.work_panel .dashboard_panel .place_table svg {
  height: 1rem;
  max-width: 2rem;
  width: 100%;
}

.work_panel .dashboard_panel .place_table .al_left {
  background-position: left center;
  background-size: auto 100%;
}

.work_panel .dashboard_panel .place_table .h1081 {
  height: 1.081rem;
}

.work_panel .dashboard_panel .place_table .h625 {
  height: 0.625rem;
}

.work_panel .dashboard_panel .place_table .h875 {
  height: 0.875rem;
}

.work_panel .dashboard_panel .place_table table {
  border-collapse: separate;
}

.work_panel .dashboard_panel .place_table td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.work_panel .dashboard_panel .place_table td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.work_panel .dashboard_panel .place_table table {
  border-spacing: 0;
  width: 100%;
}

.work_panel .dashboard_panel .place_table table tr {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table_th {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 3rem;
    color: #53565a;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-height: 3rem;
    text-align-last: left;
    white-space: nowrap;
}

.work_panel .dashboard_panel .place_table table th:first-child {
  padding-left: 2rem;
}

.work_panel .dashboard_panel .place_table table th {
  font-family: 'Poppins-Regular', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 3rem;
  color: #53565A;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 3rem;
  text-align-last: left;
  white-space: nowrap;
}

.work_panel .dashboard_panel .place_table table td:first-child {
  padding-left: 2rem;
  width: 4rem;
  position: relative;
}

.work_panel .dashboard_panel .place_table table tr {
  background: #fff;
}

.work_panel .dashboard_panel .place_table table tr:first-child {
  background: transparent;
}

.work_panel .dashboard_panel .place_table table td {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 3rem;
  color: #53565A;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 3rem;
  text-align-last: left;
  white-space: nowrap;
  border-top: 0.2rem #F8F8F8 solid;
}

.work_panel .dashboard_panel .place_table table td .lefticon {
  width: 1rem;
}

.work_panel .dashboard_panel .place_table table td .h1 {
  max-height: 1rem;
}

.work_panel .dashboard_panel .place_table table td .h0625 {
  max-height: 0.625rem;
  height: 0.625rem;
  width: 100%;
}

.work_panel .dashboard_panel .place_table table td .h1081 {
  height: 1.081rem;
  width: unset !important;
}

.work_panel .dashboard_panel .place_table table td .yellowficon {
  height: 1.081rem;
  width: 1.25rem !important;
  position: absolute;
  margin-left: -0.12rem;
}

.work_panel .dashboard_panel .place_table table td:nth-child(6) {
  padding-right: 2rem;
}

.work_panel .dashboard_panel .place_table table td:nth-child(9) {
  padding-right: 2rem;
}

.work_panel .dashboard_panel .place_table table td:first-child .forsvg {
  width: 1rem;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1),
.work_panel .dashboard_panel .place_table table th:nth-last-child(1),
.work_panel .dashboard_panel .place_table table td:nth-last-child(2),
.work_panel .dashboard_panel .place_table table th:nth-last-child(2),
.work_panel .dashboard_panel .place_table table td:nth-last-child(3),
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) {
  width: 2rem !important;
  padding: 0;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) .forsvg,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) .forsvg,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) .forsvg,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) .forsvg,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) .forsvg,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) .forsvg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem !important;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) a svg .fill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) a svg .fill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) a svg .fill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) a svg .fill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) a svg .fill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) a svg .fill {
  fill: #53565a;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) a svg .redfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) a svg .redfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) a svg .redfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) a svg .redfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) a svg .redfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) a svg .redfill {
  fill: #F2050D;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) a svg .yellowfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) a svg .yellowfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) a svg .yellowfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) a svg .yellowfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) a svg .yellowfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) a svg .yellowfill {
  fill: #FDB514;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) a svg .greenfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) a svg .greenfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) a svg .greenfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) a svg .greenfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) a svg .greenfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) a svg .greenfill {
  fill: #3EC856;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) a:hover svg .fill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) a:hover svg .fill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) a:hover svg .fill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) a:hover svg .fill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) a:hover svg .fill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) a:hover svg .fill {
  fill: #0a0b0b;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) a:hover svg .redfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) a:hover svg .redfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) a:hover svg .redfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) a:hover svg .redfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) a:hover svg .redfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) a:hover svg .redfill {
  fill: #b6040a;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) a:hover svg .yellowfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) a:hover svg .yellowfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) a:hover svg .yellowfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) a:hover svg .yellowfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) a:hover svg .yellowfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) a:hover svg .yellowfill {
  fill: #be880f;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1) a:hover svg .greenfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) a:hover svg .greenfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(2) a:hover svg .greenfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(2) a:hover svg .greenfill,
.work_panel .dashboard_panel .place_table table td:nth-last-child(3) a:hover svg .greenfill,
.work_panel .dashboard_panel .place_table table th:nth-last-child(3) a:hover svg .greenfill {
  fill: #35ac4a;
}

.work_panel .dashboard_panel .place_table table .disabled_c a {
  pointer-events: none;
  cursor: default;
}

.work_panel .dashboard_panel .place_table table .disabled_c a svg .fill {
  fill: #CACAC7 !important;
}

.work_panel .dashboard_panel .place_table table .disabled_c a:hover svg .fill {
  fill: #CACAC7 !important;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(1),
.work_panel .dashboard_panel .place_table table th:nth-last-child(1) {
  padding-right: 2rem;
  width: 4rem;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(3).doubleicons {
  display: flex;
  width: 4rem !important;
}

.work_panel .dashboard_panel .place_table table td:nth-last-child(3).doubleicons a {
  display: inline-block;
}

.work_panel .dashboard_panel .place_table table .greenc {
  color: #3EC856;
}

.work_panel .title_container {
    height: 2rem;
}

.work_panel .map_title {
    padding-left: 2rem;
}

.redc {
    color: #f2050d !important;
}

.yellowc {
    color: #fdb514 !important;
}

.regular_w {
    font-weight: 400 !important;
}

.bold_w {
    font-weight: 700 !important;
}

.light_w {
    font-weight: 300 !important;
}

.e_light_w {
    font-weight: 200 !important;
}

.forsvg {
    display: flex !important;
    align-items: center !important;
    justify-content: left !important;
    min-height: 3rem !important;
}

.disabled_c {
    color: #cacac7 !important;
}

.listinrow {
    padding: 0 !important;
    margin: 0 !important;
}

.li-block {
    display: inline-block;
    background: #f8f8f8;
    border-radius: 0.5rem;
    margin-right: 0.2rem;
    padding: 0rem 0.6rem;
    line-height: 2.2rem;
}

.tag_green {
    display: inline-block;
    background: #3ec856;
    color: #fff;
    border-radius: 0.5rem;
    margin-right: 0.2rem;
    padding: 0rem 0.6rem;
    line-height: 2.2rem;
}

.work_panel .dashboard_panel .place_table .bin_type_table td:nth-last-child(4) {
  width: 100%;
}

.work_panel .dashboard_panel .place_table .bin_type_table td:nth-child(2) {
  padding-right: 2rem;
}

.work_panel .dashboard_panel .place_table .twooptions td:nth-last-child(3),
.work_panel .dashboard_panel .place_table .twooptions th:nth-last-child(3) {
  width: unset !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.work_panel .dashboard_panel .two_separate_area {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: calc(100vh - 22.7rem);
  overflow-y: scroll;
  margin-bottom: 0.1rem;
}

.work_panel .dashboard_panel .two_separate_area .l {
  min-height: calc(100vh - 22.7rem);
  border-radius: 0.5rem;
  width: calc(66.750% - 0.1px);
}

.work_panel .dashboard_panel .two_separate_area .l .row1 {
  display: flex;
  justify-content: space-between;
  max-height: 4.4rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box {
  min-height: 4.4rem;
  border-radius: 0.5rem;
  background: #989895;
  width: calc(25% - 0.15rem);
  padding-right: 0.2rem;
  position: relative;
  padding-left: 4rem;
  display: flex;
  align-items: center;
  justify-content: left;
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box .svg_icon,
.work_panel .dashboard_panel .two_separate_area .l .row1 .box svg {
  max-width: 2rem;
  width: 100%;
  min-height: 2rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box .mw18 {
  max-width: 1.8rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box .mw16 {
  max-width: 1.6rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box .mw14 {
  max-width: 1.4rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box .mw11 {
  max-width: 1.1rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 140%;
  color: #FFFFFF;
}

.cds--cc--title p.title {
    padding-left: 2rem;
    font-family: "Poppins", sans-serif !important;
    color: #53565a !important;
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box h2 span {
  font-weight: 300;
}

.work_panel .dashboard_panel .two_separate_area .l .row1 .box h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 110%;
  color: #FFFFFF;
}

.bg_g {
    background: #3ec856 !important;
}

.bg_y {
    background: #fdb514 !important;
}

.bg_r {
    background: #f2050d !important;
}

.bg_b {
    background: #00adef !important;
}

.bg_d_b {
    background: #1a7395 !important;
}

.bg_m {
    background: #a6292d !important;
}

.work_panel .dashboard_panel .two_separate_area .l .diagram_pl {
  width: 100%;
  height: 30rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.work_panel .dashboard_panel .two_separate_area .l .scrollablecont {
  /* overflow: auto; */
  height: calc(100vh - 1.5rem) !important;
  margin-top: 0.2rem;
  padding-bottom: 3.1rem;
}

.work_panel .dashboard_panel .two_separate_area .l .mt0 {
  margin-top: 0;
  position: relative;
}

.work_panel .dashboard_panel .two_separate_area .l .mt0 .per2col_inrow .box {
  max-width: calc(50% - 0.1rem);
  width: calc(50% - 0.1rem);
  margin-bottom: 0.2rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 0.2rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box {
  border-radius: 0.5rem;
  margin-right: 5px;
  width: 100% !important;
  /* width: calc(25% - 0.15rem); */
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box .totalbox {
  min-height: 6rem;
  background: #B1B1AE;
  border-radius: 0.5rem;
  width: 100%;
  padding-left: 6.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0.2rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box .totalbox .svg_icon,
.work_panel .dashboard_panel .two_separate_area .l .row2 .box .totalbox svg {
  max-width: 3.5rem;
  width: 100%;
  min-height: 4rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box .totalbox h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 140%;
  color: #FFFFFF;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box .totalbox h2 span {
  font-weight: 300;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box .totalbox h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
  color: #FFFFFF;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box_list {
  background: #fff;
  border-radius: 0.5rem;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box_list .tit {
  /* background: #B1B1AE; */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.2rem;
  color: #53565A;
  padding: 0 1rem;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  display: flex;
  justify-content: space-between;
}

.box_height {
    max-height: 12rem;
    min-height: 12rem;
    overflow-y: scroll;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box_list .box_height .li_p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #53565A;
  padding: 0 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.work_panel .dashboard_panel .two_separate_area .l .row2 .box_list .box_height .li_p .rs {
  position: absolute;
  right: 0.7rem;
  min-width: 9.5rem;
}

.work_panel .dashboard_panel .two_separate_area .l .per2col_inrow {
  display: flex;
  flex-wrap: wrap;
}

.work_panel .dashboard_panel .two_separate_area .l .per2col_inrow .box {
  max-width: calc(50% - 0.2rem);
  width: calc(50% - 0.2rem);
  margin-bottom: 0.2rem;
  flex-grow: 1;
}

.work_panel .dashboard_panel .two_separate_area .without_mh {
  min-height: unset;
  max-height: calc(100vh - 25.6rem);
}

.work_panel .dashboard_panel .two_separate_area .without_mh .scrollablecont {
  max-height: calc(100vh - 30.6rem);
  height: unset;
  padding-bottom: 0;
}

.cds--cc--axes {
    overflow: visible !important;
}

.withdsad {
    width: 100%;
}

svg:not(:root) {
    overflow: visible !important;
}

.drop-down-border {
    border: 1px solid #b1b1ae;
    border-radius: 0.2rem;
}

/* .work_panel .dashboard_panel .two_separate_area .r {
  min-height: calc(100vh - 22.7rem) !important;
  min-height: 100vh !important;
  border-radius: 0.5rem;
  width: calc(33.333% - 0.1rem);
  display: flex;
  justify-content: space-between;
} */
.rightb-map {
    /* height: 100vh; */
    height: 120vh;
    border-radius: 0.5rem;
    background: transparent;
    width: 100%;
    display: flex;
    margin-bottom: 0.2rem;
    margin-top: 1px;
}

.fa-icon {
    color: #fff;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side {
  background: #fff;
  display: block;
  position: relative;
  min-height: unset;
  max-height: calc(100vh - 22.7rem);
  margin-top: 1px;
  border-radius: 0.5rem;
  width: calc(33.333% - 0.2rem);
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .downmap_b {
  min-height: 30rem;
  border-radius: 0.5rem;
  height: 100%;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .toolbar_c {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  min-height: 2rem;
  background: #F8F8F8;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .toolbar_c a {
  padding: 0 0.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #53565A;
  display: inline-block;
  margin-right: 1rem;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .toolbar_c a:hover {
  color: #5BBA45;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .toolbar_c input {
  border: 0;
  max-width: 2rem;
  line-height: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #53565A;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .box_list {
  background: #fff;
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 0.2rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .box_list .tit {
  background: #B1B1AE;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  padding: 0 2rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .box_list .li_p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #53565A;
  padding: 0 2rem;
  position: relative;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .box_list .li_p .rs {
  position: absolute;
  right: 0.7rem;
  min-width: 9.5rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb {
  min-height: 4.4rem;
  border-radius: 0.5rem;
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}


.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box {
  min-height: 4.4rem;
  border-radius: 0.5rem;
  background: #989895;
  width: calc(50% - 0.1rem);
  position: relative;
  padding-right: 0.2rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box {
  position: relative;
  padding-left: 4rem;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-right: 0.2rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box .svg_icon,
.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box svg {
  max-width: 2rem;
  min-height: 2rem;
  width: 100%;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box .mw18 {
  max-width: 1.8rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box .mw16 {
  max-width: 1.6rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box .mw14 {
  max-width: 1.4rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box .mw11 {
  max-width: 1.1rem;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 140%;
  color: #FFFFFF;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box h2 span {
  font-weight: 300;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .box h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 110%;
  color: #FFFFFF;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .bg_g {
  background: #3EC856;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .bg_y {
  background: #FDB514;
}

.work_panel .dashboard_panel .two_separate_area .list_right_side .rightb .bg_r {
  background: #F2050D;
}

.work_panel .dashboard_panel .boxes6 {
  position: relative;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1px;
  margin-bottom: 1px;
}

.work_panel .dashboard_panel .boxes6 .leftb {
  min-height: 4.4rem;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
  justify-content: space-between;

}

.work_panel .dashboard_panel .boxes6 .leftb .box {
  /* min-height: 4.4rem; */
  border-radius: 0.5rem;
  background: #989895;
  width: calc(24.9733333% - 1.3px);
  /* width: calc(24.9% - 0.2rem); */

    /* position: relative; */
    /* margin: 0.1rem; */
}

.work_panel .dashboard_panel .boxes6 .rightb {
  min-height: 4.4rem;
  border-radius: 0.5rem;
  background: transparent;
  width: calc(33.333% - 0.1rem);
  display: flex;
  justify-content: space-between;
}

.work_panel .dashboard_panel .boxes6 .rightb .box {
  min-height: 4.4rem;
  border-radius: 0.5rem;
  background: #989895;
  width: calc(50% - 0.1rem);
  position: relative;
  padding-right: 0.2rem;
}

.work_panel .dashboard_panel .boxes6 .box {
  /* position: relative; */
  /* padding-left: 4rem; */
  display: flex;
  /* align-items: center; */
  /* justify-content: left; */
  /* padding-right: 0.2rem; */
}

.work_panel .dashboard_panel .boxes6 .box .svg_icon,
.work_panel .dashboard_panel .boxes6 .box svg {
  max-width: 2rem;
  width: 100%;
  min-height: 2rem;
  /* position: absolute; */
  /* left: 1.5rem; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  margin: 10px;
}

.work_panel .dashboard_panel .boxes6 .box .mw18 {
  max-width: 1.8rem;
}

.work_panel .dashboard_panel .boxes6 .box .mw16 {
  max-width: 1.6rem;
}

.work_panel .dashboard_panel .boxes6 .box .mw14 {
  max-width: 1.4rem;
}

.work_panel .dashboard_panel .boxes6 .box .mw11 {
  max-width: 1.1rem;
}

.work_panel .dashboard_panel .boxes6 .box h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 140%;
  color: #FFFFFF;
}

.work_panel .dashboard_panel .boxes6 .box .box_icon_container {
  max-height: 7vh;
  margin: 5px 0;
}

.work_panel .dashboard_panel .boxes6 .box h2 span {
  font-weight: 300;
}

.work_panel .dashboard_panel .boxes6 .box h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 110%;
  color: #FFFFFF;
}

.work_panel .dashboard_panel .council_name {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.left_box {
    min-height: 8rem;
    border-radius: 0.5rem;
    background: #b1b1ae;
    width: calc(66.666% - 0.1px);
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 6.7rem;
    position: relative;
    z-index: 997;
}

.left_box_dropdwon {
    bottom: 0;
    position: absolute;
    width: 100%;
}

/* .work_panel .dashboard_panel .council_name .left_box .svg_icon,
.work_panel .dashboard_panel .council_name .left_box svg {
  max-width: 4rem;
  width: 100%;
  min-height: 4rem;
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
} */
.left_box_svg {
    max-width: 4rem;
    width: 100%;
    min-height: 4rem;
    position: absolute;
    left: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
}

.work_panel .dashboard_panel .council_name .left_box .mw34 {
  max-width: 3.4rem;
}

.work_panel .dashboard_panel .council_name .left_box h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.6rem;
  color: #FFFFFF;
}

.work_panel .dashboard_panel .council_name .left_box h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
  color: #FFFFFF;
}

.work_panel .dashboard_panel .council_name .left_box .seletbox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: calc(25% - 0.1rem);
  background: #E5E5E3;
  border-top-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.work_panel .dashboard_panel .council_name .left_box .seletbox .custom-select-trigger {
  border-top-right-radius: 0.5rem;
}

.work_panel .dashboard_panel .council_name .left_box .dropdownbtn_select {
  /* background: #E5E5E3; */
  background: #B1B1AE;
  max-width: calc(25% - 0.15rem);
}

.work_panel .dashboard_panel .council_name .right_box {
  min-height: 8rem;
  border-radius: 0.5rem;
  background: transparent;
  width: calc(33.333% - 0.1rem);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
}

.work_panel .dashboard_panel .council_name .right_box .box_s {
  min-height: 8rem;
  border-radius: 0.5rem;
  background: #B1B1AE;
  width: calc(50% - 1px);
  position: relative;
}

.work_panel .dashboard_panel .council_name .right_box .box_s .contentahead:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2rem;
  background: #E5E5E3;
  bottom: -2rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.work_panel .dashboard_panel .council_name .right_box .box_s .contentahead {
  display: flex;
  height: 6rem;
  position: relative;
  align-items: center;
}

.work_panel .dashboard_panel .council_name .right_box .box_s .contentahead .svg_icon,
.work_panel .dashboard_panel .council_name .right_box .box_s .contentahead svg {
  margin: 15px;
}

.work_panel .dashboard_panel .council_name .right_box .box_s .contentahead h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  color: #fff;
  margin: 0;
}

.work_panel .dashboard_panel .council_name .right_box .box_s .contentahead h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  color: #fff;
  margin: 0;
}

.work_panel .dashboard_panel .council_name .right_box .box_s .seletbox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-radius: 0.5rem;
}

.work_panel .dashboard_panel .council_name .right_box .box_s .seletbox .custom-select-trigger {
  border-radius: 0.5rem;
  background: transparent;
}

.work_panel .dashboard_panel .council_name .right_box .full_width {
  width: 100%;
}

.work_panel .dashboard_panel .council_name .right_box .full_width .contenttext {
  justify-content: left;
  max-width: calc(100% - 3rem);
}

.title_row {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: white;
}

.title-height {
    min-height: 3rem;
    border-radius: 0.5rem;
    background: #fff;
    width: calc(66.666% - 0.1rem);
}

.title-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 3rem;
    color: #43b02a;
    padding-left: 3.8rem;
    margin-top: 6px;
}

.vm2__animate-opacity[data-v-11fe6c4e] {
    animation: opac-data-v-11fe6c4e 0.8s;
    z-index: 1000000000000;
}

.work_panel .dashboard_panel .title_row .title h1 span {
  margin-right: 0.2rem;
}

.top-bar-svg-icon {
    max-width: 1.25rem;
    position: absolute;
    left: 2rem;
    top: 17px;
    transform: translateY(-50%);
    height: 2rem;
    width: 100%;
}

.work_panel .dashboard_panel .title_row .title h1 a {
  color: #989895;
  text-decoration: none;
  margin-right: 0.2rem;
}

.work_panel .dashboard_panel .title_row .period {
  min-height: 3rem;
  border-radius: 0.5rem;
  background: #fff;
  width: calc(33.333% - 0.1rem);
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 0px;
  margin: 0 0 3px 3px;
}

.work_panel .dashboard_panel .title_row .period p {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 3rem;
  color: #53565A;
  /* padding-left: 2rem; */
  white-space: nowrap;
  /* padding-right: 1rem; */
  padding: 0 21px;
}

/* .work_panel .dashboard_panel .title_row .period input {
  background: #F8F8F8;
  border-radius: 0.5rem;
  max-height: 2.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #53565A;
  line-height: 1rem;
  border: 0;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-right: 2rem;
  margin-top: 0.4rem;
  padding-left: 1rem;
  padding-right: 3rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.328' height='3.399' viewBox='0 0 6.328 3.399'%3E%3Cpath id='Path_372' data-name='Path 372' d='M9.774,3.5l-2.8,2.682a.406.406,0,0,1-.256.111.372.372,0,0,1-.243-.1L3.663,3.5A.351.351,0,1,1,4.149,3L6.719,5.459,9.288,3a.351.351,0,0,1,.486.505Z' transform='translate(-3.555 -2.898)' fill='%2353565a'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 2rem) center/0.65rem, linear-gradient(#F8F8F8 100%, #F8F8F8 100%);
} */

.reportrange-text[data-v-1ebd09d2] {
    background: #f8f8f8 !important;
    border-radius: 0.2rem;
    max-height: 2.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #53565a;
    min-width: 176px !important;
    border: 0 !important;
    margin-top: 5px;
    border-radius: 8px;
}

.vue-daterange-picker[data-v-1ebd09d2] {
    margin-right: 5px !important;
}

.work_panel .dashboard_panel .title_row_bin .title {
  width: 100%;
}

.bnts_box {
    /*min-height: 3rem;*/
    border-radius: 0.5rem;
    background: #fff;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding: 0 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.no-data-found {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.work_panel .dashboard_panel .title_row_bin .bnts_box .period {
  width: 100%;
}

.work_panel .dashboard_panel .title_row_bin .bnts_box .period p {
  padding-left: 0;
}

.work_panel .dashboard_panel .title_row_bin .bnts_box .period input {
  margin-right: 0;
  min-width: 16rem;
}

.note-img-modal {
    height: 280px;
    width: 100%;
}

input::file-selector-button {
    padding: 0.5em;
    border: thin solid lightgrey;
    border-radius: 3px;
}

.custom-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 18rem !important;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 0.5rem !important;
    background: #43b02a !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem;
}

input[id="due-date-task"]:hover::before {
    content: attr(title);
    background-color: #333;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

.add-image-model {
    background: #ffffff !important;
    color: #000000 !important;
}

.add-image-button {
    background-color: #eaeaea !important;
    color: #53565a !important;
}

.swal2-file {
    font-size: 1rem !important;
    border: 0 !important;
    font-family: "Poppins", sans-serif !important;
}

.swal2-file:focus,
.swal2-textarea:focus {
    box-shadow: none !important;
}

.mx-datepicker {
    width: 100% !important;
}

.swal2-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif !important;
}

.disabled_button {
    background: #eaeaea;
    color: #53565a;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 2.2rem;
    padding: 0 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.greybtn_model {
    width: 100%;
    background: #53565a;
    color: #fff;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 2.2rem;
    padding: 0 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.password-text {
    color: #fff;
}

.swal2-container.swal2-center,
.swal2-container.swal2-bottom {
    grid-template-columns: auto minmax(0, 1fr) auto;
    z-index: 99999999999;
}

.button_g {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 2.2rem;
    color: #fff;
    padding: 0 1.5rem;
    background: #43b02a;
    border-radius: 0.5rem;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.button_b {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 2.2rem;
    color: #fff;
    padding: 0 1.5rem;
    background: #53565a;
    border-radius: 0.5rem;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.forbtnimg {
    position: relative !important;
    padding-left: 1.7rem !important;
}

.icon-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    padding: 6px;
}

.top_svg {
    /* max-height: 1rem; */
    min-height: 1rem;
    position: absolute;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 1.2rem;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.fa-sideBar-icon {
    margin-top: 10px;
    margin-left: 7px;
}

.bubble-tag-custom {
    background: #f8f8f8;
    padding: 8px 5px;
    border-radius: 0.5rem;
    /* margin-right: 6px;
  margin-bottom: 5px; */
    display: flex;
    font-family: "Poppins Light", "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #53565a;
    margin: 17px 3px 0 0;
    align-items: center;
}

.task-list-notes {
    list-style: auto;
}

.fontColor {
    color: #53565a !important;
    margin-top: 0.2rem !important;
    margin-bottom: 0rem !important;
}

.row-wrap {
    display: flex;
    flex-wrap: wrap;
}

.per-line {
    width: max-content;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 0.5rem;
    margin-right: 6px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #53565a;
}

.expand-icon {
    display: flex !important;
    justify-content: end;
    color: white;
}

.custom-width {
    width: 10rem;
}

.cross_icon_hover {
    color: #acacac;
}

.cross_icon_hover:hover {
    color: black;
}

.placeholderwhitearea {
    right: 2rem;
    top: 2rem;
    bottom: 2rem;
    width: 50rem;
    background: #f8f8f8;
    border-radius: 0.5rem;
}

.custom-select-modal {
    padding: 0.4rem 0.3rem !important;
    position: relative;
    width: 100%;
    border-radius: 0.5rem;
    background: #f8f8f8;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #53565a;
    line-height: 1rem;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    border: 1px;
    margin-bottom: 0.2rem;
}

/*hr:not([size]) {*/
/*  height: 0 !important;*/
/*}*/

.card {
    border-radius: 0.5rem !important;
    border: none !important;
}

.single-task-overflow {
    max-height: 36rem;
    overflow-y: scroll;
}

.task-line-height {
    line-height: 20px;
}

.single-task-title {
    font-family: "Poppins", sans-serif;
}

.w1 {
    width: 0.9rem;
    max-height: 0.9rem;
}

.svg {
    max-width: 1.25rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    height: 2rem;
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.work_panel .dashboard_panel .title_row_bin .bnts_box .disabled_a {
  background: #EAEAEA;
  color: #53565A;
  pointer-events: none;
}

.work_panel .dashboard_panel .title_row_bin .bnts_box a:hover {
  background: #3B9A25;
}

.work_panel .dashboard_panel .title_row_bin .filter_box {
  min-height: 3rem;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}

.width-filter-box {
    min-width: 20rem;
}

.work_panel .dashboard_panel .title_row_bin .filter_box p {
  font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2.2rem;
  color: #53565A;
  display: inline-block;
  margin-right: 1rem;
}

.work_panel .dashboard_panel .title_row_bin .filter_box .custom-select-trigger {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  padding: 0 2.5rem 0 1.5rem;
  line-height: 2.2rem;
  min-width: 12.4rem;
  border-radius: 0.5rem;
  display: inline-block;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  background: #F8F8F8;
}

.work_panel .dashboard_panel .title_row_bin .filter_box .custom-option {
  padding-left: 1.5rem;
}

.work_panel .dashboard_panel .title_row_bin .filter_box .custom-select-wrapper:last-child .custom-select-trigger {
  margin-right: 0;
}

.work_panel .dashboard_panel .title_row_bin .filter_box .custom-options {
  background: #F8F8F8;
  top: -0.2rem;
  transform: unset;
}

.custom-optionss {
    background: #f8f8f8;
    top: -0.2rem;
    transform: unset;
}

.filter-select {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    padding: 0 2.5rem 0 1.5rem;
    line-height: 2.2rem;
    min-width: 12.4rem;
    border-radius: 0.5rem;
    display: inline-block;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    background: #f8f8f8;
    border: none;
    height: 2.5rem;
    color: #53565a;
}

.filter-select.selection {
    background: #d4d5d6;
}

.filter-option {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 0.2rem 0;
    border-radius: 0.5rem;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    background: #e5e5e3;
    opacity: 0;
    /* visibility: hidden; */
    pointer-events: none;
    transform: translateY(-15px);
    z-index: 9999;
    max-height: 10.5rem;
    overflow: auto;
    border: none;
    color: #53565a;
    font-size: 1rem;
    color: #53565a;
    padding: 0.3rem 0.5rem 0.3rem 2rem;
    display: block;
    cursor: pointer;
    font-weight: 300;
}

.filter-option:hover {
    background: #000 !important;
}

.pointer {
    cursor: pointer;
}

.modal-filed-lable {
    color: #fff;
    margin-left: 4px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer_page_no {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    /* padding: 0 0.7rem 0 0.5rem; */
    line-height: 2.2rem;
    border-radius: 0.5rem;
    display: inline-block;
    background: #fff;
    margin-right: 1rem;
    border: none;
    height: 2rem;
    color: #53565a;
}

.work_panel .dashboard_panel .title_row_bin .filter_box .custom-select-trigger:after {
  top: calc(50% - 0rem);
  z-index: 99999;
}

.work_panel .dashboard_panel .title_row_bin .filter_box .custom-select.opened .custom-options {
  overflow: auto;
}

.work_panel .dashboard_panel .title_row_bin .filter_box .custom-select.opened .custom-select-trigger:after {
  top: calc(50% - 0.3rem);
}

.work_panel .dashboard_panel .title_row_bin .filter_box .custom-select-wrapper {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  display: inline-block;
}

.work_panel .dashboard_panel .contenttext {
  width: 100%;
  min-height: 100%;
  max-width: calc(100% - 4rem);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work_panel .dashboard_panel .contenttext .text {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}

.work_panel .dashboard_panel .contenttext .text p {
  font-size: 0.7rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 0.8rem;
  color: #fff;
}

.work_panel .dashboard_panel .contenttext .text p .sb {
  font-weight: 600;
}

.work_panel .dashboard_panel .contenttext .text p b {
  font-weight: 400;
}

.work_panel .dashboard_panel .items_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 4rem);
  margin: auto;
}

.work_panel .dashboard_panel .items_box .item {
  width: 25%;
}

.work_panel .dashboard_panel .items_box .item img {
  margin: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.work_panel .dashboard_panel .items_box .item .placeforimg {
  height: 3.2rem;
  overflow: hidden;
}

.work_panel .dashboard_panel .items_box .item p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #fff;
  margin: 0;
  text-align: center;
  letter-spacing: -0.05rem;
}

.work_panel .dashboard_panel .items_box .item1 {
  position: relative;
}

.work_panel .dashboard_panel .items_box .item1 img {
  width: 2.45rem;
}

.work_panel .dashboard_panel .items_box .item1 .col_area {
  position: absolute;
  height: 2rem;
  width: 1.8rem;
  top: 0.7rem;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.work_panel .dashboard_panel .items_box .item1 .color {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel .items_box .item1 .orange_c {
  background: #fdb514;
}

.work_panel .dashboard_panel .items_box .item1 .red_c {
  background: #F2050D;
}

.work_panel .dashboard_panel .items_box .item1 .green_c {
  background: #47E562;
}

.work_panel .dashboard_panel .items_box .item2 {
  position: relative;
}

.work_panel .dashboard_panel .items_box .item2 img {
  width: 1.4rem;
}

.work_panel .dashboard_panel .items_box .item2 .col_area {
  position: absolute;
  height: 2.7rem;
  width: 0.98rem;
  top: 0rem;
  left: -0.01rem;
  right: 0;
  margin: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  overflow: hidden;
}

.work_panel .dashboard_panel .items_box .item2 .color {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel .items_box .item2 .orange_c {
  background: #fdb514;
}

.work_panel .dashboard_panel .items_box .item2 .red_c {
  background: #F2050D;
}

.work_panel .dashboard_panel .items_box .item2 .green_c {
  background: #47E562;
}

.work_panel .dashboard_panel .items_box .item3 {
  position: relative;
}

.work_panel .dashboard_panel .items_box .item3 .bin_top {
  position: absolute;
  width: 2.368rem;
  left: -0.2rem;
  right: 0;
  top: -0.3rem;
}

.work_panel .dashboard_panel .items_box .item3 .bing_without_top {
  width: 2.18rem;
  margin-top: 0.6rem;
}

.work_panel .dashboard_panel .items_box .item3 .col_area {
  position: absolute;
  height: 2rem;
  width: 1.8rem;
  top: 0.7rem;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.work_panel .dashboard_panel .items_box .item3 .color {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel .items_box .item3 .orange_c {
  background: #fdb514;
}

.work_panel .dashboard_panel .items_box .item3 .red_c {
  background: #F2050D;
}

.work_panel .dashboard_panel .items_box .item3 .green_c {
  background: #47E562;
}

.work_panel .dashboard_panel .items_box .item4 {
  position: relative;
}

.work_panel .dashboard_panel .items_box .item4 img {
  width: 1.625rem;
}

.work_panel .dashboard_panel .items_box .item4 .col_area {
  position: absolute;
  height: 2.4rem;
  width: 1.4rem;
  top: 0.4rem;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.work_panel .dashboard_panel .items_box .item4 .color {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.work_panel .dashboard_panel .items_box .item4 .orange_c {
  background: #fdb514;
}

.work_panel .dashboard_panel .items_box .item4 .red_c {
  background: #F2050D;
}

.work_panel .dashboard_panel .items_box .item4 .green_c {
  background: #47E562;
}

.work_panel .dashboard_panel .items_box .item4 .full {
  background: #47E562;
  height: 100%;
}

.work_panel .dashboard_panel .items_box .item4 .half {
  background: #fdb514;
  height: 50%;
}

.work_panel .dashboard_panel .items_box .item4 .low {
  background: #F2050D;
  height: 25%;
}

.work_panel .dashboard_panel .items_box .item4 .flat {
  background: #F2050D;
  height: 0%;
}

.work_panel_bg_map {
    background: url(../img/mapplc.png) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.leftpanel {
    max-width: 18rem;
    background: #53565a;
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding-top: 6rem;
    z-index: 999 !important;
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.sidebar {
    max-width: 6rem !important;
    background: #53565a;
}

.leftpanel .sidebar li a span {
    opacity: 0;
}

.leftpanel .sidebar .dropwdown_active a .arrow {
    display: none;
}

.leftpanel .sidebar_hide {
    position: fixed;
    background: #53565a;
    left: 0;
    top: 6rem;
    margin-left: -18rem;
    bottom: 0;
    height: unset;
}

.leftpanel .logo_pl {
    position: fixed;
    height: 6rem;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #53565a;
    max-width: 18rem;
    cursor: pointer;
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.leftpanel .logo_pl img {
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.leftpanel .logo_pl img {
    max-width: 7.75rem;
    width: 100%;
    position: absolute;
    left: 2rem;
    top: calc(50% + 0.2rem);
    transform: translateY(-50%);
}

.leftpanel .logo_pl .logo_smaller {
    max-width: 2.5566rem;
    opacity: 1;
    margin-top: 0.2rem;
}

.leftpanel .on_mobile_nav {
    height: calc(100vh - 6rem);
    overflow: auto;
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.leftpanel .downnavbar {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.leftpanel *::-webkit-scrollbar {
    width: 3px;
}

.leftpanel *::-webkit-scrollbar-track {
    background: #cacac7;
}

.leftpanel *::-webkit-scrollbar-thumb {
    background: #2a2b2d;
}

.leftpanel *::-webkit-scrollbar-thumb:hover {
    background: #2a2b2d;
}

.leftpanel .navbar {
    padding: 0;
    margin: 0;
    list-style-type: none;
    min-height: calc(100vh - 19.3rem);
    /*margin-bottom: 2rem;*/
    margin-bottom: 20px;
    overflow: hidden;
}

.leftpanel .navbar li a {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    padding-left: 4.6rem;
    padding-top: 8px;
    line-height: 3rem;
    display: block;
    position: relative;
    min-height: 3rem;
    font-weight: 300;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.leftpanel .navbar li a span {
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.leftpanel .navbar li a .icon {
    width: 2rem;
    height: 3rem;
    display: inline-block;
    position: absolute;
    left: 2rem;
    top: 54%;
    transform: translateY(-50%);
}

.leftpanel .navbar li a .icon svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5rem;
}

@-moz-document url-prefix() {
    .leftpanel .navbar li a .icon svg {
        top: 74%;
    }

    .fire-fox-icon {
        top: 50% !important;
    }
}

.leftpanel .navbar li a .icon i {
    position: absolute;
    left: 9px;
    right: 0;
    margin: auto;
    display: block;
    top: 57%;
    transform: translateY(-50%);
    height: 1.5rem;
}

.leftpanel .navbar li a .icon svg path {
    fill: #fff;
}

.white {
    fill: #fff;
}

.scroll-height {
    height: 22px;
    min-width: 55px;
}

.black {
    fill: #000;
}

.leftpanel .navbar li a .icon .svg_icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5rem;
}

.leftpanel .navbar li a .icon .h10 {
    height: 1rem;
}

.leftpanel .navbar li a .icon .h625 {
    height: 0.7rem;
}

.leftpanel .navbar li a .icon .dashboard {
    height: 1.125rem;
}

.leftpanel .navbar li a .arrow {
    position: absolute;
    right: 2rem;
    top: calc(50% + 0.2rem);
    transform: translateY(-50%);
    width: 0.631rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.leftpanel .navbar li a:hover {
    background: #3e4144;
}

.router-link-exact-active{
    background: #5bba45;
}

.leftpanel .navbar li .activea {
    background: #2a2b2d;
    color: #5bba45;
}

.leftpanel .navbar li .activea .icon svg path {
    fill: #5bba45;
}

.leftpanel .navbar li .activea .icon .h10 {
    height: 1rem;
}

.leftpanel .navbar li .dropdownelements {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.leftpanel .navbar li .dropdownelements a {
    font-size: 0.875rem;
    line-height: 1.8rem;
    min-height: 1.8rem;
    font-weight: 300;
    padding-top: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.leftpanel .navbar .dropwdown a .arrow {
    top: calc(50% + 0.05rem);
}

.leftpanel .navbar .dropwdown_active a .arrow {
    transform: rotate(180deg);
    margin-top: -0.4rem;
    top: calc(50% + 0.3rem);
}

.arrowActive {
    transform: rotate(360deg) !important;
    margin-top: -0.4rem;
    top: calc(50% + 0.3rem);
}

.map-refresh-icon {
    margin-right: 1.9rem;
    font-size: large !important;
}

.leftpanel .navbar .dropwdown_active .dropdownelements {
    max-height: 40rem;
}

.leftpanel .downnavbar {
    background-color: #606264;
    min-height: 9.199rem;
    margin-bottom: 0;
    padding-top: 0.1rem;
    padding-bottom: 2rem;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    flex: 0 0 0;
    flex-wrap: wrap;
    align-self: flex-end;
    justify-content: normal;
    align-content: end;
}

.leftpanel .downnavbar span {
    color: #ffffff;
}

.leftpanel .downnavbar li {
    display: inline-block;
    width: 100%;
    flex: 1 1 auto;
}

.leftpanel .downnavbar li a {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 200;
}

.top_nav {
    position: fixed;
    left: 18rem;
    right: 0;
    min-height: 6rem;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    z-index: 997;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.top_nav_2 {
    left: 6rem !important;
}
.top_nav_z_index {
    z-index: 997 !important;
}

.top_nav .notification_c .notification_c_icon svg {
    display: none;
    height: 1.5rem;
    position: absolute;
    left: 2rem;
    top: calc(50% + 0.3rem);
    transform: translateY(-50%);
}

.top_nav .notification_c .notification_c_icon svg path {
    fill: #fdb514;
}

.top_nav .notification_c .notification_c_icon .svg_icon {
    height: 1.5rem;
    position: absolute;
    left: 2rem;
    top: calc(50% + 0.3rem);
    transform: translateY(-50%);
    width: 2rem;
}

.top_nav .notification_c .notification_c_icon .redone {
    display: none;
}

.top_nav .notification_c .notification_c_icon .greenone {
    display: none;
}

.top_nav .notification_c .notification_c_icon:hover {
    cursor: pointer;
}

.top_nav .notification_c .notification_c_icon:hover .svg_icon path {
    fill: #dd9e12;
}

.top_nav .notification_c .notification_c_icon_red .svg_icon {
    display: none;
}

.top_nav .notification_c .notification_c_icon_red .redone {
    display: block;
}

.top_nav .notification_c .notification_c_icon_red:hover .svg_icon path {
    fill: #d4040b;
}

.top_nav .notification_c .notification_c_icon_green .svg_icon {
    display: none;
}

.top_nav .notification_c .notification_c_icon_green .svg_icon path {
    fill: #47e562;
}

.top_nav .notification_c .notification_c_icon_green .greenone {
    display: block;
}

.top_nav .notification_c .notification_c_icon_green:hover .svg_icon path {
    fill: #3ec856;
}

.top_nav .notification_c ul {
    background: #fdb514;
    position: fixed !important;
    top: 5rem !important;
    left: 2rem !important;
    padding: 0;
    margin: 0;
    /* visibility: hidden;
  opacity: 0; */
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.top_nav .notification_c ul li {
    list-style-type: none;
}

.top_nav .notification_c ul li a {
    padding-left: 4.3rem;
    padding-right: 3rem;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #fff;
    line-height: 2rem;
    font-weight: 300;
    position: relative;
    display: block;
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.leaflet-left {
    z-index: 997 !important;
}

.top_nav .notification_c ul li svg {
    display: inline-block;
    height: 1rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.top_nav .notification_c ul li svg path {
    fill: #fff;
}

.top_nav .notification_c ul li .svg_icon {
    display: inline-block;
    height: 1rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
}

.top_nav .notification_c ul li .redone {
    margin-left: 0rem;
}

.top_nav .notification_c ul li a:hover {
    background: #dd9e12;
}

.top_nav .notification_c ul li .red_c {
    background: #f2050d;
}

.top_nav .notification_c ul li .red_c:hover {
    background: #d4040b;
}

.top_nav .notification_c ul li .green_c {
    background: #47e562;
}

.top_nav .notification_c ul li .green_c:hover {
    background: #3ec856;
}

.top_nav .notification_c_active ul {
    opacity: 1;
    visibility: visible;
}

.searchbar_menu {
    position: absolute;
    left: 6rem;
    top: calc(50% + 0.3rem);
    transform: translateY(-50%);
}

.top_nav_searchbar_menu_input {
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    border: 0;
    padding: 0 1rem 0 2rem;
    min-height: 3rem;
    line-height: 3rem;
    min-width: 22rem;
    font-weight: 300;
    position: relative;
    z-index: 2;
    background: transparent;
}

.searchbar_menu_svg_icon {
    height: 1.4rem;
    width: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.top_nav .username_options .clickable {
    position: absolute;
    display: inline-block;
    right: 2rem;
    /* top: calc(50% + 0.3rem); */
    top: calc(50%);
    transform: translateY(-50%);
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    padding-right: 4.7rem;
    line-height: 3rem;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.dropdown__header {
    cursor: pointer;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 50px;
    position: relative;
    text-overflow: ellipsis;
}

.dropdown__header.is-active + .dropdown__content {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.dropdown__content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: opacity 0.3s;
    visibility: hidden;
    position: absolute;
}

li {
    list-style: none;
}

.dropdown_bg_color {
    background: #fdb514;
    position: fixed;
}

.dropdown_svg {
    display: inline-block;
    height: 1rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.red_c {
    background: #f2050d;
}

.top_nav .username_options .clickable .placeforimg {
    position: absolute;
    right: 1.2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.top_nav .username_options .clickable .placeforimg img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.top_nav .username_options .clickable svg {
    position: absolute;
    right: 0rem;
    top: calc(50% + 0.2rem);
    transform: translateY(-50%);
    width: 0.731rem;
    /* transform: rotate(180deg) !important; */
    margin-top: -0.2rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.username_options {
    position: absolute;
    right: 0rem;
    top: calc(50% + 0.2rem);
    transform: translateY(-50%);
    width: 0.731rem;
    /* transform: rotate(180deg) !important; */
    margin-top: -0.2rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.profile_dropdown_active {
    transform: rotate(180deg) !important;
}

.top_nav .username_options .clickable .svg_icon {
    position: absolute;
    right: 0rem;
    top: calc(50% + 0.2rem);
    transform: translateY(-50%);
    width: 0.631rem;
    height: 0.341rem;
    /* transform: rotate(180deg) !important; */
    margin-top: -0.2rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.top_nav .username_options .clickable:hover {
    color: #5bba45;
}

.top_nav .username_options ul {
    background: #53565a;
    position: fixed !important;
    top: 1.9rem !important;
    right: 0rem !important;
    padding: 0;
    left: 5rem !important;
    transform: translate(-145px, 41px) !important;
    /* visibility: hidden;
  opacity: 0; */
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.top_nav .username_options ul li {
    list-style-type: none;
}

.top_nav .username_options ul li a {
    padding-left: 3.3rem;
    padding-right: 2rem;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #fff;
    line-height: 2rem;
    font-weight: 300;
    position: relative;
    display: block;
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.top_nav .username_options ul li svg {
    display: inline-block;
    height: 1rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.top_nav .username_options ul li svg path {
    fill: #fff;
}

.top_nav .username_options ul li .svg_icon {
    display: inline-block;
    height: 1rem;
    width: 1.2rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.top_nav .username_options ul li a:hover {
    background: #494b4f;
}

.top_nav .username_options_active ul {
    opacity: 1;
    visibility: visible;
}

.top_nav .username_options_active .clickable svg,
.top_nav .username_options_active .clickable .svg_icon {
    transform: rotate(0deg);
    margin-top: 0;
}

.leftmenu_sm .footerarea {
    left: 6rem;
}

.leftmenu_sm .leftpanel {
    max-width: 6rem;
}

.leftpanel_sm {
    max-width: 6rem !important;
}

.sidebar_leftpanel {
    max-width: 6rem;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 9;
    min-height: 6rem;
}

.leftmenu_sm .leftpanel .logo_pl {
    max-width: 6rem;
    overflow: hidden;
}

.leftmenu_sm .leftpanel .logo_pl .logo {
    opacity: 0;
}

.leftmenu_sm .leftpanel .logo_pl .logo_smaller {
    opacity: 1;
}

.leftmenu_sm .leftpanel .navbar li a span {
    opacity: 0;
}

.leftmenu_sm .leftpanel .navbar .dropwdown a .arrow {
    right: 0.8rem;
    max-width: 0.8rem;
}

.leftmenu_sm .top_nav {
    left: 6rem;
}

.leftmenu_sm .top_nav .notification_c ul {
    left: 6rem;
}

.leftmenu_sm .work_panel {
    left: 0rem;
}

.leftmenu_sm .leftpanel .logo_pl img,
.leftmenu_sm .leftpanel .navbar li a .icon {
    left: 1.85rem;
}

.rightmenu_sm .footerarea {
    right: 6rem;
}

.rightmenu_sm .right_nav .title h1 {
    left: 0;
    right: 0;
}

.rightmenu_sm .right_nav .title h1 .svg_icon,
.rightmenu_sm .right_nav .title h1 svg {
    left: 0;
    right: 0;
    margin: auto;
}

.rightmenu_sm .right_nav {
    max-width: 6rem;
}

.rightmenu_sm .top_nav .username_options ul {
    right: 6rem;
}

.rightmenu_sm .top_nav {
    right: 6rem;
}

.rightmenu_sm .work_panel {
    right: 0rem;
}

.rightmenu_sm .title {
    max-width: 6rem;
}

.rightmenu_sm .title h1 span {
    opacity: 0;
}

.rightmenu_sm .right_nav .dropf .clickable {
    padding-left: 0;
}

.rightmenu_sm .right_nav .dropf .clickable h2 {
    opacity: 0;
    overflow: hidden;
}

.rightmenu_sm .right_nav .dropf .clickable svg,
.rightmenu_sm .right_nav .dropf .clickable .svg_icon {
    right: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.rightmenu_sm .right_nav .dropf .box .tit h1,
.rightmenu_sm .right_nav .dropf .box .tit h2,
.rightmenu_sm .right_nav .dropf .box .tit h3 {
    opacity: 0;
    display: none;
}

.rightmenu_sm .right_nav .dropf .box_normal .tit h1,
.rightmenu_sm .right_nav .dropf .box_normal .tit h2 {
    opacity: 0;
    display: none;
}

.rightmenu_sm .right_nav .optimalroute,
.rightmenu_sm .right_nav .dropf .box {
    min-height: 4.4rem;
    max-height: 4.4rem;
    height: 4.4rem;
}

.rightmenu_sm .right_nav .dropf .box_normal {
    min-height: 4rem;
    max-height: 4.4rem;
}

.rightmenu_sm .right_nav .dropf .box input {
    opacity: 0;
}

.rightmenu_sm .right_nav .optimalroute svg,
.rightmenu_sm .right_nav .optimalroute .svg_icon,
.rightmenu_sm .right_nav .dropf .box .tit svg,
.rightmenu_sm .right_nav .dropf .box_normal .tit svg,
.rightmenu_sm .right_nav .dropf .box .tit .svg_icon {
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.rightmenu_sm .right_nav .optimalroute h1,
.rightmenu_sm .right_nav .optimalroute h2 {
    opacity: 0;
}

@media (min-width: 773px) {
    .rightmenu_sm .right_nav .dropf .box .multiselect {
        display: none;
    }

    .rightmenu_sm .right_nav .dropf .total_optimal .optimal {
        display: none;
    }

    .rightmenu_sm .right_nav .dropf .total_optimal .total {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        height: 4.4rem;
    }

    .rightmenu_sm .right_nav .dropf .total_optimal .total h2,
    .rightmenu_sm .right_nav .dropf .total_optimal .total h1 {
        display: none;
    }

    .rightmenu_sm .right_nav .dropf .total_optimal .total svg {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.bothmenu_ac .work_panel {
    right: 0rem;
    left: 0rem;
}

.bothmenu_ac .footerarea {
    left: 6rem;
    right: 6rem;
}

.leaflet-top .leaflet-control {
    margin-top: 7rem !important;
}

.leaflet-right .leaflet-control {
    margin-bottom: 3rem !important;
}

.justlikeplh {
    padding: 50px;
    background: skyblue;
}



.arrow_popup {
    position: absolute;
    left: 50%;
    bottom: -1.3026rem;
    height: 1.3rem;
    transform: translateX(-50%);
    -webkit-filter: drop-shadow(0px 1px 0 #fff);
    filter: drop-shadow(0px 1px 0 #fff);
}

.popup_map {
    width: 16.7rem;
    height: 22rem;
    background: #53565a;
    border-radius: 0.8rem;
    border: 0.2rem solid #fff;
    position: relative;
    margin-left: 0.35rem;
}

.device_popup_img {
    font: normal normal normal 15px/16px Poppins;
    width: 26rem;
    height: 25rem;
    background: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #53565a;
    position: absolute;
    z-index: 1002;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.device_popup_bg {
    background-color: #000;
    position: absolute;
    bottom: 0;
    z-index: 1001;
    opacity: 0.1;
    height: 100vh;
    width: 100%;
}

.loader {
    background-image: url("../img/logo-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: 80px;
}
.logout-loader {
    background-image: url("../img/logo-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 136px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: 80px;
}
.preloader.hide-preloader {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.loader_popup {
    position: fixed;
    /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup_map .popup_map:after {
    content: "";
    background: #53565a;
    width: 0.7rem;
    height: 10px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
}

.popup_map .items {
    display: flex;
    justify-content: center;
}

.popup_map .items .item:not(:last-child) {
    padding-right: 20px;
}

.popup_map .items .item img {
    margin: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.popup_map .items .item .placeforimg {
    /* height: 3.9rem; */
    height: 3.4rem;
    overflow: hidden;
}

.popup_map .items .item p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1rem;
    color: #fff;
    margin: 0;
    text-align: center;
    letter-spacing: -0.05rem;
}

.popup_map .items .item1 {
    position: relative;
}

.popup_map .items .item1 img {
    /* width: 2.95rem; */
    width: 2.65rem;
}

.popup_map .items .item1 .col_area {
    position: absolute;
    /* height: 2.4rem;
  width: 2.1rem; */
    height: 2rem;
    width: 1.9rem;
    top: 0.9rem;
    left: 0;
    right: 20px;
    margin: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}

.popup_map .items .item1 .color {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.popup_map .items .item1 .orange_c {
    background: #fdb514;
}

.popup_map .items .item1 .red_c {
    background: #f2050d;
}

.popup_map .items .item1 .green_c {
    background: #47e562;
}

.popup_map .items .item2 {
    position: relative;
}

.popup_map .items .item2 img {
    width: 1.5rem;
    /* width: 1.8rem; */
}

.popup_map .items .item2 .col_area {
    /* position: absolute;
  height: 3.4rem;
  width: 1.3rem; */
    /* height: 2.7rem;
  width: 0.98rem; */
    /* top: 0rem;
  left: -0.01rem;
  right: 20px;
  margin: auto;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0.7rem;
  border-top-left-radius: 0.7rem;
  overflow: hidden; */

    position: absolute;
    height: 2.9rem;
    width: 1.16rem;
    top: 0px;
    left: -5px;
    right: 15px;
    margin: auto;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0.7rem;
    border-top-left-radius: 0.7rem;
    overflow: hidden;
}

.popup_map .items .item2 .color {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.popup_map .items .item2 .orange_c {
    background: #fdb514;
}

.popup_map .items .item2 .red_c {
    background: #f2050d;
}

.popup_map .items .item2 .green_c {
    background: #47e562;
}

.popup_map .items .item3 {
    position: relative;
}

.popup_map .items .item3 .bin_top {
    position: absolute;
    width: 2.368rem;
    left: -0.2rem;
    right: 0;
    top: -0.3rem;
    height: 20px;
}

.popup_map .items .item3 .bing_without_top {
    /* width: 2.98rem; */
    width: 2.69rem;
    /* margin-top: 0.6rem; */
}

.popup_map .items .item3 .col_area {
    position: absolute;
    height: 1.96rem;
    width: 1.9rem;
    top: 1.3rem;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.popup_map .items .item3 .color {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.popup_map .items .item3 .orange_c {
    background: #fdb514;
}

.popup_map .items .item3 .red_c {
    background: #f2050d;
}

.popup_map .items .item3 .green_c {
    background: #47e562;
}

.popup_map .items .item4 {
    position: relative;
}

.popup_map .items .item4 img {
    width: 1.925rem;
}

.popup_map .items .item4 .luximg {
    width: 2.925rem;
    margin-top: 8px;
}
.popup_map .items .item4 .rain_level {
    width: 1.925rem;
    height: 52px;
}
.popup_svg {
    width: 4.925rem;
    height: 57px;
}

.popup_map .items .item4 .col_area {
    position: absolute;
    height: 2.9rem;
    width: 1.8rem;
    top: 0.4rem;
    left: 0;
    right: 20px;
    margin: auto;
    border-radius: 6px;
    /* border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; */
    overflow: hidden;
}
.popup_map .items .item4 .col_area_rain_level {
    position: absolute;
    height: 29px;
    width: 18px;
    top: 21px;
    left: 0;
    right: 20px;
    margin: auto;
    /*border-radius: 0px 0px 0px 0px;*/
    overflow: hidden;
}
.popup_map .items .item4 .col_area_weather {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: 19px;
    /* left: 0; */
    right: 6px;
    margin: auto;
    /* border-radius: 6px; */
    overflow: hidden;
}
.popup_map .items .item4 .color {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.popup_map .items .item4 .orange_c {
    background: #fdb514;
}

.popup_map .items .item4 .blue_c {
    background: #15a7e8;
}
.popup_map .items .item4 .brown_c {
    background: #964B00;
}

.popup_map .items .item4 .red_c {
    background: #f2050d;
}

.popup_map .items .item4 .green_c {
    background: #47e562;
}

.popup_map .items .item4 .full {
    background: #47e562;
    height: 100%;
}

.popup_map .items .item4 .half {
    background: #fdb514;
    height: 50%;
}

.popup_map .items .item4 .low {
    background: #f2050d;
    height: 25%;
}

.popup_map .items .item4 .flat {
    background: #f2050d;
    height: 0%;
}

.popup_map .cont {
    min-height: unset;
}

.popup_map .cont h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #fff;
}

.popup_map .cont p {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #fff;
}

.loction-pop p {
    margin: 0 !important;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fff;
}

.popup_map .cont p span {
    font-weight: 600;
}

.popup_map .cont .id_p {
    margin-top: 0.5rem;
}

.popup_map .cont .id_p p {
    font-weight: 300;
}

.popup_map .options {
    display: flex;
    justify-content: space-between;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    position: fixed;
    align-items: center;
    /* bottom: 3rem; */
}

.popup_map .options a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.popup_map .options a svg {
    height: 1rem;
    margin-right: 0.3rem;
}

.popup_map .options a svg path {
    fill: #fff;
}

.popup_map .options a:hover {
    color: #f2f2f1;
}

.popup_map .options a:hover svg path {
    fill: #f2f2f1;
}

.popup_map .options .slide_switcher2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.751rem;
    height: 0.875rem;
    right: 1.5rem;
    cursor: pointer;
    z-index: 9999;
}

.popup_map .options .slide_switcher2 span {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
}

.popup_map .options .slide_switcher2 .icons {
    position: relative;
    width: 1.751rem;
    height: 0.875rem;
}

.popup_map .options .slide_switcher2 .icons img {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    position: absolute;
    right: 0;
}

.popup_map .options .slide_switcher_off .icon1 {
    opacity: 0;
}

.popup_map .options .slide_switcher_off .icon2 {
    opacity: 0;
}

.popup_map .options .slide_switcher_off .icon3 {
    opacity: 1;
}

.popup_map .options .slide_switcher_on .icon1 {
    opacity: 1;
}

.popup_map .options .slide_switcher_on .icon2 {
    opacity: 0;
}

.popup_map .options .slide_switcher_on .icon3 {
    opacity: 0;
}

.popup_map .options .slide_switcher_flat .icon1 {
    opacity: 0 !important;
}

.popup_map .options .slide_switcher_flat .icon2 {
    opacity: 1 !important;
}

.popup_map .options .slide_switcher_flat .icon3 {
    opacity: 0 !important;
}

.popup_map .options .slide_switcher {
    margin-top: 0.3rem;
    padding-right: 1rem;
    /* GREEN CHECKBOX */
}

.popup_map .options .slide_switcher #toggles {
    width: 0.868rem;
    margin: 0;
    text-align: center;
}

.popup_map .options .slide_switcher input {
    opacity: 0;
    visibility: hidden;
    border: 0;
}

.popup_map .options .slide_switcher .ios-toggle,
.popup_map .options .slide_switcher .ios-toggle:active {
    position: absolute;
    top: -50rem;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.popup_map .options .slide_switcher .checkbox-label {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    width: 1.7rem;
    height: 0.65rem;
    border-radius: 0.5rem;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: none !important;
}

.popup_map .options .slide_switcher .checkbox-label:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 0.7rem !important;
    height: 0.7rem !important;
    font-family: "Poppins", sans-serif;
    border-radius: 100%;
    padding: 0;
    top: -0.2rem;
    left: -0.2rem;
    right: auto;
    background: #fff;
    border: 0.1rem solid #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.popup_map .options .slide_switcher .checkbox-label:after {
    content: attr(data-off);
    display: block;
    position: absolute;
    z-index: 0;
    top: -0.35rem;
    right: 2.2rem;
    padding: 0px;
    height: 1rem;
    width: 2rem;
    text-align: right;
    color: #fff;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.popup_map
    .options
    .slide_switcher
    .ios-toggle:checked
    + .checkbox-label:before {
    left: calc(100% - 0.8rem);
    background: #47e562;
}

.popup_map
    .options
    .slide_switcher
    .ios-toggle:checked
    + .checkbox-label:after {
    content: attr(data-on);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: transparent !important;
    color: unset !important;
    box-shadow: unset !important;
}

.leaflet-container a.leaflet-popup-close-button {
    display: none !important;
}

.blue_border {
    outline: 2px solid #508ed8;
    outline-offset: -2px;
    border-radius: 100%;
}

.marker-cluster-v2 div {
    padding-top: 0.3em;
    font-weight: 400;
}

.leaflet-pane.leaflet-overlay-pane path.leaflet-interactive {
    stroke: #fff !important;
    stroke-width: 2 !important;
}

.leaflet-pane.leaflet-overlay-pane
    path.leaflet-interactive[fill-rule="evenodd"] {
    fill: rgba(0, 0, 0, 0.6) !important;
    stroke: #fff !important;
}

.leaflet-pane.leaflet-overlay-pane path.leaflet-interactive[fill="none"] {
    stroke: rgba(59, 142, 222, 0.5) !important;
    stroke-width: 1rem !important;
}

.leaflet-popup-content-wrapper {
    margin-top: 6rem !important;
}

.leaflet-control-attribution.leaflet-control {
    display: none !important;
}

.wrapper_confirm {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    z-index: 999999999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.wrapper_confirm_active {
    opacity: 1;
    visibility: visible;
}

.confirmbox {
    max-width: 24rem;
    width: 100%;
    padding: 2rem;
    background: #53565a;
    border-radius: 0.5rem;
    border: 0.1rem #53565a solid;
}

.confirmbox .mxw {
    max-width: 2rem;
}

.confirmbox h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.confirmbox p {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
    color: #fff;
}

.confirmbox .btns {
    margin-top: 1rem;
}

.confirmbox .btns a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    color: #fff;
    position: relative;
    padding-left: 1rem;
    margin-right: 1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.confirmbox .btns a svg {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%;
}

.confirmbox .btns a svg .fill {
    fill: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.confirmbox .btns a .w26 {
    max-width: 0.625rem;
}

.confirmbox .btns a .w9 {
    max-width: 0.9rem;
}

.confirmbox .btns a .w8 {
    max-width: 0.8rem;
}

.confirmbox .btns a:hover {
    color: #cacac7;
}

.confirmbox .btns a:hover svg .fill {
    fill: #cacac7;
}

.confirmbox .btns .check {
    padding-left: 1.25rem;
}

.confirmbox .btns .close {
    padding-left: 1.25rem;
}

.wrapper_confirm_green .confirmbox {
    border-color: #75ec89;
}

.wrapper_confirm_green .confirmbox svg .fill {
    fill: #75ec89;
}

.wrapper_confirm_green .confirmbox h1 {
    color: #75ec89;
}

.wrapper_confirm_yellow .confirmbox {
    border-color: #fec84f;
}

.wrapper_confirm_yellow .confirmbox svg .fill {
    fill: #fec84f;
}

.wrapper_confirm_yellow .confirmbox h1 {
    color: #fec84f;
}

.wrapper_confirm_red .confirmbox {
    border-color: #f4242b;
}

.wrapper_confirm_red .confirmbox svg .fill {
    fill: #f4242b;
}

.wrapper_confirm_red .confirmbox h1 {
    color: #f4242b;
}

.wrapper_confirm_white .confirmbox {
    border-color: #ffffff;
}

.wrapper_confirm_white .confirmbox svg .fill {
    fill: #ffffff;
}

.wrapper_confirm_white .confirmbox h1 {
    color: #ffffff;
}

.leftmenu_sm .work_panel .dashboard_panel_table {
  max-width: calc(100vw - 6rem);
}

@media (min-width: 772px) {
    .leftmenu_sm .popup_green_def {
        padding-left: 6rem;
    }
}

.popup_green_def {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    z-index: 999999999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

@media (min-width: 772px) {
    .popup_green_def {
        padding-left: 18rem;
    }
}

.popup_green_def .box {
    max-width: 16.5rem;
    width: 100%;
    border-radius: 0.5rem;
    background: #43b02a;
    padding: 2rem;
}

.modal-icon {
    width: 100%;
    min-height: 2rem;
    margin-bottom: 1rem;
}

.modal-icon .svg .g .svg {
    fill: white;
}

.modal-h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}

.form-check-input {
    position: unset !important;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.popup_green_def .box .icon {
    max-width: 1.75rem;
    width: 100%;
    min-height: 2rem;
}

.popup_green_def .box .icon2 {
    max-width: 2.25rem;
    width: 100%;
}

.popup_green_def .box h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
}

.popup_green_def .box form input {
    padding: 0.4rem 1rem 0.4rem 1.5rem;
    border: 0;
    background: #f8f8f8;
    border-radius: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    color: #53565a;
    margin-bottom: 0.2rem;
    width: 100%;
    max-width: 100%;
}

.note-bg-color {
    padding: 20px;
    word-break: break-all;
    border-radius: 10px;
}

.note-img {
    width: 100%;
    height: auto;
}

.task-note-bg {
    background-color: #f8f8f8;
    padding: 8px;
    border-radius: 6px;
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
    border-radius: 0.5rem;
    background: #f8f8f8;
    border: none;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    font-weight: 500;
    font-size: 13px;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    color: #43b02a;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.4rem !important;
    padding-bottom: 0.925rem !important;
    background: #f8f8f8;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(2.6rem + 2px) !important;
    line-height: 1.25;
}

.form-floating > label {
    font-size: 1rem;
    color: #53565a;
    font-weight: 300;
    padding: 0.4rem 0.75rem !important;
    font-family: "Poppins", sans-serif;
}

.form-floating > .form-control:not(:placeholder-shown) {
    font-size: 14px;
    color: #53565a;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.modal-dialog-content-map {
    background: #43b02a;
    margin: 18% auto;
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 42rem;
}

.fullscreen_model {
    max-width: 100%;
    background: #43b02a;
    margin: 18% auto;
    padding: 2rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.fullscreen_site_model {
    width: 70%;
    max-width: 100%;
    background: #ffffff;
    margin: 18% auto;
    padding: 2rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.modal-dialog-content-map-with-site form {
    display: inline-block;
}

.modal-dialog-content-map-with-site {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #53565a;
    border-radius: 12px;
    margin: 18% auto;
    padding: 2rem;
    width: 65%;
    max-width: 55rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.height_map {
    height: 40vh;
    max-width: 15rem;
}

.modal-input {
    padding: 0.4rem 1rem 0.4rem 0.6rem;
    border: 0;
    background: #f8f8f8;
    border-radius: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    color: #53565a;
    margin-bottom: 0.2rem;
    width: 100%;
    max-width: 100%;
}

.modal-toggel-btn {
    margin-bottom: 1rem;
    margin-top: 0.2rem;
}

.modal-btn-gray {
    background-color: #eaeaea !important;
    width: 100%;
    color: #53565a !important;
    font-family: "Poppins", sans-serif;
    border-radius: 0.5rem !important;
    /* border: 1px solid #fff !important; */
}

.modal-btn-green {
    background-color: #eaeaea !important;
    width: 100%;
    color: black !important;
    border: 1px solid #fff !important;
    font-family: "Poppins", sans-serif;
    border-radius: 0.5rem !important;
}

.modal-dialog-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow: auto; */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 999;
}

.error_msg {
    color: red;
    font-size: 14px;
}

.btn-close {
    margin-left: 0.5rem;
}

.stylee-chooser .vs__search::placeholder,
.stylee-chooser .vs__dropdown-toggle,
.stylee-chooser .vs__dropdown-menu {
    background: #f8f8f8;
    border: none;
    font-size: 15px;
    color: #53565a;
    width: 100%;
    font-weight: 100;
    border-radius: 0.5rem;
    font-family: "Poppins", sans-serif;
    max-height: 6rem;
    position: absolute;
}

/* .modal-body-height {
  max-height: 25rem;
  overflow-y: scroll;
} */

.stylee-chooser.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid transparent;
    border-left: none;
    box-shadow: none;
    color: var(--vs-search-input-color);
    flex-grow: 1;
    font-size: 15px;
    line-height: var(--vs-line-height);
    margin: 4px 0 0;
    max-width: 100%;
    outline: none;
    padding: 0 7px;
    width: 0;
    z-index: 1;
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text;
    border: none;
    background: transparent;
}

.stylee-chooser .vs__clear,
.stylee-chooser .vs__open-indicator {
    fill: #9fa4aa;
    transform: scale(0.8);
    transform-origin: center;
    stroke: #9fa4aa;
    stroke-width: 1px;
}

.right_nav .style-chooser .vs__selected-options {
    padding: 0px 5px 0px 55px !important;
}

/*.right_nav .style-chooser .vs__dropdown-menu {*/
/*  width: 17.9rem !important;*/
/*}*/

.right_nav .style-chooser .vs__dropdown-menu li {
    padding: 2px 30px 7px 60px !important;
}

.popup_green_def .box form .seletbox {
    position: relative;
    width: 100%;
    padding-bottom: 0.2rem;
}

.popup_green_def .box form .seletbox .custom-select-trigger {
    padding: 0.65rem 1.5rem !important;
    position: relative;
    width: 100%;
    border-radius: 0.5rem;
    background: #f8f8f8;
}

.popup_green_def .box form .seletbox .custom-select-wrapper {
    position: unset;
}

.popup_green_def .box form .seletbox .custom-options {
    background: #f8f8f8;
    top: -0.2rem;
    transform: unset;
}

.popup_green_def .box form .seletbox .custom-option {
    padding-left: 1.5rem;
    z-index: 99999;
}

.popup_green_def .box form .seletbox .custom-select-trigger:after {
    top: calc(50% - 0rem);
    z-index: 999999;
}

.popup_green_def
    .box
    form
    .seletbox
    .custom-select.opened
    .custom-select-trigger:after {
    top: calc(50% - 0.3rem);
}

.popup_green_def .box form .seletbox .custom-select.opened {
    position: relative;
    z-index: 999999999999;
}

.popup_green_def .box form .greenbg {
    background: #72c45f;
    color: #fff;
}

.popup_green_def .box form *::-webkit-input-placeholder {
    /* Edge */
    color: #53565a;
}

.popup_green_def .box form *:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #53565a;
}

.popup_green_def .box form *::placeholder {
    color: #53565a;
}

.popup_green_def .box form .optional::-webkit-input-placeholder {
    /* Edge */
    color: #a9abad;
}

.popup_green_def .box form .optional:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a9abad;
}

.popup_green_def .box form .optional::placeholder {
    color: #a9abad;
}

.popup_green_def .box form .greenbg::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.popup_green_def .box form .greenbg:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.popup_green_def .box form .greenbg::placeholder {
    color: #fff;
}

.popup_green_def .box .btns {
    margin-top: 1rem;
}

.modal-btns {
    margin-top: 1rem;
}

.box .btns a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    color: #fff !important;
    position: relative;
    padding-left: 1rem;
    margin-right: 1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.box .btns button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    color: #fff;
    position: relative;
    padding-left: 1rem;
    margin-right: 1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.box .btns a svg {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%;
}

.btns a svg .fill {
    fill: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btns a .svg_icon {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 1rem;
}

.btns a .w26 {
    max-width: 0.625rem;
}

.btns a .w9 {
    max-width: 0.9rem;
}

.btns a .w8 {
    max-width: 0.8rem;
}

.modal-w8 {
    max-width: 0.8rem;
}

.btns a:hover {
    color: #cacac7 !important;
}

.btns .pl:hover {
    color: #cacac7;
}

.btns a:hover svg .fill {
    fill: #cacac7;
}

.btns .modal-svg_icon:hover svg .fill {
    fill: #cacac7;
}

.btns .check {
    padding-left: 1.25rem;
}

.btns .pl {
    padding-left: 1.25rem;
    color: white;
    background: transparent;
    border: 1px;
    cursor: pointer;
}

.modal-pl {
    padding-left: 1.25rem;
}

.modal-svg_icon {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    left: 0;
    top: 28px;
    width: 100%;
    min-height: 1rem;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.addprecinct_popup .box {
    padding-right: 31.6rem;
    max-width: 46.1rem;
    position: relative;
}

.addprecinct_popup form {
    min-height: 19rem;
}

.addprecinct_popup .placeholderwhitearea {
    position: absolute;
    right: 2rem;
    top: 2rem;
    bottom: 2rem;
    width: 28.2rem;
    background: #f8f8f8;
    border-radius: 0.5rem;
}

.popup_active {
    visibility: visible;
    opacity: 1;
}

.dropdownbtn_select {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-top-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    cursor: pointer;
    z-index: 999;
}

.dropdownbtn_select .title {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #53565a;
    line-height: 1rem;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 0.5rem;
    padding-left: 2rem;
    border-bottom-right-radius: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 6.5rem;
    cursor: pointer;
}

.dropdownbtn_select .title:after {
    position: absolute;
    display: block;
    content: "";
    width: 0.65rem;
    height: 0.35rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.328 3.399'%3E%3Cpath id='Path_373' data-name='Path 373' d='M9.774,3.5l-2.8,2.682a.406.406,0,0,1-.256.111.372.372,0,0,1-.243-.1L3.663,3.5A.351.351,0,1,1,4.149,3L6.719,5.459,9.288,3a.351.351,0,0,1,.486.505Z' transform='translate(-3.555 -2.898)' fill='%2353565a'/%3E%3C/svg%3E%0A")
        center center/0.633rem;
    background-repeat: no-repeat;
    right: 1rem;
    top: calc(50% + 3rem);
    transform: translateY(-50%);
    z-index: 999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.dropdownbtn_select .fordropdown {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 2rem);
    max-height: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.dropdownbtn_select .dropdownlist {
    background: #e5e5e3;
    max-height: 10.6rem;
    overflow: auto;
}

.dropdownbtn_select .dropdownlist a {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #53565a;
    padding: 0.3rem 0.5rem 0.3rem 2rem;
    display: block;
    cursor: pointer;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.dropdownbtn_select .dropdownlist a:hover {
    background: #d4d5d6;
}

.dropdownbtn_select_active .fordropdown {
    max-height: 10.6rem;
    opacity: 1;
}

.dropdownbtn_select_active .title:after {
    transform: rotate(-180deg);
    top: calc(50% + 2.8rem);
}

.dashboard_panel_table .custom-option:hover,
.dashboard_panel_table .custom-option.selection {
  background: #D4D5D6;
}

.greybtn {
    width: 100%;
    min-height: 4.4rem;
    background: #53565a;
    border-radius: 0.5rem;
    /* margin-top: 0.4rem; */
    padding-left: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.greybtn .textin {
    display: inline-block;
}

.greybtn h5 {
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 300;
    color: #fff;
}

.greybtn h3 {
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
}

.greybtn h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-top: -0.3rem;
}

.greybtn .svg_icon {
    width: 1.6rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
}

.greybtn:hover {
    background: #494b4f;
}

.login_register {
    display: flex;
    width: 100%;
}

.login_register .leftside {
    width: 50%;
    min-height: 100vh;
    background: url("../img/map_login.svg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_register .rightside {
    width: 50%;
    background: #72c45f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_register .rightside .box {
    background: #43b02a;
    max-width: 22.5rem;
    width: 100%;
    min-height: 2rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #fff;
    padding: 2rem;
}

.login_register .rightside .box .topicon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
}

.login_register .rightside .box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #fff;
    margin-bottom: 0.6rem;
}

.login_register .rightside .box h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #fff;
    margin-bottom: 1.6rem;
}

.login_register h1 {
    margin-bottom: 1rem !important;
}

.login_register .rightside .box input {
    padding: 0.4rem 1rem 0.4rem 1rem;
    border: 0;
    background: #f8f8f8;
    border-radius: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    color: #53565a;
    margin-bottom: 0.2rem;
    width: 100%;
    max-width: 100%;
}

.login_register input {
    margin-bottom: 0.3rem !important;
}

.login_register .rightside .box button {
    padding: 0;
    margin: 1rem 0;
    border: 0;
    background: 0;
    display: block;
    width: 100%;
    text-align: left;
}

.login_register .rightside .box .greybtn {
    min-height: 2.4rem;
    padding-left: 3rem;
}

.login_register .rightside .box .greybtn .svg_icon {
    height: 1rem;
    left: 1rem;
    top: 54%;
}

.login_register .rightside .box .greybtn .textin h3 {
    font-size: 1.5rem;
    margin-top: -3px;
}

.login_register .rightside .box .options {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_register .options {
    margin-top: 1rem !important;
}

.login_register .rightside .box .options a {
    display: inline-block;
    padding-left: 1.3rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1rem;
    color: #fff;
    text-decoration: none;
    position: relative;
    /*min-width: 135px;*/
}

.login_register .rightside .box .options a .svg_icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.login_register .rightside .box .options .custom_checkbox {
    display: inline-block;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}

.login_register .rightside .box .options .custom_checkbox .container_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 1.3rem;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1rem;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 130px;
    /*padding-right:2rem*/
}

.login_register
    .rightside
    .box
    .options
    .custom_checkbox
    .container_checkbox
    input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login_register .rightside .box .options .custom_checkbox .checkmark {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    height: 0.875rem;
    width: 0.875rem;
    background: transparent;
    border: 0.1rem solid #fff;
    border-radius: 1px;
}

.login_register
    .rightside
    .box
    .options
    .custom_checkbox
    .container_checkbox
    input:checked
    ~ .checkmark {
    background-color: #fff;
}

.login_register .rightside .box .options .custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login_register
    .rightside
    .box
    .options
    .custom_checkbox
    .container_checkbox
    input:checked
    ~ .checkmark:after {
    display: block;
}

.login_register
    .rightside
    .box
    .options
    .custom_checkbox
    .container_checkbox
    .checkmark:after {
    left: 0.16rem;
    top: 0;
    width: 0.35rem;
    height: 0.6rem;
    border: solid #72c45f;
    border-width: 0 0.15rem 0.15rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login_register .rightside .box_r {
    background: #f2050d;
}

.result-container {
    margin-top: 0.5rem !important;
    width: 100% !important;
    /* margin-top: 1.95rem !important; */
    max-height: 5.3rem;
    overflow: auto !important;
    background: #d0ebca;
    border: unset !important;
    border-radius: unset !important;
    font-size: 0 !important;
}

.result-container .result-item {
    border: 0;
    border-bottom: 0.5px solid #c5e7c4;
    padding-left: 4.1rem;
    font-size: 0.9rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    text-align: left;
    color: #53565a;
    line-height: 1rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    background: #d0ebca;
    border-bottom: 0;
    position: relative;
}

.result-container .result-item:hover {
    background: #bce2b3;
}

.result-container .result-icon-marker {
    position: absolute;
    left: 1.8rem;
    height: 1rem;
    width: 2rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: unset;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 10'%3E%3Cpath id='Path_550' data-name='Path 550' d='M10,.25A3.75,3.75,0,0,0,6.25,4c0,1.512.527,1.934,3.365,6.049a.469.469,0,0,0,.77,0C13.223,5.934,13.75,5.512,13.75,4A3.751,3.751,0,0,0,10,.25Zm.129,9.621A.13.13,0,0,1,10,9.92a.151.151,0,0,1-.128-.067C9.366,9.119,8.933,8.5,8.563,7.976c-1.7-2.4-2-2.831-2-3.976a3.438,3.438,0,0,1,6.875,0c0,1.144-.305,1.579-2,3.994C11.066,8.52,10.635,9.119,10.129,9.871ZM10,2.42a1.563,1.563,0,1,0,1.563,1.563A1.563,1.563,0,0,0,10,2.42Zm0,2.83A1.25,1.25,0,1,1,11.25,4,1.251,1.251,0,0,1,10,5.25Z' transform='translate(-6.25 -0.25)' fill='%2353565a'/%3E%3C/svg%3E%0A");
}

.place_for_table_custom {
    min-height: 40rem;
    /* max-height: calc(100vh - 20rem); */
    max-height: calc(100vh - 16rem);
    overflow: auto;
    /* max-width: 100%; */
    max-width: 100vw;
}

@media (max-width: 767px) {
    .place_for_table_custom {
        max-width: calc(100vw - 7rem);
    }
}

.place_for_table_custom_single_task {
    min-height: 2rem;
    max-height: calc(100vh - 16rem);
    overflow: auto;
    max-width: 100%;
}

.place_for_table_custom .svg_icon,
.place_for_table_custom svg {
    /* height: 1rem; */
    max-width: 2rem;
    /* width: 100%; */
}

.place_for_table_custom .al_left {
    background-position: left center;
    background-size: auto 100%;
}

.place_for_table_custom .h1081 {
    height: 1.081rem;
}

.place_for_table_custom .h625 {
    height: 0.625rem;
}

.place_for_table_custom .h875 {
    height: 0.875rem;
}

.place_for_table_custom table {
    border-collapse: separate;
}

.place_for_table_custom td:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.place_for_table_custom td:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.place_for_table_custom table {
    border-spacing: 0;
    width: 100%;
}

.place_for_table_custom table tr {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.place_for_table_custom table th {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 3rem;
    color: #53565a;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-height: 3rem;
    text-align-last: left;
    white-space: nowrap;
}

.place_for_table_custom table th .sortoption {
    text-decoration: none;
    color: #53565a;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.place_for_table_custom table th .sortoption .svg_icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 12px;
    margin-left: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.place_for_table_custom table th .sortoption:hover {
    color: #0a0b0b;
}

.place_for_table_custom table th .active_sort .svg_icon {
    transform: rotate(180deg);
}

.place_for_table_custom table th:first-child {
    padding-left: 2rem;
}

.place_for_table_custom table td:first-child {
    padding-left: 2rem;
    width: 4rem;
    position: relative;
}

.place_for_table_custom table tr {
    background: #fff;
}

.place_for_table_custom table tr:first-child {
    background: transparent;
}

.place_for_table_custom table td {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 1rem;
    line-height: 4rem;
    color: #53565a;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* min-height: 3rem; */
    height: 4rem;
    text-align-last: left;
    white-space: nowrap;
    border-top: 0.2rem #f8f8f8 solid;
}

.place_for_table_custom table td .lefticon {
    width: 1rem;
}

.place_for_table_custom table td .h1 {
    max-height: 1rem;
}

.place_for_table_custom table td .h0625 {
    max-height: 0.625rem;
    height: 0.625rem;
    width: 100%;
}

.place_for_table_custom table td .h1081 {
    height: 1.081rem;
    width: unset !important;
}

.place_for_table_custom table td .yellowficon {
    height: 1.081rem;
    width: 1.25rem !important;
    position: absolute;
    margin-left: -0.12rem;
}

.place_for_table_custom table td:nth-child(6) {
    padding-right: 2rem;
}

.place_for_table_custom table td:nth-child(9) {
    padding-right: 2rem;
}

.place_for_table_custom table td:first-child .forsvg {
    width: 1rem;
}

.place_for_table_custom table td:nth-last-child(1),
.place_for_table_custom table th:nth-last-child(1),
.place_for_table_custom table td:nth-last-child(2),
.place_for_table_custom table th:nth-last-child(2),
.place_for_table_custom table td:nth-last-child(3),
.place_for_table_custom table th:nth-last-child(3) {
    width: 2rem !important;
    padding: 0;
}

.place_for_table_custom table td:nth-last-child(1) .forsvg,
.place_for_table_custom table th:nth-last-child(1) .forsvg,
.place_for_table_custom table td:nth-last-child(2) .forsvg,
.place_for_table_custom table th:nth-last-child(2) .forsvg,
.place_for_table_custom table td:nth-last-child(3) .forsvg,
.place_for_table_custom table th:nth-last-child(3) .forsvg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem !important;
}

.place_for_table_custom table td:nth-last-child(1) a svg .fill,
.place_for_table_custom table th:nth-last-child(1) a svg .fill,
.place_for_table_custom table td:nth-last-child(2) a svg .fill,
.place_for_table_custom table th:nth-last-child(2) a svg .fill,
.place_for_table_custom table td:nth-last-child(3) a svg .fill,
.place_for_table_custom table th:nth-last-child(3) a svg .fill {
    fill: #53565a;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.place_for_table_custom table td:nth-last-child(1) a svg .redfill,
.place_for_table_custom table th:nth-last-child(1) a svg .redfill,
.place_for_table_custom table td:nth-last-child(2) a svg .redfill,
.place_for_table_custom table th:nth-last-child(2) a svg .redfill,
.place_for_table_custom table td:nth-last-child(3) a svg .redfill,
.place_for_table_custom table th:nth-last-child(3) a svg .redfill {
    fill: #f2050d;
}

.place_for_table_custom table td:nth-last-child(1) a svg .yellowfill,
.place_for_table_custom table th:nth-last-child(1) a svg .yellowfill,
.place_for_table_custom table td:nth-last-child(2) a svg .yellowfill,
.place_for_table_custom table th:nth-last-child(2) a svg .yellowfill,
.place_for_table_custom table td:nth-last-child(3) a svg .yellowfill,
.place_for_table_custom table th:nth-last-child(3) a svg .yellowfill {
    fill: #fdb514;
}

.place_for_table_custom table td:nth-last-child(1) a svg .greenfill,
.place_for_table_custom table th:nth-last-child(1) a svg .greenfill,
.place_for_table_custom table td:nth-last-child(2) a svg .greenfill,
.place_for_table_custom table th:nth-last-child(2) a svg .greenfill,
.place_for_table_custom table td:nth-last-child(3) a svg .greenfill,
.place_for_table_custom table th:nth-last-child(3) a svg .greenfill {
    fill: #3ec856;
}

.place_for_table_custom table td:nth-last-child(1) a:hover svg .fill,
.place_for_table_custom table th:nth-last-child(1) a:hover svg .fill,
.place_for_table_custom table td:nth-last-child(2) a:hover svg .fill,
.place_for_table_custom table th:nth-last-child(2) a:hover svg .fill,
.place_for_table_custom table td:nth-last-child(3) a:hover svg .fill,
.place_for_table_custom table th:nth-last-child(3) a:hover svg .fill {
    fill: #0a0b0b;
}

.place_for_table_custom table td:nth-last-child(1) a:hover svg .redfill,
.place_for_table_custom table th:nth-last-child(1) a:hover svg .redfill,
.place_for_table_custom table td:nth-last-child(2) a:hover svg .redfill,
.place_for_table_custom table th:nth-last-child(2) a:hover svg .redfill,
.place_for_table_custom table td:nth-last-child(3) a:hover svg .redfill,
.place_for_table_custom table th:nth-last-child(3) a:hover svg .redfill {
    fill: #b6040a;
}

.place_for_table_custom table td:nth-last-child(1) a:hover svg .yellowfill,
.place_for_table_custom table th:nth-last-child(1) a:hover svg .yellowfill,
.place_for_table_custom table td:nth-last-child(2) a:hover svg .yellowfill,
.place_for_table_custom table th:nth-last-child(2) a:hover svg .yellowfill,
.place_for_table_custom table td:nth-last-child(3) a:hover svg .yellowfill,
.place_for_table_custom table th:nth-last-child(3) a:hover svg .yellowfill {
    fill: #be880f;
}

.place_for_table_custom table td:nth-last-child(1) a:hover svg .greenfill,
.place_for_table_custom table th:nth-last-child(1) a:hover svg .greenfill,
.place_for_table_custom table td:nth-last-child(2) a:hover svg .greenfill,
.place_for_table_custom table th:nth-last-child(2) a:hover svg .greenfill,
.place_for_table_custom table td:nth-last-child(3) a:hover svg .greenfill,
.place_for_table_custom table th:nth-last-child(3) a:hover svg .greenfill {
    fill: #35ac4a;
}

.place_for_table_custom table .disabled_c a {
    pointer-events: none;
    cursor: default;
}

.place_for_table_custom table .disabled_c a svg .fill {
    fill: #cacac7 !important;
}

.place_for_table_custom table .disabled_c a:hover svg .fill {
    fill: #cacac7 !important;
}

.place_for_table_custom table td:nth-last-child(1),
.place_for_table_custom table th:nth-last-child(1) {
    padding-right: 2rem;
    width: 4rem;
}

.place_for_table_custom table td:nth-last-child(3).doubleicons {
    display: flex;
    width: 4rem !important;
}

.place_for_table_custom table td:nth-last-child(3).doubleicons a {
    display: inline-block;
}

.greenc {
    color: #3ec856;
}

.place_for_table_custom table .redc {
    color: #f2050d;
}

.place_for_table_custom table .yellowc {
    color: #fdb514;
}

.place_for_table_custom table .regular_w {
    font-weight: 400;
}

.place_for_table_custom table .bold_w {
    font-weight: 700;
}

.place_for_table_custom table .light_w {
    font-weight: 300;
}

.place_for_table_custom table .e_light_w {
    font-weight: 200;
}

.place_for_table_custom table .forsvg {
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: 3rem;
}

.place_for_table_custom table .disabled_c {
    color: #cacac7;
}

.place_for_table_custom table .listinrow {
    padding: 0;
    margin: 0;
}

.place_for_table_custom table .listinrow li {
    display: inline-block;
    background: #f8f8f8;
    border-radius: 0.5rem;
    margin-right: 0.2rem;
    padding: 0rem 0.6rem;
    line-height: 2.2rem;
}

.place_for_table_custom .bin_type_table td:nth-last-child(4) {
    width: 100%;
}

.place_for_table_custom .bin_type_table td:nth-child(2) {
    padding-right: 2rem;
}

.place_for_table_custom .twooptions td:nth-last-child(3),
.place_for_table_custom .twooptions th:nth-last-child(3) {
    width: unset !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.right_nav .dropf .box input:focus {
    background: #e8f5e4;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.password-input {
    position: relative;
}

.fa-eye,
.fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 46%;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-inner {
    max-height: 25rem !important;
}

.img-fluid {
    height: 23rem !important;
    object-fit: scale-down !important;
}

@media (max-width: 1900px) {
    .img-fluid {
        height: 21rem !important;
        object-fit: scale-down !important;
    }
}

@media (max-width: 1700px) {
    .img-fluid {
        height: 19rem !important;
        object-fit: scale-down !important;
    }
}

@media (max-width: 1500px) {
    .img-fluid {
        height: 17rem !important;
        object-fit: scale-down !important;
    }
}

@media (max-width: 1300px) {
    .img-fluid {
        height: 15rem !important;
        object-fit: scale-down !important;
    }
}

@media (max-width: 1100px) {
    .img-fluid {
        height: 13rem !important;
        object-fit: scale-down !important;
    }
}

@media (max-width: 900px) {
    .img-fluid {
        height: 11rem !important;
        object-fit: scale-down !important;
    }
}

.tooltip-enter-active,
.tooltip-leave-active {
    transition: all 0.5s;
}

.tooltip-enter,
.tooltip-leave-to {
    opacity: 0;
    transform: translateY(-10px);
}

.more-info-btn {
    background-color: #47e562;
    padding: 10px;
    border-radius: 8px;
    width: 110px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.device-icon {
    fill: transparent !important;
}

.router-disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.router-disabled span {
    color: #9ca3af;
}

.router-disabled .icon {
    color: #9ca3af;
}

.image-placeholder {
    height: 14rem;
    width: 22rem;
    object-fit: cover;
}

.sub-images {
    height: 6rem;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.sub-images-wrapper {
    position: relative;
}

.sub-devies-del-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    border-radius: 50%;
    padding: 0px 7px 3px 7px;
    margin: 2px;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}

/* .sub-images-wrapper:hover .sub-devies-del-icon {
  opacity: 1;
} */
.sub-devies-del-icon:hover {
    opacity: 1;
}

.add-img-text {
    position: absolute;
    top: -80px;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.devies-del-icon {
    background-color: white;
    border-radius: 50%;
    position: absolute;
    padding: 8px 9px;
    right: 30px;
    margin-top: 6px;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}

.devies-del-icon:hover {
    opacity: 1;
}

.cross_icon_popup:hover {
    fill: #f00;
}

.water_level {
    position: absolute;
    height: 2.8rem !important;
    width: 1.6rem !important;
}

.water_level_popup {
    width: 2.1rem !important;
}

.input-container {
    position: relative;
}

.copy-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* .copy-icon {
  position: relative;
  top: -28px;
  left: 10rem;
} */
.pointer {
    cursor: pointer;
}

.cursor-auto {
    cursor: auto !important;
}

.hide_rightbar {
    min-height: 0px;
    background: none !important;
    background-color: none !important;
}

.login-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.login-footer p {
    color: #53565a;
    font-size: 1rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    text-align: right;
    padding-right: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.clickable .dropdownProfile {
    display: inline-block;
}

.drawer-button {
    background-color: #eaeaea !important;
    color: #53565a;
    padding: 10px 55px;
    font-weight: 300 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.drawer-button-selected {
    background-color: #e8e8e8 !important;
    font-weight: 400 !important;
}

.drawer-tab-button {
    background-color: #eaeaea !important;
    color: #53565a;
    padding: 10px 20px;
    font-weight: 300 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.drawer-tab-button-selected {
    font-weight: 400 !important;
    border-bottom: 5px solid #43b02a;
    background: white !important;
}

.add-image-button {
    border-radius: 10px;
    font: normal normal 300 15px Poppins;
    padding: 7px 30px;
}

.update-image-button {
    border-radius: 10px;
    font: normal normal 300 15px Poppins;
    padding: 7px 5px;
}

.add-image-button-only {
    border-radius: 10px;
    font: normal normal 300 15px Poppins;
    padding: 6px 20px;
}

.drawer-image-update {
    text-align: left;
    font: normal normal 300 10px;
    border-radius: 10px;
    padding: 7px 30px;
    background: #eaeaea 0% 0% no-repeat padding-box;
}

.custom-fix-img {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover;
}

.profile-site-font {
    color: #53565a;
    font-size: 13px;
    font-weight: 400;
}

.profile-title {
    color: #53565a;
    font-size: 13px;
    font-weight: 600;
}

.modal-dialog-content {
    background: #ffffff;
    margin: auto auto;
    padding: 1rem;
    border-radius: 0;
    width: 25rem;
}

.modal-h1 {
    color: #53565a;
}

.form-floating > .form-control {
    margin-bottom: 1rem;
}

.modal-select {
    margin-bottom: 1rem;
}

.svg_icon svg {
    float: left !important;
    margin-right: 1rem !important;
    /*margin-left: 1rem !important;*/
    max-width: unset !important;
    width: unset !important;
}

.place_for_table_custom .svg_icon {
    /* height: 1rem; */
    max-width: unset !important;
    width: unset !important;
}

.font-Poppins {
    font-family: "Poppins", sans-serif !important;
}
.medium .modal-body .modal-dialog-content {
    width: 40rem !important;
}

.custom-modal .modal-body .modal-dialog-content {
    width: 50rem !important;
}
.custom-modal .modal-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.drawer-shadow {
    box-shadow: -6px -2px 100px -14px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: -6px -2px 100px -14px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: -6px -2px 100px -14px rgba(0, 0, 0, 0.51);
}

.user-modal .modal-input,
.user-modal .modal-select,
.user-modal .modal-toggel-btn {
    margin-bottom: 1rem !important;
}

.user-modal .modal-toggel-btn {
    margin-top: 0 !important;
}

.user-modal label {
    margin-bottom: 0 !important;
}

.save-btn {
    z-index: 999;
    position: absolute;
    bottom: 30px;
    right: 25px;
    background-color: #43b02a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #43b02a !important;
    background-color: #43b02a !important;
    margin-left: 1px;
}
.custom-control-label::after {
    top: 0.27rem !important;
    left: -1.46rem !important;
}
.font-Poppins {
    font-family: "Poppins", sans-serif !important;
}
.bg-organisation {
    background: white;
    height: 100vh;
    padding: 35px;
}

.horizontal-line {
    width: 15rem;
    border-top: 1px solid white;
    margin-left: 2rem;
    margin-top: 1rem;
}

.pkg-title {
    color: #53565a;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pkg-detail {
    color: #53565a;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    list-style: circle;
    margin-left: 25px;
}
.add-qty-field {
    color: #fff;
    background: #3b9a25;
    padding: 0px 10px 0px 10px;
    font-size: 25px;
    border-radius: 6px;
}

.icon.version{
  text-align: center;
  padding: 7px;
  top: 69% !important;
}
.icon.version img{
  width: 13px;
}

.v-h{
    text-align: end;
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 8px;
    padding-top: 0px;
    font-weight: 500;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .daterangepicker.show-ranges.show-weeknumbers[data-v-1ebd09d2], .daterangepicker.show-ranges[data-v-1ebd09d2] {
        min-width: 780px !important;
    }
}
.daterangepicker .drp-calendar {
    display: none;
    max-width: 300px !important;
    width: 300px !important;
}
