#container-spinner{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.4);
}

html, body {
    height: 100%;
    margin: 0;
}
body{
    display: flex;
    flex-direction: column;
}

#main-wrapper{
    display: flex;
    flex-direction: column;
    flex: 1;
    /*background-color: var(--bs-primary-bg-subtle);*/
}

footer p{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
/**/
