.btn-sus-account-times>a {
    color: white;
    text-decoration: none;
}

/*
.btn-sus-account-times {
    background-color: #00717b;
    color: white;
}
*/

.btn-sus-account-times:hover {
    color: black;
    /* filter: black */
}

.sus-borders {
    padding: 5px;
    /* border-left: 1px solid rgb(1, 113, 123);
    border-right: 1px solid rgb(1, 113, 123);
    */
}

.sus-sub-div {
    text-align: center;
    text-transform: capitalize;
}

.sus-bar-background {
    width: 100%;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #d9d9d9;
}

.sus-bar-foreground {
    height: 30px;
    border-radius: 4px;
}





.btn-sus-account-times>img {
    max-height: 35px;
    max-width: 35px;
    filter: invert(99%) sepia(23%) saturate(0%) hue-rotate(176deg) brightness(106%) contrast(100%);
    float: left;
}

#sus-result {
    max-height: 800px;
    overflow-y: scroll;
}

.sus-sub-img > img {
    max-height: 200px;
}

.sus-display-none {
    display: none;
}

.table-user-log {
    font-size: 16px;
}

.sus-btn-close-custom,
.sus-btn-filter {
    border: 3px solid #00717b;
    border-radius: 4px;
    margin: 5px;
    color: #00717b;
}