.panel-info {
    max-height: 100%;
    overflow-y: scroll;
}

.panel-info .panel-body {
    max-height: 100%;
}

.m-h-100 {
    max-height: 100%;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}
.justify-start {
    justify-content: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.text-center  {
    text-align: center;
}

.margin-r-10 {
    margin-right: 10px;
}

.inl-55 {
    width: 55%;
}

.margin-r-3 {
    margin-right: 3px;
}

.margin-r-5 {
    margin-right: 5px;
}

.justify-btween  {
    justify-content: space-between;
}

.margin-bt-10 {
    margin-bottom: 10px;
}
.margin-t-50 {
    margin-top: 50px;
}

.margin-bt-20 {
    margin-bottom: 20px;
}

.margin-bt-10 {
    margin-bottom: 10px;
}

.relative {
    position: relative;
}

#gradientScale { 
    width: 400px;
    margin-left: 0;
}

.gradient-scale {
    position: relative;
    width: 80%;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    margin-top: 30px;
}

.gradient-scale .line {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 5px;
}

.gradient-scale .tick {
    position: absolute;
    height: 10px;
    width: 2px;
    background-color: #333;
    top: -5px;
}

.gradient-scale .label {
    display: flex;
    width: 100%;
    padding-top: 8px;
    justify-content: space-between;
    color: #555;
}

.gradient-scale .label span {
    font-size: 12px;
}

.chart-bar-wrapper {
    margin-top: 35px;
    /* align-items: center; */
}

.chart-bar .title {
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: bold;
}

.chart-bar .legend-sc {
    margin-left: 30px;
}

.leaflet-map .legend.leaflet-control {
    display: none!important;
}

.legend.leaflet-control h4 {
    font-size: 16px;
    text-align: left;
}

.legend.leaflet-control span {
    font-size: 14px;
}

.leaflet-popup-pane {
    z-index: 500;
}

.sharethis-inline-share-buttons {
    text-align: right!important;
}

.gradient-text-title { 
    position: absolute;
    bottom: 83px;
    width: 100%;
    color: #111;
    font-size: 15px;
}

.gradient-text-title-r {
    left: 430px;
}

.legend-title { 
    /* position: absolute;
    bottom: -2px; */
    width: 100%;
    color: #111;
    font-size: 15px;
}

.gradient-text {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #111;
    text-align: center;
    font-size: 13px;
}

.chart-bar-wrapper .leaflet-control span {
    display: inline-block;
    margin-top: 3px;
    font-size: 13px;
}

.card-header div {
    font-size: 20px;
}

.indicator-wrapper {
    position: absolute;
    left: 0;
    width: 300px;
    top: 0;
    background-color: red ;
    z-index: 9999999999999;
}

.menu-item-select {
    position: relative; 
    display: block;
    width: 233px;
}

.menu-item-select select { 
    max-width: 100%;
}

.select2-container.select2-container--default.select2-container--open { 
    z-index: 999999;
}

.menu-item-select .select2-selection__rendered {
    display: flex!important;
    justify-content: start!important;
    flex-wrap: wrap;
}

.menu-item-select .select2-selection__clear {
    display: none;
}
.menu-item-select .select2-results__option {
    font-size: 14px!important;
}

.select2-results__options {
    font-size: 14px;
    line-height: 18px;
    width: auto!important;
    background-color: #fff!important;
}

.select2-selection__choice__remove {
    opacity: 0;
}

.select2-selection__choice  {
    text-wrap: wrap;
    overflow: hidden;
}

.select2-dropdown.select2-dropdown--below {
    width: auto!important;
}

.select2-container--default .select2-results>.select2-results__options {
    height: 300px;
    max-height: none;
    overflow-x: hidden;
}

.light-style .select2-container--default .select2-results__option {
    padding: 0.2375rem 0.435rem;
}

body {
    overflow-x: hidden!important;
}

.select2-results__group {
    cursor: pointer;
}

/* .share-icons {
    margin-bottom: 30px;
} */

.share-icons .st-custom-button {
    margin-left: 15px;
    cursor: pointer;
}

.share-icons .st-custom-button img, .share-icons .st-custom-button svg {
    width: 30px;
    height: 30px;
    color: #111;
}

.share-icons .st-custom-button img.rounded {
    border-radius: 50%;
}

.share-icons .st-custom-button.email {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c2c2c2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.share-icons .st-custom-button.email img {
    filter: invert(100%);
    width: 18px;
    height: 18px;
}

.abs-icon-maximize {
    position: absolute;
    top: -4px; 
    justify-content: center;
    align-items: center;
    right: 10px;
}


.abs-icon-maximize .st-custom-button img,
.abs-icon-maximize .st-custom-button svg {
    width: 25px;
    height: 25px;
    color: #111;
}

#save_image_locally  {
    margin-top: 13px;
    margin-right: 10px;
}

.map-card.active {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    width: 86.5%;
    height: 100%;
    z-index: 99999;
}

.select2-results .select2-results__group {
    cursor: pointer;
}

.app-brand .layout-menu-toggle i { 
    font-size: 20px!important;
}

.leaflet-popup-content h4 { 
    font-size: 14px;
    margin-bottom: 5px;
    padding-right: 10px;
}

.leaflet-popup-content p {
    margin: 10px 0;
    font-size: 12px;
}


.demo-inline-spacing-colors .active {
    opacity: 0.4!important;
}

.bw {
    filter: grayscale(100%);
}

.share-icons.desktop {
    display: flex;
}

.share-icons.mobile {
    display: none;
}

.header-titles {
    display: flex;
}

@media screen and (max-width: 1199px) {
    .header-titles {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .share-icons.desktop {
        display: none;
    }
    .share-icons.mobile {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .layout-menu-toggle {
        display: none!important;
    }
}

.header-titles .burger {
    margin-left: 30px;
}

.header-titles .burger img {
    margin-top: 2.5px;
    height: 25px;
    width: auto;
}

.layout-menu.mob-active {
    transform: none;
}