.box {
    background-color: white;
    padding: 10px;
  
    align-items: center;
}

.box-chart {
    background-color: white;
    padding: 10px;   
}

.box1 {
    background-color: #70ADDE;
}

.box-img {
    width: 35px;
    height: 35px;
}

.box h6 {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #2D2A44;
}

.box-chart h6{
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #2D2A44;
}

.dashboard-table-filter{
    font-size: 0.7rem !important;
    border: none !important;
    font-weight: 600;
    color: #BEBEBE;
    
}

.box1 h6 {
    color: #522E68;
}

.box p{
    font-weight: 600;  
}

.box-chart p{
    font-weight: 600;  
}

.box1 p{
    color: white;
}

.box-title{
    color: #2D2A44;
    font-size: small;
    font-weight: 700;
}

.box-paragraph{
    font-weight: 600;
}

.chart-num{
    color: #2D2A44;
    font-weight: 700;   
}

.table-dashboard{
    font-size: small !important;
}

.table-dashboard {
    text-align: center;
}

.table-dashboard th {
    border-bottom: 0.5px solid black;
    padding: 10px;
}

.table-dashboard tr {
    border-bottom: 0.5px solid #BEBEBE;
    padding: 150px !important;
}

.table-dashboard tbody td:first-child {
    font-weight: bold;
    color: black;
}

.table-dashboard tbody td:nth-child(2) {
    color:#606CB1 !important;
    font-weight: bold;
}

.table-dashboard tbody td:nth-child(3) {
    color:#BEBEBE !important;
}

.fa-solid.fa-circle {
    position: absolute;
    top: 15px;
    color: #606CB1;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  /* Initially hide the span */
.tip {
    display: none;
}

/* Show the span on hover */
.check-list-label:hover .tip {
    display: inline; /* Or display: block; depending on your layout */
}

