.bg-success {
    background-color: rgba(75, 252, 163, 0.3) !important;
}

.bg-error {
    background-color: rgba(255, 72, 72, 0.3) !important;
}

.bg-info {
    background-color: rgba(44, 156, 168, 0.3) !important;
}

.bg-warning {
    background-color: rgba(255, 215, 53, 0.3) !important;
}

.bg-success:hover {
    background-color: rgba(75, 252, 163, 0.5) !important;
}

.bg-error:hover {
    background-color: rgba(255, 72, 72, 0.5) !important;
}

.bg-info:hover {
    background-color: rgba(44, 156, 168, 0.5) !important;
}

.bg-warning:hover {
    background-color: rgba(255, 215, 53, 0.5) !important;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn:hover {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108,117,125,.25);
}

.bg-secondary {
    background-color: RGBA(255, 255, 255, 0.6) !important;
}

.bg-secondary:hover {
    background-color: rgba(255, 255, 255, 0.822) !important;
}
