@media screen and (max-width:1199px){
    #code_q_type{
        margin-bottom: 20px;
    }
    /* #view_questions_data{
        margin: 0 -10px;
    } */
    #view_questions_data video{
        width: 100%;
    }
    /* .page-title-box.language-title  h4 {
        width: 100%;
        margin-bottom: .5rem !important;
    } */
    /* .page-title-box.language-title  .page-title-right {
        width: 100%;
    } */
    /* .language-title {
        flex-direction: column;
    } */
    .select2-container--default .select2-selection--multiple .select2-selection__choice{
        margin-top: 2px !important;
    }
}
@media screen and (max-width:991px){
    .form-control[type=file] {
        width: 104px;
    }
    .form-control.image_div[type=file] {
        width: 100%;
    }
form#frmAddUpdate .col-md-10,#frmSettings .col-md-10 {
    width: 67%;
}
form#frmAddUpdate label.col-md-2,#frmSettings label.col-md-2 {
    width: 33%;
}
video#video_preview {
    width: 100%;
}
/* .que-create-main .nav-pills {
    justify-content: right;
}
.que-create-main .nav-pills li:last-child{
    margin-right:0;
}
.que-create-main .nav-pills li:last-child .btn{
    margin-right: 0;
} */

  div.dataTables_wrapper div.dataTables_info, 
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
   justify-content: center !important;
   margin: 6px 0 0 0 !important;
}
.profile-nav.nav-pills .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}
@media screen and (max-width:767px){
    .changepass-btn,.savebtn  {
        text-align: center !important;
        justify-content: center !important;
    }
    .form-control[type=file] {
        width: 100%;
        margin-bottom: 10px;
    }
    :is([data-layout=vertical],[data-layout=semibox])[data-sidebar-size=sm-hover-active] .topnav-hamburger {
        display: block;
    }
    .page-content {
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }
    button#topnav-hamburger-icon {
        padding-left: 0 !important;
    }
    button#page-header-user-dropdown {
        padding-right: 0;
    }
    .header-profile-user {
        height: 25px;
        width: 25px;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 5px;
    }
    .avatar-sm {
        height: 2.5rem;
        width: 2.5rem;
    }
    .profile-nav.nav-pills .nav-link {
        padding: 5px 9px 2px;
        font-size: 17px !important;
    }
    .tox-notifications-container {
        max-width: 75% !important;
    }
    .swal2-html-container{
        margin-left: 0;
        margin-right: 0;
    }
    form#frmAddUpdate .col-md-10,form#frmAddUpdate label.col-md-2, #frmSettings label.col-md-2,#frmSettings .col-md-10 {
        width: 100%;
    }
    table.dataTable>tbody>tr.child span.dtr-title{
        width: 100%;
    }
}
@media screen and (max-width:575px){
.footer {
    text-align: center;
}
}
@media screen and (max-width:400px){
    /* .lang-change-btn {
        margin: 10px 0 0 0;
        width: 100%;
    } */
    /* .field-with-thumnails {
        width: 100%;
    }
    .thumbnail-imgs {
        position: static;
        margin: 20px 0 0 0;
    } */
}