body.homepage {
    background: #eee;
}

svg.homepage {
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filler-homepage {
    background: #20B7AF;
    position: absolute;
    bottom: 50%;
    top: 0;
    left: 0;
    right: 0;
}
div.homepage-main{
    position: absolute;
    background: #eeeeee;
    width: 300px;
    border-radius: 10px 10px 10px 10px;
    border: solid 2px #20B7AF;
    height: 400px;
    top: 35%;
    left: 40%;
}
.fc-event{
    cursor: pointer;
}
.active{
    color:#198754 !important;
}
.link-button{

}
div.card-questions{
    padding: 10px;

}
.handle-questions{
    cursor: pointer;
    position: relative;


}
.font-event-card-red{
    box-shadow: 0 0 3px rgba(239, 3, 3, 0.5);
}
.font-event-card-green{
    box-shadow: 0 0 3px rgb(80, 196, 0);
}
.nav-button-setting{
    content: element('<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-gear-fill" viewBox="0 0 16 16"><path d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z"/></svg>');

}
.user-card{
    width: 25rem;
    padding: 20px
}
.user-card-avatar{
    width: 256px;
    height: 256px;
}
.mall-avatar{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position:relative;
    left: 30%
}
.sign-out-ling-button{
    text-align: center;
    width: 187px;
    height: 30px;
}
.user-table-avatar{
    width: 32px;
    height: 32px;
    border-radius: 50%
}
.horizontal-scrolling, .horizontal-scrolling-completed-report, .horizontal-scrolling-missed-reports{
    min-width: 100%;
    min-height: 200px;
    display: flex;
    overflow-x: auto;
}
.horizontal-scrolling::-webkit-scrollbar,  .horizontal-scrolling-completed-report::-webkit-scrollbar, .horizontal-scrolling-missed-reports::-webkit-scrollbar{
    display: none;
}
.horizontal-scrolling--content{
    min-width: 200px;
    margin: 5px;
}
@media (max-width: 990px) {
    .nav-button-setting{

    }
    form.nav-search-panel{
        display: none !important;
    }
    div.homepage-main{
        left: 10%;
        right: 10%;
    }


}