@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

:root {
  --orange: #ff5a00;
  --red:#d73333;
  --black: #000000;
  --white: #ffffff;
  --skyblue: #00A1F1;
  --naviblue:#005bbb;
  --successbtn:#3BB77E;
  --yellow:#fcc729;
}
.table-loader-cls {
    min-height: calc(100vh - 120px);
}
.table-loader-cls .card-body table.dataTable tr td.dataTables_empty {
    height: 300px;
}
div.dataTables_wrapper div.dataTables_processing {
    top: 150px !important;
}
.uploaded_student_list_setion_drw .buttons-excel {
    margin: 0 !important;
}
.uploaded_student_list_setion_drw .setwidthSf {
    margin-left: 8px;
}
body{
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  color:var(--black);
  margin: 0;
  padding: 0;
  font-size: 18px;
  /* background: url('../../images/dashboard.jpg') 0% 0% / cover fixed; */
  background: #efefef;
}
.box_profileStbox {
    width: 140px;
    height: 130px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    float: left;
    padding: 5px;
}
.box_profileStbox b {
    border: none !important;
    width: auto !important;
    height: auto !important;
}
.box_profileStbox a {
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_profileStbox a img {
    max-width: 90% !important;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.box_profileStbox .input-group-btn {
    position: absolute;
    right: -13px;
    top: -11px;
}
.box_profileStbox .input-group-btn .btn {
    background: #ffffff;
    color: var(--naviblue);
    border: none;
    width: 30px !important;
    height: 30px;
    border: 1px solid #d7d6d6 !important;
    border-radius: 50%;
    display: inline-flex;
    padding: 0 !important;
}
.box_profileStbox .input-group-btn .btn svg {
    width: 22px;
}
.box_profileStbox .input-group-btn .btn:hover {
    background: #ffffff !important;
    color: var(--red) !important;
}
tr td.child {
    text-align: left !important;
}
.colsetlisrOpr .buttons-excel {
    margin: 0 !important;
}
.colsetlisrOpr .seacrhcjbar_bg {
    width: 200px;
}
.box_layout_mainsect_inner_box>ul>li.faculty_viewboxrf {
    background: #e6f2ff;
    border: none;
    margin-top: 16px;
    padding: 5px 18px;
}
.box_layout_mainsect_inner_box>ul>li.faculty_viewboxrf .set_leftYuopdp {
    background: #e6f2ff;
    border-radius: 4px 4px 0 0;
    padding: 2px 6px;
}
.box_layout_mainsect_inner_box>ul>li.faculty_viewboxrf .inernalset_leftYu span {
    color: var(--naviblue);
}
/* Cool Animation Loader */

.spinner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 9999;
}

.leo-border-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    background: linear-gradient(0deg, #fff 33%, #ffffff 100%);
    animation: spin3D 1.8s linear 0s infinite;
}

.leo-core-1 {
    width: 100%;
    height: 100%;
    background-color: #37474faa;
    border-radius: 50%;
}

.leo-border-2 {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(251, 91, 83);
    background: linear-gradient(0deg, #ffffff 33%, rgba(251, 91, 83, 1) 100%);
    animation: spin3D 2.2s linear 0s infinite;
}

.leo-core-2 {
    width: 100%;
    height: 100%;
    background-color: #1d2630aa;
    border-radius: 50%;
}
.spinner-box p {
  position: relative;
  z-index: 1;
  color: #fff;
}

@keyframes spin3D {
    from {
        transform: rotate3d(.5, .5, .5, 360deg);
    }

    to {
        transform: rotate3d(0deg);
    }
}
/* Cool Animation Loader */

.sidebar-menu {
    /* background: url(../../images/back_menu_side.png) no-repeat; */
    background: transparent !important;
    height:100vh;
    padding: 0;
    width: auto !important;
    margin: 0;
    margin-right: 0 !important;
    background-size: cover;
    box-shadow: none;
    overflow: inherit !important;
}
.sidebar-menu .main-menu {
    height: calc(100% - 58px) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    padding-bottom: 80px;
}
.help_module_set_blink {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 15px;
    z-index: 1111;
}
.help_module_set_blink a {
    color: var(--black);
    padding: 6px 10px;
    width: auto;
    display: inline-block;
    align-items: center;
    background: var(--yellow);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  font-size: 16px;
}
@-webkit-keyframes glowing {
  0% { background-color: var(--yellow); }
  50% { background-color: var(--white); }
  100% { background-color: var(--yellow); }
}

@-moz-keyframes glowing {
  0% { background-color: var(--yellow); }
  50% { background-color: var(--white); }
  100% { background-color: var(--yellow); }
}

@-o-keyframes glowing {
  0% { background-color: var(--yellow);}
  50% { background-color: var(--white); }
  100% { background-color: var(--yellow); }
}

@keyframes glowing {
  0% { background-color: var(--yellow); }
  50% { background-color: var(--white);}
  100% { background-color: var(--yellow); }
}
.help_module_set_blink a svg {
    margin-right: 4px;
}
.sbar_collapsed.page-container {
    padding-left: 0 !important;
}
.sbar_collapsed.page-container .main-content {
    -webkit-transition: padding-left 0.3s ease 0s;
    transition: padding-left 0.3s ease 0s;
}

.sbar_collapsed.page-container .header-area {
    padding-left: 280px !important;
}
.sidebar-header {
    width: 260px !important;
}
.ui-autocomplete {
  overflow-y: auto;
}
.fa-chevron-left:before, .fa-chevron-right:before {
    font-family: 'FontAwesome';
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.sidebar-header a:hover h3 {
    color: var(--naviblue);
}
.sidebar-header a {
    color: var(--white);
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.sidebar-header h3 {
    margin: 0;
    color: var(--black);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    text-align: left;
}
.sidebar-header {
    background: transparent;
    border: none !important;
    padding: 4px 6px;
    background: #d9d9d9;
    border-right: 1px dashed #9a9a9a !important;
}
.main-content-inner {
    padding: 0;
    float: left;
    width: 100%;
    overflow-y: auto !important;
    padding: 20px;
}
.sidebar_innerxls {
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    border: none;
    box-shadow: none;
    position: relative;
}
.sidebar-menu .logo {
    display: flex;
}
.logo a {
    max-width: 100%;
}
.sidebar_innerxls .main-menu {
    position: relative;
    background: url('https://pixinvent.com/demo/convex-bootstrap-admin-dashboard-template/app-assets/img/sidebar-bg/08.jpg');
    background-size: cover;
    z-index: 1111;
}
.sidebar_innerxls .main-menu:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #594735, #978069, #cf873f);
    /* background: linear-gradient(45deg, #ba8181, #2B32B2); */
    /* background-image: -webkit-linear-gradient(45deg, #005bbb, #084687);
    background-image: -moz- oldlinear-gradient(45deg, #005bbb, #084687);
    background-image: -o-linear-gradient(45deg, #005bbb, #084687);
    background-image: linear-gradient(45deg, #005bbb, #084687);
    background-repeat: repeat-x;   */
    z-index: -1;
    opacity: 0.97;
}
.filter_panel_set_main_op {
    float: left;
    width: 100%;
    display: flex;
}
.searchbarT_ {
    display: inline-flex;
}
.seacrhcjbar_bg {
    width: 360px;
    float: left;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    padding: 0.375rem 0.375rem 0.375rem 35px;
    background: #f5f8fa url(../../images/ic_search_1.svg) no-repeat left 10px center !important;
    font-size: 14px;
    background-size: 18px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: transparent !important;
    background: none !important;
}
.card-body .data-tables .bottom .dataTables_paginate .page-link:hover {
    background: var(--skyblue) !important;
    color: var(--white) !important;
    border-color: var(--skyblue) !important;
}
.menu-inner {
    overflow: auto !important;
}
.form_elements_Pd label i {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}
.main-content {
    background: transparent;
    padding: 0;
    float: left;
    width: 100%;
}
.main-content-inner .card {
    border-radius: 14px;
    /* border: 1px solid #e7e5e4; */
    border: none;
    box-shadow: none;
}

.sidebar-menu .logo img {
    max-height: 50px;
}
.main-menu {
    padding-top: 0;
    padding-right: 0;
}
.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.metismenu >li:hover>a, .metismenu >li.active>a {
    background:rgba(255,255,255,0.1);
    color: var(--white);
    text-decoration: none;
}
.metismenu li a:after {
    color: var(--white);
}
.metismenu >li>a {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    display: flex;
    align-items: center;
    color: var(--white);
    text-decoration: none;
}
.metismenu li:hover>a, .metismenu li.active>a {
    color: var(--white);
    text-decoration: none;
}
 .metismenu >li>a svg {
    width: 24px;
    height: 24px;
 }
 .metismenu li ul {
    list-style: none;
 }
 table.dataTable tbody tr:hover {
    background: #f5f8fa;
 }
 .metismenu li ul li a svg {
    width: 20px;
 }
.metismenu li ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.metismenu >li >a {
    padding-left: 20px!important;
}
.header-area {
    border-radius: 0;
    border: none;
    /* box-shadow: 0 2px 14px rgb(38 60 85 / 5%); */
    padding: 10px 20px;
    margin-bottom: 0;
    /* border-bottom: 1px solid #ccc; */
    background: #d9d9d9;
}
.header-area h1 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 0;
    color: #212121;
}
.header-area .nav-btn {
    margin-top: 0;
}
.notification-area {
    margin: 0;
    float: right;
    justify-content: flex-end;
}
#helpbackp_ipl .card a {
    text-decoration: none;
    color: #212121;
}
.notification-area .dropdown-menu, .user-profile .dropdown-menu {
    right: 0 !important;
    margin-top: 10px !important;
}
.notification-area .cls_avtartZ span {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    border: 1px dashed #ff5a00;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-area .cls_avtartZ span img {
    object-fit: cover;
}
.notify-title {
    background: var(--orange);
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.metismenu li.active ul li.active a {
    opacity: 1;
}
.seorTyclass span {
    margin-top: 21px;
    font-size: 16px;
}
.setclpssectionclick h4>a {
    position: absolute;
    right: 10px;
    top: auto;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: var(--naviblue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.setclpssectionclick h4 {
    display: flex;
    padding: 15px 10px;
    align-items: center;
    position: relative;
    background: #0088cc0d;
    margin: 0 !important;
}
.setclpssectionclick h4 span {
    margin-left: 8px;
}
.notify-title a {
    font-size: 18px;
    color: var(--white);
}
.notify-title a:hover {
    opacity: 0.5;
}
.header-area .nav-btn svg rect {
    fill: #626262;
}
.card-body table.dataTable {
    margin: 0 !important;
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
    /* border-radius: 10px; */
    /* overflow: hidden;s */
}
.card-body table.dataTable tr th {
    border: none !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
    font-weight: 600 !important;
}
.card-body table.dataTable tr th:not(:last-child) {
    padding-right: 30px !important;
}
.card-body table.dataTable tr td {
    font-size: 13px !important;
    letter-spacing: 0.3px !important;
    font-weight: 400 !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
}
.card-body .data-tables .bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.card-body .data-tables .bottom .dataTables_info {
    color: #959895;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.card-body .data-tables .bottom .dataTables_paginate {
    margin: 0;
    padding: 0;
}
.card-body .data-tables .bottom .dataTables_paginate .paginate_button{
    margin: 0 !important;
    padding: 0;
    border: none;
}
.card-body .data-tables .bottom .dataTables_paginate .page-link {
    padding: 0 10px !important;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.page-item.active .page-link {
    z-index: 0;
    color: #fff;
    background-color: #EA6A12;
    border-color: #EA6A12;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.page-item:first-child .page-link {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.page-item.disabled .page-link {
    color: #959895;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.page-item:last-child .page-link {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.btactioncls {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.btactioncls svg {
    width: 16px;
    height: 16px;
}
.btactioncls.btn-danger {
    background-color: #f0f0f0;
    border: none;
}
.btactioncls.btn-danger svg path {
    fill: #fc424a;
}
.btactioncls.btn-danger:hover,
.btactioncls.btn-danger:focus {
    background-color: #fc424a;
    border: none;
}
.btactioncls.btn-danger:hover svg path,
.btactioncls.btn-danger:focus svg path {
    fill: #ffffff;
}

.btactioncls.btn-secondary {
    background-color: #f0f0f0;
    border: none;
}
.btactioncls.btn-secondary svg path {
    fill: #0090e7;
}

.btactioncls.btn-secondary:hover,
.btactioncls.btn-secondary:focus {
    background-color: #0090e7;
    border: none;
}
.btactioncls.btn-secondary:hover svg path,
.btactioncls.btn-secondary:focus svg path {
    fill: #ffffff;
}


.btactioncls.btn-success {
    background-color: #f0f0f0;
    border: none;
}
.btactioncls.btn-success svg path {
    fill: #02a147;
}

.btactioncls.btn-success:hover,
.btactioncls.btn-success:focus {
    background-color: #02a147;
    border: none;
}
.btactioncls.btn-success:hover svg path,
.btactioncls.btn-success:focus svg path {
    fill: #ffffff;
}

.action_btn_r_main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.action_btn_r_main .btactioncls {
    margin: 0 5px 0 0;
}
.main-content-inner .card-body {
    padding: 20px 24px;
}

/* All input fields css */
.form_elements_Pd {
    float: left;
    width: 100%;
}
.form_elements_Pd label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #263871;
    letter-spacing: 0.3px;
}
.form_elements_Pd .formcontrolcls {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
}
.form_elements_Pd .formcontrolcls:focus,
.form_elements_Pd .formcontrolclsarea:focus {
    outline: none;
    border-color: var(--skyblue);
}
.form_elements_Pd .form-group {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.form_elements_Pd .formcontrolclsarea {
    float: left;
    width: 100%;
    height: 100px;
    border-radius: 4px;
    resize: none;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
}
.form_elements_Pd .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.form_elements_Pd .btn {
    border: 2px solid var(--red);
    color: var(--white);
    background-color: var(--red);
    padding: 0 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 0.3px;
    margin: 0;
}
.form_elements_Pd .multiselectmaincls .btn {
    font-weight: normal;
}

.cls_avtartZ>span:hover {
    border-color: var(--skyblue) !important;
    cursor: pointer;
}
.form_elements_Pd .btn:hover {
    background-color: var(--skyblue);
    border-color: var(--skyblue);
    color: var(--white);
}
.form_elements_Pd .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.divider {
    float: left;
    width: 100%;
    background: #dee2e6;
    height: 1px;
    margin: 10px 0 20px 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.file-input-label {
	padding: 0px 10px;
	display: table-cell;
	vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px;
}
input[readonly] {
  background-color: #f4f4f4 !important;
  cursor: text !important;
}
.fileuploadwrpapycls .file-input-label {
   width: calc(100% - 103px);
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    line-height: 38px;
}
.fileuploadwrpapycls.upload-labelfeddback-css .file-input-label{
    width: calc(100% - 243px);
}
.fileuploadwrpapycls .btn {
    border-radius: 4px 0 0 4px;
}
.form_elements_Pd .formcontrolcls.datepicker {
    background: #fff url(../../images/calendar-svgrepo-com.svg) no-repeat right 16px center !important;
    background-size: 16px !important;
}
.form_elements_Pd .formcontrolcls.datepicker:disabled{
    background-color: #e9ecef !important;
}

/* .form_elements_Pd .select2 {
    width: 100% !important;
} */
.form_elements_Pd .select2 .select2-selection--single {
    height: 40px;
    border: 1px solid #dee2e6;
}
.form_elements_Pd .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
    color: #212529;
}
.form_elements_Pd .select2 .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.set_chkblockj {
    display: flex;
    align-items: center;
    width: 100%;
}
.set_chkblockj .checkbox {
    margin-right: 10px;
}
.set_chkblockj .checkbox label:before {
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.set_chkblockj .checkbox input:checked + label:after {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5a00;
    top: auto;
    left: 4px;
}
.set_chkblockj .checkbox .for-checkbox-tools {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-size: 13px;
}
.select2-results__option {
    font-size: 14px;
}
.select2-results__option[data-type="success_cls"]{
    background-color: rgb(59 183 126/15%);
    color: rgb(59 183 126);
}

.select2-results__option[data-type="danger_cls"]{
    background-color: rgb(215 51 51/15%);
    color: rgb(215 51 51);
}
.dateselectmain {
    position: relative;
    float: left;
    width: 100%;
}
span.error {
    display: none !important;
}
.formcontrolcls.error,
.formcontrolcls.error:focus,
.formcontrolclsarea.error,
.formcontrolclsarea.error:focus,
.form-control.error,
.form-control.error:focus,
.select2.error + .select2-container .select2-selection--single {
    border-color: var(--orange) !important;
}
.form_elements_Pd label b.required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
}
.form_elements_Pd .setforclsflex label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.set_milstone_main_cls {
    float: left;
    width: 100%;
}
.accordion-item {
    margin: 5px 0;
    float: left;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e5e5e5 !important;
    /* overflow: hidden; */

}
.accordion-body .set_milstone_row {
    background: #ffffff !important;
    border: none !important;
}
.set_milstone_row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 4px;
}
.set_milstone_row .accordion-button {
    width: auto;
    padding: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    background: #ffffff;
    border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
}
.set_milstone_row .accordion-button::after {
    margin: 0;
}
.set_milstone_row .set_milstone_label,
.set_milstone_row .set_milstone_to {
    font-size: 14px;
    font-weight: 500;
    margin:0;
    color: #263871;
    letter-spacing: 0.3px;

}
.set_milstone_row_inner {
    display: inline-flex;
    align-items: center;
}
.set_milstone_row .accordion-button:hover {
    background: #e9e9e9;
    border-color: #dbdbdb;
}
.accordion-item {
    border: none;
}
.set_milstone_day_row_main {
  float: left;
  width: 100%;
}
.accordion-body {
    float: left;
    width: 100%;
    background: #ffffff;
}
.set_milstone_row .set_milstone_label {
    /* width: 80px; */
    width: 100%;
}
.set_milstone_day_row_main .set_milstone_row {
    /* flex-direction: column; */
    padding: 0;
    align-items: flex-start;
}
.set_milstone_day_row_main .set_milstone_row .set_milstone_label {
    width: 100%;
    margin-bottom: 5px;
}
.set_milstone_day_row_main .set_milstone_row .set_milstone_row_inner {
    margin-bottom: 0;
    width: 20%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.right_linkc_section_dsc {
    display: inline-flex;
}
.right_linkc_section_dsc ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.right_linkc_section_dsc ul li {
    padding: 0;
}
.btnset_primary.orangebtnset {
    background: var(--naviblue);
}

.btnset_primary {
    background: var(--black);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 4px;
    height: 40px;
    padding: 0 20px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btnset_primary {
    background: var(--successbtn);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 4px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--successbtn);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btnset_primarycls {
    background: var(--skyblue);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 4px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--skyblue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btnset_primarycls:hover {
    color: var(--skyblue);
    background: var(--white);
    border-color: var(--skyblue);
}
.datepicker table tr td.highlighted.disabled {
    background: var(--white) !important;
    color: #999 !important;
}
.datepicker table tr td.highlighted.disabled:hover {
    background: var(--white) !important;
    color: #999 !important;
}
/* .right_linkc_section_dsc ul li .btnset_primary:hover {
    background: var(--white);
    color: var(--successbtn);
} */
.btnset_primary.orangebtnset:hover {
    background: var(--naviblue);
    color: var(--white);
    border-color: var(--naviblue);
    opacity: 0.7;
}
.btnset_primary.orangebtnset {
    border: 1px solid var(--naviblue);
}
.inner_detail_title_ {
    float: left;
    width: 100%;
    position: relative;
}
.inner_detail_title_ h4 {
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #263871;
    letter-spacing: 0.3px;
    font-weight: 600;
    /* margin: 10px 0 25px 0; */
    margin-bottom: 10px;
    border-radius: 10px;
}
.inner_detail_title_ h4:before {
    content: "";
    position: absolute;
    left: -24px;
    padding: 2px;
    height: 100%;
    background: var(--skyblue);
}

.inner_detail_title_section {
    float: left;
    width: 100%;
    position: relative;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: space-between;
}

.inner_detail_title_section .inner_detail_title_section_right > a {
    position: absolute;
    right: 10px;
    top: auto;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: var(--naviblue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.inner_detail_title_section .inner_detail_title_section_right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_detail_title_accordion {
    float: left;
    width: 100%;
    position: relative;
    font-size: 17px;
    color: #263871;
    letter-spacing: 0.3px;
    font-weight: 600;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    align-items: center;
    background: #0088cc0d;
    margin: 0 !important;
}
.inner_detail_title_accordion:before {
    content: "";
    position: absolute;
    left: -24px;
    padding: 2px;
    height: 100%;
    background: var(--skyblue);
}
.inner_detail_title_accordion .inner_detail_title_accordion_left span,
.inner_detail_title_accordion .inner_detail_title_accordion_left a {
    border-right: 2px solid;
    padding: 0px 6px;
    font-size: 14px;
}
.inner_detail_title_accordion .inner_detail_title_accordion_left span:first-child,
.inner_detail_title_accordion .inner_detail_title_accordion_left a:first-child {
    padding-left: 0px;
}
.inner_detail_title_accordion .inner_detail_title_accordion_left span:last-child,
.inner_detail_title_accordion .inner_detail_title_accordion_left a:last-child {
    border: none;
}
.inner_detail_title_accordion .inner_detail_title_accordion_right > a {
    font-size: 16px;
    letter-spacing: 0.3px;
    color: var(--naviblue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.inner_detail_title_accordion .inner_detail_title_accordion_right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(0 0 0 / 56%) !important;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b5b3b2 !important;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 4px !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid rgba(170, 170, 170, .3);
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 0.375rem;
}
.ui-widget.ui-widget-content .ui-state-active {
    background: rgba(255,90,0,0.05);
    color: var(--orange);
    border-color: rgba(255,90,0,0.05);
}
.datepicker td, .datepicker th {
    padding: 5px;
    font-size: 14px;
}
.datepicker table tr td.highlighted {
    background: rgba(255,90,0,0.05) !important;
    color: var(--orange) !important;
}
.datepicker table tr td.highlighted.today {
    background:var(--orange) !important;
    color: var(--white) !important;
}
.datepicker th {
    color: var(--black);
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    border: none !important;
}
.datepicker {
    border: 1px solid rgba(170, 170, 170, .3) !important;
}
.datepicker table tr td.highlighted:hover {
    background:var(--orange) !important;
    color: var(--white) !important;
}
.cls_avtartZ span.forright_name_sety {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    border: none !important;
}
.cls_avtartZ {
    display: flex;
}
.cls_avtartZ span.forright_name_sety h5 {
    margin: 0 0 0 8px;
    display: flex;
    align-items: center;
}
.cls_avtartZ span.forright_name_sety h5 b i {
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    font-size: 13px;
}
.metismenu li a {
    color: var(--white);
}
.metismenu li ul li a {
    opacity: 0.6;
}
.metismenu li ul li a:hover {
    opacity: 1;
}
.cls_avtartZ span.forright_name_sety h5 b {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-right: 10px;
    border-right: 1px solid var(--black);
    padding-right: 10px;
    color: #626262;
}
.cls_avtartZ span.forright_name_sety h5 b label{
    margin-bottom: 0px;
}
table.dataTable thead {
    background: #f5f8fa !important;
}
.cls_avtartZ span.forright_name_sety h5 a {
    font-size: 16px;
    font-weight: 700;
    color: #205fa3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.cls_avtartZ span.forright_name_sety h5 a i {
    font-style: normal;
}
.cls_avtartZ span.forright_name_sety h5 a svg {
    transform: rotate(90deg);
}
.cls_avtartZ span.forright_name_sety h5 a:hover {
    opacity: 0.6;
}
.accordion-item.setheadercolor .set_milstone_row {
    background: #ffffff !important;
}
.accordion-item.setheadercolor {
    border: 2px dashed #686868 !important;
}
.accordion-item.setheadercolor .accordion-body {
    background: #f7f7f7 !important;
}
.accordion-item.setheadercolor .accordion-body .set_milstone_row {
    background: transparent !important;
}
.right_linkc_section_dsc ul li .result_pagination_sldsection {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.right_linkc_section_dsc ul li .result_pagination_sldsection span {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: var(--black);
    font-weight: 500;
    width: 100px;
}
.right_linkc_section_dsc ul li .result_pagination_sldsection .form-control {
    display: inline-flex;
    width: 70px;
    height: 40px;
    position: relative;
}
.right_linkc_section_dsc ul li .result_pagination_sldsection .form-control {
    background: #eef3f7 url('../../images/download_arrow.svg') right 10px center;
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4;
    background-size: 16px 12px;
}
.card-body table.dataTable tr th:last-child,
.card-body table.dataTable tr td:last-child {
    text-align: center;
}
.batch_ttltitle h4 span {
    color: #686868;
}
.box_layout_mainsect_board {
    float: left;
    width: 100%;
    padding: 15px 10px;
    background: #f7f7f7;
    border-radius: 10px;
}
.box_layout_mainsect_inner_box {
    float: left;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    border: 1px solid #f1f1f1;
}
.box_layout_mainsect_inner_box h5 {
    display: inline-block;
    color: var(--naviblue);
    margin: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.box_layout_mainsect_inner_box>ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}
.box_layout_mainsect_inner_box.nsdays {
    padding: 15px;
}
.box_layout_mainsect_inner_box.nsdays>ul {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.box_layout_mainsect_inner_box>ul>li {
    display: inline-flex;
    border: 1px dashed #bdbdbd;
    margin: 8px 0;
    padding: 5px 12px;
    border-radius: 6px;
    align-items: center;
    position: relative;
}
.box_layout_mainsect_inner_box>ul>li {
    margin: 0;
    width: calc(20% - 16px);
}
.box_layout_mainsect_inner_box ul li.attend_success_cls {
    background: #d6edd1;
    border-color: #459B34;
}
.box_layout_mainsect_inner_box ul li.attend_success_cls .set_leftYuopdp {
    background: #d6edd1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.box_layout_mainsect_inner_box ul li.attend_danger_cls {
    /* background: #eeeeee;
    border-color: #a5a5a5; */
    background: #f8d3d3;
    border-color: #fe5e5e;
}
.box_layout_mainsect_inner_box ul li.attend_danger_cls .inernalset_leftYu_left svg {
    color: #a5a5a5 !important;
}
.box_layout_mainsect_inner_box ul li.attend_danger_cls .set_leftYuopdp {
    /* background: #eeeeee; */
    background: #f8d3d3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.box_layout_mainsect_inner_box ul li.attend_success_cls .inernalset_leftYu_left svg {
    color: #459B34 !important;
}
.box_layout_mainsect_inner_box ul li.attend_danger_cls .inernalset_leftYu_left svg {
    color: #fe5e5e !important;
}
.lleft_set_uploads {
    display: inline-flex;
    width: 170px;
}
.lleft_set_uploads .input-group-btn {
    width: 100%;
}
.lleft_setMain_cell {
    padding: 5px;
    background: #dee2e6;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 4px;
    justify-content: space-between;
}
.lright_set_uploads {
    display: inline-flex;
    width: calc(100% - 230px);
    justify-content: flex-end;
}
.lcenter_set_uploads {
    display: inline-flex;
    width: 60px;
    font-size: 16px;
    justify-content: center;
    color: #4c4c4c;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.lleft_set_uploads .btn-file input[type=file] {
    font-size: 0;
}
.designquestionshlwer .typeheaderRLW .card-header {
    margin-bottom: 16px;
}
.designquestionshlwer .typeheaderRLW .card-header {
    background: var(--naviblue) !important;
}
.designquestionshlwer .typeheaderRLW .card-header .card-title {
    color: var(--white) !important;
}
.designquestionshlwer .card.typeheaderRLW {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.designquestionshlwer .card.typeheaderRLW .card-body {
    padding-bottom: 5px;
}
.designquestionshlwer .card.typeheaderRLWquestion .accordion-item {
    border-color: #005bbb26 !important;
    border-radius: 0 !important;
    box-shadow: none;
    margin-bottom: 5px;
}
.designquestionshlwer .typeheaderRLWquestion {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.lright_set_uploads .formcntrlop {
    width: calc(100% - 100px);
    border:1px solid #dee2e6;
    height: 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    padding: 8px 10px;
    font-size: 14px;
    color: #000;
}
.lright_set_uploads .savebtnset_btn {
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
}
.box_layout_mainsect_inner_box ul li .set_leftYuopdp {
    position: absolute;
    top: -8px;
    left: 12px;
    padding: 0px 4px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    gap: 5px;
}
.box_layout_mainsect_inner_box ul li .set_leftYuopdp .fltcl {
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inernalset_leftYu_right {
    margin-left: 10px;
}
.box_layout_mainsect_inner_box ul li .inernalset_leftYu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 32px;
}
.box_layout_mainsect_inner_box ul li .inernalset_leftYu .inernalset_leftYu_left {
    display: inline-block;
    width: 100%;
}
.box_layout_mainsect_inner_box ul li .inernalset_leftYu .inernalset_leftYu_right a {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: var(--successbtn);
    font-weight: 600;
    text-decoration: none;
}
.box_layout_mainsect_inner_box ul li .inernalset_leftYu .inernalset_leftYu_right a.uploadCLs_dclas {
    color: #383838;
    padding: 5px 10px;
    background: rgba(0,0,0,0.05);
    border-radius: 6px;
}
.box_layout_mainsect_inner_box ul li .inernalset_leftYu .inernalset_leftYu_right a.attendanceCLs_dclas {
    color: #3bb77e;
    padding: 5px 10px;
    background: rgba(59,183,126,0.05);
    border-radius: 6px;
}
.box_layout_mainsect_inner_box ul li .inernalset_leftYu .inernalset_leftYu_right a.finaliCLs_dclas {
    color: var(--skyblue);
    padding: 5px 10px;
    background: rgba(0,161,241,0.05);
    border-radius: 6px;
}
.box_layout_mainsect_inner_box ul li .inernalset_leftYu .inernalset_leftYu_right a:hover {
    opacity: 0.7;
}
.box_layout_mainsect_inner_box ul li .set_leftYuopdp b {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.upload_gl_main_setion_drw {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.box_layout_mainsect_inner_box ul>li>svg {
    color: #ababab !important;
    width: 22px;
    height: 18px;
}
.inernalset_leftYu_left svg {
    color: #ccc !important;
}
.box_layout_mainsect_inner_box ul li span {
    /* display: flex; */
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding-left: 0;
    width: calc(100% - 26px);
    /* justify-content: space-between; */
}
.box_layout_mainsect_inner_box ul li span b {
    margin-right: 0;
    font-weight: 500;
}

.upload_gl_main_setion_drw .upload_set_div_fls .files {
    position: relative;
    background-color: rgba(0, 161, 241, 0.05);
    outline: 2px dashed #ccc;
    outline-offset: -10px;
    cursor: pointer;
    border-radius: 10px;
}
.upload_gl_main_setion_drw .upload_set_div_fls .files:before {
    position: absolute;
    bottom: 40px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 30px;
    content: "Click Here To Upload";
    display: block;
    margin: 0 auto;
    color: var(--black);
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}
.upload_gl_main_setion_drw .upload_set_div_fls .files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 140px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    cursor: pointer;
    opacity: 0;
}
.upload_gl_main_setion_drw .upload_set_div_fls .files:after {
    pointer-events: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 175px;
    right: 0;
    height: 151px;
    content: "";
    background-image: url(../../images/csv_upload.svg);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.boxclsd_gry {
    height: 283px;
    width: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}
.defaulrbtnset {
    /* width: auto;
    height: 40px;
    background: #ccc !important;
    border-color: #ccc !important;
    color: var(--black) !important;
    letter-spacing: 0.3px; */
    /* margin-top: 26px; */
    color: var(--white) !important;
}
.ser_for_osdr_dfl {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 20px 0;
    color: #a3a3a3;
}
.add_studk_manuallyd {
    float: left;
    width: 100%;
}
.fornewbtnborderadius.fileuploadwrpapycls .btn {
    border-radius: 4px !important;
}
.defaulrbtnset:hover {
    opacity: 0.7;
}
.btnset_primary.savebtnset_btn {
    background: var(--naviblue);
    border: 1px solid var(--naviblue);
    color: var(--white);
}
.btnset_primary.savebtnset_btn:hover,
.btnset_primary.cancelbtnset_btn:hover {
    opacity: 0.7;
    color: var(--white);
}
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.studselectedshow {
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
}
.studselectedshow b {
    margin-right: 5px;
    color: var(--naviblue);
}
.btnset_primary.cancelbtnset_btn:hover {
     background: var(--red) !important;
     color: var(--white) !important;
     border-color: var(--red) !important;
}
.btnset_primary.cancelbtnset_btn {
    background: var(--red);
    border: 1px solid var(--red);
    color: var(--white);
}
.select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear{
    height:38px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__clear span{
    color: var(--red);
    margin-top: -2px;
}

.setwidthSf {
    width: 120px;
    margin-right: 8px;
}
.set_fl_widthPOxwidth {
    float: left;
    width: 100%;
}
span.select2 {
    width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #0088cc0d;
    color: var(--naviblue);
}
.select2-dropdown {
    border-color: #ddd;
    z-index: 9999;
}
.dataTables_empty {
    padding-top: 100px;
    padding-bottom: 100px;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--naviblue);
    color: var(--white);
}
.setpreviewbox b {
    display: inline-flex;
    width: 40px;
    height: 40px;
}
.fileuploadwrpapycls .setpreviewbox .file-input-label {
    width: calc(100% - 160px);
}
.fileuploadwrpapycls .setpreviewbox b {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fileuploadwrpapycls .setpreviewbox b a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: green;
}
.set_section_divcsefordiv h4 {
    margin-bottom: 0 !important;
}
.set_section_divcsefordiv p a {
    color: var(--naviblue);
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
}
.set_section_divcsefordiv {
    margin-bottom: 20px;
}
.set_section_divcsefordiv p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.fileuploadwrpapycls .setpreviewbox b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copy_url_set_box {
    float: right;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0;
    flex-direction: column;
}
.copy_url_set_box label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #263871;
    letter-spacing: 0.3px;
}

.copy_url_set_box span {
    position: absolute;
    left: 8px;
    top: -12px;
    background: #fff;
    letter-spacing: 0.3px;
    color: #808080;
    z-index: 1;
    font-weight: 500;
    padding: 0 10px;
    font-size: 14px;
}
.copy_url_set_box .copyurl_free {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #212121;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    padding: 8px 45px 8px 15px;
    display: inline-flex;
    align-items: center;
}
.copy_url_set_box .copyurl_free i {
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.setlokformarginheight h4 {
    margin: 0;
}
.copy_url_set_box .copyurl_free .copyurl_iconlink {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 3px;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    background:rgba(0, 91, 187,0.1);
    border-radius: 4px;
}
.copy_url_set_box .copyurl_free .copyurl_iconlink svg path {
    fill: var(--naviblue);
}
.copy_url_set_box .copyurl_free .copyurl_iconlink:hover {
    background: var(--naviblue);
}
.copy_url_set_box .copyurl_free .copyurl_iconlink:hover svg path {
    fill: var(--white);
}
.setlokformarginheight {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.foerDsecdetOP {
    float: left;
    width: 100%;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 30px;
}
.newsetprouploaad {
    background-color: var(--white) !important;
    color: var(--skyblue) !important;
    border: 2px dashed var(--skyblue) !important;
    letter-spacing: 0.5px !important;
}
.newsetprouploaad:hover {
    opacity: 0.7 !important;
}
.btnset_primary.approvebatch {
    background: var(--successbtn);
    color: var(--white);
    border-color: var(--successbtn);
}
.disabled {
    pointer-events: none !important;
}
.btnset_primary.approvebatch.disabled {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
.btnset_primary.approvebatch:hover {
    opacity: 0.7;
}
.btnset_primary.orangebtnset.disabled {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
.btnset_primary.dsmanually {
    background: var(--yellow);
    color: var(--black);
    border: var(--yellow);
}
.btnset_primary.dsmanually:hover {
    opacity: 0.7;
}
.clsdropickl .btn {
    padding: 0 !important;
    background: none !important;
    color: #459B34;
    border: none;
    border-radius: 0;
}
.clsdropickl .btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.clsdropickl .btn.dropdown-toggle::after {
    display: none;
}
.clsdropickl ul li svg {
    width:16px;
    height:16px;
}
.clsdropickl ul.dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
    /* border:1px solid rgba(170, 170, 170, .3) !important; */
    border: none !important;
    box-shadow: 2px 0 20px 2px rgb(64 70 74 / 25%) !important;
    border-radius: 6px;
    overflow: hidden;
}
.clsdropickl .dropdown-menu li {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
}
.clsdropickl .dropdown-menu li span {
    padding-left: 5px;
    font-size: 15px;
    color: var(--black);
    letter-spacing: 0.3px;
}
.clsdropickl .dropdown-menu li .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
    display: flex;
}
.clsdropickl .dropdown-menu:after {
    bottom: 100%;
    right: 0.5rem;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFFFFF;
    border-width: 12px;
    margin-left: -12px;
    display: none;
}
.filter_panel_set_main_op .left_linkc_section_dsc {
    /* width: 50%; */
    display: flex;
    align-items: center;
}
.filter_panel_set_main_op .left_linkc_section_dsc .filterbarT_ {
    display: inline-flex;
}
span.select2-selection.select2-selection--single.select2-error {
    display: block !important;
    border-color: var(--orange);
}
.multiselectmaincls {
    min-width: 120px !important;
    margin: 0 8px;
}
.swal2-styled.swal2-confirm {
    background: var(--successbtn) !important;
    min-width: 100px !important;
    text-align: center !important;
}
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel:hover {
    opacity: 0.7;
}
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
    outline: none;
    box-shadow: none !important;
}
.swal2-styled.swal2-cancel {
    min-width: 100px !important;
    text-align: center !important;
}

.btnset_primary:hover {
    opacity: 0.7;
    color: #fff !important;
}
.multiselectmaincls .btn-group .multiselect {
    width: 100%;
    border:1px solid #e4e4e4;
    height: 40px;
    border-radius: 4px;
    padding: 0 30px 0 20px !important;
    background: #f5f8fa;
    position: relative;
    color: #212121;
    font-size: 14px;
    position: relative;
}
.multiselectmaincls .btn-group .btn:focus {
    outline: none;
    box-shadow: none;
}
.multiselectmaincls .btn-group .multiselect.dropdown-toggle:after {
    display: inline-flex !important;
    position: absolute;
    content: '\f107';
    font-family: fontawesome;
    right: 10px;
    top: 0;
    color: #212121;
    /* z-index: 11; */
    z-index: 0;
    border: none !important;
    font-size: 20px;
    align-items: center;
    height: 100%;
}
.multiselectmaincls .btn-group {
    align-items: center;
}
.multiselectmaincls.w-100 .btn-group {
    width: 100% !important;
}
.multiselectmaincls.w-100 .btn-group .multiselect {
    justify-content: start;
}
.multiselectmaincls.white .btn-group .multiselect {
    background-color: #FFFFFF;
}
.multiselectmaincls select:disabled + .btn-group .multiselect {
    background-color: #eee;
}
.multiselectmaincls select.error + .btn-group .multiselect {
    border-color: var(--orange) !important;
}
.multiselectmaincls label {
    margin: 0 !important;
    font-size: 13px;
}
.multiselectmaincls .multiselect-all {
    display: flex;
    align-items: center;
}
.multiselectmaincls .form-check {
    margin: 0;
}
.multiselectmaincls button.dropdown-item.active,
.multiselectmaincls button.dropdown-item:hover {
    background: rgba(255,90,0,0.05) !important;
    color: var(--orange) !important;
}
.multiselectmaincls button.dropdown-item.active label{
    color: var(--orange) !important;
}
.multiselectmaincls button.dropdown-item {
    display: flex;
    align-items: center;
    pointer-events:all;
    /* pointer-events:none; */
}
.multiselect-container span.form-check input {
    pointer-events: all;
}
.multiselect-container span.form-check label  {
    pointer-events: none;
}

.multiselectmaincls button.dropdown-item:hover label {
    color: var(--orange) !important;
}
.multiselectmaincls .multiselect-container {
    max-height: 300px;
    overflow-y: auto;
    z-index: 3;
}
.multiselectmaincls .form-check-label {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}
.buttons-excel {
    height: 40px;
    border-radius: 4px !important;
    margin: 0 !important;
    background: var(--successbtn) !important;
    color: var(--white) !important;
    border-color: var(--successbtn) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    margin-right: 16px !important;
    display: inline-flex !important;
    align-items: center;
}
.buttons-excel:hover {
    opacity: 0.7;
}
.for_mch_detailsEocls_main {
    float: left;
    width: 100%;
}
.college_board_mnc_board h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.college_board_mnc_board p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.languageset_for_multiplesec .select2-selection--multiple {
    min-height: 40px;
    border: 1px solid rgba(170, 170, 170, .3) !important;
}
.languageset_for_multiplesec .select2-container .select2-search--inline .select2-search__field {
    height: 28px;
}
.languageset_for_multiplesec .select2-selection--multiple {
    padding-left: 0.8rem;
}
.languageset_for_multiplesec .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder { /* Edge */
  color: rgba(0, 0, 0, 0.55);
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 28px;
}
.languageset_for_multiplesec .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.55);
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 28px;
}
.languageset_for_multiplesec .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: rgba(0, 0, 0, 0.55);
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 28px;
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border:1px solid rgba(170, 170, 170, .3);
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    background: none;
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    line-height: 18px;
}
.languageset_for_multiplesec  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    margin: 0;
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f7f7f7;
    height: 22px;
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
    font-size: 13px;
    letter-spacing: 0.3px;
}
/* checkbox design */
.set_widthXDivclvx.custom_checkbox {
    position: relative;
}
.set_widthXDivclvx.custom_checkbox input[type="checkbox"] {
    padding: 0;
    height: 17px;
    width: 17px;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
}
.set_widthXDivclvx.custom_checkbox input[type="checkbox"]+label.custom_checkbox_box {
    position: relative;
    cursor: pointer;
    vertical-align: top;
    height: 17px;
    width: 17px;
}
.set_widthXDivclvx.custom_checkbox label {
    margin: 0 !important;
}
.set_widthXDivclvx.custom_checkbox input[type="checkbox"]+label.custom_checkbox_box:before {
    content: '';
    -webkit-appearance: none;
    /* background-color: #eff2f5; */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    top: 0;
    width: 100%;
    height: 100%;
}
.set_widthXDivclvx.custom_checkbox input[type="checkbox"]:checked+label.custom_checkbox_box:before {
    background-color: #00a1f1;
    border: 1px solid #00a1f1;
}
.box_layout_mainsect_board .col-md-6:first-child,
.box_layout_mainsect_board .col-md-6:nth-child(2) {
    margin-top: 0 !important;
}
.set_widthXDivclvx.custom_checkbox input[type="checkbox"]:checked+label.custom_checkbox_box:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* checkbox design */

.set_widthXDivclv th:nth-child(1),
.set_widthXDivclv td:nth-child(1) {
    width: 60px !important;
}
.set_widthXDivclv th:nth-child(4),
.set_widthXDivclv td:nth-child(4) {

}
.set_widthXDivclv th:nth-child(4),
.set_widthXDivclv td:nth-child(4) {
    text-align: left !important;
    width: 150px;
}
.ssetboldtitlerT h4 b {
    font-weight: 600;
    color: var(--naviblue);
}
.csv_list_upload_wrp .upload_set_div_fls .files {
    position: relative;
    background-color: rgba(0, 161, 241, 0.05);
    outline: 2px dashed #00A1F1;
    outline-offset: -10px;
    cursor: pointer;
}
.csv_list_upload_wrp .upload_set_div_fls .files:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 30px;
    content: "Click Here To Upload";
    display: block;
    margin: 0 auto;
    color: #00A1F1;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}
.csv_list_upload_wrp .upload_set_div_fls .files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 150px 0px 150px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    cursor: pointer;
    opacity: 0;
}
.csv_list_upload_wrp .upload_set_div_fls .files:after {
    pointer-events: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 175px;
    right: 0;
    height: 151px;
    content: "";
    /* background-image: url(../../../assets/images/profile_placeholder.png); */
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
}
.backp_iplad_img_vid .modal-dialog {
    max-width: 800px;
}
.log_out .modal-dialog {
    max-width: 500px;
}
.backp_iplad_img_vid .modal-dialog .modal-header {
    padding: 10px 15px;
    background: var(--naviblue);
}
.backp_iplad_img_vid .modal-dialog .modal-header h5 {
    color: var(--white);
    letter-spacing: 0.3px;
    font-weight: 400;
}
.backp_iplad_img_vid .modal-dialog .modal-header .btn-close {
    background-color: var(--white);
    padding: 5px !important;
    opacity: 0.7;
    right: 10px !important;
    position: relative;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .files input {
    padding: 65px 0px 65px 35%;
}
.backp_iplad_img_vid .upload_set_div_fls h6 {
    float: left;
    width: 100%;
    text-align: left;
    color: #212121;
    letter-spacing: 0.3px;
    margin: 0 0 10px 0;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .files {
    float: left;
    width: 200px;
}
#helpbackp_ipl .card a:hover {
  opacity: 0.7;
}
.backp_iplad_img_vid .modal-dialog .modal-header .btn-close:hover {
    opacity: 1;
}
.main_clos_odpdrop_uploadF {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .files:before {
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .previewclsd_pGH_main {
    width: calc(100% - 250px);
    display: inline-flex;
    justify-content: flex-end;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .previewclsd_pGH_main .previewclsdblock {
    width: 200px;
    height: 153px;
    background-color: #f7f7f7;
    float: left;
    outline: 2px dashed #ccc;
    outline-offset: -10px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .previewclsd_pGH_main .previewclsdblock .remove {
    position: absolute;
    right: -5px;
    top: -7px;
    width: 20px;
    height: 20px;
    background: var(--red);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.videopart video {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .previewclsd_pGH_main .previewclsdblock .remove svg {
    width: 14px;
    height: 14px;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .previewclsd_pGH_main .previewclsdblock .remove svg path {
    fill: #ffffff;
}
.placeholderCssimagd {
    background-image: url(../../images/profile_placeholder.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.previewclsdblock img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .main_clos_odpdrop_uploadF.uploadvideodivcop .files:before{
    content: "Click Here To Upload Video";
    color: var(--black);
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .main_clos_odpdrop_uploadF.uploadvideodivcop .files {
    background-color: rgba(252, 199, 41, 0.05);
    outline: 2px dashed var(--yellow);
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .main_clos_odpdrop_uploadF.uploadvideodivcop .previewclsdblock {
    width: 420px;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .main_clos_odpdrop_uploadF.uploadvideodivcop .previewclsdblock.placeholderCssimagd {
    background-image: url(../../images/video_placeholder.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.sbar_collapsed .help_module_set_blink {
    left: -260px;
}
.page-container.sbar_collapsed .main-content-inner {
    z-index: 1111;
    position: relative;
}

.backp_iplad_img_vid textarea {
    height: 200px;
    min-height: 200px;
    resize: none;
}
.shortviewlinehead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.for_mch_detailsEocls_main ul.nav {
    display: flex;
    width: 100%;
    background: #f7f7f7;
    padding: 5px 10px;
    margin: 0 0 10px 0 !important;
    border:1px solid rgba(120, 130, 140, 0.13) !important;
}
.for_mch_detailsEocls_main ul.nav .nav-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.for_mch_detailsEocls_main ul.nav .nav-item .nav-link {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--black);
}
.for_mch_detailsEocls_main ul.nav .nav-item .nav-link.active {
    background: #FFFFFF;
    color: var(--naviblue);
    font-weight: 600;
}
.for_mch_detailsEocls_main.setattckslvidew {
    /* border: 1px solid #ccc; */
}
.for_mch_detailsEocls_main.setattckslvidew .tab-content {
    float: left;
    width: 100%;
}
.for_mch_detailsEocls_main.setattckslvidew .tab-content #module-media a {
    display: inline-flex;
    width: auto;
    height: 200px;
    margin: 5px 10px;
    border: 1px dashed #ccc;
    padding: 10px;
    justify-content: center;
    align-items: center;
    float: left;
}
.for_mch_detailsEocls_main.setattckslvidew .tab-content #module-media .mediacellS_pop {
    float: left;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
#module-finalize textarea {
    min-height: 150px;
    resize: none;
    background: #f5f8fa;
}
.for_mch_detailsEocls_main.setattckslvidew .tab-content #module-media a img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}
.for_mch_detailsEocls_main.setattckslvidew .tab-content #module-media a video {
    max-width: 160px;
    max-height: 160px;
    object-fit: contain;
}
.for_mch_detailsEocls_main.setattckslvidew .tab-content .tab-pane {
    float: left;
    width: 100%;
}
.fornewtopfiltersecrt {
    /* background: url(../../images/_examBg.jpg) center center; */
    background: none !important;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.fornewtopfiltersecrt .card-body {
    position: relative;
    z-index: 111;
}
.fornewtopfiltersecrt .form-group label {
    color: var(--black);
}
.fornewtopfiltersecrt:after {
    opacity: 0.9;
    border-radius: 7px;
    background: linear-gradient(167deg, #005bbb 35%, #4458c8 65%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: none;
    top: 0;
    z-index: 0;
    border-radius: 7px;
}
.setaudibtn_flat_aliMain {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.setaudibtn_flat_ali_left input[type="file"] {
    display: none;
}
.setaudibtn_flat_ali_left label {
    cursor: pointer;
    display: inline-flex;
    height: 46px;
    background: var(--yellow);
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.3px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: 500;
    margin: 0;
}
.setaudibtn_flat_ali_left label:hover {
     background: var(--yellow);
     color: var(--black);
     opacity: 0.8;
}
.designquestionshlwer .card-header {
    background: #ffffff;
    border: none;
}
.designquestionshlwer .card-body {
    float: left;
    width: 100%;
}
.designquestionshlwer .card-body .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #005bbb26;
    padding: 8px 15px;
}
.designquestionshlwer .card-body .accordion-header .accordion_left_hesdert b {
    display: inline-flex;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    width: 25px;
    height: 25px;
    background: var(--yellow);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}
.designquestionshlwer .card-body .accordion-header .accordion_right_hesdert .accordion-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px !important;
    height: 30px !important;
    background: #5fadff;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
}
.designquestionshlwer .card-body .accordion-header .accordion_right_hesdert .accordion-button:not(.collapsed) {
    background: var(--yellow);
}
.designquestionshlwer .card-body .accordion-header .accordion_right_hesdert .accordion-button::after {
    margin: 0;
}
.designquestionshlwer .card-body .accordion-header .accordion_left_hesdert .inputset_ropd {
    width: calc(100% - 30px);
}
.designquestionshlwer .card-body .accordion-header .accordion_left_hesdert {
    display: inline-flex;
    align-items: center;
     width: calc(100% - 120px);
}
.designquestionshlwer .card-body .accordion-header .inputset_ropd .form-control {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 40px;
    border-radius: 4px;
}
.designquestionshlwer .card-body .accordion-header .accordion_left_hesdert span {
    color: var(--naviblue);
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-right: 10px;
}
.designquestionshlwer .card-header .card-title {
    color: var(--naviblue) !important;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.designquestionshlwer .accordion-body {
    padding: 12px 15px;
}
.septayprate {
    float: left;
    width: 100%;
    margin: 10px 0;
    height: 1px;
    background: #e5e5e5;
}
.sersizebackgrocoolr .form-group {
    margin: 0;
}
.setblockfordeiver {
    width: 200px;
}
.bottomfullsection {
    width: 100%;
}
.setblockfordeivermain {
    float: left;
    width: 100%;
}
.fornewtopfiltersecrt .card-body {
    padding: 0;
}

.sersizebackgrocoolr {
    background: rgba(0, 161, 241, 0.05) !important;
    padding: 15px;
    float: left;
    width: 100%;
}
.designquestionshlwer .card-body .accordion-header .accordion_right_hesdert .remove-question {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px !important;
    height: 30px !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
    background: var(--red);
    margin-right: 10px;
    -webkit-appearance: none;
}
.designquestionshlwer .card-body .accordion-header .accordion_right_hesdert .remove-question:hover {
    opacity: 0.8;
}
.designquestionshlwer .accordion-body .form-group {
    position: relative;
}
/* WebKit browsers */
.designquestionshlwer .accordion-body .form-group .form-control:focus::-webkit-input-placeholder { color:transparent; }

/* Mozilla Firefox 4 to 18 */
.designquestionshlwer .accordion-body .form-group .form-control:focus:-moz-placeholder { color:transparent; }

/* Mozilla Firefox 19+ */
.designquestionshlwer .accordion-body .form-group .form-control:focus::-moz-placeholder { color:transparent; }

/* Internet Explorer 10+ */
.designquestionshlwer .accordion-body .form-group .form-control:focus:-ms-input-placeholder { color:transparent; }
.designquestionshlwer .accordion-body .form-group .clsoplabel {
    margin: 0;
    position: absolute;
    top: 12px;
    left: 6px;
    color: #969799;
    font-size: 13px;
    padding: 0 5px;
    background-color: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    opacity: 0;
}
.designquestionshlwer .accordion-body .form-group .form-control:focus~.clsoplabel{
    top: -9px;
    color: #000;
    opacity: 1;
    font-weight: 500;
    width: auto;
}
.for_dwlrow_erd {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
}
.for_dwlrow_erd .btnseoknwset {
    display: inline-flex;
    height: 40px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    background: #0047af30;
    color: #0d6efd;
    border-radius: 4px;
}
.statusshow_approved {
    color: #02a147;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.statusshow_discuss {
    color: #a10249;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.for_dwlrow_erd .btnseoknwset:hover {
    background: #0d6efd;
    color: #ffffff;
}
.lsidttypesecrt .card-body {
    padding: 0 !important;
}
.lsidttypesecrt .card-body .setaudibtn_flat_aliMain {
    padding: 0 15px;
}
.setnsdjformargin .card-body {
    margin-bottom: 10px !important;
}
.setnsdjformargin {
    border-radius: 14px !important;
}
.sbar_collapsed .fixedaddsubmitsection {
    width: 100%;
}
/* .card.have_bottombar{
    margin-bottom: 68px;
} */
.fixedaddsubmitsection {
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 260px);
    background: var(--white);
    padding: 12px 25px;
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
}
.designquestionshlwer .card-body .accordion-header .accordion_right_hesdert .remove-question svg {
    width: 18px;
    height: 18px;
}
.designquestionshlwer .accordion-body .form-check {
    float: right;
    width: auto;
    top: -11px;
    position: absolute;
    right: -17px;
}

.designquestionshlwer .accordion-body .form-check .form-check-label {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.designquestionshlwer .card-body .accordion-header .accordion_right_hesdert .remove-question svg path {
    fill: var(--white);
}
.fornewtopfiltersecrt .form-group {
    margin: 0;
}
.designquestionshlwer .card .card-body {
    overflow-y: auto;
    padding: 20px 15px;
}
.tile_bar {
    position: relative;
    margin-bottom: 15px;
    background: rgb(252 252 252 / 90%);
    border-radius: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 10px 0;
}
.tile_bar .panel {
    background-color: transparent;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
    box-shadow: none !important;
    border: none !important;
}
.tile_bar a {
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 6px;
    transition: 0.4s linear;
}
.tile_bar .panel .panel-body {
    float: left;
    width: 100%;
    padding: 10px 10px;
    border-right: 1px solid #EEEEEE;
}
.tile_bar .statistic {
    width: 100%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}
.tile_bar .statistic .value {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 4px;
    background: url(../../images/grid-title.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    display: inline-block;
    background-size: 200px;
}
.tile_bar .statistic .label, .tile_bar .statistic .value {
    text-align: center;
    color: #1B1C1C!important;
    /* font-weight: 500; */
    /* line-height: 1.3; */
    /* font-size: 18px; */
    /* letter-spacing: 0; */
    transition: 0.4s linear;
    word-break: break-word;
    white-space: pre-line;
    text-transform: capitalize;
}
.tile_bar .statistic .label{
    margin-bottom: 10px;
}
.tile_bar .link_arrow {
    margin-left: 5px;
    transition: 0.4s linear;
    animation-name: slide-left;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
}
/* animation effects */

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}
.setinvocieclsop_main .form-group {
    margin-bottom: 15px;
}
.tbael-stylemodifyfields {
    float: left;
    width: 100%;
}
.tbael-stylemodifyfields td,
.tbael-stylemodifyfields th {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
}
.tbael-stylemodifyfields th {
    background: #f7f7f7;
}
.tbael-stylemodifyfields td p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.tbael-stylemodifyfields td a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--naviblue);
    color: var(--white);
    margin-right: 5px;
    border-radius: 50%;
}
.tbael-stylemodifyfields td a:hover {
    opacity:0.8;
}
.tbael-stylemodifyfields td a svg {
    width: 18px;
    height: 18px;
}
.tbael-stylemodifyfields td span {
    font-size: 16px;
}
.tbael-stylemodifyfields td a svg path {
    fill: var(--white);
}
.tbael-stylemodifyfields td textarea {
    width: 200px;
    resize: none;
    padding: 6px 10px;
    border:1px solid rgba(170, 170, 170, .3);
    border-radius: 4px;
}
.tbael-stylemodifyfields .btnset_primary {
    color: #ffffff;
}
.sdsdstextaresw textarea {
    width: 100%;
    height: 200px;
    resize: none;
    padding: 6px 10px;
    border:1px solid rgba(170, 170, 170, .3);
    border-radius: 4px;
}
.tbael-stylemodifyfields td .form-control {
    width: 100px;
    padding: 6px 10px;
}
.section_set_for_examPaperT {
    float: left;
    width: 100%;
}
.section_set_for_examPaperT .card-header {
    background: var(--naviblue);
}
.section_set_for_examPaperT .card-header h5 {
    margin: 0;
    color: var(--white);
}
.section_set_for_examPaperT .reading-body {
    float: left;
    width: 100%;
    padding: 0.5rem 1rem;
}
.section_set_for_examPaperT .reading-body p {
    float: left;
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #505050;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.section_set_for_examPaperT .questions_body_tuyop_body {
    float: left;
    width: 100%;
    padding: 0.5rem 1rem;
}
.question_fa_list_d {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.question_fa_list_d .qusrtiodn_bod_title {
    float: left;
    width: 100%;
    background: #005bbb30;
    padding: 10px 10px;
    border-radius: 6px;
}
.question_fa_list_d .qusrtiodn_bod_title span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #005bbb;
    font-weight: 700;
    background: #ffffff;
    border-radius: 4px;
}
.question_fa_list_d .qusrtiodn_bod_title span.quWertions {
    display: inline-flex;
    width: calc(100% - 40px);
    padding-left: 10px;
    color: #005bbb;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    letter-spacing: 0.3px;
    height: auto;
}
.reading-body audio,
.reading-body .setaudibtn_flat_ali_left  {
    width: 100%;
    float: left;
}
.leftmarkewithoutleft {
    float: left;
    width: calc(100% - 100px);
    display: flex;
}
.rightmarkewithoutleft {
    text-align: right;
    float: right;
    width: 100px;
}
.rightmarkewithoutleft i {
    font-style: normal;
    font-size: 16px;
}
.qusrtiodn_bod_ans {
    float: left;
    width: 100%;
}
.qusrtiodn_bod_ans ul {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    width: 100%;
}
.qusrtiodn_bod_ans ul li {
    padding: 0;
    list-style: none;
    margin: 5px 0;
    position: relative;
    float: left;
    width: 50%;
    padding: 0 10px;
}
.qusrtiodn_bod_ans ul li .form-check .form-check-input[type=radio] {
    margin: 0;
}
.qusrtiodn_bod_ans ul li .form-check label {
    width: calc(100% - 20px);
    padding-left: 10px;
    cursor: pointer;
    text-transform: capitalize;
}
.qusrtiodn_bod_ans ul li .form-check .form-check-input:checked[type=radio] + label {
    color: #005bbb;
}
.qusrtiodn_bod_ans ul li .form-check .form-check-input:checked {
    background-color: #005bbb;
    border-color: #005bbb;
}
.form-check-input:focus {
    border-color: #005bbb;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 91 87 / 25%);
}
.qusrtiodn_bod_ans ul li .form-check {
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding: 0;
    width: 100%;
}
.qusrtiodn_bod_ans ul li .form-check {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 8px 10px;
    border: 1px solid #ebebeb;
}
.qusrtiodn_bod_ans ul li label {
    margin: 0;
    font-size: 15px;
    color: #212121;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
}
.tile_bar .statistic .label {
    margin-bottom: 0;
}

/* student list filter */
.admin_student_filter_wrap{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.admin_student_filter_wrap .multiselectmaincls:first-child{
    margin-left: 0;
}

.search_date_filter{
    display: flex;
    align-items: center;
    width: auto;
}

/* */

/* general report filter */
.general_report_filter .left_linkc_section_dsc{
    width: calc(100% - 150px);
}

.general_report_filter .left_linkc_section_dsc .filterbarT_ {
    width: 100%;
}

.general_report_filter .multiselectmaincls{
    width: 100%;
}

.general_report_filter .multiselectmaincls .btn-group{
    width: 100%;
}

.general_report_filter .multiselectmaincls .btn-group .multiselect{
    text-align: left !important;
}

.general_report_filter .multiselectmaincls .multiselect-container,
.general_report_filter .multiselectmaincls .form-check-label{
    width: 100%;
}

.general_report_filter .multiselectmaincls button.dropdown-item .form-check{
    width: 100%;
}
/* */

/* 20-03-2023 */
.modal-open .page-container.sbar_collapsed .main-content-inner{
    z-index: 999;
}

/* invoice */
.btnview_disc{
    background: rgb(0 91 187/0.2);
    color: var(--naviblue);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 4px;
    height: 40px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
}

.btnview_disc:hover{
    background: rgb(0 91 187/0.35);
}
/* */

/* need to discuss popup */
.common_listing_cls ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
}

.common_listing_cls ul li{
    padding-left: 25px;
    background-image: url(../../images/notes-icon.svg);
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 18px;
    font-size: 16px;
}

.common_listing_cls ul li:not(:last-child){
    margin-bottom: 6px;
}
/* */

/* finalize batch */
table.dataTable tbody tr.tr-red-cls{
    background-color: #ffe4e4;
}

table.dataTable tbody tr.tr-yellow-cls{
    background-color: #fff8e4;
}

table.dataTable tbody tr.tr-green-cls{
    background-color: #e2ffe9;
}

table.dataTable tbody tr.tr-grey-cls{
    background-color: #eeeeee;
}
/* */

/* batch */
.import-export-btn-wrap{
    display: flex;
    align-items: center;
}

.input_exam_date{
    display: flex;
    align-items: center;
}
/* */

/* view batch */
.import_btn{
    margin: 0 15px 0 auto;
}
/* */

/* tooltip css */
.tooltip .tooltip-inner{
    font-size: 12px;
}
/* */

/* right sign */
.right_sign_wrap{
    margin-left: 10px;
}

.right_sign_wrap a{
    display: flex;
}
/* */

/* input readonly css */
.common_input_readonly .form-control[readonly]{
    background-color: #f1f1f1 !important;
    cursor: default !important;
}

.common_input_readonly .form-control[readonly]:focus{
    border-color: rgba(170, 170, 170, .3)
}
/* */

/* batch start exam picker */
.batch_start_exam_dt .formcontrolcls{
    border-radius: 4px !important;
}

.batch_start_exam_dt .timepicker-picker td .btn {
    background-color: transparent;
    border: transparent;
    color: #555;
}

.batch_start_exam_dt .timepicker-picker td .btn .fas.fa-chevron-up,
.batch_start_exam_dt .timepicker-picker td .btn .fas.fa-chevron-down{
    display: none !important;
}

.batch_start_exam_dt .timepicker-picker td .btn[data-action="toggleArrowPeriod"]{
    display: none;
}
/* */

/* edit batch toggle */
.faculty_list_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

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

.faculty_toggle_wrap .toggle_lablel{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.faculty_toggle_wrap .toogle_ls{
    color: #03a9f4;
}

.faculty_toggle_wrap .toogle_en{
    color: #f44336;
}

.faculty_toggle_wrap .form-check{
    margin: 0 5px;
    padding: 0 0 5px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_layout_mainsect_inner_box .faculty_list_wrap h5{
    margin-bottom: 0px;
}

.faculty_toggle_wrap .form-switch .form-check-input{
    border-color: #03a9f4;
    background-color: #ebf7fc;
    background-image: url('../../images/blue-circle.svg');
}

.faculty_toggle_wrap .form-switch .form-check-input:checked{
    background-color: #fcebeb;
    border-color: #f44336;
    background-image: url('../../images/red-circle.svg');
}

.faculty_toggle_wrap .form-check-input:focus{
    box-shadow: none;
}

/* */

/* view batch faculty */
.box_layout_mainsect_inner_box>ul>li.faculty_viewboxrf.batch_faculty_cls{
    border: 1px dashed var(--naviblue);
}

.batch_faculty_cls .inernalset_leftYu_left a{
    text-decoration: none;
    display: flex;
    white-space: nowrap;
}

.batch_faculty_cls .inernalset_leftYu_left{
    width: calc(100% - 115px);
    display: flex !important;
}

.batch_faculty_cls .inernalset_leftYu_left a span{
    width: auto;
    font-size: 13px;
    font-weight: 500;
    white-space: break-spaces;
}

.batch_faculty_cls .faculty_right_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.batch_faculty_cls .faculty_right_details .faculty_exam_tooltip{
    margin: 0px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #000 !important;
    display: inline-flex;
    white-space: nowrap;
}

.batch_faculty_cls .faculty_right_details a{
    margin-left: 5px;
}
.batch_faculty_cls .faculty_right_details .faculty_piplineic {
    display: inline-block;
    margin-left: 5px;
    color: #000 !important;
    vertical-align: middle;
}
/* design changes in exam paper */
.exam_paper_wrapper .paper_type_item{
    border: 0 !important;
    box-shadow: none;
    background-color: transparent;
}

.exam_paper_wrapper .paper_type_item .accordion-header{
    position: relative;
}

.exam_paper_wrapper .paper_type_item .paper_type_btn{
    font-size: 18px;
    font-weight: 500;
    padding: 16px;
    background: var(--naviblue) !important;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
}

.exam_paper_wrapper .accordion_dropdown{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.exam_paper_wrapper .accordion_dropdown:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    background-position: center;
    transition: var(--bs-accordion-btn-icon-transition);
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
}

.exam_paper_wrapper .accordion-button:not(.collapsed) .accordion_dropdown:after{
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.exam_paper_wrapper .paper_type_item .paper_type_btn:after{
    display: none;
}

.exam_paper_wrapper .paper_type_item .paper_type_btn:focus{
    box-shadow: none;
    border-color: transparent;
}

.exam_paper_wrapper .paper_type_item .paper_type_btn.collapsed{
    border-radius: 5px;
}

.paper_type_item .custom_check_type{
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: none;
    width: auto;
    margin: 0;
}

.paper_type_item .custom_check_type input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom_checkmark {
    position: absolute;
    top: -9px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 4px;
}

.custom_check_type input:checked ~ .custom_checkmark {
    background-color: #fbc541;
}

.custom_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_check_type .custom_checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_check_type input:checked ~ .custom_checkmark:after {
    display: block;
}

.exam_paper_wrapper .paper_type_item .paper_type_btn .form-check-input{
    margin-top: 0;
}

.exam_paper_wrapper .paper_type_item .paper_total_marks{
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    z-index: 5;
}

.exam_paper_wrapper .paper_type_item .paper_total_marks .writting_total_input{
    width: 70px;
    margin-left: 10px;
    padding: 6px 8px;
    border-radius: 4px;
}

.exam_paper_wrapper .paper_type_item .paper_total_marks .writting_total_input:focus{
    outline: none;
}

.exam_paper_wrapper .paper_type_body{
    padding: 0px;
}

.exam_paper_wrapper .paper_type_body{
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.exam_paper_wrapper .card.create_questions_wrapper .accordion-item{
    margin: 5px 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.common_exam_paper .fixedaddsubmitsection{
    z-index: 6;
}

.fancybox__container { z-index:99999 !important; }

.swal2-shown .page-container.sbar_collapsed .main-content-inner {
    z-index:1;
}
/* */

/* input file upload */
.input-file-error .file-input-label{
    border-color: var(--orange) !important;
}

.red-tick-cls svg path {
    fill: red;
}

.unread-cls{
    background-color: #001ef1;
    color: aliceblue;
}
/* */

/* send notification dropdown */
.notification_filter_dropdown .filterbarT_{
    width: 100% !important;
}

.notification_filter_dropdown .multiselectmaincls{
    margin: 0px;
}

.notification_filter_dropdown .multiselectmaincls .multiselect-native-select,
.notification_filter_dropdown .multiselectmaincls .multiselect-native-select .btn-group{
    width: 100%;
}

.notification_filter_dropdown .multiselectmaincls .btn-group .multiselect{
    justify-content: flex-start;
}
/* */

/* module batch */
.module_head_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.box_layout_mainsect_inner_box .module_head_wrap h5{
    margin-bottom: 0px;
}

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

.batch_module_action_time .module_time{
    font-size: 12px;
    line-height: 1.2;
    background-color: #459B34;
    color: #fff;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

a.custom_badge_cls {
    font-size: 14px;
    color: #dc3545;
    font-weight: 600;
    border-radius: 4px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
}

a.custom_badge_cls:hover {
    text-decoration: underline;
}

.module_time svg{
    width: 18px;
    margin-right: 6px;
}

.batch_module_action_time .btn-group{
    margin-left: 5px;
}
/* */

/* facult assign to other module popup*/
.faculty_assign_module.backp_iplad_img_vid .modal-dialog{
    max-width: 830px;
}

.assign_batch_dates_wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.assign_batch_dates_wrapper h6{
    margin-top: 2px;
    margin-bottom: 0px;
}

.assign_batch_dates_wrapper ul{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 6px;
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 155px);
}

.assign_batch_dates_wrapper ul li{
    background-image: url(../../images/calendar-blue-icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    margin: 0 8px 0px 0;
    padding-left: 18px;
    padding-right: 8px;
    position: relative;
}

.assign_batch_dates_wrapper ul li:not(:last-child):before{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #686868;
    width: 2px;
    height: 100%;
}
/* */

/* pratice material */
.youtube-link-list{
    /* float: left;
    width: 100%; */
    display: flex;
    margin-bottom: 20px;
}

.youtube-link-list.single-youtube-link{
    float: none;
    width: auto;
}

.input_delete_wrapper{
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}

.upload_material_seperator{
    margin-top: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload_material_seperator:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    border-top: 2px dashed #ccc;
}

.upload_material_seperator:before{
    left: 0px;
}

.upload_material_seperator span{
    background-color: #fff;
    position: relative;
    z-index: 2;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_youtube_link_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 25px 0;
}

.add_youtube_link_head .youtube-icon{
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.add_youtube_link_head.inner_detail_title_ h4{
    margin: 0px;
}

.youtube_link_url_input{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.single-youtube-link .youtube_link_url_input .youtube-link-cls{
    width: 100%;
}

.youtube_link_url_input .youtube-link-cls{
    width: calc(100% - 45px);
}

.material-delete-icon,
.delete-extra-module{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    background: var(--red);
    margin-left: 10px;
    -webkit-appearance: none;
}

.material-delete-icon:hover,
.delete-extra-module:hover{
    opacity: 0.8;
}

.material-delete-icon svg,
.delete-extra-module svg{
    width: 18px;
    height: 18px;
}

.material-delete-icon svg path,
.delete-extra-module svg path{
    fill: var(--white);
}

.uploaded_doc_col,
.youtube_link_wrapper,
.uploaded_youtube_url{
    margin-bottom: 16px;
}

.youtube_link_wrapper:nth-last-child(-n+3),
.uploaded_doc_col:nth-last-child(-n+3),
.uploaded_youtube_url:nth-last-child(-n+4){
    margin-bottom: 0px;
}

.uploaded_doc_file_wrap{
    background-color: #005bbb26;
    border-radius: 6px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download_document_link{
    color: var(--naviblue);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    width: calc(100% - 50px);
}

.uploaded_doc_label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
}

.download_doc_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 4px;
    background: var(--yellow);
}

.download_doc_icon svg{
    width: 20px;
    height: 20px;
}

.download_doc_icon svg path{
    fill: #0c63e4;
}

.form-group.uploaded_document_wrapper{
    margin-bottom: 0px;
}
/* */

/* view batch module datepicker */
.module_date_picker .formcontrolcls{
    border-radius: 4px !important;
}

.module_date_picker .timepicker-picker td .btn {
    background-color: transparent;
    border: transparent;
    color: #555;
}

.module_date_picker .timepicker-picker td .btn .fas.fa-chevron-up,
.module_date_picker .timepicker-picker td .btn .fas.fa-chevron-down{
    display: none !important;
}
/* */

/* batch module */
.edit_batch_module_wrapper{
    float: left;
    width: 100%;
}

.delete_new_batch_module{
    margin-left: auto;
}

.delete_new_batch_module .delete-extra-module{
    margin-left: 0px;
}

/* .view_batch_title_wrapper{
    padding-left: 0px;
} */

.view_batch_title_wrapper.inner_detail_title_ h4:before{
    left: -10px;
}

.batch_module_btn_wrap .module-add-btn{
    margin-left: 10px;
}

.module_date_picker .set_milstone_row_inner .set_date_milstone.batch_select_time_wrapper{
    width: 120px !important;
    position: relative;
}

.module_date_picker .set_milstone_row_inner .set_date_milstone.batch_select_time_wrapper .bootstrap-datetimepicker-widget{
    z-index: 999999;
}

/* .module_date_picker .accordion-item{
    overflow: visible;
}

.add_batch_module_wrapper{
    position: relative;
    overflow: visible;
} */
/* */

/* module dropdown icon */
.view_edit_module_head .clsdropickl .btn{
    color: var(--naviblue);
    transform: rotate(90deg);
}

.toggle_icon_bg{
    opacity: 0;
}

.view_edit_module_head .clsdropickl .btn:hover .toggle_icon_bg{
    opacity: 0.4;
}
/* */

/* popup pagination design */
.modal .data-tables .bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.modal .data-tables .bottom .dataTables_info {
    color: #959895;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.modal .dataTables_wrapper .dataTables_paginate .paginate_button{
    margin: 0 !important;
    padding: 0;
}

.modal .data-tables .bottom .dataTables_paginate .page-link {
    padding: 0 10px !important;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.modal .data-tables .bottom .dataTables_paginate .page-link:hover {
    background: var(--skyblue) !important;
    color: var(--white) !important;
    border-color: var(--skyblue) !important;
}

.modal .data-tables .bottom .dataTables_paginate .page-link:focus{
    outline: none;
    box-shadow: none;
}
/* */

/* exam paper & student result */
.student_result_feedback{
    display: flex;
    row-gap: 15px;
    column-gap: 15px;
    margin-bottom: 20px;
}

.student_result_col{
    float: left;
    width: 25%;
}
.student_result_col_3{
    float: left;
    width: 33%;
}

.student_result_col_2{
    float: left;
    width: 50%;
}

.student_result_feedback.inner_detail_title_ h4{
    padding-left: 15px;
}

.student_result_feedback.inner_detail_title_ h4:before{
    display: none;
}

.student_result_feedback.inner_detail_title_ h4 label{
    margin-bottom: 0px;
}

.student_result_feedback.setclpssectionclick h4 span{
    color: #686868;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 140px);
}

.batch_exam_result_wrapper{
    display: flex;
}

.exam_paper_result_wrapper{
    float: left;
    width: 100%;
    display: flex;
    row-gap: 15px;
    column-gap: 15px;
    margin-bottom: 20px;
}

.result_wrapper_col{
    width: 25%;
    padding: 15px;
    border: 2px solid;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total_student{
    border-color: #015eb7;
    background-color: rgb(1 94 183/20%);
}

.total_passed{
    border-color: #40b681;
    background-color: rgb(64 182 129/20%);
}

.total_failed{
    border-color: var(--red);
    background-color: rgb(215 51 51/20%);
}

.total_absent{
    border-color: #7f7f7f;
    background-color: rgb(127 127 127/20%);
}

.result_wrapper_col label{
    margin: 0px;
    color: #000;
}

.result_wrapper_col span{
    font-weight: 600;
}

.total_student span{
    color: #015eb7;
}

.total_passed span{
    color: #40b681;
}

.total_failed span{
    color: var(--red);
}

.total_absent span{
    color: #7f7f7f;
}

.card-body table.dataTable.student_feedback_list_tbl tr th:last-child,
.card-body table.dataTable.student_feedback_list_tbl tr td:last-child{
    text-align: right;
}

.card-body table.dataTable.student_feedback_list_tbl tr th:last-child{
    padding-right: 25px !important;
}

.card-body table.dataTable.student_feedback_list_tbl tr td:last-child{
    padding-right: 30px !important;
}

.certificate_popup_btn_wrap{
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.download_certificate_btn{
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #005bbb26;
    text-decoration: none;
    font-size: 16px;
    color: var(--naviblue);
}

.download_certificate_btn .download_doc_icon{
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}

.download_certificate_btn:hover{
    opacity: 0.8;
}
/* */

/* student start exam module link */
.student_view_batch_details{
    display: flex;
}

.student_start_exam_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 28px;
}

.student_start_exam_link{
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background-color: var(--naviblue);
    border-radius: 4px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -999px;
}

.batch_module_action_time + .student_start_exam_link{
    margin-left: 6px;
}

.student_start_exam_link:hover{
    color: #fff;
    opacity: 0.7;
}

.student_start_exam_link svg{
    width: 18px;
}

.box_layout_mainsect_inner_box .student_start_exam_wrapper h5{
    margin-bottom: 0px;
}
/* */

/* view link design  */
.exam_date_popup_title{
    width: calc(100% - 170px);
}

.url_link_wrapper{
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 12px;
}
.url_assign_batch_link_wrapper{
    display: inline-flex;
    align-items: center;
}
.view_url_link{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #005bbb26;
    color: var(--naviblue);
    padding: 6px 12px;
    border-radius: 6px;
}

.view_url_link:hover{
    color: var(--naviblue);
    opacity: 0.8;
}

.view_url_link svg{
    width: 20px;
    margin-right: 5px;
    fill: var(--skyblue);
}

.upload_demand_note_sucessfully{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background-color: #d6edd1;
    color: var(--bs-card-color);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.upload_demand_note_sucessfully:hover{
    color: var(--bs-card-color);
    opacity: 0.8;
}

.upload_demand_note_sucessfully svg{
    width: 20px;
    margin-right: 5px;
    fill: var(--skyblue);
}
/* */

/* student feedback table */
.stud_feedback_tbl_wrap .card-body table.dataTable tr th:nth-child(3),
.stud_feedback_tbl_wrap .card-body table.dataTable tr td:nth-child(3){
    width: 135px;
    line-height: 1;
}

.stud_feedback_tbl_wrap .card-body table.dataTable tr th:nth-child(3) .form-check,
.stud_feedback_tbl_wrap .card-body table.dataTable tr td:nth-child(3) .form-check{
    padding-left: 0;
    margin: 0;
    min-height: auto;
    display: inline-block;
}

.stud_feedback_tbl_wrap .card-body table.dataTable tr th:not(:last-child){
    padding-right: 10px !important;
}

.stud_feedback_tbl_wrap .card-body table.dataTable tr td p{
    margin-bottom: 0px;
}

.stud_feedback_tbl_wrap .card-body table.dataTable tr td p:not(:last-child){
    margin-bottom: 10px;
}

.stud_feedback_tbl_wrap .card-body table.dataTable tr th:last-child{
    text-align: left;
}

.stud_feedback_tbl_wrap .error{
    font-size: 13px;
    color: var(--orange);
}
/* */

/* batch completed status */
.batch_completed_status{
    margin-bottom: 20px;
}

.batch_completed_status .student_result_feedback{
    margin-bottom: 0px;
}
/* */

/* upload practice material */
.upload_youtube_video_wrap{
    border: 1px solid rgba(170, 170, 170, .3);
    border-radius: 6px;
    padding: 10px;
}

.upload_youtube_video_wrap .youtube_video_thumb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f7f7f7;
    width: 100%;
    min-height: 220px;
    text-decoration: none;
    color: #263871;
    font-size: 16px;
}

.upload_youtube_video_wrap .youtube_video_thumb:hover{
    opacity: 0.7;
}

.video_material_image{
    max-height: 60px;
}

.video_info_text{
    margin-top: 5px;
}

.uploaded_youtube_url iframe{
    width: 100%;
    height: 210px;
    border-radius: 6px;
}

.view_uploaded_documents_wrapper .download_document_link{
    width: 100%;
}
/* */

/* view batch module */
.common_batch_col_gap .row,
.faculty_list_grid{
    row-gap: 20px;
}
/* */

/* upload image and video wrapper */
.upload_image_video_wrapper .upload_img_wrapper {
    margin-bottom: 25px;
}

.upload_set_div_fls label{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #263871;
    letter-spacing: 0.3px;
}

.upload_image_video_wrapper .dropzone{
    border: 2px dashed var(--skyblue);
    background: rgb(0 161 241/5%);
    border-radius: 6px;
}

.upload_image_video_wrapper .dropzone .dz-message{
    margin: 20px 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload_image_video_wrapper .dropzone .dz-message .dz-button{
    background-image: url(../../images/upload-icon.svg);
    background-repeat: no-repeat;
    background-position: top 0px center;
    background-size: 40px;
    color: var(--skyblue);
    padding-top: 45px;
}

.upload_image_video_wrapper .dropzone .dz-preview{
    margin: 10px;
}

.upload_image_video_wrapper .dropzone .dz-preview .dz-image{
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    border-radius: 0px;
}

.upload_image_video_wrapper #upload-video.dropzone .dz-preview .dz-image img{
    max-width: 100px;
}

.upload_image_video_wrapper .dropzone .dz-preview:hover .dz-image img{
    transform: scale(1.1);
    cursor: pointer;
    filter: none;
}

.upload_image_video_wrapper .dropzone .dz-preview.dz-image-preview{
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 0px;
}

.upload_image_video_wrapper .dropzone .dz-preview .dz-details{
    padding: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    top: auto;
    bottom: 20px;
}

.upload_image_video_wrapper .dropzone .dz-preview .dz-details .dz-size,
.upload_image_video_wrapper .dropzone .dz-preview .dz-details .dz-filename{
    display: none;
}

.upload_image_video_wrapper .dropzone .dz-preview .dz-remove{
    text-indent: -9999px;
    background-image: url(../../images/cross-circle-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    z-index: 10;
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}

.upload_image_video_wrapper .dropzone .dz-preview.dz-error .dz-image{
    filter: blur(8px);
}

.upload_image_video_wrapper .dropzone .dz-preview .dz-error-mark svg g {
    fill: #d63136;
    fill-opacity: 1;
}

.upload_image_video_wrapper .dropzone .dz-preview .dz-error-message{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
}

.upload_image_video_wrapper #upload-video.dropzone .dz-preview.dz-file-preview{
    border: 1px solid #ccc;
}

.upload_image_video_wrapper #upload-video.dropzone .dz-preview.dz-file-preview .dz-image{
    border-radius: 6px;
    background: #fff url(../../images/video-icon.svg) no-repeat center;
}
/* */

/* profile curricular activities */
.profile_curricular_act_wrapper{
    float: left;
    width: 100%;
}

.profile_curricular_act_wrapper .form-control{
    resize: none;
}

.profile_curricular_act_wrapper .designquestionshlwer .accordion-body{
    padding: 15px;
}
/* */

/* upload certiifcate & feedback pricipal login */
.upload_file_wrapper{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.upload_file_wrapper .certificate_popup_btn_wrap{
    width: auto;
    margin: 0 0 0 10px;
}

.upload_file_wrapper .certificate_popup_btn_wrap .download_certificate_btn{
    width: 40px;
    height: 40px;
    justify-content: center;
    padding: 0;
    text-indent: -9999px;
}

.upload_file_download_wrapper{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.upload_file_download_wrapper .certificate_popup_btn_wrap + .fileuploadwrpapycls{
    width: calc(100% - 50px);
}

.upload_file_download_wrapper .download_certificate_btn .download_doc_icon{
    margin: 0;
}

.upload_certificate_wrapper.certificate_popup_btn_wrap{
    margin-top: 0px;
}
/* */

/* chat module design */
.new-chat-notification span{
    display: inline-flex;
    align-items: center;
    width: auto !important;
}

.new-chat-notification a b{
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    padding: 0 0;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}

.chat_screen_wrapper{
    height: 100%;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: 6px;
}

.chat_user_listing_wrapper{
    width: 370px;
    height: 100%;
    border-right: 1px solid #e4e4e4;
}

.chat_user_title{
    font-size: 24px;
    color: #263871;
    margin: 0px 0 15px 22px;
    font-weight: 600;
}

.chat_search_wrapper{
    padding: 15px 22px 15px 22px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.colsetlisrOpr .chat_search_wrapper .searchbarT_{
    width: 100%;
}

.colsetlisrOpr .chat_search_wrapper .seacrhcjbar_bg{
    width: 100%;
}

.chat_search_wrapper .ui-widget.ui-widget-content{
    max-height: 250px;
    overflow-y: auto;
}

.chat_search_wrapper .ui-widget.ui-widget-content::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

/* Track */
.chat_search_wrapper .ui-widget.ui-widget-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.chat_search_wrapper .ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.chat_search_wrapper .ui-menu .ui-menu-item-wrapper{
    border: 1px solid transparent;
}

.chat_search_wrapper .ui-menu .ui-state-focus,
.chat_search_wrapper .ui-menu .ui-state-active{
    margin: 0px;
}

.chat_user_wrapper{
    padding: 25px 0px;
}

.clg_name_dropdown.clsdropickl .btn{
    color: var(--naviblue);
}

.clg_name_dropdown.clsdropickl .dropdown-menu li a{
    width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_users{
    height: 100%;
}

.no_chat_list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 122px);
    padding: 0 20px;
}

.faculty_chat_icon{
    margin-bottom: 10px;
}

.no_chat_list_text{
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.chat_user_list{
    height: calc(100% - 165px);
    overflow-y: auto;
}

.chat_user_list::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

/* Track */
.chat_user_list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.chat_user_list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.chat_user_list ul{
    list-style: none;
    padding: 0;
    margin: 0 10px;
}

.chat_user_list ul li:not(:last-child){
    margin-bottom: 5px;
}

.chat_user_list ul li a{
    display: flex;
    align-items: flex-start;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.chat_user_list ul li a.user_active_chat:hover,
.chat_user_list ul li a.user_active_chat{
    background: var(--skyblue);
}

.user_active_chat .chat_user_name,
.user_active_chat .user_last_msg,
.user_active_chat .student_clg_name,
.user_active_chat .chat_date{
    color: var(--white);
}

.chat_user_list ul li a:hover{
    /* background: rgb(1 94 183/10%); */
    background: rgb(0 161 241/15%);
}

.user_img_wrap{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
}

.user_profile_pic{
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    min-width: 0;
}

.user_offline,
.user_online{
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1.5px;
}

.user_offline{
    background-color: var(--red);
}

.user_online{
    background-color: #2c7352;
}

.user_profile_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat_user_details{
    flex: 1 1 auto;
    margin: 0 8px 0 12px;
    min-width: 0;
}

.chat_user_name{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #263871;
    margin: 0 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.student_clg_name{
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 600;
    margin: 0px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user_last_msg{
    color: #686868;
    font-size: 12px;
    margin: 0px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_date_msg{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
}

.chat_date{
    color: #686868;
    font-size: 12px;
}

.chat_unread_msg{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    color: var(--white);
    font-size: 10px;
    line-height: 17px;
    padding: 3px 6px;
    border-radius: 25px;
    height: 17px;
    margin-top: 3px;
}

.mobile_chat_close{
    display: none;
}

.chat_user_message_wrapper,
.start_chat_conversation{
    width: calc(100% - 370px);
    height: 100%;
    /* background-color: rgba(50, 71, 92, 0.04); */
    background-color: rgb(222 226 230/20%)
}

.chat_user_message_wrapper {
    position: relative;
}

.start_chat_conversation{
    display: flex;
    /* display: none; */
    align-items: center;
    justify-content: center;
    text-align: center;
}

.msg_icon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    color: rgba(50, 71, 92, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}

.conversation_title{
    padding: 8px 24px;
    box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    cursor: default;
    color: #1B1C1C;
    font-size: 20px;
    margin-bottom: 0px;
}

.chat_rgt_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px;
    border-bottom: 1px solid #e4e4e4;
}

.mobile_open_chat_list{
    display: none;
}

.active_user_details{
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    width: calc(100% - 50%);
}

.active_user_details .chat_user_details{
    display: flex;
    flex-direction: column;
}

.user_sem_wrap{
    font-size: 12px;
    color: #686868;
    margin: 0;
}

.active_student_clgname{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: calc(100% - 50%);
    margin: 0 0px 0 35px;
}

.active_student_clgname label{
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px 0 0;
    color: #263871;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.student_collage_name{
    font-size: 14px;
}

/* .active_user_details .chat_user_name{
    word-break: break-word;
    white-space: break-spaces;
} */

.righside_chat {
    height: calc(100% - 142px);
}

.history-chat{
    width: 100%;
    height: 100%;
}

.chat-html-ul{
    width: 100%;
    overflow-x: auto;
    height: 100%;
    margin: 0;
    padding: 20px;
}

.chat-html-ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

/* Track */
.chat-html-ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.chat-html-ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.chat-html-ul .list-group-item{
    display: flex;
    margin-bottom: 16px;
}

.chat-html-ul .list-group-item:last-child{
    margin-bottom: 0px;
}

.chat-html-ul .right-side-cls{
    flex-direction: row-reverse;
}

.chat-html-ul .left-side-cls{
    flex-direction: row;
}

.chat_message_submit {
    padding: 0 20px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.send-chat-div{
    display: flex;
    flex-direction: column;
    box-shadow: rgba(50, 71, 92, 0.2) 0px 2px 1px -1px, rgba(50, 71, 92, 0.14) 0px 1px 1px 0px, rgba(50, 71, 92, 0.12) 0px 1px 3px 0px;
    padding: 5px 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
}

.chat_input_text_file_wrapper{
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.chat_message_textarea{
    float: none;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.chat_message_textarea .chat_message_input{
    border: 0px;
    width: 100%;
    resize: none;
    height: 40px;
    line-height: normal;
    font-size: 15px;
    padding: 8.5px 14px 8.5 0;
}

.message_submit_btn{
    margin-left: 10px;
}

.message_submit_btn .savebtnset_btn{
    background-color: var(--skyblue);
    border-color: var(--skyblue);
}

.msg_user_initials{
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
}

.msg_user_initials img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.right-side-cls .msg_user_initials{
    color: rgb(105, 108, 255);
    background-color: rgba(105, 108, 255, 0.16);
    margin-left: 14px;
}

.left-side-cls .msg_user_initials{
    color: rgb(255, 171, 0);
    background-color: rgba(255, 171, 0, 0.16);
    margin-right: 14px;
}

.msg_chat_body{
    max-width: 65%;
}

.chat_msg{
    max-width: 100%;
    width: fit-content;
    overflow-wrap: break-word;
    padding: 10px 16px;
    margin: 0px;
    white-space: pre-wrap;
    box-shadow: rgba(50, 71, 92, 0.2) 0px 2px 1px -1px, rgba(50, 71, 92, 0.14) 0px 1px 1px 0px, rgba(50, 71, 92, 0.12) 0px 1px 3px 0px;
    position: relative;
}

.chat_msg.chat-view-media{
    margin-top: 4px;
}

.right-side-cls .chat_msg{
    background-color: rgb(14 175 255 / 10%);
    border-radius: 6px 0px 6px 6px;
    margin-left: auto;
}

.left-side-cls .chat_msg{
    background-color: rgb(255, 255, 255);
    border-radius: 0px 6px 6px;
    margin-right: auto;
}

.chat_msg .pdf-wrap,
.chat_msg .doc-wrap{
    display: flex;
    align-items: center;
    /* margin-top: 7px; */
    color: #444;
    text-decoration: none;
}

.chat_msg .doc-wrap img,
.chat_msg .pdf-wrap img{
    width: 32px;
}

.chat_msg .image-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.chat_msg .image-wrap:before{
    content: '';
    position: absolute;
    left: -16px;
    top: -10px;
    width: calc(100% + 32px);
    height: calc(100% + 20px);
    display: none;
    background-color: rgba(0, 0, 0, 0.55);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.left-side-cls .chat_msg .image-wrap:before{
    border-radius: 0px 6px 6px;
}

.right-side-cls .chat_msg .image-wrap:before{
    border-radius: 6px 0px 6px 6px;
}

.chat_msg .image-wrap:hover:before{
    display: inline-block;
}

.image-download-icon{
    display: none;
    width: 36px;
    height: 36px;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: -10px;
    bottom: -4px;
    z-index: 99999;
}
.image-download-icon svg {
    color: #ffffff
}
.image-download-icon:hover svg {
    color: #fcc729;
}

.chat_msg .image-wrap:hover .image-download-icon{
    display: inline-block;
}

.chat-upload-image{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-side-cls .chat_msg .image-wrap{
    margin-left: auto;
}

.chat_msg .image-wrap img{
    max-width: 90%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.msg_time{
    font-size: 10px;
    color: #686868;
    margin: 3px 0 0 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.right-side-cls .msg_time{
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.left-side-cls .msg_time{
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.chat-file-upload{
    margin-left: 10px;
}

.chat-file-upload [type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.chat-file-upload label{
    margin-bottom: 0px;
    cursor: pointer;
}

.chat-file-upload label svg{
    width: 25px;
    height: 25px;
}

.file_upload_preview{
    display: inline-flex;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.uploaded_img_preview{
    position: relative;
}

.preview_close_icon{
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.image_preview{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.image_preview img{
    max-width: 90%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
/* */

/* faculty grid student login */
.box_layout_mainsect_inner_box>ul>li.faculty_viewboxrf.batch_faculty_cls.faculty_details_wrapper{
    padding: 5px 12px;
}

.box_layout_mainsect_inner_box ul li.faculty_details_wrapper .inernalset_leftYu{
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
    padding: 6px 0 3px;
}
.box_layout_mainsect_inner_box ul li.faculty_details_wrapper .inernalset_leftYu .inernalset_leftYu_left{
    width: 100%;
}

.batch_faculty_cls.faculty_details_wrapper .inernalset_leftYu_left a{
    align-items: flex-start;
    width: 100%;
}

.batch_faculty_cls.faculty_details_wrapper .inernalset_leftYu_left a svg{
    margin-right: 5px;
    margin-top: 2px;
}

.batch_faculty_cls.faculty_details_wrapper .inernalset_leftYu_left a span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* */

/* general report page filter */
.general_report_filter_wrapper .general_report_filter .multiselectmaincls{
    width: auto;
}
/* */

/* upload faculty feedback popup */
.multiple_upload_file_wrapper .form_elements_Pd .btn{
    color: var(--red);
    background-color: transparent;
}

.multiple_upload_file_wrapper .form_elements_Pd .btn:hover{
    color: var(--skyblue);
}
/* */

/* notification */
.notification-area li.main-notification-cls{
    margin: 0px;
}

.main-notification-cls .notification-icon{
    padding: 0;
    border: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    /* width: 35px;
    height: 35px;
    border-radius: 4px;
    border: 1px dashed #005bbb;
    background-color: rgb(0 91 187/15%); */
}

.line{
    display: none;
}

.notification-count-status .line {
    display: flex;
    align-items: center;
    fill: transparent;
    stroke: var(--naviblue);
    stroke-width: 1;
    stroke-linecap: round;
    position: absolute;
    opacity: 0;
}

.notification-count-status .line-1,
.notification-count-status .line-2,
.notification-count-status .line-3 {
    right: 0px;
    animation: sound-1 1s linear infinite;
}

.notification-count-status .line-4,
.notification-count-status .line-5,
.notification-count-status .line-6 {
    left: 0px;
    animation: sound-2 1s linear infinite;
}

.notification-count-status .line-1, .notification-count-status .line-4 {
    animation-delay: 1s;
}

.notification-count-status .line-2, .notification-count-status .line-5 {
    animation-delay: 1.6s;
}

.notification-count-status .line-3, .notification-count-status .line-6 {
    animation-delay: 2.6s;
}

textarea.error {
    border-color: var(--orange) !important;
}

@keyframes sound-1 {
    100% {
        transform: translateX(15px) scale(1.1);
        opacity: 1;
    }
}

@keyframes sound-2 {
    100% {
        transform: translateX(-15px) scale(1.1);
        opacity: 1;
    }
}

.main-notification-cls .notification-icon svg{
    width: 28px;
    height: 28px;
    color: var(--naviblue);
}

.main-notification-cls .notification-icon .line{
    width: 20px;
    height: 30px;
}

.notification-count-status .notification-icon:before{
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: rgb(217 217 217) 0px 0px 0px 2px;
    background-color: var(--red);
}

.main-notification-cls .dropdown-menu{
    width: 450px;
    overflow: hidden;
    padding: 0;
    border-radius: 12px;
    margin-top: 16px !important;
    box-shadow: 0 0 40px 0px rgb(217 217 217/70%) !important;
}

.main-notification-cls .notification-head{
    padding: 16px 20px;
}

.main-notification-cls .notification-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.notification-head .notification-title{
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    /* color: #263871; */
    margin: 0px;
}

.notification-count-number{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    border-radius: 4px;
    font-size: 13px;
    padding: 2px 10px;
    font-weight: 500;
}

.no-notification-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 20px 0;
    color: #212121;
}

.notification-html .click-read-notification:not(:last-child){
    border-bottom: 1px solid #dee2e6;
}

.notification-html .click-read-notification{
    padding: 12px 20px;
}

.notification-items-wrapper{
    max-height: 350px;
    overflow-y: auto;
}

.notification-items-wrapper::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
  }

/* Track */
.notification-items-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.notification-items-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.notification-html .click-read-notification.unread-cls:hover,
.notification-html .click-read-notification.unread-cls{
    /* background-color: #e6f2ff; */
    background-color: rgb(0 161 241/15%);
    position: relative;
}

.notification-html .click-read-notification.unread-cls:before{
    content: '';
    position: absolute;
    left: 7px;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #004085;
}

.notification-html .click-read-notification:hover{
    background-color: #f1f1f1;
}

.notification-html .click-read-notification.unread-cls h6,
.notification-html .click-read-notification.unread-cls p{
    color: #212529;
}

.notification-html .click-read-notification h6{
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 3px 0;
    color: #263871;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
}

.notification-html .click-read-notification p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 0 0;
    color: #686868;
}

.see-notification-wrapper {
    border-top: 1px solid #dee2e6;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
}

.see-notification-wrapper .btnset_primary{
    /* width: 100%; */
    font-size: 14px;
    text-transform: uppercase;
}
/* */

/* data table content */
.card-body table.dataTable td ul li .dtr-data{
    white-space: normal;
}
/* */

/* batch process stepper */
.linkbadge.active_batch_process_stage{
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding: 0;
    border-radius: 0px;
}

.linkbadge.active_batch_process_stage:hover{
    background-color: transparent;
}

.batch_progress_wrapper{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
}

.common_stepper{
    width: 25%;
    background-color: rgb(235, 238, 240);
    margin: 0 1.5px;
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11.5px;
    color: #000;
    font-weight: 600;
}

.common_stepper:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 0;
}

.common_stepper:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 0;
}

.completed_batch_process{
    background-color: rgb(113, 221, 55);
}

.ongoing_batch_process{
    background-color: rgb(255, 171, 0);
}
/* */
.btnset_primary.cancelbtnset_btn_red:hover {
    opacity: 0.7;
    color: var(--white);
}
.btnset_primary.cancelbtnset_btn_red:hover {
    background: var(--red) !important;
    color: var(--white) !important;
    border-color: var(--red) !important;
}
.btnset_primary.cancelbtnset_btn_red {
   background: var(--red);
   border: 1px solid var(--red);
   color: var(--white);
}

/* header module name wrap */
/* .header-module-name-wrapper{
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
} */
/* */

/**/
.linkbadge {
    color: var(--naviblue);
    background-color: rgb(0 91 187 / 10%);
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.linkbadge:hover {
    background-color: rgb(0 91 187 / 20%);
}

.tagbadge {
    color: var(--naviblue);
    background-color: rgb(0 91 187 / 10%);
    padding: 4px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 11px;
}
.tagbadge:hover {
    background-color: rgb(0 91 187 / 20%);
}

/* middle scroll */
.main-content-innerf
{
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
}

/* view batch add student */
.add_student_list{
    float: left;
    width: 100%;
}

.add_student_list .multiselectmaincls{
    margin: 0;
}

.add_student_list .multiselect-native-select {
    width: 100%;
    display: flex;
}

.add_student_list .multiselect-native-select .btn-group{
    width: 100%;
}

.add_student_list .multiselectmaincls .btn-group .multiselect{
    text-align: left !important;
}
/* */

/* dashboard download icon */
.tile_bar .dash_download_option .statistic .value{
    white-space: normal;
}

.tile_bar .dash_download_option .statistic .value svg{
    color: #de1e2f;
}
/* */

/* new dashboard changes */
.main_admin_dash{
    background-image: url(../../images/dash_bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.admin_dashboard_wrapper .tile_bar.hello_dash_card{
    /* min-height: 235px; */
}

.dash_title{
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
    text-transform: capitalize;
    display: flex;
    width: 100%;
}

.main_dash_heading{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 100px);
}

.dash_sub_text{
    text-transform: capitalize;
    font-size: 16px;
    color: #686868;
    margin-top: 3px;
}

.dash_title span{
    color: var(--naviblue);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hello_dash_card.tile_bar .panel{
    width: 100%;
}

.common_dash_card_wrap.tile_bar .statistic{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin_dashboard_wrapper .tile_bar .panel .panel-body{
    border-right: 0px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.alt_dash_card.tile_bar .panel .panel-body{
    justify-content: space-between;
}

.dashboard_image_wrap{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard_image_wrap svg,
.dashboard_image_wrap img{
    max-width: 135px;
    height: auto;
}

.admin_dashboard_wrapper .tile_bar .statistic{
    display: flex;
    position: relative;
}

.alt_dash_card.tile_bar .statistic{
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 50px);
}

.alt_dash_card.tile_bar .statistic .label{
    text-align: left;
}

.admin_dashboard_wrapper .tile_bar .statistic .label{
    margin-bottom: 5px;
    font-size: 16px;
}

.admin_dashboard_wrapper .tile_bar .statistic .value{
    margin-bottom: 0px;
}

.panel_image_wrapper{
    width: 45px;
    height: 45px;
    padding: 6px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel_image_wrapper svg{
    width: 30px;
    height: 30px;
}

.panel_image_wrapper img{
    max-width: 100%;
    height: auto;
}

.admin_dashboard_wrapper .tile_bar{
    min-height: 110px;
    border: 1px solid #fff;
    background: linear-gradient(117.76deg,hsla(0,0%,100%,.7) -7.21%,hsla(0,0%,100%,.5) 118.08%);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.02);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.admin_dashboard_wrapper .tile_bar .panel {
    width: 100%;
}

.admin_dashboard_wrapper .tile_bar.no_complete_batch{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.admin_dashboard_wrapper .tile_bar.no_complete_batch .panel-body{
    padding: 0px;
} */

.admin_dashboard_wrapper .tile_bar.no_complete_batch .statistic .label{
    margin-bottom: 0px;
}

.college_card{
    background-color: rgb(33 150 243/15%);
}

.college_card svg{
    color: rgb(33 150 243);
}

.principal_card{
    background-color: rgb(63 81 181/15%);
}

.principal_card svg{
    color: rgb(63 81 181);
}

.faculty_card{
    background-color: rgb(214 51 132/15%);
}

.faculty_card svg{
    color: var(--bs-pink);
}

.student_card{
    background-color: rgb(3 169 244/15%);
}

.student_card svg{
    color: rgb(3 169 244);
}

.total_batch{
    background-color: rgb(9 99 186/15%);
}

.total_batch svg{
    color: #005bbb;
}

.inprogress_bg{
    background-color: rgb(254 169 43/15%);
}

.inprogress_bg svg{
    color: rgb(254 169 43);
}

.pending_bg{
    background-color: rgb(255 87 34/15%);
}

.pending_bg svg{
    color: rgb(255 87 34);
}

.approved_bg{
    background-color: rgb(225 23 111/15%);
}

.approved_bg svg{
    color: rgb(225 23 111);
    fill: rgb(225 23 111);
}

.active_bg{
    background-color: rgb(103 145 54/15%);
}

.active_bg svg{
    color: #679136;
}

.completed_bg{
    background-color: rgb(0 150 136/15%);
}

.completed_bg svg{
    color: rgb(0 150 136);
    fill: rgb(0 150 136);
}

.exam_bg{
    background-color: rgb(103 58 183/15%);
}

.exam_bg svg{
    color: rgb(103 58 183);
}

.invoice_bg{
    background-color: rgb(220 53 69/15%);
}

.invoice_bg svg{
    color: rgb(220 53 69);
}

.no_complete_batch_bg{
    background-color: rgb(255 36 36/15%);
}

.no_complete_batch_bg svg{
    color: #ff2424;
}

.exam_mark_bg{
    background-color: rgb(111 66 193/15%);
}

.exam_mark_bg svg{
    color: var(--bs-purple);
}

.download_cert_bg{
    background-color: rgb(223 34 43/15%);
}

.download_cert_bg svg{
    color: rgb(223 34 43);
}
/* */

/* table with no record */
.no-record-title{
    font-weight: 500;
    text-align: center;
    width: 100%;
}
/* */

/* view batch time picker */
.module_date_picker .dropdown-menu{
    width: 240px !important;
}

.module_date_picker .bootstrap-datetimepicker-widget table td.day:hover,
.module_date_picker .bootstrap-datetimepicker-widget table td.hour:hover,
.module_date_picker .bootstrap-datetimepicker-widget table td.minute:hover,
.module_date_picker .bootstrap-datetimepicker-widget table td.second:hover,
.module_date_picker .bootstrap-datetimepicker-widget table tr:nth-child(2) td span:hover,
.module_date_picker .bootstrap-datetimepicker-widget table td:nth-child(2) i:hover{
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    color: #fff;
}

.module_date_picker .bootstrap-datetimepicker-widget table tr:nth-child(2) td span:hover,
.module_date_picker .bootstrap-datetimepicker-widget table td:nth-child(2) i:hover{
    border: 0px !important;
}

.module_date_picker .bootstrap-datetimepicker-widget table tr:first-child td span,
.module_date_picker .bootstrap-datetimepicker-widget table tr:last-child td span{
    color: var(--naviblue)
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td i.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover, .bootstrap-datetimepicker-widget table td i.disabled:hover {
    color: #dee2e6 !important;
}

.module_date_picker .timepicker-picker tr:first-child td:last-child,
.module_date_picker .timepicker-picker tr:last-child td:last-child{
    display: none;
}

.module_date_picker .bootstrap-datetimepicker-widget table tr:nth-child(2) td span{
    border: 1px solid #ccc;
}

.module_date_picker .bootstrap-datetimepicker-widget table tr:nth-child(2) td .btn{
    background-color: #015eb7;
    color: #fff;
    font-weight: 400;
    width: 40px;
}

.module_date_picker .timepicker td{
    border-top: 0px !important;
}

.module_date_picker .bootstrap-datetimepicker-widget .timepicker-hour,
.module_date_picker .bootstrap-datetimepicker-widget .timepicker-minute,
.module_date_picker .bootstrap-datetimepicker-widget .timepicker-second{
    font-weight: 400;
}
/* */

/* batch complete status */
.batch_complete_status_wrapper .setlokformarginheight{
    float: none;
}

.batch_status_grids{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    position: relative;
    row-gap: 10px;
    column-gap: 10px;
}

.batch_status_grids .statistic{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    border: 1px dotted;
    width: calc(33.3% - 10px);
}

/* .batch_status_grids .batch_incomplete_process{
    background: #f8d3d3;
    border-color: #fe5e5e;
}

.batch_status_grids .batch_complete_process{
    background: #d6edd1;
    border-color: #459B34;
} */

.batch_status_grids .statistic .batch_process_icon{
    width: 25px;
    height: 25px;
    display: inline-block;
    display: none;
}

.batch_status_grids .statistic .batch_process_icon svg{
    width: 100%;
    height: 100%;
}

.batch_status_grids .statistic .label{
    width: calc(100% - 35px);
}

.batch_status_grids .statistic .value{
    position: relative;
    text-indent: -9999px;
}

.batch_status_grids .statistic .value::before{
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}

.batch_status_grids .statistic.batch_incomplete_process .value:before{
    background-image: url(../../images/cross-icon.svg);
}

.batch_status_grids .statistic.batch_complete_process .value:before{
    background-image: url(../../images/checkmark-icon.svg);
}
/* */

/* faculty,principal & student bg */
.alt-admin-bg{
    background-image: url(../../images/dash_bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* */

/* search filter input */
.dashboard_table_filter_wrap .search_date_filter .set_date_milstone{
    width: 120px;
}
/* */

.attend_danger_cls .clsdropickl .btn {
    color: #fe5e5e;
}

.error-cls {
    border-color: var(--orange) !important;
}

.capitlize {
    text-transform: lowercase;
}

.blur-section-cls {
    filter: blur(4px);
    pointer-events: none;
}

.clsdropickl .dropdown-menu li .dropdown-item.show-student-sheet{
    background-color: rgb(64 182 129/20%)
}

.clsdropickl .dropdown-menu li .dropdown-item.show-student-sheet svg,
.clsdropickl .dropdown-menu li .dropdown-item.show-student-sheet span{
    color: #40b681
}

.clsdropickl .dropdown-menu li .dropdown-item.hide-student-sheet{
    background-color: rgb(254 94 94 / 20%);
}

.clsdropickl .dropdown-menu li .dropdown-item.hide-student-sheet svg,
.clsdropickl .dropdown-menu li .dropdown-item.hide-student-sheet span{
    color: rgb(254, 94, 94);
}

/* image disclaimer popup */
.image_disclaimer_popup .card-body{
    padding: 0;
    font-size: 16px;
}

.disclaimer_checkbox{
    margin-bottom: 25px;
}

.disclaimer_checkbox.set_widthXDivclvx.custom_checkbox input[type="checkbox"]+label.custom_checkbox_box{
    display: inline-flex;
    width: 100%;
    height: auto;
}

.disclaimer_checkbox.set_widthXDivclvx.custom_checkbox input[type="checkbox"]+label.custom_checkbox_box:before{
    width: 17px;
    height: 17px;
    margin-right: 10px;
    top: 4px;
}

.disclaimer_checkbox.set_widthXDivclvx.custom_checkbox input[type="checkbox"]:checked+label.custom_checkbox_box:after{
    top: 5px;
}

.img-disbale-cls-student:disabled{
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    cursor: not-allowed;
}

.img-disbale-cls-student:disabled:hover{
    opacity: 1;
}
/* */
.form-check.currect-answer-cls{
    border: 2px solid green !important;
}
.form-check.wrong-answer-cls{
    border: 2px solid red !important;
}

/* upload faculty feedback */
.upload-faculty-note{
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--red);
    letter-spacing: 0.3px;
}

.upload_feedback_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.upload_feedback_wrapper h6{
    margin-bottom: 0px;
}

.submit_feedback_btn{
    font-size: 13px;
    line-height: normal;
    text-decoration: none;
    border-radius: 4px;
    padding: 8px;
    background-color: var(--successbtn);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
}

.submit_feedback_btn:hover{
    color: #fff;
    opacity: 0.7;
}

.set_milstone_row .set_milstone_label_batch {
    width: 120px;
}

.backp_iplad_img_vid .modal-dialog .modal-header.exam-notice-cls {
    padding: 10px 15px;
    background: #d70000;
}

/* div.dataTables_wrapper div.dataTables_processing{
    min-height: 120px;
    padding: 0px !important;
    width: 100px !important;
    top: 150px !important;
    transform: translateX(-50%);
    margin: 0 !important;
} */

/* .search-filter-records-div{
    width: 100px;
} */
/* */

/* feedback table css */
.card-body table.dataTable.submit_feedback_tbl tr td:nth-child(n+4){
    text-align: center;
}

.submit_feedback_tbl .form-check{
    display: inline-flex;
    padding-left: 25px;
}
/* */

/* password */
.show-password-main{
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    width: 100%;
}

.show-password-main .form-control{
    padding-right: 30px;
}

.show-password-main a{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* */

/* announcement */
.announcement_date_wrapper .input-group .formcontrolcls.datepicker{
    border-radius: 4px !important;
}

.announcement_users_wrapper .multiselectmaincls{
    margin: 0px 0px 16px;
    min-width: 100% !important;
}

.announcement_users_wrapper .multiselectmaincls .btn-group{
    width: 100%;
}

.announcement_users_wrapper .multiselectmaincls .btn-group .multiselect{
    justify-content: flex-start;
}

.announcement_users_wrapper .show-selection-error{
    font-size: 14px;
    color: var(--red);
    margin-bottom: 20px;
    display: flow-root;
}

.announcement_time_image .search_date_filter,
.announcement_time_image .set_date_milstone{
    width: 100%;
}

.announcement_time_image .fileuploadwrpapycls .setpreviewbox .file-input-label{
    width: calc(100% - 103px);
}

.download_announcement_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download_announcement_wrap label{
    margin: 0px;
}

.download_announcement_btn{
    justify-content: flex-end;
}

.download_announcement_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--successbtn);
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
}

.download_announcement_btn a:hover{
    opacity: 0.7;
}

.announcement_time_image .edit_announcement_banner .fileuploadwrpapycls .setpreviewbox .file-input-label{
    width: calc(100% - 150px);
}

.download_btn_wrap{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px !important;
    background-color: var(--yellow);
    border-radius: 4px !important;
}

.download_btn_wrap svg{
    width: 20px;
    height: 20px;
}

.download_btn_wrap svg path{
    fill: #0c63e4;
}

.backp_iplad_img_vid.announce_popup .modal-dialog{
    max-width: 900px;
}

.announce_title{
    color: #263871;
    word-break: break-word;
}

.announce_date{
    color: var(--red);
}

.announce_description{
    font-size: 14px;
}

.ck-editor__main.error-border {
    /* border: var(--orange) !important; */
    border: 1px solid #f74c0b;
}
/* */
.nav_link_upcoming.active, .nav_link_upcoming.show .nav_link_upcoming{
    background: #005bbb26 !important;
    color: #005bbb !important;
}
.nav_link_upcoming:hover{
    background: #005bbb26 !important;
}
.nav_link_upcoming{
    border: 0px solid !important;
    padding: 8px 50px;
}
.nav_link_upcoming:focus-visible{
    outline: none;
}
.nav_item_upcoming{
    flex: inherit !important;
}
.gap_upcoming{
    gap: 8px;
}
.tab_w{
    border-bottom: 1px solid #0d6efd!important;
}
.w_max_content{
    width: max-content;
}

/* upload_document_04_03_24_css */
.d_inherit{
    display: inherit;
}
.upload_btn .btn:hover{
    background-color: #d73333;
    border-color: #d73333;
    opacity: 0.7;
}
 .delete_btn a{
    margin-left: 0;
}
.upload_document_main .fileuploadwrpapycls .setpreviewbox .file-input-label {
    width: calc(100% - 103px);
}
.upload_document_main .brows_document{
    gap: 8px;
}
/* upload_document_04_03_24_css */


label.error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.total_eligible {
    background-color: #e8f6d6;
    border-color: #667f46;
}
.total_present {
    background-color: #d9f0fc;
    border-color: #3b7ea0;
}

.md-3 .result_wrapper_col {
    width: 33.33%;
}

.latter_text {
    color: #1B1C1C !important;
    font-weight: 500;
    line-height: 1.3;
    font-size: 16px;
    letter-spacing: 0;
    word-break: break-word;
    white-space: pre-line;
}

.cls_select.error + .select2-container .select2-selection {
    border-color: var(--orange) !important;
}

.moduleDatepickerMain {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.viewlinkpage {
    display: flex;
    align-items: center;
    margin-left: 15px !important;
    font-size: 15px;
    text-decoration: none;
}

.lblflxbet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert-dismissible .btn-close {
    padding: 0.80rem 1rem !important;
}

fieldset.custom_fieldset {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0px 15px;
    margin-bottom: 16px;
}

fieldset.custom_fieldset legend {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #263871;
    letter-spacing: 0.3px;
    float: unset;
    width: auto;
    padding: 0px 10px;
}

.addMoreCertificates ul {
    padding: 0;
}

.addMoreCertificates ul li {
    margin-bottom: 5px;
    display: flex;
}
.demand_note_lbl_clr label{
    color: var(--black) !important
}
.addMoreCertificates ul li > span {
    font-size: 15px;
}

.timepicker-picker a.btn,.timepicker-picker a.btn:hover{
    background: transparent;
    border-color: transparent;
}
.timepicker-picker button[data-action="togglePeriod"]{
    background-color: var(--naviblue) !important;
    border-color: var(--naviblue) !important;
}
.timepicker-picker a[data-action="toggleArrowPeriod"] {
    display: none !important; /* Force hiding the AM/PM icons */
}

#uploadModuleDocumentModal .uploaded_doc_cls,#uploadDocumentModal .uploaded_doc_cls {
    display: flex;
    gap: 15px;
}

#uploadModuleDocumentModal .uploaded_doc_cls a,#uploadDocumentModal .uploaded_doc_cls a {
    margin-left: 0px !important;
}
.dropzone .dz-preview .dz-link {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.animate_link {
    color: var(--black);
    padding: 10px;
    width: auto;
    display: inline-block;
    align-items: center;
    background: var(--yellow);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    font-size: 16px;
}

#end_date_div, #start_date_div {
    position: relative;
}
.custom-modal-title-btn,.custom-modal-title-btn:hover{
    background-color: var(--white);
    padding: 5px !important;
    opacity: 0.7;
    right: 10px !important;
    position: relative;
    color: #004085 !important;
    border: var(--white);
}
.custom-readonly{
    background-color: #e9ecef !important;
}

.dropzone .dz-preview .dz-image img {
    transition: .5s ease all;
    width: 100%;
    object-fit: cover;
}
a.add_other_language,
a.add_more_certificate{
    text-decoration: none;
}
/* Responsive */
@media(max-width: 1480px) {

    /* student list filter */
    .admin_student_filter_wrap .form_elements_Pd .set_date_milstone{
        width: 160px;
    }

    .admin_student_filter_wrap .form_elements_Pd .set_milstone_to{
        font-size: 16px;
    }
}

@media(max-width: 1364px) {
    .sbar_collapsed.page-container .header-area {
        padding-left: 20px !important;
    }
    .page-container .header-area {
        padding-left: 280px !important;
    }
    .page-container .main-content-inner {
        padding: 20px 12px !important;
        position: relative;
        z-index: 1;
    }
    .swal2-shown .page-container.sbar_collapsed .main-content-inner {
        z-index: -1;
    }
    .page-container.sbar_collapsed .main-content-inner
    .sidebar_innerxls .main-menu
    .sbar_show-password-maincollapsed .sidebar-menu {
        left: 0 !important;
    }
    .header-area .nav-btn {
        background: none !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0 !important;
    }
    .sbar_collapsed .nav-btn,
    .header-area .nav-btn {
        margin: 0 !important;
        margin-right: 10px !important;
    }

    /* student list filter */
    .admin_student_filter_wrap .form_elements_Pd .set_date_milstone{
        width: auto;
    }
    /* */
}
@media(max-width: 1280px) {
    .uploaded_student_list_setion_drw .filter_panel_set_main_op {
        flex-direction: column;
    }
    .uploaded_student_list_setion_drw .filter_panel_set_main_op .right_linkc_section_dsc {
        margin-top: 10px;
    }

    /* view batch */
    .import_btn{
        margin: 0 15px 0 0;
    }

    .import-export-btn-wrap{
        margin-top: 15px;
    }

    .import-export-btn-wrap .right_linkc_section_dsc{
        margin-top: 0px !important;
    }
    /* */
}
@media(max-width: 991px) {
    .for_mch_detailsEocls_main.setattckslvidew .tab-content #module-media a  {
        width: calc(25% - 20px);
    }
    .colsetlisrOprview .card-body {
        padding: 10px;
    }
    .setclpssectionclick h4 {
        padding: 8px 10px;
    }
    .for_mch_detailsEocls_main .inner_detail_title_ h4 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .for_mch_detailsEocls_main .inner_detail_title_ h4 span {
        margin: 5px 0 0 0;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.3px;
    }

}

@media(max-width: 768px) {
    .for_mch_detailsEocls_main.setattckslvidew .tab-content #module-media a  {
        width: calc(33.33% - 20px);
    }
    .upload_document_lable label{
        font-size: 13px;
    }
}

@media(max-width: 575px) {
    .for_mch_detailsEocls_main.setattckslvidew .tab-content #module-media a  {
        width: calc(50% - 20px);
    }

    /* upload_document_04_03_24_css */
    .add_youtube_mb{
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .add_youtube_mb h4{
        font-size: 16px;
    }
    .upload_document_lable .fileuploadwrpapycls{
        margin-top: 8px;
    }
    /* upload_document_04_03_24_css */
}
@media(max-width:375px){
    .upload_document_main .brows_document {
        gap: 3px;
    }
}
