.alert {
    color: #3b3c41;
}

.bgc-white {
    background-color: #fff !important;
}

.brc-secondary-l2 {
    border-color: #e0e5e8 !important;
}

.position-tl {
    left: 0;
    top: 0;
}

.position-tr, .position-tl, .position-br, .position-bl, .position-rc, .position-lc, .position-tc, .position-bc, .position-r, .position-l, .position-t, .position-b, .position-center {
    position: absolute !important;
    display: block;
}

.m-n1px {
    margin: -1px !important;
}

.h-102 {
    height: calc(100% + 2px) !important;
}

.border-l-4, .border-x-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
    border-left-color: transparent;
}

.brc-danger {
    border-color: #da4e35 !important;
}

.text-danger-m1 {
    color: #da3636 !important;
}

.brc-success {
    border-color: #5bb15b !important;
}

.text-success-m1 {
    color: #548938 !important;
}

.text-600, .font-bolder {
    font-weight: 600 !important;
}
.alert-heading {
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}