.min-w-6perc {
    min-width: 90px !important;
}

.min-w-8perc {
    min-width: 8% !important;
    width: 10em;
}

.min-w-10perc {
    min-width: 10% !important;
    width: 10em;
}

.min-w-12perc {
    min-width: 12% !important;
    width: 10em;
}

.min-w-18perc {
    min-width: 18% !important;
    width: 10em;
}

.smart-footer {
    font-size: 12px;
    margin-top: 20px;
}

.smart-footer-login {
    font-size: 13px;
    position: fixed !important;
    bottom: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    background: #f6f8f9 !important;
}

.smart-footer-main {
    font-size: 12px;
    position: fixed;
    z-index: 999;
    text-align: center !important;
    bottom: 0;
}

.width-5em {
    width: 5em;
}

.sbar-active {
    background: rgba(0, 0, 0, .1);
    border-left: 2px solid #137eff !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

tr {
    text-align: -webkit-center !important;
}

.w8em {
    width: 8em;
}

.img-circle-border {
    border-radius: 50% !important;
    border: 1px solid #B9BBBBFF !important;
    padding: 0px !important;
}

#map {
    display: flex;
    height: 50%;
    width: 100%;
}

#map-proposal {
    display: flex;
    height: 100%;
    width: 100%;
    min-height: 600px;
}

.geocoder {
    min-width: 100% !important;

}

.mapboxgl-ctrl-geocoder--input {
    height: calc(3.5rem + 2px) !important;
}

.mapboxgl-ctrl-geocoder--icon {
    margin-top: 12px;
}

.form-map {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.form-map-button {
    margin-top: 1.8rem !important;;
}


.form-map-div {
    margin-top: 1.2rem !important;
}

.select2-selection__choice {
    background-color: #137eff !important;
    border: 1px solid #137eff !important;;
}


#selected_results .select2-selection__choice {
    background-color: #7460ee !important;
    border: 1px solid #7460ee !important;;
}

#selected_results .select2-selection__choice__remove {
    background-color: #7460ee;
}


.select2-selection__choice__remove {
    color: #ffffff !important;
    font-size: 1.2em;
    padding-right: 5px;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

@media (min-width: 1600px) {
    .mb-xl-01 {
        margin-bottom: 0.25rem !important;
    }
}

.fa-resize:hover {
    font-size: 2em !important;
    transition: 0.2s ease-out !important;
}

.name-footer {
    background: #ffffff;
    font-size: 15px;
    width: 100%;
    padding: 0.8em 0 0.5em 0;
    color: #6659f7;
}

.icon-card-dash {
    font-size: 2.5em !important;
}

.text-card-dash {
    font-size: 1.6em !important;
}

.title-card-dash {
    font-size: 1.5em !important;
}

.data-card-dash {
    font-size: 3.3em !important;
}

.index-card-dash {
    font-size: 2.8em !important;
}

.main-card-dash {
    font-size: 2.5em !important;
}

.text-info-notes {
    font-size: 1.3em !important;
    line-height: 2.3em !important;
    text-align: justify;
}

.card-title {
    padding: 7px !important;
    margin: 0 !important;
}

/* MAP PROPOSAL READY */
.sidebar-map {
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.heading-map {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #137eff;
    color: #fff;
}

.heading-map .card-title-locales {
    padding: 15px 10px 10px 10px;
    align-content: center;
}

.listings-map {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

.listings-map .item {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
}

.listings-map .item:last-child {
    border-bottom: none;
}

.listings-map .item .title {
    display: block;
    color: #137eff;
    font-weight: 700;
}

.listings-map .item .title small {
    font-weight: 400;
}

.listings-map .item.active-item .title,
.listings .item .title:hover {
    color: #6610f2;
    text-decoration: underline;
}

.listings-mp .item.active-item {
    background-color: #f8f8f8;
}

.marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px;
    background-image: url(../images/icon/marker56.png);
}

/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 20px;
    ;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    font-family: var(--bs-font-sans-serif);
    padding: 5px;
    width: 500px;
}

.mapboxgl-popup-content h3 {
    background: #6610f2;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.9em;
    color: #fff;
    margin: -20px 0px 5px 0px;
    border-radius: 3px 3px 0 0;
    font-weight: 600;
}

.mapboxgl-popup-content div {
    padding-bottom: 2px;
}

.mapboxgl-popup-content p {
    font-size: 1em;
    text-align: center;
    margin-bottom: 0px;
}

.mapboxgl-popup-content table {
    table-layout : fixed;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    border: none;
    border-collapse: collapse;
    margin-top: 5px;
  }

.reach {
    margin-bottom: 10px !important;
}

.reach th {
    line-height: 1.5em !important;
    background-color: #98c4e8 !important;
    font-size: 1.2em !important;
  }

.hover_img a {
    font-size: 2.3em;
}
.hover_img a span {
    position:absolute;
    display:none;
    z-index:99;
    bottom: 20px;
    margin-left: 35px;
}

.hover_img a:hover span {
    display:block;

}

.hover_img img {
    width: 80%;
    height: 80%;
}

.mapboxgl-popup-content i {
    margin-top: 20px !important;
}

.popup-icon-first {
    margin-right: 15px;
}

.popup-icon {
    margin-left: 10px;
}

.mapboxgl-popup-content th {
    background-color: #98c4e8;
    color: #FFFFFF;
    letter-spacing: 0.03em;
  }

.mapboxgl-popup-content td {
    font-size: 1.1em;
    letter-spacing: 0.03em;
    border-left: 1px solid #6c757d;
  }

.mapboxgl-popup-content td:first-child {
    border-left: none;
}

.for-charts {
    min-height: 400px !important;
    max-height: 600px !important;
}

.breadcrumb > li + li:before {
    content: '>' !important;
    font-size: 14px !important;
}

.padding-label {
    padding: 7px;
}

.hidden-5 {
    display: none !important;
}

.text-normal {
    color: #6a7a8c;
}

.smart-small-text {
    font-size: 0.85em !important;
}

.smart-transform-y {
    transform: translateY(90%) !important;
}

#pano {
    width: 100%;
}

.low {
    background-color: #ffbbbb85;
}

.swal-button--cancel:hover {
    background-color: #1170e5 !important;
}

.swal-button--confirm:hover {
    background-color: #e05034 !important;
}

.swal-footer {
    text-align: center !important;
}

.swal-footer button {
    min-width: 100px !important;
}

.spinner-border-md {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.2em;
    margin-left: 3em;
}
