<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul#city-autocomplete {
    position: absolute;
    z-index: 2414;
    background: white;
    width: 100%;
    padding-left: 1em;
    top: 2.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #b5b9d0;
    color: #90ab75;
}
ul#city-autocomplete li:hover {
  color: #759159;
}
ul#city-autocomplete li {
  cursor: pointer;
}

@media only screen and (max-width:479px) {
ul#city-autocomplete {
        width: 86vw !important;
    left: -42vw;
  }
}

.checkbox__checkmark.disabled {
    background: gainsboro;
}

[data-ava-letters]:before {
    content: attr(data-ava-letters);
    display: inline-block;
    font-size: 36px;
    width: 120px;
    height: 120px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #f0f1f7;
    vertical-align: middle;
    color: #90ab75;
    display: table-cell;
}

.inline-edit-button
{
    fill: #90ab75;
    margin-left: 1rem;
}

svg use
{
    pointer-events: none;
}

.rating__star
{
    transition: color 0.25s ease;
}

.rating:hover .rating__star
{
    color: #f93;
}
.rating__star:hover ~ .rating__star
{
    color: #f0f1f7;
}

.inner-grid__content
{
    position: relative;
}

.inner-grid__content.loading:before
{
    display: block;
    content: '';
    background: #0000002e;
    z-index: 22;
    width: 100%;
    height: 100%;
    position: absolute;
}
</pre></body></html>