<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --primary-font: #f0ecec;
    --primary-Background: #76747440;
  }
  .seo-heading {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

.btn-outline-primary{
    --bs-btn-color:var(--primary-font) !important;
}
.form-select{
    background-color:var(--primary-Background) !important;
}
.form-select2{
    background-color:var(--primary-Background) !important;
}
.text-muted {
    color:#bebebf !important
}


a{
    text-decoration: none !important;
}

.specially{
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size:cover;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px; 
    z-index:-1000;
}</pre></body></html>