.bg-button{
    background-color: #ee223f !important;
    border-color: #ee223f !important;
    color: #fff !important;
    border-radius: 2px;
}
th{
    color: #fff !important;
}

.bg-green{
    background-color: green;
    color: #fff;
    margin-bottom: 5px;
}
.bg-yellow{
    background-color: orange;
    color: #fff;
    margin-bottom: 5px;
}

.bg-blue{
    background-color: blue;
    color: #fff;
    margin-bottom: 5px;
}
.bg-red{
    background-color: #ee223f;
    color: #fff;
    margin-bottom: 5px;
}


p.text-sm.text-gray-700.leading-5.dark\:text-gray-400 {
    margin-right: 50px;
}
.text-danger{
    color: #ee223f;
}

.bootstrap-tagsinput .badge {
    margin: 2px 4px;
    padding: 8px 14px;
    font-size: 100%;
    font-weight: 700;
}

.bg-primary {
    background-color: #ee223f !important;
    color: #fff !important;
}

.visually-hidden, .visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.bootstrap-tagsinput{
    padding: 8px 6px !important;
}
