<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #locModalBody{
    flex-grow: 0;
    max-height: calc(100svh - 200px);
    overflow-y: auto;
}
#locModalBody a{
    text-decoration: none;
    font-weight: bold;
}
.localidad-texto{
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    margin:5px;
    border-bottom:1px solid lightgrey;
}
.txt-loc-pag{
    font-size: 12px;
}
.modal .spinner-border{
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}

.modal-title img{
    max-height: 1.5em;
    padding-right: 15px;
}
.modal-body{
    color:black
}

.modal input,
.modal i,
.modal button{
    font-size: 1rem !important;
}
.no-line{
    border:none
}
.modal-title{
    color:black
} */</pre></body></html>