﻿.red {
    color: red !important;
}
.green {
    color: green !important;
}
.black {
    color: black !important;
}
.blue {
    color: blue !important;
}
.bold {
    font-weight: bold !important;
}
label {
    display: inline-block !important;
    margin-bottom: 0.5 rem !important;
    font-weight: 600 !important;
}
.hide {
    display: none !important;
}
.text-center {
    text-align: center !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}