
body {
    background: #ffffff !important;
}

.red {
    color: #eb0e0e;
}
.black {
    color: #000;
}
.text-label {
    padding-top: 7px;
}
.text-wrap {
    white-space: inherit;
}
.text-vcenter {
    display: flex !important;
    align-items: center;
}
.text-inline {
    display: inline-block;
}
