/* Default custom colors */
.bg-login {
    background-image: linear-gradient(to right bottom, #000000 0%, #ea692d 100%);
}
a,.toolbar-button,.left.text {
    color: #ffa100;
}
.list-title {
    color: #ffa100; /* Dark */
}
.qf-filters-notice {
    background: #d68601;
}
.qf-image-overlay{
    background: rgba(255, 153, 0, 0.8);
}
.qf-collection-avatar-wrapp img,
.qf-collection-avatar-wrapp svg {
    background-color: #ff9901;
}
/* iPhone active toolbar color */
html[onsflag-iphonex-landscape] :checked + .tabbar--material__button {
    color: #ff9901;
}