<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page a, a:visited {
    text-decoration: inherit;
}

#page .language-object &gt; select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin: 0 -5px;
    color: #231f20;
    border: none;
    background: #FFF;
}

@media(max-width:767px){
    #page .language-object &gt; select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        margin-left: 12px;
        margin-right: 48px;
        color: #231f20;
        border: none;
        background: #FFF;
    }
}

.language-object &gt; select &gt; option {
    border: 1px solid #FFF;
    background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TT Norms', sans-serif !important;
    color: inherit !important;
}

.personabar-visible #header &gt; .container.fluid {
    padding-left: 110px;
}

#dnn_ContentPane {
    min-height: 100px;
}

#dnn_dnnLogin_loginGroup {
    align-items: center;
}

.has-error {
    border-color: #FF000F !important;
}

.btn-custom {
    padding: 10px 20px;
    border-radius: 1.8em;
    border: none;
    cursor: pointer;
}

.btn-custom--primary {
    background: #008641;
    color: #FFF;
}

.btn-custom--primary.disabled {
    background-color: #4ab47e;
    cursor: not-allowed;
}

.btn-custom--secondary {
    border: 1px solid #008641;
    background: #FFF;
    color: #008641 !important; 
    text-decoration: none;
}

.btn-custom i {
    margin-right: 5px;
}

.edit-action {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 20px;
}

.edit-action a {
    font-size: 16px;
    height: 30px;
    color: #fff;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.edit-action a.edit {
    background: #199254;
}

.edit-action a.edit:hover {
    color: #199254;
    background: #fff;
    box-shadow: 0px 2px 7px 2px #e2e2e2;
}

.edit-action a.delete {
    background: #ef3239;
}

.edit-action a.delete:hover {
    color: #ef3239;
    background: #fff;
    box-shadow: 0px 2px 7px 2px #e2e2e2;
}

ul.content-menu &gt; li {
    position: relative;
}

div.voage-blocks-item .cont {
    white-space: normal;
}

#dnn_ContentPane.height-auto {
    min-height: unset;
}

.mb-2 {
    margin-bottom: 20px;
}

@media(max-width:1280px){
    .language-object {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    ul.main-menu &gt; li &gt; a {
        font-size: 13px !important;
    }
}</pre></body></html>