﻿.btn.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

a.btn.btn-outline-secondary {
    font-size: 0.875rem;
    line-height: 32px;
    letter-spacing: 0.64px;
    width: auto;
    padding: 0 16px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
#systemMessageContainer{
    z-index:1;
}
.alert-info{
    background-color: rgba(250, 255, 133, 1)
}
.company-visible-for{
    padding-top:5px;
}
.pl-0{
    padding-left:0;
}
.pr-0{
    padding-right:0;
}


.override-list-reset ol > li {
    list-style: decimal !important;
}

.override-list-reset ul > li {
    list-style: circle !important;
}

.override-list-reset ul {
    padding-inline-start: 32px;
}