.placeholder{
    background-color: rgb(245, 245, 245);
}

header.page-header{
    padding: 0.5rem 0 0.5rem;
}
.page-main{
    /* background-color: rgb(230, 230, 230); */
    background-color: rgb(245, 245, 245);
    /* height: 100vh; */
    min-height: 100vh;
}

#block-divetheme-tabs{
    margin-bottom:.625rem;
    margin-top: .625rem;
}

#block-divetheme-tabs>ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    list-style:none;
    margin:0;
    padding:0
}
#block-divetheme-tabs>ul li{
    margin-right:.625rem;
    margin-bottom:.625rem;
    margin-top: 0.2rem;
}
#block-divetheme-tabs>ul a
{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#f5f5f5;
    border-radius:.625rem;
    color:#2f3758;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-weight:600;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-width:7.5rem;
    padding:.625rem .9375rem;
    text-decoration:none;
    -webkit-transition:background-color .3s ease;
    -o-transition:background-color .3s ease;
    transition:background-color .3s ease
}
#block-divetheme-tabs>ul a.is-active, #block-divetheme-tabs>ul a:hover{
    background:#d5d5d5
}

.login-container .slider-item{
    z-index : 10;
}

/* Opigno User Profile */
.statistics-list .progress {
    width: auto;
}
.statistics-table td:last-child {
    text-align: Left;
}