﻿.rounded {
    border-radius: 0.25rem !important;
}

.border {
    border: 1px solid #343a40 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-error {
    border-color: #dc3545 !important;
}

.border-success {
    border-color: #28a745 !important;
}

#server-select {
    flex-grow: 0;
}