span.check-box {
    display: none;
}
th.checkbox_optionn span.check-box {
    display: none;
}
input.select_alll {
    display: block;
}
td.checkbox_optionn span.check-box {
    display: none;
}
td.checkbox_optionn input.select_indvidual {
    display: block;
}
/* .tutor-table td {
    pointer-events: none;
} */
td.checkbox_optionn {
    pointer-events: all;
}
table.dataTable tbody tr.selected>* {
    box-shadow: none;
    color: #000;
}
th.checkbox_optionn label {
    color: #8792b2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
}
div#studenttabll_filter label {
    color: #8792b2;
    font-weight: 500;
}
td.progess_btnnn {
    pointer-events: all;
}

.company-assign-btn, .groupleader-assign-btn {
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    background: #000;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
}
a.button.groupleader-assign-btn {
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
}
.company_assign_filter select#company_select {
    margin-bottom: 0;
}

.tutor-quiz-attempt-history table.dataTable thead th {
    background-color: #313131;
    color: white;
    text-align: center;
    border-color: #ffffff14;
    border-top: 0;
    font-size: 15px;
    padding: 17px 6px;
}
.tutor-quiz-attempt-history table.dataTable thead th label {
    margin-bottom: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tutor-quiz-attempt-history table.dataTable tbody th, .tutor-quiz-attempt-history table.dataTable tbody td {
    font-size: 15px;
}
.tutor-quiz-attempt-history .tutor-table td {
    pointer-events: unset;
}
.company_assign_filter {
    display: flex;
    margin-bottom: 20px;
}
.alert_notification {
    font-size: 16px;
    color: green;
    font-weight: 700;
    margin-bottom: 20px;
}
#studenttabll {
    /*table-layout: fixed;*/
    width: 100%; 
}
body #studenttabll .fixed-checkbox-column {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    white-space: wrap;
}
#studenttabll th, #studenttabll td {
    white-space: normal; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.tutor-quiz-attempt-history.my-students-tbl table.dataTable{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width:100% !important;
}
.assign_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px!important;
}
.assign_btns h2.company_names {
    margin-bottom: 0px;
}
.small-toast {
    top: 50px !important; /* Set 100px from the top */
    left: 50% !important;
    transform: translateX(-50%) !important; /* Center align the toast */
}
select#division_select.swal2-select {
    width: 80%;
}
button.company-button {
    cursor: pointer;
}

.username_tds img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
}
.tabulator-col-title span.check-box {
    display: none;
}
/* div#tbl-my-students {
    margin: 30px 0px;
} */
.tabulator-header-filter input::placeholder {
    font-size: 14px !important;
}
#tbl-my-students .tabulator-row .tabulator-cell {
    padding: 10px;
    white-space: normal;
}
#tbl-my-students .tabulator-row {
    min-height: auto!important;
}
#tbl-my-students.tabulator .tabulator-footer .tabulator-page {
    width: 45px;
    height: 45px;
    background: #fff;
    color: #000;
}
#tbl-my-students.tabulator .tabulator-footer .tabulator-page.active {
    color: #fff;
    background: #000;
}
#tbl-my-students .tabulator-headers {
    height: 70px!important;
}
#tbl-my-students .tabulator-headers .tabulator-col {
    height: 70px!important;
}
.company_assign_filter span#select2-company_select-container {
    width: 96%!important;
    padding: 12px 20px;
    line-height: 28px;
}
.company_assign_filter span.select2-selection.select2-selection--single {
    height: 50px;
    border: 1px solid #d7d7d7;
}
/* .company_assign_filter span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100%!important;
} */
.company_assign_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
select#assignment-dropdown {
    margin-right: 0;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    padding: 6px 20px;
    border: 1px solid #000 !important;
    background-color: #fff !important;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s;
    margin-left:10px;
	width:250px !important;
}

.select2-container .select2-selection__rendered {
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding-left: 4px !important;
}
.select2-container .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}
.select2-container .select2-selection--single:hover {
    border-color: #888 !important;
}
.select2-dropdown {
    border-radius: 6px !important;
    border: 1px solid #d1d1d1 !important;
}

.select2-results__option {
    font-size: 14px !important;
    padding: 8px 12px !important;
}
.select2-results__option--highlighted {
    background: #3b82f6 !important;
    color: #fff !important;
}
select#assignment-dropdown {
    margin-right: 0;
}