﻿/* Only Addin.Web */
ul.breadcrumb {
    background: #f4f9fc;
}

.text-red {
    color: #dc3545 !important;
}

.scrollbar-bom {
    overflow-y: scroll;
    scrollbar-width: auto;
    scrollbar-color: #223a66 #E1E1E1 !important;
    height: 50vh;
}