.cursor-delete {
    cursor: not-allowed !important;
}

.btn-inline-white {
    background-color: transparent;
    border: none;
    color: white;
}

.btn-inline-danger {
    background-color: transparent;
    border: none;
    color: red;
}

.input-transparent {
    background: none;
    border: none;
    outline: none;
}

#content {
    min-height: 80vh;
}