#loading-page{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    z-index: 99999;
    display: flex;
    justify-content: center;
}

#loading-page img{
    margin: auto;
}

#report-complete-action{
    display: none;
}

.section-tabs a{
    padding: 15px;
    background: #ededed;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.section-tabs a.active{
    background: #fff;
}

.top-left-radius-0{
    border-top-left-radius: 0;
}
