.state_map_form {
    margin-bottom: 40px;
    display: flex;
    gap:16px;
}
.hidden_.state-location-item{
    display: none!important;
}
.state_map_form > .flex {
    padding:26px 36px;
    flex: 5;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap:4px 16px;
}



.map_searchbyzip_title{
    grid-area: a;
    margin-bottom:22px;
}
.state_map_form .state_map_form-location {
    padding:26px 36px;
    flex: 7;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    display: flex;
    gap:4px;
    flex-direction: column;
}
.state_map_form-location > .flex{
    display: flex;
    align-items: center;
}
.map_filter_locationtype_title,
.map_filter_opendays_title{
    font-weight: 600;
    font-size: 19px;
    flex-basis: 145px;
    flex-shrink: 0;
    margin-bottom:0;
}
.state_map .location_icon { z-index: 1; }

.state_map_form select { 
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }
 .state_map_form-radius:after,
 .state_map_form-location div:after{
    position: absolute;
    top: 26px;
    right: 21px;
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background-image: url(/wp-content/uploads/Icon-feather-chevron-down-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;

 }
 .state_map_form-radius,
 .state_map_form-location div{
    position: relative;
 }
.state_map_form :is(input, select),
.state_map_form input:hover,
.state_map_form input:focus,
.state_map_form select:focus,
.state_map_form select:hover {
    padding:6px 28px;
    height: 60px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid var(--teal-deep);
    font-family: var(--dm-sans);
    font-size: 19px;
    color:#343434;
}
.state_map_form input::placeholder{
    font-family: var(--dm-sans);
    font-size: 19px;
    color:#343434;
}

.location_finder_btn{
    grid-area: d;
}
.location_finder_btn a{
    color:white;
    font-size: 20px;
    font-family: var(--dm-sans);
    font-weight: 900;
    background-color: var(--orange-accessible);
    border-radius: 500px;
    padding:16px;
    text-align: center;
    display: block;
    text-decoration: none!important;
}
.state_map_form-reset div,
.state_map_form-reset a{
    text-align: center;
    color: var(--teal-deep);
    text-decoration: none;
}
.state_map_form-zip { 
    grid-area: b;
}
.state_map_form-submit { 
    width: 100%;
    grid-area: d;
 }

.state_map_form-zip {
    width:100%;
    display: flex;
        align-items: center;
}
.state_map_form-zip-title,
.state_map_form-radius-title {
    min-width: 150px;
    font-size: 18px;
    width:150px;
}
#state_map_form-zip {width:100%}
.state_map_form-radius { 
    grid-area: c;
    display: flex;
    align-items: center;
}
.map_filter_locationtype_select,  .map_filter_opendays_select{width:100%;}

.state_map {
    display: flex;
    height: 632px;
    position: relative;
}

.state_locations_list {
    width: 30%;
}

#state_map {
    width: 70%;
    border-radius: 0px 20px 20px 0px;
    scroll-padding-top: 66px;
}

.state_locations_list {
    display: flex;
    flex-direction: column;
    border-radius: 20px 0px 0px 20px;
    background: #f9f9f9;
    scrollbar-color: #3B5426 #DBF0F1;
    overflow-y: scroll;
    overflow-x: none;
}
.state_locations_list:-webkit-scrollbar-button{
    display: none;
}
.state_locations_list:-webkit-scrollbar {
    width: 8px;
}
.state_locations_list:-webkit-scrollbar-thumb {
    border-radius: 1px;
}
.fl-page-content p a.state_item_website{
    color: #077C84 !important;
    font-size: 16px;
    font-weight: 900;
    font-family: var(--dm-sans);
    display: inline;
    text-decoration: none !important;
    background-image: linear-gradient(var(--teal-deep), var(--teal-deep));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
}
.fl-page-content p a.state_item_website:hover,
.fl-page-content p a.state_item_website:focus{
    animation: 0.25s underline;
}
.state_item_how strong {
    font-family: "Avenir Next";
    font-weight:bold !important;
}
.state_item_how{
    padding-bottom:26px;
}

.state-location-item .state_item_how p{
    margin:0;
    margin-top:6px;
    margin-bottom:10px;
}

/*
body.en .state-location-item[data-lang="es"] {display:none}
body.es .state-location-item[data-lang="en"] {display:none}
*/


.state-location-item {
    padding: 26px 42px 28px;
    cursor: pointer;
    background-color: white;
}

.state-location-item:hover {
    
}

.state-location-item[data-type='farmers-market'] .state_location_type {
    background: #ffb100;
}
.state-location-item[data-type='farmers-stand'] .state_location_type,
.state-location-item[data-type='delivery'] .state_location_type {
    background: #6c262a;
}
.state-location-item[data-type='grocery-store'] .state_location_type{
    background: #009ca7;
}
.state-location-item[data-type='online-market'] .state_location_type{
    background: #3B5426;
}
.state-location-item[data-type='mobile-market'] .state_location_type{
    background: #007c84;
}
.state-location-item[data-type='csa'] .state_location_type{
    background: #ef6312;
}
.state-location-item .state_location_type {
    background: var(--orange-accessible);
    display: inline-block;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 13px;
    margin-bottom: 10px;
}


.nebraska .state-location-item .state_location_type {background: #04703C;color:#fff}

.nebraska .state-location-item .state_location_type.farmers_market, 
.nebraska .state-location-item .state_location_type.mercado_de_granja 
{background: #7BC144;color:#fff}


.nebraska .state-location-item .state_location_type.community_supported_agriculture,
.nebraska .state-location-item .state_location_type.agricultura_con_apoyo_comunitario
 {background: #9C0052;color:#fff}

.pac-container.hdpi {display:none}

.state-location-item p.state_location_type {
    padding: 7px 17px;
    border-radius: 500px;
    font-size: 16px;
    color:white;
    gap:10px;
    font-weight: 600;
    font-family: var(--dm-sans);
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.state_location_type:before{
    content:"";
    width:15px;
    height:15px;
    background-image: url(/wp-content/uploads/icon-box-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.state-location-item[data-type='csa'] .state_location_type:before{
    background-image: url(/wp-content/uploads/icon-csa.svg);
}
.state-location-item[data-type='farmers-market'] .state_location_type:before{
    background-image: url(/wp-content/uploads/icon-farmersmarket.svg);
}
.state-location-item[data-type='farmers-stand'] .state_location_type:before{
    background-image: url(/wp-content/uploads/icon-farmstand.svg);
}
.state-location-item[data-type='grocery-store'] .state_location_type:before{
    background-image: url(/wp-content/uploads/icon-groceryretail.svg);
}
.state-location-item[data-type='mobile-market'] .state_location_type:before{
    background-image: url(/wp-content/uploads/icon-mobilemarket.svg);
}
.state-location-item[data-type='online-market'] .state_location_type:before{
    background-image: url(/wp-content/uploads/icon-onlinemarket.svg);
}
.state-location-item[data-type='delivery'] .state_location_type:before{
    background-image: url(/wp-content/uploads/icon-delivery.svg);
}
.state_location_type{
    background-color: var(--orange-accessible);
}


.state-location-item p,
.state-location-item li {
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--dm-sans);
    font-weight: 500;
    text-transform: initial;
    margin-top: 16px;
    margin-bottom: 0;
}
.infowindow-data .card-title,
.state-location-item .card-title{
    font-size: 22px;
    color:#343434;
    font-family: var(--dm-sans);
    font-weight: 600;
    text-align: center;
}
.state-location-item .card-title{
    text-align: left;
}
.infowindow-data .card-title{
    max-width: 450px;
}

.infowindow-data p{
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--dm-sans);
    font-weight: 500;
    text-align: center;
}
.empty_input {
    box-shadow: 0px 0 6px red !important;
    transition: all .5s ease !important;
}

/* LAYOVER MESSAGES */
.layover-screen-message {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgb(214,235,249);
    z-index: 2;
}

.layover-screen-message div {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.dot-one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
}

.dot-two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.dot-three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* ERROR MESSAGES */
.no-results-found { padding: 20px; }
.error-icon {
    text-align: center;
    margin: 20px;
}
.error-icon i {
    font-size: 60px;
}

.swal-text {text-align:center}

.swal2-confirm,
.swal2-confirm:hover,
.swal2-confirm:focus{
    background-color: #EF6312!important;
    border: none!important;
}
@media only screen and (max-width: 992px) {
    .state_map {
        flex-direction: column-reverse;
        height: auto;
        background-color: white;
        border-radius: 20px;
        overflow: hidden;
        gap:20px;
    }

    #state_map {
        min-height: 376px;
        width: 100%;
        border-radius: 0;
    }

    .state_locations_list { 
        width: 100%;
        border-radius: 0;
        max-height: 400px;
        scrollbar-color: #3B5426 #fff;
    }
    .state_map_form{
        margin-bottom:16px;
    }

}
@media only screen and (max-width: 768px) {
    .state_map_form{
        flex-direction: column;
    }

    .map_filter_locationtype_title, .map_filter_opendays_title {
 
        font-size: 14px;
        flex-basis: 115px;
    }

    .state_map_form-zip-title, .state_map_form-radius-title {
        min-width: 100px;
        font-size: 16px;
        width:100px;
    }
}