/* Classe principal de tamanho, e localizaÃ§ÃĢo */
.map-marker {
    position: absolute;
    bottom: 0;
    left: -50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    left: 75%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

/* Classe do miolo do marker onde vai o texto */
.map-marker-content {
    order: 1;
    position: relative;
    left: -50%;
    background-color: #026bb5;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #444;
    padding: 3px;
    white-space: nowrap;
    color: #ffffff;
}

/* Cria a flechinha  */
.map-marker-arrow {
    order: 2;
    width: 0px;
    height: 0px;
    left: 50%;
    border-style: solid;
    border-color: #444 transparent transparent transparent;
    border-width: 10px 6px 0 6px; /*[first number is height, second/fourth are rigth/left width]*/
    margin-left: -6px;
}

/* Classe que sobrepÃĩe as cores da classe da flecha */
.map-marker.inactive {
    opacity: 0.5;
}

.map-marker.bluemarinho > .map-marker-content {
    border-color: #029ed6;
}
.map-marker.bluemarinho > .map-marker-arrow {
    border-top-color: #029ed6;
}

.map-marker.gray-1 > .map-marker-content {
    background-color: #5d5f61;
}

.map-marker.gray-1 > .map-marker-content {
    border-color: #7e8081;
}
.map-marker.gray-1 > .map-marker-arrow {
    border-top-color: #7e8081;
}

/*Dashboard*/

/* Marker nome do entregador*/
.map-fleet-marker-name {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    left: 50%;
    padding: 5px 6px;
    position: absolute;
    top: -332%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 250;
}


@media (prefers-color-scheme: dark) {
    .map-fleet-marker-name {
        background-color: #FFF;
        color: #000;
    }
}

/* Marker nome do entregador no dashboard novo*/
/* .map-fleet-marker-name-content .map-fleet-marker-name {
    padding: 5px;
    bottom: 26px;
    right: -6px;
} */

/* Marker ícone do modal */
.map-fleet-marker-modal-icon {
    background-color: #2fd39c;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    left: -190%;
    padding: 1.5px 3px;
    position: absolute;
    top: -430%;
}

/* Marker ícone da filiação */
.map-fleet-marker-association-icon {
    background-color: #2fd39c;
    border-radius: 50%;
    color: #fff;
    padding: 1.5px 3px;
    position: absolute;
    font-size: 10px;
    text-align: center;
    top: -20px;
    left: -20px;
}
.map-fleet-marker-association-icon i {
    width: 13px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

.marker-badge {
    position: fixed;
    font-size: 9px;
}

.badge.badge-info {
    background-color: #21a9e1;
    color: #fff;
}

.leaflet-shadow-pane {
    z-index: 650;
}

#span_assignment_fleet {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    padding: 5px;
    color: #fff;
    background-color: #00a651;
    border-color: #008d45;
}

#span_assignment_fleet:hover {
    background-color: #008d45;
    border-color: #008d45;
}

#span_assignment_fleet[disabled] {
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}

.label-grey {
    background-color: #938f8f !important;
    color: #fff;
}

.select-with-overflow .choices__list.choices__list--single {
    overflow: hidden;
    width: 100%;
}

.fleet-return-etas {
    margin-top: 30px;
}

.leaflet-sidebar {
    position: absolute !important;
    height: 40px;
    width: 300px;
    overflow: visible;
}

#fleets-return-etas {
    margin-top: 10px;
}

.eta-label,
.eta-value {
    font-size: 15px;
}

.leaflet-sidebar-header {
    cursor: pointer;
}

#fleets-return-etas-container .leaflet-sidebar-header {
    padding-left: 25px !important;
}

.delete-fleet-return-eta {
    font-size: 20px;
    cursor: pointer;
}

.delete-fleet-return-eta:hover {
    color: #ff4646;
}

.notifications-container {
    position: absolute;
    right: -5px;
    top: -10px;
}

.notifications-circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: red;
    position: relative;
}

.notifications {
    position: relative;
    top: -10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.fullscreen-icon {
    width: 30px !important;
    height: 30px !important;
    background-position: center !important;
}

.leaflet-touch .fullscreen-ico {
    background-position: center !important;
}

.leaflet-control-zoom-fullscreen .fullscreen-icon {
    background-position: center !important;
}

.leaflet-touch .fullscreen-icon {
    background-position: 0 0;
}
