body{
    background-color: #b0c1a3;
}

.card-panel{
    background-color: #fcf9e9 !important;
}

label{
    color: black !important;
}


path.tooltipped {
    cursor: pointer;
    transition: fill 0.3s ease;
}

path.tooltipped:hover {
    fill: #81c784 !important; 
}
.responsive-svg-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.responsive-svg-container svg {
    width: 100%;
    height: auto;
    max-width: 1200px; 
}

#contenedor-mapa & #contenedor-mapa-modal {
    min-height: 300px; 
    display: block;
}

#contenedor-mapa-modal{
    width: 100%;
    height: 65vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    overflow: hidden; 
    border: 1px solid #ddd;
    position: relative;
}



.material-icons.apartado{
    color: #00ffff !important;
    opacity: 0.5;
}
.material-icons.disponible{
    color: #00ff00 !important;
    opacity: .5;
}
.material-icons.vendido{
    color: #ff0000 !important;
    opacity: 0.5;
}

.leyenda{
    padding: 10px;  
    justify-content: center;  
}



select.browser-default {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #9e9e9e; 
    background-color: transparent;
    border-radius: 10;
    outline: none;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    margin-top: 5px;
}


select.browser-default:focus {
    border-bottom: 2px solid #26a69a; 
    transition: 0.2s;
}


.input-field > label {
    position: relative;
    top: 0px; 
    font-size: 0.8rem;
    color: #9e9e9e;
}

.card-panel, .btn{
    border-radius: 20px;
}


strong{
    margin: 50px;
}


