.company-statuses-module .card.blur {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.company-statuses-module .company-status-your-label {
    background: #57ab57;
    font-weight: bold;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: .25rem 0 0 .25rem;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
}

.company-statuses-module .btn .fa-check-circle {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #fff;
}