/*
*   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;
}


.widgets{
    justify-content: center;
}

/* Widget - Time */
.widget-time{
    margin: 0 40px;
    width: 250px;
}

.widget-time p{
    text-align: center;
}

.widget-time small{
    font-size: 50px;
}

.widget-time span{
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}

/* 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;
}

/* Widget - CPU */

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

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

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

/* Widget - Bandwidth */

.widget-bandwidth{
    margin: -115px 0 -10px;
}

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

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