﻿.dataTables_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}


table.dataTable thead th {
    background-color: #008000; /* green header */
    color: white;
    text-align: left;
}

.map-icon {
    width: 24px;
    cursor: pointer;
}

.map-frame {
    width: 100%;
    height: 400px;
    border: 0;
}

.nav-link-custom {
    height: 10% !important;
}

.section-title {
    color: #008000;
}
/* Custom search */
.custom-search {
    float: right;
    margin-bottom: 10px;
}

    .custom-search input {
        padding: 6px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .custom-search button {
        padding: 7px 10px;
        background-color: #008000;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

.controls-container {
    /* display: flex;
			justify-content: space-between;
			align-items: center; */
    margin-bottom: 10px;
}

    .controls-container .custom-search {
        float: none; /* remove float */
    }

.footer-popup1 {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 10px 20px;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow-x: auto;
    height: 10vh;
    /*position: fixed;*/
}

.footer-card1 {
    display: flex;
    align-items: center;
    border: 1px solid #008641;
    padding: 10px 15px;
    border-radius: 8px;
    min-width: 160px;
    gap: 10px;
    background-color: #fdfdfd;
}

.footer-icon1 {
    width: 30px;
    height: 30px;
}

.footer-arrow1 {
    color: #008641;
    font-size: 1.2rem;
    margin-left: auto;
}

.footer-location1 {
    border: 1px solid #008641;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap;
    background-color: #fff;
    font-weight: 500;
}

.footer-container {
    width: 100%;
    margin-top: auto; /* Pushes footer to bottom */
}

.footer-popup {
    width: 100%;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
    box-sizing: border-box;
}

.footer-card {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.footer-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-top: 2px;
}

.footer-card-text {
    flex: 1;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.footer-arrow {
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.footer-locations-container {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.footer-location {
    padding: 4px 0;
}

    .footer-location:not(:last-child) {
        margin-bottom: 4px;
    }



@media (max-width: 768px) {
    .dataTables_wrapper {
        width: 100%;
    }

    table.dataTable thead th {
        white-space: nowrap;
    }

    .dataTables_length,
    .dataTables_filter {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .map-frame {
        width: 100%;
        height: 250px;
    }
}
