.blur-wrapper{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: #ffffff;
}

.content{
    overflow-x: scroll;
}

.chat-forms{
    overflow-y: scroll;
}

.section-swipe-kelas{
    margin:10px 0px;
    overflow-x: scroll;
    width:100%;
    padding:10px 0px;
    white-space: nowrap;
}

.section-swipe-kelas > button{
    border: 1px solid #dc3545 !important;
}

.soft-bg-success{
    background-color: #b8e7e1;
}
.soft-bg-danger{
    background-color: #fad8d0;
}
.soft-bg-primary{
    background-color: #bcedfe;
}