.button {
    border: 1px solid #6c757d !important;
    color: #6c757d;
    padding: 6px 10px !important;
    background: transparent;
    transition: background .3s;
}

.button:hover {
    color: #6c757d !important;
    background-color: rgba(153, 153, 153, 0.2) !important;
}

.button a {
    color: #333 !important;
}

.table__button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.button--filled {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #222;
    background: #EBEBEB;
    border-radius: 4px;
    cursor: pointer;
}

.modal.show {
    background: rgba(0, 0, 0, 0.26);
}

.modal-backdrop.fade.show {
    display: none !important;
}

.delete-image {
    padding: 0.46875rem 1rem;
    background: transparent;
    border: 1px solid transparent;
    transition: background .3s;

}

.delete-image:hover {
    background: rgba(153, 153, 153, 0.2);
}