.cs-bg-sidebar-blue {
    background-color: #222e3c;
}

.cs-bg-sidebar-blue h5 {
    color: white;
}

.cs-card-header-text {
    color: white;
}

.cs-welcome-text {
    color: #222e3c;
    font-weight: 900;
}

.cs-text-area-condition {
    display: flex;
    flex-direction: row-reverse;
}

.cs-validation-message {
    width: fit-content;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    margin: 0.5rem 0;
}

.cs-alert-danger p {
    color: #dc3545;
}
.cs-alert-success p {
    color: #1cbb8c;;
}
.cs-clear-all {
    clear: both;
}