body {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #fff;
}

.users_info {
    background-color: #9eeaf9;
    color : #000;
}

.tag {
    margin-right : 5px;
    font-size : 13px;
    padding : 5px;
    font-weight: bold;
}

.tag-text-dark {
    color: black;
}

.tag-text-light {
    color: white;
}

#filters {
    margin-bottom : 20px;
}

.toggle-filter {
    margin-right : 5px;
}

.sticky-top {
    background-color: #fff;
}

#dashboardActions {
    position : sticky;
    top : 75px;
    z-index : 100;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.5);
    background-color: #fff;
    padding : 0px 100px 0px 100px;
    margin : 0px -100px 25px -100px;
}
