
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", serif;
}
.nav {
    background: #fff;
    padding: 10px 0px;
}
.navigation .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}
.navigation {
    background-color: #2865F6;
    height: 60px;
    display: flex;
    align-items: center;
}
.navigation p{
    margin-bottom: 0;
    color: #fff;
}
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 23px;
}
.navigation .box {
    text-align: center;
    margin: 0px 13px;
}
.main-body .date-line {
    font-size: 20px;
    margin: 27px 0px;
}
.color-box{
    background-color: #ccc;
    border-radius: 5px;
}
.color-box h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
}
.color-box p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.color-box .btn-div {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 5px 5px;
}
.color-box .btn-div a{
    color: #fff;
}
.content {
    padding: 0px 10px;
    height: 117px;
    padding-top: 15px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}
.color-box .btn-div a{
    color: #fff;
    text-decoration: none;
}
.main-body .row,
.graph-section .row {
    width: 79%;
    margin: 0 auto;
}
#device{
    background-color: #39cccc;
}
#device .btn-div{
    background-color: #33b7b7;
}
#present-emp{
    background-color: #a1c436;
}
#present-emp .btn-div{
    background-color: #91b030;
}
#active-emp{
    background-color: #ab7d44;
}
#active-emp .btn-div{
    background-color: #9a703d;
}
#registered-emp .btn-div{
    background-color: #00acd7;
}
#registered-emp{
    background-color: #00c0ef;
}
.pie-chart{
    border: 1px solid #ccc;
}
.graph-wrapper .pie-chart {
    width: 44%;
    height: 427px;
    padding: 20px;
    box-shadow: 0px 0px 4px #00000040;
}
.graph-wrapper {
    display: flex;
    align-items: center;
    width: 77%;
    margin: 15px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
#myPieChart {
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto;
}
#line{
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto; 
}
.line-chart {
    border: 1px solid #ccc;
    width: 55%;
    height: 427px;
    padding: 20px;
    box-shadow: 0px 0px 4px #00000040;
}

#attendanceChart {
    max-width: 700px;
    margin: auto;
}
.devicewise{
    width: 80%;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px #00000040;
    padding: 20px;
    margin: 0 auto;
    margin-top: 14px;
}
canvas#device-chart {
    height: 244px !important;
    width: 373px !important;
}
.graph2 {
    width: 50%;
}
.graph1 {
    width: 50%;
}
.devicewise {
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px #00000040;
    padding: 20px;
    margin: 0 auto;
    margin-top: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.progress-main {
    margin-bottom: 21px;
}
.progress1 label {
    font-size: 14px;
}
.progress1 .progress {
    --bs-progress-bg: #fff;
    box-shadow: 0 8px 6px -6px #ccc;
    border: 1px solid #cccccc42;
}
.progress1 .progress-bar{
    background-color: #3c8dbc;
}
.progress5 .progress-bar{
    background-color: #f56954;
}
.progress4 .progress-bar{
    background-color: #00c0ef;
}
.progress3 .progress-bar{
    background-color: #f39c12;
}
.progress2 .progress-bar{
    background-color: #00a65a;
}


.progress-container {
    width: 100%;
    margin-bottom: 10px;
}
.progress-label {
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 10px;
}
.time-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 28px 0px 0;
}
.time-wrapper h5 {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 11px;
}
.time-wrapper p{
    font-size: 14px;
    color: #000;
}
.time-wrapper .time1 {
    margin: 0px 41px;
    text-align: center;
}
sub {
    bottom: 0px;
    color: #999999;
}
.time-wrapper .time1:nth-child(1){
    color: #3dcccc;
}
.time-wrapper .time1:nth-child(2){
    color: #ff854f;
}
.time-wrapper .time1:nth-child(3){
    color: #85144b;
}
.content img {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 21%;
}
@media(max-width: 767px) {
.color-box {
margin-bottom: 20px;
}
.color-box h3 {
font-size: 25px;
}
.graph-wrapper {
width: 100%;
flex-wrap: wrap;
}
.graph-wrapper .pie-chart {
width: 100%;
height: 380px;
margin-bottom: 20px;
}
.line-chart {
width: 100%;
height: 220px;

}
.graph1 {
width: 100%;
}
.graph2 {
width: 100%;
}
.devicewise{
flex-wrap: wrap;
}
.progress-container {
width: 100%;
margin-bottom: 10px;
}
.navigation h1 {
font-size: 17px;
}
.main-body .date-line {
font-size: 16px;
}
.graph-section {
padding: 20px 15px;
}
.progress-label {
font-size: 11px;
}



.department-row .form-group {
margin-bottom: 12px !important;
}
.btn-primary {
padding: 5px 7px !important;
font-size: 14px !important;
}
.btn-secondary{
padding: 5px 7px !important;
font-size: 14px !important;
}
.hierarchy-container h5 {
font-size: 15px !important;
margin-bottom: 10px !important; 
margin-left:0px ! important;
}
.card-header.bg-primary {
flex-wrap: wrap;
}
.hierarchy-container h6 {
font-size: 14px;
}
.table thead th:nth-child(1) {
word-wrap: break-word;
white-space: normal;
min-width: 380px;
width: 380px !important;
}
.table td:nth-child(1) {
width: 380px;
min-width: 380px;
border-left: 0px !important;
word-wrap: break-word;
white-space: normal;
}
.nested-content .table tr:last-child td {
border-bottom: none;
border-right: 0px !important;
}
.table td {
font-size: 13px !important;
}
.table thead th {
font-size: 13px;
}
}