[data-instant-theme='retro'] .top-bar {
    background: #C6C4C7;
    background: linear-gradient(0deg, rgba(198, 196, 199, 1) 0%, rgba(250, 255, 255, 1) 100%);
    color: #000 !important;
    box-shadow: 0px -1px inset rgb(255, 255, 255, 0.3);
    border-bottom: 1px solid #828282 !important;
}

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

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

[data-instant-theme='retro'] .bottom-bar .bar-option {
    color: #fff !important;
}

[data-instant-theme='retro'] .bottom-bar .bar-option.active {
    box-shadow: none !important;
    color: #09aafb !important;
    background-color: transparent !important;
}

[data-instant-theme='retro'] .profile-picture {
    padding: 4px;
    background-color: transparent;
}

[data-instant-theme='retro'] .profile-picture img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

[data-instant-theme='retro'] .bridge-tab.active {
    background-color: #ffffff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
    color: #6d6d6d !important;
    transition: 0.2s;
    border-radius: 10px 10px 0px 0px;
}

[data-instant-theme='retro'] .bridges-container {
    border-bottom: 0px !important;
}

[data-instant-theme='retro'] .bridge-tab:not(.active):hover,
[data-instant-theme='retro'] .bridge-tab:not(.active):focus {
    box-shadow: unset;
}

[data-instant-theme='retro'] .bridge-tab:not(.active) {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    background: #EBE7E6;
    background: linear-gradient(0deg, rgba(235, 231, 230, 1) 0%, rgba(235, 235, 235, 1) 100%);
    color: #6d6d6d !important;
    transition: 0.2s;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -2px 0px 0px inset #CCC, 0px 0px 0px 1px inset #FFF !important;
}

[data-instant-theme='retro'] .chat-message {
    border-bottom: 0px;
    border-radius: 10px;
}

[data-instant-theme='retro'] .chat-message {
    background: #ebebeb;
    background: linear-gradient(0deg, rgba(235, 235, 235, 1) 0%, rgba(236, 236, 236, 1) 80%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 1px inset #FFF, 0px 2px 2px rgba(0,0,0,0.1) !important;
    border-radius: 10px 10px 10px 0px;
    -webkit-border-radius: 10px 10px 10px 0px;
    -moz-border-radius: 10px 10px 10px 0px;
    -ms-border-radius: 10px 10px 10px 0px;
    -o-border-radius: 10px 10px 10px 0px;
}

[data-instant-theme='retro'] .chat-message:not(.self) {
    background: #c2f2ff;
    background: linear-gradient(0deg, rgba(194, 242, 255, 1) 80%, rgba(232, 254, 255, 1) 100%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0px 10px;
    -webkit-border-radius: 10px 10px 0px 10px;
    -moz-border-radius: 10px 10px 0px 10px;
    -ms-border-radius: 10px 10px 0px 10px;
    -o-border-radius: 10px 10px 0px 10px;
}

[data-instant-theme='retro'] .chat-message:after {
    border-color: transparent transparent transparent transparent;
}

[data-instant-theme='retro'] .chat-message:not(.self) {
    background-color: #353535;
}

[data-instant-theme='retro'] .chat-message:not(.self):after {
    border-color: transparent transparent transparent transparent;
}

[data-instant-theme='retro'] .chat-area {
    background-color: #fff;
}


[data-instant-theme='retro'] .chat-bar {
    background: #ffffff;
    background: linear-gradient(0deg,rgb(207, 207, 207) 0%, rgb(230, 230, 230) 92%);
    border-top: 1px solid #828282;
    box-shadow: 0px 1px inset rgb(255, 255, 255, 1);
    color: #393939 !important;
}

[data-instant-theme='retro'] .chat-input.classic {
    color: #393939;
    border: 1px solid #828282;
    
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
