:root {
    --m8m36-red: rgb(228, 52, 57);
    --m8m36-gray: rgb(68, 68, 68);
    --bs-breadcrumb-font-size: 0.85em;
}

.group-tn {
    width: 140px;
    max-height: 140px;
}

.m8m36-red {
    color: var(--m8m36-red) !important
}

.m8m36-red-bg {
    background-color: var(--m8m36-red) !important
}

.m8m36-gray {
    color: var(--m8m36-gray) !important
}

.m8m36-gray-bg {
    background-color: var(--m8m36-gray) !important
}

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

.hdr-link {
    color: #eee !important;
    text-decoration: none;
}

.m8m36-header {
    background: var(--m8m36-gray);
    background: linear-gradient(90deg,
            var(--m8m36-gray) 0%,
            var(--m8m36-gray) 25%,
            white 75%,
            white 100%);
}

.m8m36-accent {
    height: 4px;
    background-color: var(--m8m36-red) !important;
}

.size-table {
    max-height: 550px;
    overflow-y: auto;
}