.map-wrapper {}

.map-wrapper .map {
    width: 100%;
}

.map-wrapper .map .county-selected #avery-shape,
.map-wrapper .map .county-selected #burke-shape,
.map-wrapper .map .county-selected #cherokee-shape,
.map-wrapper .map .county-selected #graham-shape,
.map-wrapper .map .county-selected #clay-shape,
.map-wrapper .map .county-selected #swain-shape,
.map-wrapper .map .county-selected #macon-shape,
.map-wrapper .map .county-selected #jackson-shape,
.map-wrapper .map .county-selected #haywood-shape,
.map-wrapper .map .county-selected #transylvania-shape,
.map-wrapper .map .county-selected #henderson-shape,
.map-wrapper .map .county-selected #buncombe-shape,
.map-wrapper .map .county-selected #madison-shape,
.map-wrapper .map .county-selected #polk-shape,
.map-wrapper .map .county-selected #rutherford-shape,
.map-wrapper .map .county-selected #mcdowell-shape,
.map-wrapper .map .county-selected #yancey-shape,
.map-wrapper .map .county-selected #mitchell-shape,
.map-wrapper .map .county-selected #qualla-shape {
    fill: #202233;
}

.map-wrapper .map svg {
    width: 100%;
}

.map-wrapper .map svg g {
    cursor: default;
}

.green-button {
    background-color: #8FA564;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 15px 30px 15px 30px;
    text-align: center;
    margin: 10px auto 0 auto;
    width: 155px;
    display: none;
}

.grants {
    cursor: pointer;
}

.filters-form .peer {
    color: black;
    background-color: white;
    ;
}

.loader {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.loader span {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.grant-filters,
.toggle-filters-wrapper {
    width: 100% !important;
    position: sticky !important;
    top: 0px !important;
    padding: 10px !important;
    z-index: 1000 !important;
}

/* @media screen and (max-width: 768px) { */
.grant-filters {
    top: 80px !important;
}

/* } */