div.dt-buttons {
    padding-left: 20px;
    float: right;
    height: 35px;
    margin-top: 28px;
}

.action-class {
    padding: 3px 4px;
    margin: 3px;
    border: 1px solid #9b94946b;
    border-radius: 5px;
    font-size: 11px;
}

.editIcon {
    background: green;
    color: #fff;
}

.curriculumIcon{
    background: rgb(0, 128, 124);
    color: #fff !important;
}

.deleteIcon {
    background: #e50101;
    color: #fff;
}
.deleteIcon:hover,.editIcon:hover {
    color: #fff;
}
/* div#user_filter {
    margin-top: 26px;
} */

.user_status.mt-50.width-200 {
    width: 140px;
    float: right;
    margin-top: 23px;
    margin-left: 10px;
}

button.btn.buttons-collection.dropdown-toggle.btn-outline-secondary.me-2 {
    width: 120px;
    float: right;
    margin-left: 10px;
    height: 35px;
    margin-top: 0px;
}

.dt-buttons > button {
    margin-left: 10px;
}

.border-bottom {
    border-bottom: none !important;
}

.toast-container.position-fixed.top-0.end-0.p-2.messageShowAlert {
    z-index: 9999 !important;
}

.toast {
    padding: 0px !important;
}

.toast-header {
    padding: 5px !important;
}

.toast .toast-body {
    padding: 1rem 0.5rem !important;
}
button.btn.btn-secondary.btn-primary.onlineAll {
    background: green;
}
button.btn.btn-secondary.btn-danger.offlineAll {
    background: #e5780b !important;
}
.dt-button-collection.dropdown-menu {
    left: 1399px;
}
.dataTables_wrapper{
        min-height: 300px;
}
div.table-responsive>div.dataTables_wrapper>div.row {
    margin-top: 23px;
}
div.dataTables_wrapper div.dataTables_filter input {
    min-height: 36px;
}
.mt-60{
    margin-top: 60px;
}
img.rounded-circle.userProfile {
    width: 100px;
    height: 100px;
}


.curricullumSection {
background-color: #ffffff;
border-radius: 5px;
padding: 10px;
/* border: 1px solid #ccc; */
display: contents;
justify-content: space-between;
align-items: center;
}

.curricullumSection h5 {
margin: 0;
font-weight: 600;
}

.hover-buttons {
opacity: 0;
transition: opacity 0.3s;
}

.lessonSection:hover .hover-buttons {
opacity: 1;
}

.btn {
padding: 9px;
}

.section-buttonss{
opacity: 0;
transition: opacity 0.3s;
}

.lessonSection:hover .section-buttonss {
opacity: 1;
}
.lessonImgicon{
    vertical-align: middle;
    border-style: none;
    margin-right: 5px;
}
