h1.issues {
    color: red;
}


.fab-container {
    position: fixed;
    bottom: 33px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #007bff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.fab-icon-holder:hover {
    opacity: 0.8;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: white;
}

.fab {
    width: 60px;
    height: 60px;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background-color: #666666;
    color: white;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
}

/* Dashboard Page Styles */

#map-card-body {
    height: 700px;
}

@media (max-width: 768px) {
    #map-card-body {
        height: 450px;
    }
}

@media (max-width: 576px) {
    #map-card-body {
        height: 300px;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn {
    border-radius: 0;
}

.custom-div {
    padding: 0;
}

.table td, .table th {
    padding: 0.85rem !important;
    border-bottom: 1px solid #dee2e6 !important;
}

#purchaseTable tbody tr:last-child td {
    border-bottom: 0px !important;
}