/*!
 * Ruby - Master
 * Copyright 2024 Punchmark
 */

.alert-global {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
footer {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
footer .input-group > input.form-control {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
section.horizontal-scroll .section-scrollbar .section-scrollbar-thumb:hover,
section.horizontal-scroll .section-scrollbar .section-scrollbar-thumb:focus,
section.horizontal-scroll .section-scrollbar .section-scrollbar-thumb:active{
    background: var(--bs-primary);
}