
/* Map */
.map-wrapper {
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid #eee;
}

#map_canvas {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.map-view-wrap {
    background: #212121
}

.gm-style .gm-style-iw-c{
    background: #fff;

}

.gm-style-iw-d{
    overflow: auto !important;
}

.info_content{
    color: #000;
    margin :0 15px 15px 15px;
}

.info_content h3{
    margin :0px 0px 10px 0px;
    padding:0;

    font-size: 18px;
    font-weight: bold;
}
.info_content p{
    margin :0px 0px 10px 0px;

}
.custom-hours-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

.custom-hours-table tr td {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.custom-hours-table tr:first-child td {
    background: rgba(255, 255, 255, 0.05);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-hours-table tr:last-child td {
    border-bottom: none;
}

.custom-hours-table tr:not(:first-child):hover td {
    background: rgba(255, 255, 255, 0.05);
}

.alert {
    position: relative;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    opacity: 0;
    transform: translateY(-10px);
    animation: alertSlide 0.3s ease forwards;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    box-shadow: 0 2px 10px rgba(132, 32, 41, 0.1);
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    box-shadow: 0 2px 10px rgba(15, 81, 50, 0.1);
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.25rem 1rem;
    background: transparent;
    border: 0;
    cursor: pointer;
}

@keyframes alertSlide {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Usage Example:
<div class="alert alert-danger alert-dismissible">
    Error message here
    <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
</div>
*/


.alert {
    position: relative;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    opacity: 0;
    transform: translateY(-10px);
    animation: alertSlide 0.3s ease forwards;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    box-shadow: 0 2px 10px rgba(132, 32, 41, 0.1);
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    box-shadow: 0 2px 10px rgba(15, 81, 50, 0.1);
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.25rem 1rem;
    background: transparent;
    border: 0;
    cursor: pointer;
}

@keyframes alertSlide {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}