body {
    min-height: 100vh;
    position: relative;
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

main {
    padding-bottom: 3rem;
}

.table tr th, .table tr td {
    white-space: nowrap;
}

.adapted {
    min-width: 500px;
    max-height: 650px;
    overflow-y: auto;
}

.notification-mobile {
    display: none !important;
}

.notification-desktop {
    display: block !important;
}

@media screen and (max-width: 991px) {

    .notification-mobile {
        display: block !important;
    }

    .notification-desktop {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {

    .w-25 {
        width: 60% !important;
    }
}
