#equipment-tracker-dash-1{
    border : 1px solid #E4E7EC;
    border-radius: 4px;

    .d-title{
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 16.94px;
        letter-spacing: 0.19em;
        text-align: center;
    }

    .d-percent{
        margin-top: .5rem;
        font-size: 2rem;
        font-weight: 700;
        line-height: 38.73px;
        text-align: center;

    }
}

.ui-border{
    border : 1px solid #E4E7EC;
    border-radius: 4px;
}

.soft-badge-success-table{
    width: 97px;
    height: 33px;
    padding: 8px 12px 8px 12px;
    gap: 10px;
    border-radius: 30px;
    opacity: 0px;
    background-color: #E3FCEF;
    border: 1px solid #ABF5D1;
    color: #006644;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    letter-spacing: -0.14000000059604645px;
    text-align: left;

}