<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Menu Setting CSS*/

.custom-header{
background-color: #333333 !important;
}

.custom-topbar{
background-color: #488c5d !important;
color: #ffffff !important;
padding: 10px !important;
}

.custom-topbar .top-right-bar a{
color: #ffffff !important;
}

.custom-topbar .top-right-bar a:hover{
color: #ffffff !important;
}

.custom-nav li a{
color: #ffffff !important;
}

.custom-nav li a:hover{
color: #488c5d !important;
border-color: #488c5d !important;
}

.custom-nav li.active a{
color: #488c5d !important;
border-color: #488c5d !important;
}

.custom-nav li.active &gt; a &gt; span:after{
background-color: #488c5d !important;
}

.custom-footer{
background-color: #333333 !important;
color: #ffffff !important;
}

.custom-footer p{
color: #ffffff !important;
}

.custom-footer a{
color: #488c5d !important;
}

.custom-footer a:hover{
color: #488c5d !important;
}

.custom-copyright{
background-color: #f4f4f4 !important;
color: #333333 !important;
}

@media screen and (max-width: 768px){
.custom-topbar{
background-color: #000000 !important;
color: #000000 !important;
padding: 10px !important;
}

.custom-topbar .top-right-bar a{
color: #000000 !important;
}

.custom-topbar .top-right-bar a:hover{
color: #000000 !important;
}
}

</pre></body></html>