.btn-menu {
    cursor: pointer;
}

.small {
    font-size: 0.9em;
}

.btn-gpe {
    color: #fff;
    background-color: #d3195d;
    border-color: #d3195d;
}

.btn.btn-gpe:hover {
    color: #d3195d;
    background-color: #fff;
    border-color: #d3195d;
}

.bg-gpe {
    background-color: #00935e;
}

.btn.btn-gpe:focus {
    box-shadow: 0 0 0 0.25rem #d3195d40;
}

.custom-card-bottom {
    width: 30%;
    height: auto;
    margin: auto;
}

.bg-dark-blue {
    background-color: #3b4257;
    -webkit-print-color-adjust: exact;
}

.offcanvas-start {
    border-right: none;
}

.bg-proaxis > *  {
    color: black !important;
}

.bg-proaxis:hover {
    background-color: #e7e7e7;
}

.accordion-button:not(.collapsed) {
    background-color: #e7e7e7;
    color: black;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #85858540;
}

.text-small {
    font-size: 10px;
}

.table-info tr th, 
.table-info tr td {
    padding: 0 0 0.5rem 0;
    background-color: transparent;
}

.blur {
    box-shadow: inset 0 0 2000px rgb(255 255 255 / 80%);
    margin: 8px;
    padding: 8px;
    border-radius: 8px;
}

.alert-custom {
    z-index: 999; 
    width: 450px;
}

.text-gpe,
.leaflet-control-attribution.leaflet-control a:nth-child(1) {
    color: #ed1f7a !important;
}

.accordion-body label {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .custom-card-bottom {
        width: 100%;
    }

    .alert-custom {
        width: 300px;
    }
}

@media print {
    .leaflet-bottom.leaflet-right {
        display: none;
    }

    #map { 
        width: 10cm !important; 
        height: 10cm !important; 
    }

    @page {
        size: "US letter";
    }
}