/* everything that can be used on ALL pages */
/* everything that is for 1 page only gets its own css */

.btn-dvrPrimary {
    color: white !important;
}

.btn-outline-dvrPrimary:hover {
    color: white !important;
}

.btn-sidebar
{
    width: 100%;
    text-align: left;
}

.btn-sidebar:hover
{
    background-color: #e0e0e0;
}

.card-library-file
{
    width: 10rem;
    height: 10rem;
}

i{
    font-size: 3rem;
}