html,
body {
    overflow-y: auto;
    overflow-x: hidden;
    font-family: "Courier New", Courier, monospace;

    height: 100% !important;
}

.wrapper {
    padding-top: 25px;
}

@media only screen and (min-width: 600px) {
    .wrapper {
        padding-inline: 50px;
    }

    .right-item {
        right: 10px;
    }
}

.table-container {
    overflow-x: auto;
}

.nav-item>a:hover {
    background-color: rgb(207, 207, 207);
}

a:hover {
    cursor: pointer;
}

.alert {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 0px !important; 
}