[data-instant-theme='orange'] .top-bar {
    background-color: #ff6314;
    color: #fff;
    border-bottom: 0px !important;
}

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

[data-instant-theme='orange'] .chat-message:not(.self) {
    border-bottom: 3px solid #ff6314;
}

[data-instant-theme='orange'] .border-bottom-primary {
    border-bottom: 2px solid #ff6314 !important
}

[data-instant-theme='orange'] .bottom-bar .bar-option.active {
    box-shadow: inset 0px 3px 0px #ff6314;
}

[data-instant-theme='orange'] .back-slash {
    background-color: #ff6314;
}

[data-instant-theme='orange'] .text-primary {
    color: #ff6314 !important;
}

[data-instant-theme='orange'] .bg-primary {
    background-color: #ff6314 !important;
}

[data-instant-theme='orange'] .list-item:hover,
[data-instant-theme='orange'] .list-item:focus,
[data-instant-theme='orange'] .list-item:active,
[data-instant-theme='orange'] .list-item.focused {
    background-color: #ff6314;
    color: #fff !important;
}