/*
*   Main Stylesheet
*/

@font-face {
    font-family: "ProductSans";
    src: url("fonts/Product Sans Regular.ttf");
}

body{
    margin: 0;
}

p{
    margin: 0;
}

.content-wrapper{
    z-index: 100;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

svg text{
    fill: #fff !important;
}

/* Widget - Time */
.widget-time{
    margin-left: 80px;
}

/* Widget - Users */

.widget-users{
    margin: -130px 0 -10px;
}

.widget-users .apexcharts-datalabels-group{
    transform: translate(0, 85px);
}

.widget-users .apexcharts-datalabel-label{
    font-size: 20px;
}