[data-instant-theme='classic'] .top-bar {
    background: rgb(0, 125, 192);
    background: linear-gradient(180deg, rgba(3, 132, 200, 1) 0%, rgba(14, 137, 196, 1) 50%, rgba(22, 105, 139, 1) 100%);
    color: #fff;
    border-bottom: 0px !important;
}

[data-instant-theme='classic'] .top-bar .text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

[data-instant-theme='classic'] .bottom-bar {
    background: rgb(51, 51, 51);
    /* background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(36, 36, 36, 1) 100%) !important; */
    border-top: 1px solid #1f1f1f;
    box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.05), 0px -3px 5px rgba(0, 0, 0, 0.1);
}

