.student-checkbox{
border:#A7A7A7;
width: 21.333px;
height: 21.333px;
flex-shrink: 0;
}

#bulk-actions .export-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #FFF !important;
    color: #3F4DCB !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .export-btn:hover {
    background: #f2f4ff !important;
}

#bulk-actions .delete-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #FFF !important;
    color: #3F4DCB !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .delete-btn:hover {
    background: #f2f4ff !important;
}

#bulk-actions .schedule-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #3F4DCB !important;
    color: #FFF !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .schedule-btn:hover {
    background: #2e3bb5 !important;
}




.expert-add-student-btn {
    all: unset;
    display: inline-flex;
    height: 40px;
    min-width: 84px;
    max-width: 480px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: rgba(247, 250, 252, 1);
    background: #3F4DCB;
    border-radius: 4px;
    cursor: pointer;
}



.expert-add-student-btn:hover {
    color: #fff;
    background: #000039;
}



.expert-student-lists-form input[type=text] {
    display: flex;
margin-bottom:10px;
padding: 16px 20px;
align-items: flex-start;
gap: 8px;
border-radius: 10px;
border: 1px solid var(--Grey-100, #D2D2D2);
background: var(--white, #FFF);
}

.expert-student-lists-header {
    margin-bottom: 15px;
  
}

.expert-student-lists-form {
    
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.expert-student-lists-input {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    flex: 2;
    min-width: 200px;
    width: 100%;
}

.expert-student-lists-select {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    width: 100%;
}

.expert-student-lists-table-header {
    display: flex;
    padding: 12px 16px;
    color: #6b7280;
    background: #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.expert-student-lists-row {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    background-color: unset;
}

.expert-student-lists-row:hover {
    background-color: rgba(63, 77, 203, 0.15);
}

.expert-student-lists-table {
	min-height: 40vh;
    background: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.expert-student-lists-col {
    display: flex;
	align-items: center;
	justify-content: flex-start;
    min-width: 120px;
}

.expert-student-lists-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 2px 10px;
    border-radius: 10px;
    width: 73px;
}

.expert-student-lists-actions {
    display: flex;
	justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.expert-student-lists-action-link {
    padding: 4px 10px;
    border-radius: 8px;
    text-decoration: none;
}

.expert-student-lists-action-link.report {
    border: 1px solid #d1d5db;
    color: #3b82f6;
    background: white;
}

.expert-student-lists-action-link.profile {
    border: none;
    color: white;
    background: #3b82f6;
}

.expert-student-lists-separator {
    height: 1px;
    background: #f3f4f6;
}

.expert-student-lists-pagination {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.expert-student-lists-pagination a {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    color: #000039;
    text-decoration: none;
    
}
.expert-student-lists-pagination a.active {
    background: #000039;
    color: #ffffff;
}





@media screen and (min-width: 481px) and (max-width: 1024px){




.student-checkbox{
border:#A7A7A7;
width: 21.333px;
height: 21.333px;
flex-shrink: 0;
}

#bulk-actions .export-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #FFF !important;
    color: #3F4DCB !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .export-btn:hover {
    background: #f2f4ff !important;
}

#bulk-actions .delete-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #FFF !important;
    color: #3F4DCB !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .delete-btn:hover {
    background: #f2f4ff !important;
}

#bulk-actions .schedule-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #3F4DCB !important;
    color: #FFF !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .schedule-btn:hover {
    background: #2e3bb5 !important;
}




.expert-add-student-btn {
    all: unset;
    display: inline-flex;
    height: 40px;
    min-width: 84px;
    max-width: 480px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: rgba(247, 250, 252, 1);
    background: #3F4DCB;
    border-radius: 4px;
    cursor: pointer;
}



.expert-add-student-btn:hover {
    color: #fff;
    background: #000039;
}



.expert-student-lists-form input[type=text] {
    display: flex;
margin-bottom:10px;
padding: 16px 20px;
align-items: flex-start;
gap: 8px;
border-radius: 10px;
border: 1px solid var(--Grey-100, #D2D2D2);
background: var(--white, #FFF);
}

.expert-student-lists-header {
    margin-bottom: 15px;
  
}

.expert-student-lists-form {
    
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.expert-student-lists-input {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    flex: 2;
    min-width: 200px;
    width: 100%;
}

.expert-student-lists-select {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    width: 50%;
}

.expert-student-lists-table-header {
    display: flex;
    padding: 12px 16px;
    color: #6b7280;
    background: #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.expert-student-lists-row {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
}

.expert-student-lists-table {
	min-height: 40vh;
    background: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.expert-student-lists-col {
    display: flex;
	align-items: center;
	justify-content: flex-start;
    min-width: 120px;
}

.expert-student-lists-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 2px 10px;
    border-radius: 10px;
    width: 73px;
}

.expert-student-lists-actions {
    display: flex;
	justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.expert-student-lists-action-link {
    padding: 4px 10px;
    border-radius: 8px;
    text-decoration: none;
}

.expert-student-lists-action-link.report {
    border: 1px solid #d1d5db;
    color: #3b82f6;
    background: white;
}

.expert-student-lists-action-link.profile {
    border: none;
    color: white;
    background: #3b82f6;
}

.expert-student-lists-separator {
    height: 1px;
    background: #f3f4f6;
}

.expert-student-lists-pagination {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.expert-student-lists-pagination a {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    color: #000039;
    text-decoration: none;
    
}
.expert-student-lists-pagination a.active {
    background: #000039;
    color: #ffffff;
}



}



@media screen and (min-width: 320px) and (max-width: 480px){


.student-checkbox{
border:#A7A7A7;
width: 21.333px;
height: 21.333px;
flex-shrink: 0;
}

#bulk-actions .export-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #FFF !important;
    color: #3F4DCB !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .export-btn:hover {
    background: #f2f4ff !important;
}

#bulk-actions .delete-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #FFF !important;
    color: #3F4DCB !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .delete-btn:hover {
    background: #f2f4ff !important;
}

#bulk-actions .schedule-btn {
    display: flex !important;
    width: 191px !important;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #3F4DCB !important;
    background: #3F4DCB !important;
    color: #FFF !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#bulk-actions .schedule-btn:hover {
    background: #2e3bb5 !important;
}




.expert-add-student-btn {
    all: unset;
    display: inline-flex;
    height: 40px;
    min-width: 84px;
    max-width: 480px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: rgba(247, 250, 252, 1);
    background: #3F4DCB;
    border-radius: 4px;
    cursor: pointer;
}



.expert-add-student-btn:hover {
    color: #fff;
    background: #000039;
}



.expert-student-lists-form input[type=text] {
    display: flex;
margin-bottom:10px;
padding: 16px 20px;
align-items: flex-start;
gap: 8px;
border-radius: 10px;
border: 1px solid var(--Grey-100, #D2D2D2);
background: var(--white, #FFF);
}

.expert-student-lists-header {
    margin-bottom: 15px;
  
}

.expert-student-lists-form {
    
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.expert-student-lists-input {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    flex: 2;
    min-width: 200px;
    width: 100%;
}

.expert-student-lists-select {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    width: 50%;
}

.expert-student-lists-table-header {
    display: flex;
    padding: 12px 16px;
    color: #6b7280;
    background: #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.expert-student-lists-row {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
}

.expert-student-lists-table {
	min-height: 40vh;
    background: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.expert-student-lists-col {
    display: flex;
	align-items: center;
	justify-content: flex-start;
    min-width: 120px;
}

.expert-student-lists-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 2px 10px;
    border-radius: 10px;
    width: 73px;
}

.expert-student-lists-actions {
    display: flex;
	justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.expert-student-lists-action-link {
    padding: 4px 10px;
    border-radius: 8px;
    text-decoration: none;
}

.expert-student-lists-action-link.report {
    border: 1px solid #d1d5db;
    color: #3b82f6;
    background: white;
}

.expert-student-lists-action-link.profile {
    border: none;
    color: white;
    background: #3b82f6;
}

.expert-student-lists-separator {
    height: 1px;
    background: #f3f4f6;
}

.expert-student-lists-pagination {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.expert-student-lists-pagination a {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    color: #000039;
    text-decoration: none;
    
}
.expert-student-lists-pagination a.active {
    background: #000039;
    color: #ffffff;
}






}

