/* Blue Theme - Add your blue theme styles here */
.bg-custom-topbar {
    background-color: #27323f;
    color: white;
}
.bg-custom-bottombar {
    background-color: #27323f;
    color: white;
}
.bg-custom-sidebar {
    background-color: #222b37;
    color: white;
}
.text-sidebar-color {
    color: white;
}
.text-online-color {
    color: white;
}
.bg-online-hover-color:hover, .bg-online-color {
    background-color: #1d232b;
}

/* Submit button color */
.text-custom-send {
    color: white;
}

.bg-custom-input {
    background-color: #222b37;
}

.bg-custom-chat, .bg-custom-chat a {
    background-color: #1d232b;
    color: white;
}

/* Chat username color */
.user-default-color {
    color: white;
}

.bg-custom-bubble {
    background-color: #343a40;
}
.text-custom-message {
    color: white;
}

/* Chat input field color */
#messageInput {
    background-color: #222b37;
    color: white;
}

/* Border colors for specific elements (excluding avatars to preserve gender colors) */
.border, .border-t, .border-b, .border-l, .border-r {
    border-color: #444c56;
}

.bg-view-profile {
    background-color: #222b37;
    color: white;
}