.main-wrapper .main-table thead tr th{
  font-size: 16px;
  font-weight: 500;
  color: var(--light-purple); 
  border-right: 0px;
  padding-bottom: 16px;
}



.main-wrapper .main-table thead tr{
 border-bottom: 1px solid #E6EFF5;
}


.main-wrapper .data-table-wrapper .dt-layout-table {
  overflow: auto;
}
.main-wrapper .main-table tbody tr td .form-check {
    display: flex;
    align-items: center;
}
.main-wrapper .main-table tbody tr td .form-check .form-check-label {
    margin-bottom: 0;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
}
.main-wrapper .main-table tbody tr td .form-check-input[type=checkbox] {
    margin-right: 10px;
}
.main-wrapper .main-table tbody tr td {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    padding: 8px;
}


.form-check-input[type=checkbox]:checked {
    background-color: #000;
}


.form-check-input[type=checkbox] {
    padding: 10px 10px;
}

.form-check-input[type=checkbox]:focus{
    box-shadow: none;
}


    .main-wrapper .main-table tbody tr td .form-check-input[type=checkbox]:focus {
        box-shadow: none;
    }

/*.main-wrapper .main-table.profile-table {
    text-align: center;
}
.main-wrapper .main-table.profile-table thead tr th {
    width: 50%;
    text-align: center;
}
  
.main-wrapper .main-table.profile-table tbody tr td .form-check {
    justify-content: center;
}*/