.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}


.dashboard-container .sidebar {
    background: #f8f9fa;
    height: 100vh;
    padding: 32px 32px 5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    box-shadow: 0px 14px 42px 0px #080F340F;
}
.dashboard-container .sidebar .sidebar-bottom-block{
    margin-top: auto;
    padding: 0 16px;
}
.dashboard-container .topbar {
    background: #f1f1f1;
    padding: 15px 32px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.profile-picture {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ddd;
    display: inline-block;
    position: relative;
}

.profile-picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.status-badge {
    display: inline-block;
    padding: 5px 10px;
    background: orange;
    color: white;
    border-radius: 10px;
    font-size: 12px;
}

.dashboard-inner-content {
    margin: 122px 100px;
}

.dashboard-inner-content .tabs-heading > h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    color: #000;
    margin-bottom: 42px;
}
.dashboard-inner-content ul.nav-tabs{
    border-bottom: 0.5px solid #a9adb1;
    padding-bottom: 8px;
}
.dashboard-inner-content .nav-tabs>li>a{
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    border: 0;
    padding: 10px 60px;
    position: relative;
}
.dashboard-inner-content .nav-tabs>li.active>a, .dashboard-inner-content .nav-tabs>li.active>a:focus, .dashboard-inner-content .nav-tabs>li.active>a:hover{
    border: 0;
    font-weight: 500;
    color: #000;
    background-color: #f1f1f1;
    border-radius: 8px;
}
.dashboard-inner-content .nav-tabs>li.active>a::after{
    content: "";
    width: 100%;
    display: block;
    background: #ff4f22;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -9px;

}
.dashboard-inner-content .nav-tabs>li>a:hover{
    background-color: #f1f1f1;
    border-radius: 8px;
}
.dashboard-inner-content .tab-content {
    padding: 20px 0;
    background: #ffffff;
    margin-top: 10px;
}

.btn-orange {
    background: #FF4F22;
    color: #fff;
    padding: 8px 42px;
    font-weight: 500;
    border-radius: 16px;
    line-height: 20px;
    border: 1px solid transparent
}
.tab-btn .btn{
    font-size: 14px;
    font-weight: 700;
    min-width: 197px;
}
.btn-orange:hover {
    background-color: #fff;
    color: #113140;
    border: 1px solid #113140;
}
.tab-btn{
    margin-top: 50px;
}
.btn-custom-default{
    color: #113140;
    background-color: #fff;
    border-color: #113140;
    border-radius: 16px;
    margin-left: 24px;
}
.btn-custom-default:focus,
.btn-orange:focus,.btn-custom-default:active,
.btn-orange:active{
    outline: 0;
    color: #fff;
}
.btn-orange:focus:hover,.btn-custom-default:focus:hover{
    color: #113140;
    outline: 0;
}
.btn-custom-default:focus:hover{
    color: #fff;
}
.btn-custom-default:focus,
.btn-custom-default:active{
    color: #113140;
}
.btn-custom-default:hover{
    background: #FF4F22;
    color: #fff;
    border: 1px solid transparent;
}
.btn-custom-default:disabled:hover{
    background: inherit;
    border: 1px solid #113140;
    color: #113140;
}
.dashboard-container .left-side-container{
    padding: 0;
    width: 100%;
    margin-left: 250px;
    background: #fff;
}
.topbar input.form-control{
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 45px;
    box-shadow: none;
    outline: 0;
    padding: 6px 35px;
}
.dashboard-container{
    padding: initial;
}
.dashboard-container .dashboard-inner-block{
    display: flex;
}
.dashboard-container  .sidebar-logo{
    margin-bottom: 48px;
}
.dashboard-container  .sidebar h5{
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 18px;
}
.dashboard-container  .sidebar  ul{
    padding: 0;
    list-style: none;
}
.dashboard-container .sidebar  ul > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0px;
    color: #090909;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    margin-bottom: 6px;
}
.dashboard-container .sidebar  ul > li > a:hover,
.dashboard-container .sidebar  ul > li > a.active{
    color: #ff4f22;
    font-weight: 600;
}
.dashboard-container .sidebar  ul > li > a img{
    filter: brightness(0) saturate(100%) sepia(1) hue-rotate(-15deg) saturate(600%) !important;
}
.dashboard-container .sidebar  ul > li > a:hover img,
.dashboard-container .sidebar  ul > li > a.active img{
    filter: none !important;
}
.dashboard-container .topbar .d-flex{
    display: flex;
    align-items: center;
}
.dashboard-container .topbar .d-flex > div{
    flex: 1;
}
.dashboard-container .topbar .d-flex > div.search-block,
.dashboard-container .topbar .d-flex > div.user-block{
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}
.dashboard-container .topbar .d-flex > div.user-block{
    justify-content: flex-end;
}
.dashboard-container .topbar .d-flex > div.user-block > span{
    border: 1px solid #9e9e9e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.dashboard-container .topbar .d-flex > div.search-block > .fa-search{
    position: absolute;
    left: 16px;
    top: 15px;
    color: #9e9e9e;
}
.user-profile-content .user-profile-name > h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}
.user-profile-content .user-profile-status .btn {
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .profile-block-content{
    display: flex;
    gap: 67px;
  }
  .profile-block-content .user-profile-content{
    width: 100%;
  }
  .profile-block-content .user-profile-content .user-status-block{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-bottom: 36px;
    border-bottom: 1px solid #a9adb1;
  }
  .profile-block-content .user-profile-content .user-status-block .user-profile-status{
    display: flex;
    gap: 20px;
  }
  .user-profile-content .user-status-block .user-profile-status .edit-btn{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ff4f22;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .user-profile-content .user-status-block .user-profile-status .edit-btn > i{
    color: #fff;
  }
  .detail-heading{
    margin-top: 24px;
  }
  .user-detail-block .detail-heading > h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    margin-bottom: 24px;
    color: #000;
  }
  .user-detail-block ul{
    padding: 0;
    list-style: none;
  }
  .user-detail-block ul > li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .user-detail-block ul > li > img{
    margin-right: 4px;
  }
  .user-detail-block{
    display: flex;
    gap: 50px;
  }
.user-profile-img >div.profile-image-preview{
    background: #f1f1f1;
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.user-profile-img{
    position: relative;
}
.user-profile-edit{
    position: absolute;
    top: 80px;
    right: -15px;
    z-index: 1;
}
.user-profile-edit > form > input{
    display: none;
}
.user-profile-edit > form > label{
    width: 36px;
    height: 36px;
    background: #A9ADB1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.profile-image-preview img#image-preview{
    min-width: 125px;
    min-height: 125px;
    object-fit: cover;
    border-radius: 50%;
    display: none;
}

.teacher-list-heading-block{
    display: flex;
    align-items: center;
}
.teacher-list-heading-block .heading-filter-btn{
    margin-left: auto;
    display: flex;
    gap: 16px;
    align-items: center;
}
.teacher-list-heading-block .heading-filter-btn > div{
    margin-left: 30px;
    display: flex;
    gap: 16px;
}
.teacher-list-heading-block .heading-filter-btn > div .btn-orange{
    padding: 8px 18px;
}
.teacher-list-heading-block .heading-filter-btn .tab-btn{
    margin-top: 0;
}
.tab-heading-block > h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}
.teacher-list-heading-block .tab-btn .btn{
    min-width: 160px;
}
.approval-status{
    margin-top: 38px;
    padding: 0 40px 8px;
    border-bottom: 1px solid #a9adb1;
    width: max-content;
    gap: 50px;
    margin-bottom: 20px;
}
.approval-status p{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
.approval-status > div > img{
    margin-right: 8px;
}


.teacher-list-table {
    border-radius: 8px;
}
.teacher-list-table .table thead {
    background-color: #113140;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 13px;
}
.teacher-list-table .table>thead>tr>th{
    border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    padding: 14px 8px;
}
.teacher-list-table .table>thead>tr>th:nth-child(2){
    text-align: left;
}
.teacher-list-table .status {
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 15px;
    display: inline-block;
}
.teacher-list-table .pending {
    background-color: #fffae6;
    color: #F5A01F;
}
.teacher-list-table .approved {
    background-color: #EBFAEF;
    color: #34C759;
}
.teacher-list-table .rejected {
    background-color: #ffecec;
    color: #e75151;
}
.teacher-list-table .profile-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}
.teacher-list-table .checkbox-center {
    text-align: center;
}

.teacher-list-table .table {
    border-spacing: 0;
    border-collapse: separate;
    border-spacing: 0 13px;
}
.teacher-list-table .table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.teacher-list-table .table thead th:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.teacher-list-table .table>tbody>tr>td{
    border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    padding: 16px 8px;
    vertical-align: middle;
}
.teacher-list-table .table>tbody>tr>td:nth-child(2){
    text-align: left;
}
.teacher-list-table .table> tbody > tr{
    background-color: #fff;
    box-shadow: 0px 6px 20px 0px #0000001A;
    border-radius: 8px;
}
.teacher-list-table .table tbody tr td:first-child {
    border-top-left-radius: 10px;
}

.teacher-list-table .table tbody tr td:last-child {
    border-top-right-radius: 10px;
}

.teacher-list-table .table tbody tr td:first-child {
    border-bottom-left-radius: 10px;
}

.teacher-list-table .table tbody tr td:last-child {
    border-bottom-right-radius: 10px;
}
.teacher-list-table .checkbox-center label{
    margin: 0;
    position: relative;
}
.teacher-list-table .checkbox-center label >input{
    display: none;
}
.teacher-list-table .checkbox-center label > span::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: -15px;
    margin-left: -23px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    background-color: #fff;
}
.teacher-list-table .checkbox-center label > input[type="checkbox"]:checked + span::before{
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
    border-color: transparent;
    background-color: #FF4F22;
    position: absolute;
    border: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    left: 20px;
    line-height: 20px;
    padding: 0;
    top: -15px;
}
.teacher-setting-option .setting-option-row{
    justify-content: space-between;
    max-width: 675px;
    gap: 20px;
}
.teacher-setting-option .setting-option-row .setting-option-toggle{
    margin-bottom: auto;
}
.teacher-setting-option .setting-option-row .setting-option-toggle button{
    padding: 0;
    position: relative;
    border: none;
    height: 24px;
    width: 43px;
    border-radius: 18px;
    background: #d8d8d8;
    outline: 0;
    box-shadow: none;
}
.teacher-setting-option .setting-option-row .setting-option-toggle button > span.handle{
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: left 0.25s;
}
.teacher-setting-option .setting-option-row .setting-option-toggle button.active > span.handle{
    left: 21px;
    transition: left 0.25s;
}
.teacher-setting-option .setting-option-row .setting-option-toggle button.active{
    background: #ff4f22;
}
#settings .tab-heading-block > h3{
    margin: 0 0 40px;
}
.setting-option-content{
    margin-bottom: 32px;
}
.setting-option-content > h6{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 0;
    letter-spacing: -1.1%;
}
.setting-option-content > p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -1.1%;
    margin: 0;
}
.add-new-file-block .file-upload {
    border: 2px dashed #000;
    border-radius: 4px;
    text-align: center;
    padding: 30px;
    cursor: pointer;
    position: relative;
}
.add-new-file-block .file-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.add-new-file-block .file-upload .icon {
    font-size: 24px;
    margin-bottom: 18px;
    display: block;
}
.add-new-file-block{
    max-width: 675px;
    margin-bottom: 32px;
}
.add-new-file-block > h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-decoration: -1.1%;
}
.add-new-file-block > h3 > button{
    opacity: 1;
}
.add-new-file-block .file-upload p,
.upload-file-name > p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.1%;
}
.add-new-file-block .file-upload p:first-of-type{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1.1%;
}
.upload-file-name button{
    display: none;
    opacity: 1;
}
.upload-file-name{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.upload-file-name > p{
    margin: 0;
}
.setting-option-toggle .switch > input{
    display: none;
}
.setting-option-toggle .switch {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 43px;
}
.setting-option-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px;
    background: #d8d8d8;
    transition: 0.4s;
}
.setting-option-toggle .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
.setting-option-toggle .switch > input:checked + .slider {
    background-color: #ff4f22;
}
.setting-option-toggle .switch > input:checked + .slider:before {
    transform: translateX(19px);
}
.switch-btn-modal .modal-content {
    max-width: 497px;
    border-radius: 8px;
    box-shadow: none !important;
    border: 0;
}
.switch-btn-modal .modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    width: 100%;
}
.switch-btn-modal .modal-dialog-centered .modal-body{
    text-align: center;
    padding: 48px 32px;
}
.switch-btn-modal .modal-dialog-centered .modal-body .modal-heading > h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    color: #FF4F22;
    margin: 0 0 32px;
}
.switch-btn-modal .modal-content > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 54px;
    color: #090909;
}
.switch-btn-modal .modal-content > button{
    width: 100%;
    background: #FF4F22;
    border: 0;
    border-radius: 16px;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    outline: 0;
    box-shadow: none;
}
.switch-btn-modal .modal-content > button:focus{
    outline: 0;
}
#offConfirmationModal.switch-btn-modal .modal-content{
    max-width: 545px;
}
#confirm-approval .modal-btn{
    justify-content: space-around;
}
#confirm-approval .modal-btn button{
    min-width: 130px;
}
.left-side-container .topbar .navbar-toggle{
    margin-left: 5px;
    margin-right: 0;
}
.left-side-container .topbar .navbar-toggle > span{
    background: #9e9e9e;
}
.dashboard-container .topbar .d-flex > div.sidebar-logo{
    flex: 0;
    flex-basis: 318px;
    margin-bottom: 0;
}
.content-wrapper.teacher-right-panal{
    margin-left: 250px;
    margin-top: 82px;
}
header .topbar .navbar-toggle{
    position: relative;
    width: 40px;
    height: 40px;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 5px;
}
header .topbar .navbar-toggle > span{
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 0.125em;
    background: #090909;
    transition: inherit;
}
header .topbar .navbar-toggle  span:nth-child(1){
    top: 11px;
}
header .topbar .navbar-toggle  span:nth-child(2){
    top: 17px;
    width: 30px;
}
header .topbar .navbar-toggle  span:nth-child(3){
    top: 26px;
    width: 20px;
}
header .topbar .navbar-toggle.active  span:nth-child(1){
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
}   
header .topbar .navbar-toggle.active  span:nth-child(2){
    right: 50%;
    width: 0;
}
header .topbar .navbar-toggle.active  span:nth-child(3){
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
}
header .mobile_content_wrapper,
header .mobile_dropdown_btn_block{
    display: none;
}


/* media */
@media (max-width: 1100px) and (min-width: 992px) {
    .user-profile-img >div.profile-image-preview{
        width: 90px;
        height: 90px;
    }
    .user-profile-img >div.profile-image-preview img{
        width: 55px;
        height: 55px;
    }
    .user-profile-edit{
        top: 60px;
        right: -13px;
    }
    .profile-block-content{
        gap: 50px;
    }
    .profile-block-content .user-profile-content {
        width: 80%;
    }
    .dashboard-inner-content .tabs-heading > h2{
        font-size: 32px;
    }
}
@media (max-width: 1100px) {
    .dashboard-inner-content {
        margin: 102px 30px 30px;
    }
    .dashboard-inner-content .nav-tabs>li>a{
        padding: 10px 30px;
    }
}
@media (max-width: 1140px) {
    .dashboard-inner-content{
        margin: 122px 50px;
    }
}
@media (max-width: 1050px) {
    .dashboard-inner-content {
        padding: 0 10px;
    }
}
@media (max-width: 992px) {
    .teacher-list-heading-block .heading-filter-btn > div{
        margin-left: 0;
    }
    .teacher-list-heading-block .tab-btn .btn{
        min-width: 130px;
    }
    .teacher-list-heading-block .btn-custom-default{
        margin-left: 0;
    }
    .teacher-list-heading-block .btn{
        padding: 6px 10px;
    }
    .teacher-list-heading-block .heading-filter-btn > div{
        gap: 10px;
    }
    .tab-heading-block > h3{
        margin: 0;
        font-size: 20px;
    }
    .teacher-list-heading-block .heading-filter-btn{
        gap: 10px;
    }
    .dashboard-container .topbar{
        padding: 20px;
    }
    .teacher-list-table .checkbox-center label{
        margin: 0 10px;
    }
    .dashboard-container .sidebar {
        position: fixed;
        left: -250px;
        transition: 0.3s;
        overflow: auto;
    }

    .dashboard-container .sidebar.show {
        left: 0;
    }

    .topbar .navbar-toggle {
        display: block;
    }

    .topbar .navbar-collapse {
        padding: 0;
    }
    .dashboard-container .left-side-container{
        margin-left: 0;
    }
    .switch-btn-modal .modal-dialog-centered .modal-body {
        padding: 30px 20px;
    }
    .switch-btn-modal .modal-dialog-centered .modal-body .modal-heading > h2 {
        font-size: 28px;
        line-height: 35px;
        margin: 0 0 20px;
    }
    .switch-btn-modal .modal-content > p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #confirm-approval .modal-btn button{
        margin-left: 0;
    }
    .dashboard-inner-content{
        padding: 0 20px;
    }
    .dashboard-container .topbar .d-flex > div{
        flex: initial;
    }
    .dashboard-container .topbar .d-flex > div.search-block{
        margin-left: auto;
        margin-right: 15px;
    }
    .dashboard-container .topbar .d-flex > div.search-block, .dashboard-container .topbar .d-flex > div.user-block{
        gap: 15px;
    }
    .dashboard-container .topbar .d-flex > div.sidebar-logo img{
        width: 110px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .dashboard-container .topbar .d-flex > div.user-block > span{
        height: 32px;
        width: 32px;
    }
    .dashboard-container .topbar .d-flex > div.search-block, .dashboard-container .topbar .d-flex > div.user-block{
        gap: 10px;
    }
    .dashboard-container .topbar .d-flex > div.search-block{
        margin-right: 10px;
    }
    .topbar input.form-control{
        height: 36px;
    }
    .dashboard-container .topbar .d-flex > div.search-block > .fa-search{
        top: 10px;
    }
    .approval-status{
        width: auto;
        flex-wrap: wrap;
        padding: 0 0 8px;
        gap: 15px;
    }
    .approval-status label{
        margin: 0;
    }
    .dashboard-inner-content .tabs-heading > h2{
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .dashboard-inner-content .tabs-heading > h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .dashboard-inner-content .nav-tabs>li>a {
        padding: 8px 20px;
        font-size: 15px;
    }
    .teacher-list-heading-block{
        flex-direction: column;
    }
    .teacher-list-heading-block .tab-heading-block{
        margin-bottom: 20px;
        margin-right: auto;
    }
    .teacher-list-heading-block .heading-filter-btn{
        margin-right: auto;
        margin-left: inherit;
    }
    .dashboard-inner-content{
        margin: 102px 15px 30px;
    }
    .teacher-list-table .table>tbody>tr>td:nth-child(2) {
        display: flex;
        white-space: nowrap;
        align-items: center;
    }
    #offConfirmationModal.switch-btn-modal .modal-content,
    .switch-btn-modal .modal-content {
        max-width: max-content;
        margin: 0 15px;
    }
    .dashboard-container .sidebar ul > li > a{
        font-size: 14px;
    }
    .dashboard-container .sidebar{
        padding: 100px 20px 20px 20px;
        width: 200px;
    }
    .dashboard-container .sidebar-logo {
        margin-bottom: 30px;
    }
    .dashboard-container .sidebar-logo > img{
        width: 120px;
        height: auto;
    }
    header{
        position: relative;
    }
    header .mobile_dropdown_btn_block{
        display: block;
        margin-left: auto;
    }
    header .mobile_dropdown_btn{
        display: block;
        border: 1px solid #9e9e9e;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
    }
    header .mobile_dropdown_btn > i{
        font-size: 16px;
    }
    header .mobile_content_wrapper{
        position: absolute;
        width: max-content;
        top: 44px;
        z-index: 9999;
        background: #fff;
        display: none;
        justify-content: flex-end;
        align-items: center;
        right: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 15px;
        border-radius: 5px;
    }
    header .mobile_content_wrapper .search-block{
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
    }
    header .mobile_content_wrapper .search-block input{
        border: 1px solid #ccc;
        border-radius: 8px !important;
        height: 34px;
        box-shadow: none;
        outline: 0;
        padding: 6px 35px;
        width: 160px;
        position: relative;
    }
    header .mobile_content_wrapper .search-block i{
        position: absolute;
        left: 16px;
        top: 9px;
        color: #9e9e9e;
    }
    .dashboard-container .mobile_content_wrapper div.user-block > span {
        border: 1px solid #9e9e9e;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        cursor: pointer;
    }
    .dashboard-container .mobile_content_wrapper div.user-block{
        display: flex;
        gap: 12px;
        margin-left: 12px;
    }
    header.dashboard-container .topbar .search-block,
    header.dashboard-container .topbar div.user-block{
        display: none !important;
    }
    .teacher-list-table .checkbox-center label > span::before{
        left: 15px;
    }
    .student_profile_modal .modal-body, .noteModel .modal-body, .avatar_modal .modal-body{
        width: 360px;
    }
    #filterModal .modal-content .modal-header, .student_profile_modal .modal-content .modal-header, .noteModel .modal-content .modal-header, .preview_modal_data .modal-content .modal-header, .avatar_modal .modal-content .modal-header, .filter_pendingapproval_modal .modal-content .modal-header, .addSponsorModel .modal-content .modal-header{
        padding: 15px;
    }
    #filterModal .modal-content .modal-header button.close, .student_profile_modal .modal-content .modal-header button.close, .noteModel .modal-content .modal-header button.close, .preview_modal_data .modal-content .modal-header button.close, .avatar_modal .modal-content .modal-header button.close, .filter_pendingapproval_modal .modal-content .modal-header button.close, .addSponsorModel .modal-content .modal-header button.close{
        top: 15px;
        right: 20px;
    }
    .pending-approval-wrepper .teacher-list-heading-block {
        flex-direction: row;
    }
    .pending-approval-wrepper .teacher-list-heading-block .tab-heading-block{
        margin-bottom: 0;
    }
    .pending-approval-wrepper .teacher-list-heading-block .heading-filter-btn{
        margin: inherit;
    }
    .pending-approval-wrepper .teacher-list-table .table>tbody>tr>td:nth-child(2){
        display: table-cell;
    }
}
@media (max-width: 420px) {
    .approval-status {
        gap: 20px;
        padding: 0 0 8px;
    }
    .teacher-list-heading-block .heading-filter-btn > div .btn-orange,
    .teacher-list-heading-block .btn{
        padding: 8px;
    }
    .teacher-list-heading-block .tab-btn .btn{
        font-size: 14px;
    }
    .approval-status p{
        font-size: 14px;
    }
    .dashboard-inner-content .tabs-heading > h2{
        font-size: 28px;
    }
    .setting-option-content > h6{
        font-size: 16px;
    }
}
@media (max-width: 375px) {
    .dashboard-inner-content .nav-tabs>li>a{
        padding: 8px 10px;
    }
}

.badge {
    background-color: #ff4d26; /* Adjust color to match your design */
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 12px;
    margin-left: 5px;
}