/**
  Storm Theme Styling
 */
#storm-container .storm-header-container .storm-btn-toggle {
    background-color: #5B6895;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.75);
    color: white;
}

#storm-container .storm-header-container .storm-btn-toggle span {
    color: white;
    font-size: 28px;
}

#storm-container .storm-chat-container {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
}

#storm-container .storm-chat-container .storm-chat-header {
    background-color: #5B6895;
    color: white;
}

#storm-container .storm-chat-container .storm-chat-header h5 {
    margin: 0.25rem 0 !important;
    color: white !important;
}

.storm-chat-overlay-textbox .hide {
    display: none;
}
