.btn_no_active {
    background: grey;
    border: 1px solid darkgrey !important;
    color: darkgray;
}

.delete {
    width: 24px;
    height: 18px;
    padding: 0;
    color: black !important;
    font-weight: 600;
    border: none;
    margin-top: 0;
    margin-left: 3px;
    background: transparent;
    transform: translate(0,-8px);
    font-size: 18px;
}

.delete:hover {
    color: red;
}
