.darknav {
    background: rgb(41, 41, 41) !important;
}
.sitenav {
    background: rgb(56, 56, 56) !important;
}
.uk-overlay-primary {
    /* border-top: 3px solid rgb(235, 141, 0); */
    border-top: 3px solid #fe9300
}
.uk-card {
    /* border-bottom: 3px solid rgb(235, 141, 0); */
    border-bottom: 3px solid #fe9300
    /* border-bottom: 3px solid #666; */
}
.uk-button-primary {
    background: #fe9300 !important;
}
.uk-tab>.uk-active>a {
    border-bottom: solid 3px #fe9300;
}