ul.status-news-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.status-news-list {
    margin-bottom: 20px;
}
ul.status-news-list li:first-child {
    margin-left: 0;
}

ul.status-news-list li {
    margin: 0 4px 4px 0;
    display: inline-flex;
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
}
a {
    transition: .3s all;
    -webkit-transition: .3s all;
    text-decoration: none;
    color: #0D1214;
    letter-spacing: 0;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}

ul.status-news-list li i.fa.fa-lock {
    margin-right: 6px;
}
.status-news-list li a svg {
  position: relative;
  top: 3px;
}
