@import url("https://fonts.googleapis.com/css?family=Poppins:100, 200, 200i, 300, 400, 500, 600, 700, 800, 900&display=swap");
    .white-bg {
    background: #ffffff;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

.btn-primary {
    background-color: #2982e5 !important;
}

/*
    MAP
*/
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.marker {
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

/* por análise */
.marker-danger {
    background-image: url(../img/map-marker-danger.png);
}

/* em análise */
.marker-warning {
    background-image: url(../../frontend/img/map-marker-warning-edit.png);
    /*background-image: url(../../frontend/img/map-marker-warning.png);*/
}

/* concluido */
.marker-success {
    background-image: url(../img/map-marker-success.png);
}

.mapboxgl-popup-content {
    text-align: center;
    font-size: 0.83rem;
}

button.mapboxgl-popup-close-button {
    color: initial !important;
    font-size: x-large !important;
    outline: none !important;
}

button.mapboxgl-popup-close-button:focus-visible {
    outline: none !important;
}

.section-mapa #map {
    height: 600px;
    position: relative !important;
}

/* Buttons map */
.menu-map {
    position:absolute;
    z-index:1;
    top:10px;
    right:10px;
    border-radius:3px;
    width:120px;
}
.menu-map button {
    font:13px/20px 'Helvetica Neue', sans-serif;
    background:#3887be;
    color:#fff;
    display:block;
    width:100%;
    margin:0;
    padding:0;
    padding:10px;
    border:none;
    border-bottom:1px solid rgba(0,0,0,0.25);
    cursor:pointer;
}
.menu-map button:first-child {
    border-radius:3px 3px 0 0;
}
.menu-map button:last-child {
    border-radius:0 0 3px 3px;
    border:none;
}
.menu-map button.active,
.menu-map button:hover {
    background-color:#52a1d8;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {

    .map-new#map{
        min-height: 600px!important;
        position: relative !important;
    }

}


/*
    Indicators
*/
.section-indicators .card {
    color: #fff;
}
.section-indicators .card {
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 5px;
}

.section-indicators .card .card-block, .card .card-body {
    padding: 20px 25px;
}

.section-indicators .card-body {
    flex: 1 1 auto;
    padding: 25px;
}

.section-indicators .text-end {
    text-align: right!important;
}

.section-indicators h2, .section-indicators .h2 {
    font-size: 32px;
}

.section-indicators .float-start {
    float: left!important;
}

.section-indicators .float-end {
    float: right!important;
}

.img-map-popup {
    text-align: center;
    padding-top: 10px;
}

.img-map-popup img {   
    max-height: 190px;
}

@media only screen and (min-width: 991px) {
    .section-indicators .col-xl-3 {
        max-width: 20%; 
    }
    
}

/*
    FORM
*/
form [class^="col-"], form [class*=" col-"] {
    margin-bottom: 15px;
}

.nice-select.open .list {
    width: 100% !important;
}

.custom-file-label::after {
    content: "Procurar";
}


.badge {
    line-height: 1.5;
}

.loading-spinner {
	display: none;
}


.widget-title {
    position: relative;
    font-size: 24px;
    padding-left: 15px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.widget-title:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 47px;
    bottom: 6px;
    left: 15px;
    background-color: #2982e5;
}

.widget-title:after {
    position: absolute;
    content: '';
    height: 9px;
    width: 9px;
    bottom: 2px;
    left: 15px;
    background-color: #2982e5;
    border-radius: 50%;
}

.hide {
    display: none;
}

.alert {
    padding: 0.4rem 1.25rem;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.page-item.active .page-link {
    background-color: #2982e5;
    border-color: #2982e5;
}

.page-link {
    color: #2982e5;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 30px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: inherit;
    margin-top: 0;

}

@media only screen and (max-width: 600px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}