<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap');
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f49e3f !important;
  }
.custom-cardheight {
    min-height: 360px;
}
/* body{
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    background: #f3f4f7;
}
label{
    font-weight: 400;
    color: #222;
}
.card{
    background: #f9fafd;
}
.account-pages h4{
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.logo-lg h2{
    font-weight: normal;
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
}
.content-page .card{
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.mospills .nav-item a.active{
    color: #fff !important;
} */
</pre></body></html>