/********** dmchart CSS **********/
:root {
    --primary:  rgb(26,156,170);
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
    --font: "Nunito Sans",sans-serif;
    --font-heading: "Montserrat",sans-serif;
    --transition-time: 400ms;
    --transition-time-long: 1000ms;
    --transition-time-short: 200ms;
    --nav-size-slim: 4.5rem;
    --nav-size: 18rem;
    --footer-size: 4.5rem;
    --input-height: 2.25rem;
    --small-title-height: 2rem;
    --font: "Nunito Sans",sans-serif;
    --font-heading: "Montserrat",sans-serif;
    --card-spacing: 1rem;
    --card-spacing-sm: 1.25rem;
    --card-spacing-xs: 0.75rem;
    --card-spacing-sm-horizontal: 1.75rem 1.25rem;
    --card-spacing-sm-vertical: 1.25rem 1.75rem;
    --main-spacing-horizontal: 2.5rem;
    --main-spacing-vertical: 2rem;
    --title-spacing: 1.25rem;
    --border-radius-lg: 16px;
    --border-radius-md: 10px;
    --border-radius-sm: 6px;
    --border-radius-xl: 50px;
}

html {
    --border-radius-lg: 16px;
    --border-radius-md: 10px;
    --border-radius-sm: 6px;
    --border-radius-xl: 50px;
    --primary: #1ea8e7;
    --secondary: #6cdbef;
    --tertiary: #5de3c8;
    --quaternary: #558df3;
    --primary-rgb: 30,168,231;
    --secondary-rgb: 108,219,239;
    --tertiary-rgb: 93,227,200;
    --quaternary-rgb: 85,141,243;
    --primary-darker: #1b9ad4;
    --secondary-darker: #61c6d8;
    --tertiary-darker: #54ccb4;
    --quaternary-darker: #4c7dd6;
    --body: #4e4e4e;
    --alternate: #7c7c7c;
    --muted: #afafaf;
    --separator: #e6e6e6;
    --separator-light: #f1f1f1;
    --body-rgb: 59,59,59;
    --alternate-rgb: 124,124,124;
    --muted-rgb: 176,176,176;
    --separator-rgb: 221,221,221;
    --separator-light-rgb: 241,241,241;
    --background: #f9f9f9;
    --foreground: #ffffff;
    --background-rgb: 249,249,249;
    --foreground-rgb: 255,255,255;
    --background-theme: #eaf0f1;
    --background-light: #f8f8f8;
    --gradient-1: #1ea8e7;
    --gradient-2: #21aff0;
    --gradient-3: #23b3f4;
    --gradient-1-lighter: #2abdff;
    --gradient-1-darker: #1fa5e2;
    --light-text: #fff;
    --dark-text: #343a40;
    --light-text-darker: #eeeeee;
    --dark-text-darker: #23272b;
    --light-text-rgb: 255,255,255;
    --dark-text-rgb: 52,58,64;
    --danger: #cf2637;
    --info: #279aac;
    --warning: #ebb71a;
    --success: #439b38;
    --light: #dadada;
    --dark: #4e4e4e;
    --danger-darker: #771a23;
    --info-darker: #19545d;
    --warning-darker: #aa830f;
    --success-darker: #285422;
    --light-darker: #c9c9c9;
    --dark-darker: #282828;
    --body-darker: #333333;
    --alternate-darker: #616161;
    --muted-darker: #888888;
    --separator-darker: #c0c0c0;
    --danger-rgb: 182,40,54;
    --info-rgb: 41,138,153;
    --warning-rgb: 235,183,26;
    --success-rgb: 65,139,56;
    --light-rgb: 218,218,218;
    --dark-rgb: 78,78,78;
    --menu-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
    --menu-shadow-navcolor: 0px 2px 6px rgba(0, 0, 0, 0.05);
    --background-navcolor-light: #fff;
    --background-navcolor-dark: #242424;
    --theme-image-filter: hue-rotate(0deg)
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
    border-bottom: 2px solid White;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 3px solid #d0d3d6;
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.w-60{height: 60% !important;}
.bg-shw{
background: rgb(26 156 170 );
}
.btn-outline{background: none;
    border: 3px solid white;
    color: white;
    }
.btn-outline:hover{box-shadow: 0 0 0 0.25rem #04206c;
    color: #ffffff;
    background: #023f66;
                    
}
.h-100{height: 100% !important;}
.bg-light-dark{background-color: #0f2251;
    color: white;}
.text-white{color: white !important;}

/*** Blog ***/
.blog-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-item .blog-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9));
}

.blog-item .blog-text a {
    color: #FFFFFF;
    transition: .5s;
}

.blog-item .blog-text a:hover {
    color: var(--primary);
}

.blog-item .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}

.h50{height: 50vh!important; width: 100% !important;}

.bg-gry{background: #6e98be !important;}
.btn-dgray{border: 2px solid #02284c;
    color: #022849;}

a.btn.btn-dgray:hover, a.btn.btn-dgray:active {
    background: #009CFF;
    color: white;
    box-shadow: 0 0 0 0.25rem rgba(211,211,211,0.5);
    border-color: white;
}
.btn-primary:hover{box-shadow: 0 0 0 0.25rem rgba(211,211,211,0.5);
    border-color: white;}

.daylight-map {
    position: fixed !important;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px !important;
    padding: 0px !important;
    height: 100vh;
    width: 100%;
}
.modal-body,.modal-footer,.modal-header {
    padding: var(--card-spacing)
}

.modal-content {
    border-radius: var(--border-radius-lg);
    background: white
}

.modal-header {
    border-top-left-radius: var(--border-radius-lg);
    border-top-right-radius: var(--border-radius-lg);
    border-color: #dee2e6
}

.modal-footer {
    border-bottom-left-radius: var(--border-radius-lg);
    border-bottom-right-radius: var(--border-radius-lg);
    border-color: var(--separator)
}

.modal-under-nav .modal-dialog {
    margin-top: var(--nav-size-slim)
}

.modal-close-out .btn-close {
    position: absolute;
    right: 0px;
    z-index: 99999;
    top: 0;
    background: #111111;
    opacity: 1;
    color: var(--primary);
    border-radius: var(--border-radius-md);
    width: var(--input-height);
    height: var(--input-height);
    margin: 0;
    padding: 0
}

@media (max-width: 767.98px) {
    .modal-close-out .btn-close {
        right:0;
        top: -50px
    }
}

.modal-close-out .modal-dialog:not(.modal-dialog-centered) {
    margin-top: var(--nav-size-slim)
}

.modal-right {
    padding-right: 0!important
}

.modal-right .modal-dialog {
    margin: 0 auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 330px
}

.modal-right .modal-body {
    height: 100%!important
}

.modal-right .modal-content {
    min-height: 100%;
    border: initial;
    border-radius: initial;
    border-top-left-radius: var(--border-radius-lg);
    border-bottom-left-radius: var(--border-radius-lg)
}

.modal-right .modal-header {
    flex: 0 0 var(--nav-size-slim);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-left-radius: var(--border-radius-lg)
}

.modal-right .modal-footer {
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    border-bottom-left-radius: var(--border-radius-lg)
}

.modal-right.modal.fade .modal-dialog {
    transform: translate(25%,0)
}

.modal-right.modal.show .modal-dialog {
    transform: translate(0,0)
}

.modal-right.large .modal-dialog {
    max-width: 530px
}

.modal-left {
    padding-left: 0!important
}

.modal-left .modal-dialog {
    margin: 0 auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 330px
}

.modal-left .modal-body {
    height: 100%!important
}

.modal-left .modal-content {
    min-height: 100%;
    border: initial;
    border-radius: initial;
    border-top-right-radius: var(--border-radius-lg);
    border-bottom-right-radius: var(--border-radius-lg)
}

.modal-left .modal-header {
    flex: 0 0 var(--nav-size-slim);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-right-radius: var(--border-radius-lg)
}

.modal-left .modal-footer {
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    border-bottom-right-radius: var(--border-radius-lg)
}

.modal-left.modal.fade .modal-dialog {
    transform: translate(-25%,0)
}

.modal-left.modal.show .modal-dialog {
    transform: translate(0,0)
}

.modal-left.large .modal-dialog {
    max-width: 530px
}

.modal-dialog-scrollable.long .modal-body {
    overflow: initial
}

.modal-dialog-scrollable.long .modal-body .scroll,.modal-dialog-scrollable.long .modal-body .scroll-track-visible {
    max-height: calc(100vh - 25rem)
}

.modal-dialog-scrollable.full {
    max-height: 100%!important
}

.modal-dialog-scrollable.full .modal-content {
    height: 100%;
    min-height: unset
}

.modal-dialog-scrollable.full .modal-body {
    overflow: initial;
    max-height: 100%!important
}

.modal-dialog-scrollable.full .modal-body .scroll,.modal-dialog-scrollable.full .modal-body .scroll-track-visible {
    max-height: 100%;
    height: 100%
}

.modal-dialog-scrollable.short .modal-body {
    overflow: initial
}

.modal-dialog-scrollable.short .modal-body .scroll,.modal-dialog-scrollable.short .modal-body .scroll-track-visible {
    max-height: calc(50vh)
}

.modal.modal-right .os-content {
    padding: 0!important
}

.modal.modal-right .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    padding-right: 0;
    padding-left: 4px
}

.modal.modal-left .os-content {
    padding: 0!important
}

.modal.modal-left .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    padding-right: 4px;
    padding-left: 0
}

.modal-semi-full {
    max-width: 90%;
    height: 95%;
    margin-left: auto;
    margin-right: auto
}

.modal-semi-full .modal-content {
    height: 100%
}
.sidepanel_mt{position: fixed;
    width: 540px;
    right: 0px;
    background: white;
    height: 100vh;
}
a.nav-link{color: #595757;}
.fixed-background {
    background: url(../img/carousel-1.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
 
}
.table>:not(:last-child)>:last-child>*{border: none !important;}
thead, tbody, tfoot, tr, td, th{border: none !important;}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #4a4b4c2b;
    color: var(--bs-table-striped-color);
}
.form-control-xl {
    font-size: 1.6em;
    height: 56px
}

.search-input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    pointer-events: none;
    width: 17px;
    height: 17px
}

.custom-select {
    background: var(--foreground) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23777777' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px
}

.search-input-container {
    position: relative;
    border-radius: var(--border-radius-md)
}

.search-input-container .search-delete-icon,.search-input-container .search-magnifier-icon {
    color: var(--muted);
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    cursor: pointer
}

.search-input-container .search-delete-icon:hover,.search-input-container .search-magnifier-icon:hover {
    color: var(--primary)
}

.search-input-container .search-delete-icon svg,.search-input-container .search-magnifier-icon svg {
    width: 17px;
    height: 17px;
    margin-top: 9px
}

.search-input-container input {
    background: 0 0!important;
    width: calc(100% - 25px);
    border: initial
}

.search-input-container.search-sm .search-delete-icon,.search-input-container.search-sm .search-magnifier-icon {
    width: 28px
}

.search-input-container.search-sm .search-delete-icon svg,.search-input-container.search-sm .search-magnifier-icon svg {
    width: 15px;
    height: 15px;
    margin-top: 4px
}

.form-control:disabled,.form-control[readonly] {
    background: rgba(var(--separator-rgb),.5)!important;
    border-color: rgba(var(--separator-rgb),.5)!important;
    color: var(--muted);
    -webkit-text-fill-color: var(--muted)!important
}

.form-control:disabled~span {
    background: 0 0!important
}

.filled {
    position: relative
}

.filled .form-control {
    min-height: 44px;
    border: 1px solid transparent;
    background: var(--background-light);
    
}


.filled .form-control:disabled,.filled .form-control[readonly] {
    background: rgba(var(--separator-rgb),.5)!important;
    color: var(--muted)
}

.filled .form-control:disabled>svg,.filled .form-control[readonly]>svg {
    color: rgba(var(--alternate-rgb),.25)
}

.filled .form-control-lg {
    min-height: 52px
}

.filled .form-control-sm {
    min-height: var(--input-height)
}

.filled>svg {
    position: absolute;
    top: 12px;
    left: 16px;
    color: rgba(var(--alternate-rgb),.5);
    z-index: 1
}

.filled.lg>svg {
    top: 15px
}

.filled.sm>svg {
    top: 9px;
    font-size: 14px;
    width: 17px;
    height: 17px
}

.filled textarea {
    padding-top: .7rem;
    padding-bottom: .7rem
}

.filled>textarea~svg {
    margin-top: 0;
    top: 14px
}

.filled.custom-control-container {
    min-height: 44px;
    border: 1px solid transparent;
    background: var(--background-light);
    padding-left: 45px;
    border-radius: var(--border-radius-md);
    padding-top: .75rem;
    padding-bottom: .25rem;
    padding-right: .75rem
}

.filled .form-check {
    margin-bottom: initial;
    margin-top: 0
}

[disabled] .filled i {
    opacity: .3
}

.top-label .bootstrap-tagsinput,.top-label .form-control {
    padding: 1.5rem .75rem .25rem .75rem
}

.top-label {
    display: block;
    position: relative
}

.top-label label:not(.form-check-label),.top-label>span:last-of-type {
    position: absolute;
    cursor: text;
    font-size: .7em!important;
    line-height: 1.1rem!important;
    opacity: 1;
    top: .5rem;
    left: .75rem;
    z-index: 1;
    line-height: 1;
    padding: 0 1px;
    background: var(--foreground)
}

.top-label label:not(.form-check-label)::after,.top-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1
}

.input-group .top-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-label textarea~span {
    left: 0!important;
    top: 0!important;
    margin-top: 1px;
    margin-left: 1px;
    padding-left: .75rem!important;
    padding-top: calc(.5rem - 1px)!important;
    width: calc(100% - 2px);
    border-top-left-radius: var(--border-radius-md);
    border-top-right-radius: var(--border-radius-md)
}

.top-label .bootstrap-tagsinput,.top-label .form-control {
    height: auto;
    min-height: 52px
}

.top-label textarea.form-control {
    min-height: 52px;
    height: initial
}

.top-label select.form-control:not([size]):not([multiple]) {
    height: auto;
    min-height: 52px;
    padding: 1.7rem .75rem .5rem .5rem
}

.top-label label:not(.form-check-label),.top-label>span {
    color: var(--muted)
}

.top-label .bootstrap-tagsinput.form-control-lg,.top-label .form-control.form-control-lg {
    min-height: 62px;
    height: auto;
    padding: 1.8rem .75rem .5rem .75rem
}

.top-label textarea.form-control.form-control-lg {
    min-height: 62px;
    height: auto;
    padding: 1.8rem .75rem .5rem .75rem
}

.top-label select.form-control.form-control-lg:not([size]):not([multiple]) {
    min-height: 62px;
    height: auto;
    padding: 1.8rem .75rem .5rem .75rem
}

.top-label .bootstrap-tagsinput.form-control-sm,.top-label .form-control.form-control-sm {
    min-height: 44px;
    height: auto;
    padding: 1.4rem .75rem .25rem .75rem
}

.top-label textarea.form-control.form-control-sm {
    min-height: 44px;
    height: initial;
    padding: 1.4rem .75rem .25rem .75rem
}

.top-label select.form-control.form-control-sm:not([size]):not([multiple]) {
    min-height: 44px;
    height: auto;
    padding: 1.4rem .75rem .25rem .75rem
}

.top-label .form-check {
    margin-left: 4px;
    margin-bottom: initial;
    margin-top: 0
}

.top-label.custom-control-container {
    border: 1px solid var(--separator)!important;
    background: var(--foreground)!important;
    border-radius: var(--border-radius-md)!important;
    color: var(--alternate)!important;
    padding: 1.5rem .75rem .1rem .75rem!important;
    height: auto;
    min-height: 52px
}

input:-webkit-autofill,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--body);
    border-color: var(--separator)!important;
    box-shadow: 0 0 0 1000px var(--foreground) inset!important;
    -webkit-box-shadow: 0 0 0 1000px var(--foreground) inset!important;
    background-color: initial!important;
    background-clip: content-box!important
}

input:-webkit-autofill~label,select:-webkit-autofill~label,textarea:-webkit-autofill~label {
    transition: initial
}

input:-webkit-autofill:focus,select:-webkit-autofill:focus,textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--body);
    border-color: rgba(var(--primary-rgb),1)!important;
    box-shadow: 0 0 0 1000px var(--foreground) inset!important;
    -webkit-box-shadow: 0 0 0 1000px var(--foreground) inset!important;
    background-color: initial!important;
    background-clip: content-box!important
}

.filled input:-webkit-autofill,.filled input:-webkit-autofill:focus,.filled input:-webkit-autofill:hover,.filled select:-webkit-autofill,.filled select:-webkit-autofill:focus,.filled select:-webkit-autofill:hover,.filled textarea:-webkit-autofill,.filled textarea:-webkit-autofill:focus,.filled textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--body);
    border-color: var(--separator)!important;
    box-shadow: 0 0 0 1000px var(--separator-light) inset!important;
    -webkit-box-shadow: 0 0 0 1000px var(--foreground) inset!important;
    background-color: initial!important;
    background-clip: content-box!important
}

.form-check-input[type=checkbox] {
    border-radius: var(--border-radius-sm)
}

.form-switch.form-check {
    padding-left: 2.5em
}

.form-switch.form-check .form-check-input {
    margin-left: -2.5em
}

.form-switch .form-check-input {
    border-radius: var(--border-radius-md)
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check.custom-icon .content {
    display: flex!important;
    flex-direction: column
}

.custom-select.borderless, .form-control.borderless, .form-select.borderless {
    border: initial;
    box-shadow: initial;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#searchPagesResults {
    list-style: none;
    padding-left: 0;
}
.text-muted {
    color: #6c757d !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
#searchPagesResults .auto-complete-result-item {
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-md)!important;
    border: 1px solid var(--separator)!important;
    margin-bottom: 5px;
}
#searchPagesResults .auto-complete-result-item.autoComplete_selected, #searchPagesResults .auto-complete-result-item:hover {
    border: 1px solid var(--primary)!important;
    cursor: pointer;
}
.text-small {
    font-size: .7em!important;
    font-weight: initial!important;
}

.hpmeter{
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 99;
}
.hp_svg_m{opacity: 0.5; cursor: pointer;}
.hp_svg_m:hover{opacity: 1;}
.hp_svg_m.active{opacity: 1 !important;}
.mt-3{margin-top: 3rem;}
.mb-3{margin-bottom: 3rem;}
.txt-are_hp{display: block!important;
    box-sizing: border-box!important;
    border: 1px solid #fff;
    padding: 5px 15px 5px 15px !important;
    margin: 0!important;
    width: 100%;
    height: 6.5em;
    border-radius: 0.36364vw!important;
    box-shadow: 0 1px 0.54545vw 0 rgba(0, 0, 0, .2)!important;
    background: #fff none!important;
    outline: none!important;
    cursor: text!important;}
.form-floating>.form-control, .form-floating>.form-select {
    height: auto;
    min-height: 52px;
    padding: 0.85rem 0.75rem;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}
button.btn.btn-default{margin-right: 1rem; background-color: rgba(0, 0, 0, .5); color: white;}
textarea.form-control {
    height: initial;
    overflow: hidden!important;
    line-height: 4rem;
    height: 7.5rem !important;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.custom-select, .form-control, .form-select {
    font-size: 1em;
    height: auto;
    min-height: var(--input-height);
    color: var(--body);
    box-shadow: initial !important;
    background-color: var(--foreground);
    border-color: var(--separator);
    border-radius: var(--border-radius-md);
    filter: none;
    transition: border-color .15s ease-in-out;
}
.form-floating>label {
    color: var(--alternate);
    padding: 0.85rem 0.75rem;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out;
}


html body .m-r-20 {
    margin-right: 20px;
}
.card .card-title {
    position: relative;
    height: 75px;
}
.card-title {
    margin-bottom: 0.75rem;
}
h4 {
    line-height: 22px;
    font-size: 18px;
}
.lstick {
    width: 2px;
    background: rgb(26,156,170);
    height: 30px;
    margin-left: -20px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
}
.card-no-border {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.card {
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, .1)
}

.card .card-body {
    padding: 15px 15px 10px
}

.card .card-body.table-full-width {
    padding-left: 0;
    padding-right: 0
}

.card .card-header {
    padding: 15px 15px 0;
    border: 0
}

.card .card-header:not([data-background-color]) {
    background-color: transparent
}

.card .card-header .card-title {
    margin-top: 10px
}
.bg-bl{background: rgb(13 24 67);}

.bg-gl{background: rgb(124 130 152);}
.small-title {
    font-family: var(--font-heading);
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1em;
    color: var(--primary);
    height: var(--small-title-height);
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.card {
    background: var(--foreground);
    border-radius: var(--border-radius-lg);
    border: initial;
}
.hover-scale-up {
    backface-visibility: hidden;
    transition: transform var(--transition-time-short);
}
.cursor-pointer {
    cursor: pointer;
}
.sh-19 {
    height: 7.5rem !important;
}
.btn-primary{background-color: var(--primary) !important; border: none !important;}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.127);
    border-radius: 16px;
}
.sw-15{width: 15rem;}
.h-100.d-flex.flex-column.justify-content-between.card-body.align-items-center {
    padding: 1.5rem !important;
}
.card .card-body, .card .card-footer, .card .card-header {
    padding: var(--card-spacing);
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.h-100 {
    height: 100% !important;
}
.rounded-xl {
    border-radius: var(--border-radius-xl) !important;
}
.bg-gradient-light {
    background-image: linear-gradient(160deg, var(--primary), var(--primary), var(--primary)) !important;
}
.sw-5 {
    width: 2.5rem !important;
}
.sh-5 {
    height: 2.5rem !important;
}
.lh-1 {
    line-height: 1 !important;
}
.heading {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: .7em;
}
.text-small {
    font-size: .7em !important;
    font-weight: initial !important;
}
.text-primary {
    color: var(--primary) !important;
}
div#widget-meter4, div#widget-meter3, div#widget-meter2, div#widget-meter {
    width: 100px !important;
    height: 100px !important;
    margin-top: -2rem;
}
.custom-legend-container{display: block;
    margin-top: -1.5rem;
    width: 100px;
    font-size: 0.7rem;}
    text.label-percent{display: none !important;}
    .map-tool1, .map-tool3 {
        position: absolute;
        overflow: hidden;
        bottom: 0rem;
        left: 0.5rem;
        width:800px;
    }
    .arc.chart-empty{fill: #8f8f8f;}
.needle, .needle-center{fill:#3a3939;}
.bg-darkfrom{
    background-color: #111 !important;
    color: var(--background);
}
.form-control:disabled, .form-control:read-only {
    background-color: #ffffff;
    opacity: 1;
}
.bg-sel{
    padding: 0.2rem;
    background: #111111;
    border-radius: .5rem;
}
.icon-btns{    margin-left: 1rem;
    padding: .5rem;
    background: #ffffff47;
    border-radius: .5rem;}
    .icon-home {
        padding: .8rem;
        background: var(--primary);
        border-radius: 5rem;
    }
    .border0{border: none !important;}
    
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    display: flex;
    align-items: center;
  }
  
  .obj {
    width: 6px;
    height: 0px;
    background: #17a2b8;
    margin: 0 3px;
    border-radius: 10px;
    animation: loading 1.2s infinite;
  }
  
  .obj:nth-child(2){
    animation-delay: 0.15s;
  }
  .obj:nth-child(3){
    animation-delay: 0.3s;
  }
  .obj:nth-child(4){
    animation-delay: 0.45s;
  }
  .obj:nth-child(5){
    animation-delay: 0.6s;
  }
  .obj:nth-child(6){
    animation-delay: 0.75s;
  }
  .obj:nth-child(7){
    animation-delay: 0.9s;
  }
  .obj:nth-child(8){
    animation-delay: 1.05s;
  }
  
  @keyframes loading {
    0% {
      height: 0;
    }
    50% {
      height: 50px;
    }
    100% {
      height: 0;
    }
  }
  .map-tool2{
    position: absolute;
    width: 100%;
    bottom: 0;
  }


  .bg-cov {
    --dot-bg: #ffffff;
    --dot-color: #dee2e6;
    --dot-size: 1px;
    --dot-space: 4px;
    background: linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space), linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space), var(--dot-color);
    box-shadow: 0px 0px 2px 2px #30313185;
    border: 2px solid var(--primary);
}

  .pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(36, 36, 36, 0.622);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(2, 2, 2, 0.629);
    }
  }
  .lg-img{height: 3rem;}
    .large-img{height:3.5rem;}
    .bg-clear {
        padding: 0.2rem;
        background: #ffffff42;
        border-radius: .5rem;
    }
    .bg-clearfrom {
        background-color: #ffffff00 !important;
        color: var(--background);
    }
    .logo-img img{width: 80%; position: relative; text-align: center; left: 0px; margin-top: -145px;}

    .logo-img {
        left: 15%;
        bottom: 65%;
        left: 0;
        right: 0;
        bottom: 0;
        top: -151px;
        margin: 0 auto;
        text-align: center;
    }
    .login-page {
        width: 432px;
        position: relative;
        top: 32%;
        padding: 0px 0;
        border: 4px solid #00a1ae;
        border-radius: 30px;
        background-color: #f4f4f4;
    }
    .login-page .register-form {
        margin-top: 30px;
        text-align: center;
    }
    .login-page h1 {
        color: #00a1ae;
        text-align: center;
        font-size: 45px;
    }
    .fm-style input{border: none;
        border-bottom: 1px solid #c0262c;
        padding: 5px 5px;
        box-sizing: border-box;
        outline: none;}
        .crm_body_bg-emp {
            background-image: url(../img/log-1.png);
            position: relative;
            height: 100vh;
            background-size: cover;
            width: 100%;
            overflow: hidden;
        }
        .btn-abs{position: absolute;
            right: .5rem;
            top: 50%;}
        .icon-btnst{padding: .5rem;
            background: #2f2e2e;
            border-radius: .5rem;}
            .im_tire img {
                height: 4rem;
                width: 4rem;
                padding: 0.3rem 0.2rem;
                border-radius: 2.5rem;
            }
        .Map_layers{padding: .5rem;
            display: none;
            background: #2f2e2e;
            margin-top: 1rem;
            border-radius: .5rem;}
            .ms-label{
                padding-left: 1rem;
                display: none;
    font-weight: bolder;
    color: #1a9caa;
            }
           .btn-abst { transition-delay:1s;}
            .map_lyr .ms-label, .map_lyr .Map_layers {display: block !important;}

          .level-legends .levels {
                display: flex
            ;
                justify-content: space-between;
            }
            .level-legends .levels {
                background: linear-gradient(to right, #9CD84E 16.6%, #FACF39 100%);
                height: 8px;
                border-radius: 2px;
            }
            .air-map-container .air-map-col .level-legends .levels {
                display: flex
            ;
                justify-content: space-between;
            }
          .level-legends .levels {
                background: linear-gradient(to right, #9CD84E 16.6%, #FACF39 100%);
                height: 8px;
                border-radius: 2px;
            }
            .air-map-container .air-map-col .level-legends .levels {
                display: flex
            ;
                justify-content: space-between;
            }
            .level-legends .levels {
                background: linear-gradient(to right, #9CD84E 16.6%, #FACF39 100%);
                height: 8px;
                border-radius: 2px;
            }
            .level-legends.web-top-legends {
                position: absolute;
                bottom: 1.5rem;
                right: 0.5rem;
            }
         .level-legends span {
                width: 40px;
                display: inline-block;
                position: relative;
                margin-top: -2rem;
            }

            .modal-fullscreen {
                width: 100vw;
                max-width: none;
                height: 60vh;
                margin: 0;
                margin-top: 40vh;
            }
            .btn-outline-primary {
                color: var(--primary) !important;
                border-color: var(--primary) !important;
            }
            .btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
                color: #FFF;
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }
            button.dt-button.buttons-html5{
                background: white;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    border-radius: .5rem;
}
button.dt-button.buttons-html5:hover, button.dt-button.buttons-html5:active {background: var(--primary) !important;
color: #fff !important;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid var(--primary) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {background: var(--primary) !important;
    color: #fff !important;border: none;
    border-radius: .5rem;}
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #1792a545 !important;
        border: none;
        border-radius: 0.5rem;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        background:none !important;
        border: none;
        border-radius: 0.5rem;
    }
    .datepicker table tr td.active, .datepicker table tr span.month.active, .datepicker table tr span.year.active{background: var(--primary) !important;  border-radius: 0.5rem; color: white;}
    .datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
        cursor: pointer;
        padding: 0.5rem !important;
    }
    .datepicker > div {
        font-family: 'Nunito Sans' !important; padding: 0.5rem;
    }
    
    a.im_tire.active img{border: 2px solid var(--primary);}

    .w-100 .select2 {
    width: 100% !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    box-shadow: initial
}

.select2-container--bootstrap4 .select2-selection {
    color: var(--body);
    box-shadow: initial!important;
    background-color: var(--foreground);
    border: 1px solid var(--separator)!important;
    border-radius: var(--border-radius-md)!important;
  height: var(--input-height)!important;
    font-size: 1em
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .25rem .75rem .375rem .75rem;
    min-height: var(--input-height)
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0;
    margin-top: 6px;
    line-height: 1.4;
    background: initial;
    color: var(--body)
}

.select2-container--focus .select2-selection,.select2-container--open .select2-selection {
    border: 1px solid rgba(var(--primary-rgb),1)!important
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.8;
    color: var(--body)
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: 1.8;
    color: var(--muted)
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    margin-top: 3px
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    margin-top: -3px
}

.select2-container--bootstrap4 .select2-dropdown {
    border: 1px solid rgba(var(--primary-rgb),1)!important;
    padding: .75rem;
    border-radius: var(--border-radius-md)!important;
    background: var(--foreground)
}

.select2-search--dropdown .select2-search__field {
    border-radius: var(--border-radius-sm);
    height: 28px;
    font-size: .9em;
    padding: .25rem .75rem;
    background-color: var(--foreground);
    border-color: var(--separator);
    border-radius: var(--border-radius-sm);
    color: var(--body)
}

.select2-search--dropdown {
    padding: 0;
    margin-bottom: 5px
}

.select2-results__option {
    padding: .5rem .75rem!important;
    line-height: 1.3
}

.select2-container--bootstrap4 .select2-results__option--highlighted,.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    cursor: pointer;
    color: var(--primary);
    background: var(--separator-light)!important;
    border-radius: var(--border-radius-sm)
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
    color: var(--primary)!important
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border: initial;
    border-top: 1px solid var(--alternate);
    border-right: 1px solid var(--alternate);
    transform: rotate(135deg);
    width: 5px;
    height: 5px;
    margin-top: -4px
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: .1rem .75rem 0 .75rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    padding-left: .25rem
}

.select2-selection__choice__remove {
    border: initial;
    background: initial;
    color: var(--alternate)
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    border-radius: var(--border-radius-sm);
    color: var(--body);
    border-color: var(--separator);
    margin-top: 5px;
    margin-right: 5px;
    line-height: 1.3
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
    background: var(--separator-light)!important;
    border-radius: var(--border-radius-sm)
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--primary)!important
}

.w-100 .select2 {
    width: 100%!important
}

.top-label .select2-selection {
    min-height: 52px!important
}

.top-label .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1.5rem .75rem .25rem .75rem!important
}

.top-label .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1.5rem .75rem 0 .75rem!important
}

.top-label .select2-container .select2-selection--multiple .select2-selection__rendered .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    padding-left: initial
}

.filled .select2-selection {
    min-height: 44px!important;
    border: 1px solid transparent!important;
    background: var(--background-light)!important
}

.filled .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 45px;
    padding-top: 9px
}

.filled .select2-container--open .select2-selection {
    border: 1px solid rgba(var(--primary-rgb),1)!important;
    background: initial!important
}

.filled .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 45px;
    padding-top: 5px
}

.filled .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: var(--alternate)
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--muted)
}

.hide-search-searching .select2-search {
    display: none
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection {
    background: rgba(var(--separator-rgb),.5)!important;
    color: var(--muted);
    border-color: var(--separator)
}

.form-floating .select2-selection {
    height: auto;
    min-height: 52px!important;
    padding: 1rem 0
}

.form-floating .select-floating~label {
    -webkit-transform: initial;
    transform: initial;
    color: var(--alternate);
    transition: initial
}

.form-floating .select2.full~label,.form-floating .select2.show~label {
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    color: var(--muted);
    transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}

.form-floating .select2.full~.select2 .select2-selection,.form-floating .select2.show~.select2 .select2-selection {
    padding-top: 1.25rem;
    padding-bottom: 0
}

.option-circle {
    width: 15px;
    height: 15px;
    border: 1px solid var(--primary)
}

.select2-dropdown {
    z-index: 1061
}

@media (max-width: 991.98px) {
.icon-home{display: none;}
.map-tool3 .bg-cov, .map-tool3, .map-tool1{width: 100% !important;}
.map-tool3{  left: 0rem !important; overflow-y: scroll;}
.map-tool1 {
    position: fixed !important;
    overflow-y: scroll !important;
    bottom: 0rem !important;
    left: 0rem !important;
    height: 50vh;
    z-index:999;
 
}

}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #00000036;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #f5f5f54f;
}

::-webkit-scrollbar-thumb
{
	background-color: #00000066;
	/* border: 2px solid #c0baba; */
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered{line-height: 2!important;}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background: #1a9caa45 !important;
    border-radius: 0.5rem !important;
}
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 0.5rem !important;
    text-align: center;
}

li.nav-item{padding-right: 1.5rem; cursor: pointer;}
a.nav-items{color: #111111;}
a.nav-items.active {
    color: var(--primary);
    font-weight: 800;
    border-bottom: 2px solid;
}