.icon-theme-blue {
    color: #3498db !important;
}
.icon-theme-blue-light {
    color: #6bcaff !important;
}
.icon-theme-orange {
    color: #e74c3c !important;
}
.icon-theme-orange-light {
    color: #fbba92 !important;
}
.icon-theme-yellow {
    color: #f1c40f !important;
}
.icon-theme-yellow-light {
    color: #FFE88B !important;
}
.icon-theme-yellow-lighter {
    color: #ffffe3 !important;
}

body.neos-navigate-panel-open {
    width: calc(100% - 321px);
}
