body {
  margin: 0;
  color: #020817;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: "tnum";
  font-family: "Inter", sans-serif !important;
  font-style: normal;
}

p {
  margin: 0;
}

.text-card-foreground {
  color: #020817;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

.dropdown-menu {
  border: 1px solid #e2e8f0;
}

.content-header {
  padding: 40px 14px 16px;
}

.breadcrumb li {
  color: #020817;
}
.breadcrumb li:hover {
  color: #2563eb;
}
.breadcrumb li a {
  color: #020817;
}
.breadcrumb li a:hover {
  color: #2563eb;
}
.breadcrumb li.active {
  color: rgba(0, 0, 0, 0.5019607843);
}

.uploadContainer .main_content_for_upload {
  margin: 0 0 24px 0;
}

.card {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.card .card-header {
  padding: 24px;
}
.card .card-header .card-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.card .card-body {
  padding: 0 24px 24px;
}

.complete_upload {
  border: 1px solid #e2e8f0;
  padding: 16px;
  border-radius: 8px;
}
.complete_upload .top_section {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: flex-start;
}
.complete_upload .top_section .image_detail_section {
  display: flex;
  gap: 8px;
}
.complete_upload .top_section .image_detail_section .image_section {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.complete_upload .top_section .image_detail_section .image_section img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.complete_upload .top_section .image_detail_section h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.complete_upload .top_section .image_detail_section .image_des_section {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.complete_upload .top_section .image_detail_section .image_des_section .fileName {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.complete_upload .top_section .image_detail_section .image_des_section .fileSize {
  font-size: 12px;
}
.complete_upload .top_section .data_dissmiss_btn {
  cursor: pointer;
  background-color: transparent;
  border-radius: 4px;
  padding: 4px;
  height: auto;
  border: none;
}
.complete_upload .top_section .data_dissmiss_btn svg {
  height: 24px;
  width: 24px;
}
.complete_upload .top_section .data_dissmiss_btn:hover {
  color: #020817;
  background-color: #f1f5f9;
}
.complete_upload .top_section .uploadStatus {
  color: #22c55e !important;
  font-size: 14px;
}
.complete_upload .bottom_section {
  margin-top: 10px;
}
.complete_upload .bottom_section .progress-bar-bg {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  position: relative;
}
.complete_upload .bottom_section .progress-bar-bg .progressBar {
  height: 6px;
  width: 0%;
  background: #2563eb;
  border-radius: 3px;
}

form.common_form {
  display: grid;
  gap: 10px;
}
form .form-group {
  margin: 0;
}
form .form-control:disabled,
form .form-control[readonly] {
  background-color: #f1f5f9;
  opacity: 1;
}
form .error {
  color: #ef4444;
  font-size: 12px;
  margin: 0 0 4px 0;
}
form label {
  font-weight: 500 !important;
}
form input,
form select {
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px !important;
}
form .button_section {
  margin: 20px 0 0 0;
}
form .required {
  color: #ef4444;
}
form .notification_switch {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-left: 0;
}
form .notification_switch.custom-switch .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: 1.25rem;
}
form .notification_switch.custom-switch .custom-control-label::before {
  height: 1.5rem;
  width: 2.75rem;
  border-radius: 3rem;
}
form .notification_switch.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.25rem);
}
form .icheck-info .checkbox {
  width: 18px;
  height: 18px;
}

.table-responsive {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.table-responsive::-webkit-scrollbar {
  height: 2px;
}
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #f6f6f6;
  border-radius: 1px;
}

.main_due_assessment_table .dataTables_wrapper {
  padding: 0;
}

.table .table_icon {
  color: #64748b;
}
.table .table_icon svg {
  height: 20px;
  width: 20px;
}
.table thead th {
  border-bottom: none;
  background-color: #f1f5f9;
  font-size: 14px;
}
.table tr td {
  padding: 20px 12px;
  font-size: 12px;
}
.table tr td .time_table {
  border-bottom: 1px solid #ececec;
  width: -moz-max-content;
  width: max-content;
}
.table tr td .time_table:last-child {
  border-bottom: none;
}
.table tr td .absent {
  color: #ef4444;
  font-weight: 800;
}
.table tr td .present {
  color: #22c55e;
  font-weight: 800;
}
.table .status {
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}
.table .status.active {
  color: #22c55e;
  background: #f0fdf5;
}
.table .status.deleted {
  color: #ef4444;
  background: #fff2f0;
}
.table .status.inactive {
  color: #f97316;
  background: #fff4ed;
}
.table .status.locked {
  color: rgba(0, 0, 0, 0.5019607843);
  background: #ededed;
  border-color: #ededed;
}
.table .status.paid {
  color: #22c55e;
}
.table .status.remaining {
  color: #ef4444;
}
.table .btn {
  padding: 4px 8px;
  line-height: normal;
  margin-bottom: 4px;
  font-weight: 500;
}
.table .btn svg {
  height: 20px;
  width: 20px;
}
.table .btn.btn_secondary {
  color: #020817;
  background: #fff;
  border: 1px solid #e2e8f0;
}
.table .btn.btn_danger {
  color: #ef4444;
  background: #fef2f2;
  border: 1px solid #fca5a5;
}
.table .btn.btn_primary {
  color: #2563eb;
  background: #eff4ff;
  border: 1px solid #93b4fd;
}
.table .btn.btn_success {
  color: #22c55e;
  background: #f0fdf5;
  border: 1px solid #86efad;
}
.table .btn.btn_purple {
  color: #a855f7;
  background: #faf5ff;
  border: 1px solid #dab4fe;
}
.table .btn.btn_info {
  color: #1789a3;
  background: #eefcfd;
  border: 1px solid #74dfec;
}
.table .btn.btn_pending {
  color: #f97316;
  background: #fff4ed;
  border: 1px solid #fdac74;
}
.table .btn.disable {
  color: #020817;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.btn {
  padding: 4px 8px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.btn svg {
  height: 20px;
  width: 20px;
}
.btn.btn_secondary {
  color: #020817;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 8px 16px;
}
.btn.btn_secondary:hover {
  background: #eff4ff;
}
.btn.btn_danger {
  color: #ef4444;
  background: #fef2f2;
  border: 1px solid #fca5a5;
}
.btn.btn_primary {
  color: #2563eb;
  background: #eff4ff;
  border: 1px solid #93b4fd;
}
.btn.btn_success {
  color: #22c55e;
  background: #f0fdf5;
  border: 1px solid #86efad;
}
.btn.btn_purple {
  color: #a855f7;
  background: #faf5ff;
  border: 1px solid #dab4fe;
}
.btn.btn_info {
  color: #1789a3;
  background: #eefcfd;
  border: 1px solid #74dfec;
}
.btn.btn_pending {
  color: #f97316;
  background: #fff4ed;
  border: 1px solid #fdac74;
}
.btn.disable {
  color: #020817;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
}
.btn.disable svg {
  color: #020817;
}
.btn.transparent_btn {
  padding: 0;
  line-height: normal;
  margin-bottom: 0;
}
.btn.transparent_btn svg {
  color: rgba(0, 0, 0, 0.5019607843);
}

.btn_section_divide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin: 24px 0;
}

.checked_assignment {
  color: #22c55e;
}

.bg_primary {
  background: #f1f5f9;
}

/* Custom Tooltip Styles */
.tooltip-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 105%; /* Position above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5019607843);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 1;
  font-size: 14px;
}

.tooltip-btn:hover::after,
.tooltip-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

/* end costum tooltip button */
.btn svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn.primary_btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background: #2563eb;
  border-radius: 8px;
  color: #fff;
}
.btn.primary_btn:hover {
  opacity: 0.8;
}
.btn.default_trans_btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #020817;
}
.btn.default_trans_btn:hover {
  background: #f4f7fa;
}
.btn.whole_trans_btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  color: #020817;
}
.btn.whole_trans_btn:hover {
  background: #f4f7fa;
}

.status.inprogress {
  color: #2563eb;
  font-weight: 600;
}

.content.main_content_section {
  padding: 0px 8px 40px 16px;
}

.nav-pills-custom {
  background-color: #f1f5f9;
  padding: 4px;
  border-radius: 8px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.nav-pills-custom .nav-link {
  color: #020817;
  font-weight: 500;
  padding: 4px 12px;
}
.nav-pills-custom .nav-link.active {
  background-color: #fff;
  color: black;
}
.nav-pills-custom .nav-link:hover {
  color: #020817 !important;
}

.unit_list_section {
  padding: 24px 0 0 0;
  display: grid;
  gap: 20px;
}
.unit_list_section li {
  list-style: none;
  border: 1px solid #f4f7fa;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.unit_list_section li .card_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .unit_list_section li .card_header {
    flex-direction: column;
  }
}
.unit_list_section li .card_header h6 {
  margin: 0;
}
.unit_list_section li .card_header .card_title_right_icons {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}
.unit_list_section li .card_title_section {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}
.unit_list_section li .card_title_section span {
  font-size: 12px;
  color: #64748b;
}
.unit_list_section .item_detail a img {
  width: 40px;
}
.unit_list_section .item_detail.status {
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  height: -moz-max-content;
  height: max-content;
  font-size: 12px;
}
.unit_list_section .item_detail.status.active {
  background: #f0fdf5;
  color: #22c55e;
}
.unit_list_section .item_detail.running {
  color: #ef4444;
  font-weight: 600;
}
.unit_list_section .item_title {
  color: #64748b;
}
.unit_list_section .item_dvd {
  display: flex;
  gap: 4px;
}
.unit_list_section .card_body .card_body_dvd_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .unit_list_section .card_body .card_body_dvd_4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .unit_list_section .card_body .card_body_dvd_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .unit_list_section .card_body .card_body_dvd_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.unit_list_section .card_body .card_body_dvd_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.unit_list_section.course_wise_list_divide li .card {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #f5f1f1;
  border-radius: 0;
  padding: 12px;
  margin: 0;
}
.unit_list_section.course_wise_list_divide li .card .card_header {
  flex-direction: row;
}
.unit_list_section.course_wise_list_divide li .card .card_body .card_body_dvd_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1300px) {
  .unit_list_section.course_wise_list_divide li .card .card_body .card_body_dvd_5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .unit_list_section.course_wise_list_divide li .card .card_body .card_body_dvd_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .unit_list_section.course_wise_list_divide li .card .card_body .card_body_dvd_5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.unit_list_section.course_wise_list_divide li .card .card_body .card_body_dvd_5 .item_detail.status.active {
  color: #22c55e;
  background-color: transparent;
}
.unit_list_section.course_wise_list_divide li .card .card_body .card_body_dvd_5 .item_detail.status.remaining {
  color: #ef4444;
}

.card_time_table {
  padding: 16px 0;
}
.card_time_table h6 {
  font-weight: 600;
  font-size: 14px;
}
.card_time_table .time_table_list ul {
  background-color: #f9fbfd;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 12px;
}
@media screen and (max-width: 1400px) {
  .card_time_table .time_table_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1150px) {
  .card_time_table .time_table_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .card_time_table .time_table_list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card_time_table .time_table_list ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 4px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #64748b;
}
.card_time_table .time_table_list ul li b {
  font-weight: 500;
}

/* row_devide */
.row_form_grp_dvd_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: baseline;
}

.row_form_grp_dvd_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: baseline;
}

.row_form_grp_dvd_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: baseline;
}

.row_form_grp_dvd_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-row-gap: 20px;
  align-items: baseline;
}

.row_form_grp_dvd_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: baseline;
}

.row_form_grp_dvd_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  align-items: baseline;
}

.row_form_grp_dvd_7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: baseline;
}

.row_form_grp_dvd_8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  align-items: baseline;
}

.row_form_grp_dvd_9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  align-items: baseline;
}

.row_form_grp_dvd_10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  align-items: baseline;
}

.row_form_grp_dvd_11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 10px;
  align-items: baseline;
}

.row_form_grp_dvd_12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  align-items: baseline;
}

.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid #e2e8f0;
  padding: 8px;
  outline: none;
  font-size: 14px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #e2e8f0;
}

.text_message {
  font-size: 12px;
  color: #64748b;
  margin: 12px 0 0;
}

.form-group.grid_form_grp_check {
  display: flex;
  gap: 10px;
}

.my_btn_list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1740px) {
  .my_btn_list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1540px) {
  .my_btn_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1340px) {
  .my_btn_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1120px) {
  .my_btn_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 610px) {
  .my_btn_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .my_btn_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single_btn {
  display: grid;
}

.grid_items {
  text-align: center;
  border-radius: 3px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}

.inner_grid {
  display: grid;
}

.my_btn_list {
  padding: 20px 40px;
}

@media (max-width: 1300px) {
  .my_btn_list {
    text-align: center;
  }
}
@media (max-width: 814px) {
  .my_btn_list {
    padding: 10px;
  }
}
.my_btn_list svg {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

/* for sidebar */
[class*=sidebar-light-] .sidebar a {
  color: #020817;
}

[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active,
[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link:hover,
[class*=sidebar-light-] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*=sidebar-light-] .nav-sidebar > .nav-item:hover > .nav-link {
  background: #f1f0f0;
  color: #020817;
}

.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active:hover {
  background: transparent;
  background: #eff4ff;
  color: #2563eb;
  box-shadow: none;
}

[class*=sidebar-light-] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link:focus {
  background: transparent;
  background: #eff4ff;
  color: #2563eb;
}

[class*=sidebar-light-] .nav-sidebar > .nav-item.menu-open > .nav-treeview .nav-item .nav-link.active {
  background: #eff4ff;
  color: #2563eb;
  border: none;
  /* background: #f1f0f0; */
}

.nav-sidebar > .nav-item.menu-open {
  background-color: #eff4ff;
  color: #2563eb;
  border: none;
  background: #fff;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active svg,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active svg {
  color: #2563eb;
}

.nav-sidebar .nav-item > .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-light-primary .nav-pills .nav-link.active,
.sidebar-light-primary .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #545cd8;
}

[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link {
  color: #6c757d;
}

.sidebar-light-primary .direct-chat-primary .right > .direct-chat-text {
  background-color: #545cd8;
  border-color: #545cd8;
  color: #fff;
}

.sidebar-light-primary .direct-chat-primary .right > .direct-chat-text::after,
.sidebar-light-primary .direct-chat-primary .right > .direct-chat-text::before {
  border-left-color: #545cd8;
}

.main-sidebar {
  box-shadow: 0 0 0 1px #e2e8f0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-sidebar [class*=sidebar-light] .brand-link {
  border: none !important;
}
.main-sidebar .footer_content {
  border-top: 1px solid #e2e8f0;
  padding: 4px 0px;
}
.main-sidebar .footer_content .brand-link span {
  font-size: 14px;
}

.content-wrapper {
  background: #fff;
  margin-top: calc(3.5rem + 1px);
}

.sidebar-light-primary .nav-sidebar > .nav-item .nav-icon {
  font-size: 16px;
  left: 5px;
  text-align: center;
  top: 50%;
  transition: color 0.3s;
  width: 34px;
  color: #020817;
}

.sidebar-light-primary .nav-sidebar .nav-link > .right,
.sidebar-light-primary .nav-sidebar .nav-link > p > .right {
  opacity: 1;
  color: #020817;
}

[class*=sidebar-light] .brand-link {
  border-bottom: 1px solid #e2e8f0 !important;
  background: #fff;
}

.content-header h1 {
  font-size: 24px;
  font-weight: 700;
}

[class*=sidebar-light] .brand-link {
  align-items: center;
  padding: 10px;
}

.brand-link .brand-image {
  height: 40px !important;
  width: 40px !important;
}

.sidebar .nav .nav-item .nav-link svg {
  height: 24px;
  width: 24px;
  color: #020817;
}

.main-header {
  border-bottom: 1px solid #e2e8f0 !important;
  border-left: 1px solid #e2e8f0 !important;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1037;
  background: #fff;
}
.main-header .navbar-brand a {
  color: #020817;
  font-size: 20px;
  font-weight: 700;
}
.main-header .navbar-collapse .dropdown-menu .my_accoutnt {
  padding: 4px 16px;
  font-weight: 600;
}
.main-header .navbar-collapse .navbar-badge {
  top: 0;
  right: 0;
  border-radius: 30px;
}
.main-header .navbar-collapse li {
  list-style: none;
}
.main-header .navbar-collapse li a {
  color: #020817;
  font-size: 16px;
  border-radius: 4px;
  border-radius: 4px;
  padding: 4px 10px;
  height: auto;
}
.main-header .navbar-collapse li a:hover {
  background-color: #f1f5f9;
}
.main-header .navbar-collapse li a i {
  font-size: 20px;
}
.main-header .navbar-collapse li a svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-header .navbar-collapse li a.text_danger {
  color: #ef4444;
}
.main-header .navbar-collapse img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.main-header .navbar {
  background-color: white;
  padding: 10px 20px;
}
.main-header .search-box {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 4px 12px;
  width: 400px;
}
.main-header .search-box button {
  padding: 0 !important;
}
.main-header .search-box input {
  border: none;
  outline: none;
}
.main-header .icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-header .user-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main-header .search-box {
    width: 100%;
  }
  .main-header .icons {
    gap: 10px;
  }
  .main-header .form-inline {
    width: 100%;
  }
  .main-header .form-inline .input-group {
    width: 100%;
  }
}
.main-header .notifications {
  width: 400px;
  min-height: 400px;
}
.main-header .notification_dropdown {
  padding: 12px;
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 12px;
}
.main-header .notification_dropdown .notification_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 4px 0;
}
.main-header .notification_dropdown .notification_header h6 {
  font-weight: 500;
  margin: 0;
}
.main-header .notification_dropdown .notification_header .btn {
  font-size: 12px;
}
.main-header .notification_dropdown ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 100vh;
}
.main-header .notification_dropdown ul .notification_section_divide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
}
.main-header .notification_dropdown ul .notification_section_divide.unread {
  background: #f1f5f9;
}
.main-header .notification_dropdown ul .notification_section_divide:hover {
  background: #eff4ff;
}
.main-header .notification_dropdown ul .notification_section_divide .notification_title_time {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: space-between;
}
.main-header .notification_dropdown ul .notification_section_divide .notification_title_time .notification_title {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.main-header .notification_dropdown ul .notification_section_divide .notification_title_time .notification_time {
  font-weight: 300;
  font-size: 12px;
  color: #6b7280;
}
.main-header .notification_dropdown ul .notification_section_divide .notification_description {
  font-size: 14px;
  color: #64748b;
}
.main-header .notification_dropdown .view_all {
  color: #2563eb;
}

@media (min-width: 576px) {
  .form-inline .custom-select,
  .form-inline .input-group {
    width: 100%;
  }
}
/* index_section start */
@media (min-width: 1400px) {
  .index_section_divide .col-xl-8 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .index_section_divide .col-xl-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .index_section_divide .col-xl-4 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .index_section_divide .assesment_table {
    height: 410px;
    overflow-y: auto;
  }
}
.index_section_divide .right_profile_section {
  border-color: #e2e8f0;
  position: sticky;
  top: 80px;
}
.index_section_divide .right_profile_section .student_profile_card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.index_section_divide .right_profile_section .student_profile_card .title {
  font-weight: 500;
}
.index_section_divide .right_profile_section .student_profile_card .profile_image_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.index_section_divide .right_profile_section .student_profile_card .profile_image_title .profile-image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px solid #007bff;
  overflow: hidden;
}
.index_section_divide .right_profile_section .student_profile_card .profile_image_title .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_section_divide .right_profile_section .student_profile_card .profile_image_title .profile-name {
  font-size: 20px;
  font-weight: 600;
  color: #020817;
  text-transform: capitalize;
}
.index_section_divide .right_profile_section .student_profile_card .profile-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.index_section_divide .right_profile_section .student_profile_card .profile-info .info-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
}
.index_section_divide .right_profile_section .student_profile_card .profile-info .info-item svg {
  width: 16px;
  height: 16px;
  color: #6c757d;
}
.index_section_divide .right_profile_section .student_profile_card .profile-info .info-item svg .status {
  font-weight: bold;
  color: #007bff;
}
.index_section_divide .left_content_section {
  flex-grow: 1;
}
.index_section_divide .left_content_section .row_dash_icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1450px) {
  .index_section_divide .left_content_section .row_dash_icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1250px) {
  .index_section_divide .left_content_section .row_dash_icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 395px) {
  .index_section_divide .left_content_section .row_dash_icons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index_section_divide .left_content_section .row_dash_icons .single_box_section {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.index_section_divide .left_content_section .row_dash_icons .single_box_section .inner {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.index_section_divide .left_content_section .row_dash_icons .single_box_section .inner h6 {
  font-weight: 700;
  font-size: 20px;
}
.index_section_divide .left_content_section .row_dash_icons .single_box_section .inner p {
  font-weight: 500;
}
.index_section_divide .left_content_section .row_dash_icons .single_box_section .icon svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* index_section end */
/* for custom calendar */
.calendar-container {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}
.calendar-container.calendar-container_index {
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 1300px) {
  .calendar-container.calendar-container_index {
    padding: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .calendar-container.calendar-container_index .right_time_slot_section {
    margin-top: 24px;
  }
}
.calendar-container .month-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.calendar-container .calendar {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
.calendar-container .change_time_place svg {
  height: 20px;
  width: 20px;
}
.calendar-container .selected_date_time {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.calendar-container .selected_date_time svg {
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 1199px) {
  .activities_section {
    margin: 20px 0 0 0;
  }
}
.activities_section svg {
  height: 14px;
  width: 14px;
  color: #c5c8cc;
}
.activities_section ul {
  padding: 0;
}
.activities_section ul li {
  list-style: none;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin: 0;
}
.activities_section .activities {
  display: grid;
  gap: 12px;
}
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide {
  display: grid;
  gap: 4px;
}
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide .date_time {
  display: flex;
  justify-content: space-between;
}
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide .date_time svg {
  height: 14px;
  width: 14px;
  color: #c5c8cc;
}
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide .date_time .date,
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide .date_time .time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide .date_time .date p,
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide .date_time .time p {
  color: #c5c8cc;
  font-size: 12px;
  font-weight: 600;
}
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide .title {
  font-size: 16px;
  font-weight: 600;
}
.activities_section .activities.activities_index_page .activities_divide .activities_detail_divide .des {
  color: #64748b;
}

.when_no_data_found {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: auto;
  height: 100%;
  justify-content: center;
}
.when_no_data_found svg {
  height: 58px;
  width: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
.when_no_data_found p {
  color: rgba(0, 0, 0, 0.5019607843);
}
.when_no_data_found h3 {
  font-size: 20px;
  margin: 0;
}

.calendar-container .selectedTime {
  display: none;
  text-align: right;
}

.calendar-container .change_time_place {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 38px 0 0 0;
}

.calendar-container .timezoneSelector {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  width: -moz-max-content;
  width: max-content;
}

.calendar-container .calendar .day {
  padding: 3px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-container .calendar .day:hover {
  background: #f8f9fa;
}

.calendar-container .selected {
  background: #545cd8 !important;
  color: white;
}

.calendar-container .day.disabled {
  background: transparent !important;
  color: #6c757d !important;
  pointer-events: none;
  opacity: 0.5;
  /* cursor: no-drop; */
}

.calendar-container .day.disabled:hover {
  cursor: no-drop;
}

.calendar-container .today {
  border-color: #353b7a !important;
}

.calendar-container .today.disabled {
  border-color: #d5e4ff !important;
}

.calendar-container .day-names {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  justify-content: space-between;
  gap: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.calendar-container .day-names .name_of_day {
  color: #64748b;
  font-weight: 700;
  opacity: 0.5;
}

.calendar-container .content_show_before_timeslot {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.calendar-container .show_time_slot {
  width: 100%;
}
.calendar-container .show_time_slot .selected_date {
  display: flex;
  gap: 4px;
  align-items: center;
}
.calendar-container .show_time_slot .selected_date svg {
  width: 20px;
  height: 20px;
  color: #020817;
}
.calendar-container .show_time_slot .selected_date h5 {
  margin: 0;
}

.calendar-container .month_changing_button button svg {
  height: 20px;
  width: 20px;
}

.calendar-container .month_changing_button button {
  background: transparent;
  border: 1px solid #e2e8f0;
}

.calendar-container .calendar_title {
  font-weight: 500;
  font-size: 18px;
}

.calendar-container .show_time_slot .timeSlots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-height: 300px;
  overflow: auto;
}

.calendar-container .show_time_slot .single_timeslot {
  display: flex;
  font-size: 14px;
  align-items: center;
  border: 1px solid #e2e8f0;
  background-color: transparent;
  padding: 8px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
}

.timeSlots.selected_time .single_timeslot.time-slot {
  border: none;
  background: transparent;
  padding: 0;
}

.calendar-container .show_time_slot .single_timeslot:hover {
  background-color: #e3ebfc;
}

.calendar-container .show_time_slot .single_timeslot svg {
  height: 16px;
  width: 16px;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .calendar-container .calendar {
    gap: 20px 12px;
  }
}
@media screen and (max-width: 991px) {
  .calendar-container .right_time_slot_section {
    margin: 22px 0;
  }
}
/* CALENDAR END */
.profile_section_divide {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.profile_section_divide .navpill_information_section {
  border: 1px solid #e2e8f0;
  padding: 24px;
  border-radius: 12px;
}
.profile_section_divide .navpill_information_section.profile_section .profile_title {
  padding: 0 0 20px 0;
  font-size: 24px;
  margin: 0;
}
.profile_section_divide .navpill_information_section.profile_section form .button_section {
  display: flex;
  justify-content: end;
}

.group_chat {
  height: calc(100vh - 200px);
}
.group_chat .chat-container {
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}
.group_chat .chat-header {
  padding: 15px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
}
.group_chat .chat-header img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.group_chat .chat-header .status {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 14px;
}
.group_chat .chat-header .status i {
  color: #22c55e;
}
.group_chat .chat-body {
  flex-grow: 1;
  padding: 20px;
  overflow-y: auto;
  height: 90vh;
}
.group_chat .outgoing_message {
  background-color: #2563eb;
  margin-bottom: 8px;
  max-width: 44%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 16px;
  position: relative;
  word-wrap: break-word;
  color: white;
  margin-left: auto;
  border-bottom-right-radius: 0;
}
.group_chat .incomming_message {
  background-color: #f1f5f9;
  margin-bottom: 8px;
  max-width: 44%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 16px;
  position: relative;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.5019607843);
  margin-right: auto;
  border-bottom-left-radius: 0;
}
.group_chat .message .time {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5019607843);
  margin-top: 4px;
  text-align: right;
}
.group_chat .chat-footer {
  border-top: 1px solid #e2e8f0;
  padding: 8px 16px;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.group_chat .chat-footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.group_chat .chat-footer .btn.btn-light {
  background-color: transparent;
  border: 1px solid #e2e8f0;
  width: 40px;
  border-radius: 8px;
}
.group_chat .chat-footer textarea {
  flex-grow: 1;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 12px;
  background-color: #fff;
  resize: none;
  max-height: 80px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}
.group_chat .chat-footer textarea::-moz-placeholder {
  color: #888 !important; /* Ensure this is a visible color */
}
.group_chat .chat-footer textarea::placeholder {
  color: #888 !important; /* Ensure this is a visible color */
}
.group_chat .chat-footer textarea:focus {
  outline: none;
  color: gray !important;
}
.group_chat .preview-area {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 10px;
}
.group_chat .preview-file {
  font-size: 12px;
  background: #e9ecef;
  padding: 4px 12px;
  border-radius: 16px;
}

.dataTables_wrapper {
  padding: 24px 0 0 0;
}

.notification_main_page {
  display: grid;
  gap: 20px;
}
.notification_main_page ul {
  padding: 0;
  display: grid;
  gap: 20px;
}
.notification_main_page ul li {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.notification_main_page ul li .notification_section_divide {
  display: grid;
  gap: 4px;
  width: 100%;
}
.notification_main_page ul li .notification_section_divide h6 {
  margin: 0;
}
.notification_main_page ul li .notification_section_divide .notification_title_date {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .notification_main_page ul li .notification_section_divide .notification_title_date {
    grid-template-columns: 1fr;
  }
}
.notification_main_page ul li .notification_section_divide .notification_title_date .notification_date {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  align-items: center;
}
.notification_main_page ul li .notification_section_divide .notification_title_date .notification_date a {
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification_main_page ul li .notification_section_divide .notification_title_date .notification_date a svg {
  height: 16px;
  width: 16px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.notification_main_page ul li .notification_section_divide .notification_title_date .notification_date a:hover {
  background-color: #f1f5f9;
}
.notification_main_page ul li .notification_section_divide .notification_title_date .notification_date span {
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .notification_main_page.notification_index_page .notification_title_date {
    grid-template-columns: 1fr !important;
  }
}

.single_row_contents_design {
  display: grid;
  gap: 20px;
}
.single_row_contents_design ul {
  padding: 24px 0 0;
  display: grid;
  gap: 20px;
}
.single_row_contents_design ul li {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.single_row_contents_design ul li .single_row_divide {
  display: grid;
  gap: 4px;
  width: 100%;
}
.single_row_contents_design ul li .single_row_divide h6 {
  margin: 0;
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .single_row_contents_design ul li .single_row_divide .single_row_title_date {
    grid-template-columns: 1fr;
  }
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  align-items: center;
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date a {
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date a svg {
  height: 16px;
  width: 16px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date a:hover {
  background-color: #f1f5f9;
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date .card_right_btn {
  display: flex;
  gap: 4px;
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date .btn {
  height: auto;
  width: auto;
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date .btn.btn_primary svg {
  color: #2563eb;
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date .btn.btn_purple svg {
  color: #a855f7;
}
.single_row_contents_design ul li .single_row_divide .single_row_title_date .single_row_date span {
  font-weight: 700;
}

.resources_main_page {
  display: grid;
  gap: 20px;
}
.resources_main_page ul {
  padding: 0;
  display: grid;
  gap: 20px;
}
.resources_main_page ul li {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.resources_main_page ul li .resources_section_divide {
  display: grid;
  gap: 4px;
  width: 100%;
}
.resources_main_page ul li .resources_section_divide h6 {
  margin: 0;
}
.resources_main_page ul li .resources_section_divide .resources_title_type {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 1180px) {
  .resources_main_page ul li .resources_section_divide .resources_title_type {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .resources_main_page ul li .resources_section_divide .resources_title_type {
    grid-template-columns: 1fr;
  }
}
.resources_main_page ul li .resources_section_divide .resources_title_type .resources_type {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .resources_main_page ul li .resources_section_divide .resources_title_type .resources_type {
    align-items: center;
  }
}
.resources_main_page ul li .resources_section_divide .resources_title_type .resources_type a {
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources_main_page ul li .resources_section_divide .resources_title_type .resources_type a svg {
  height: 16px;
  width: 16px;
  color: #2563eb;
}
.resources_main_page ul li .resources_section_divide .resources_title_type .resources_type a:hover {
  background-color: #f1f5f9;
}
.resources_main_page ul li .resources_section_divide .resources_title_type .resources_type a.btn {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.resources_main_page ul li .resources_section_divide .resources_title_type .resources_type .resource_types {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .resources_main_page ul li .resources_section_divide .resources_title_type .resources_type .resource_types {
    align-items: center;
  }
}
.resources_main_page ul li .resources_section_divide .resources_title_type .resources_type .resource_types img {
  width: 32px;
}
.resources_main_page ul li .resources_section_divide .resources_title_type .resources_type span {
  font-weight: 700;
}

.assignmet_submision_divide {
  padding: 24px 0 0 0;
  display: grid;
  gap: 20px;
}
.assignmet_submision_divide .card_header h6 {
  margin: 0;
}
.assignmet_submision_divide .card_header .card_title {
  text-transform: capitalize;
}
.assignmet_submision_divide .card_header .card_title_dvd_2 {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.assignmet_submision_divide .card_header .chat_inequal_list_dvd_4 {
  display: grid;
  grid-template-columns: 3fr 100px 200px 60px;
  gap: 12px;
}
.assignmet_submision_divide .card_header .chat_inequal_list_dvd_4 .card_title_btn .btn {
  height: 26px;
}
@media screen and (max-width: 767px) {
  .assignmet_submision_divide .card_header .chat_inequal_list_dvd_4 {
    grid-template-columns: 100px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .assignmet_submision_divide .card_header .chat_inequal_list_dvd_4 .card_title {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 550px) {
  .assignmet_submision_divide .card_header .chat_inequal_list_dvd_4 .card_title {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 550px) {
  .assignmet_submision_divide .card_header .chat_inequal_list_dvd_4 {
    grid-template-columns: 1fr 1fr;
  }
}
.assignmet_submision_divide .card_header .card_title_btn {
  display: flex;
  gap: 4px;
}
.assignmet_submision_divide .card_header .card_title_btn .btn {
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.assignmet_submision_divide .card_header .card_title_btn .btn svg {
  height: 18px;
  width: 18px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.assignmet_submision_divide .card_header .card_title_btn .btn.btn_purple {
  color: #a855f7;
}
.assignmet_submision_divide .card_header .card_title_btn .btn.btn_purple svg {
  color: #a855f7;
}
.assignmet_submision_divide .card_header .card_title_btn .btn.btn_primary svg {
  color: #2563eb;
}
.assignmet_submision_divide .card_header .card_title_btn .btn.btn_info svg {
  color: #1789a3;
}
.assignmet_submision_divide .card_header .card_title_btn .btn.btn_success svg {
  color: #22c55e;
}
.assignmet_submision_divide .card_header .card_title_btn .btn.disable svg {
  color: #020817;
}
.assignmet_submision_divide .card_header .card_title_btn .btn:hover {
  background-color: #f1f5f9;
}
.assignmet_submision_divide .card_header .card_title_btn.course_btn_manage_height .btn {
  height: -moz-min-content;
  height: min-content;
}
.assignmet_submision_divide .card_header img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.assignmet_submision_divide .card_header .item_dvd {
  display: flex;
  gap: 4px;
}
.assignmet_submision_divide .card_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.assignmet_submision_divide .card_body .item_title {
  color: #64748b;
}
.assignmet_submision_divide .card_body .card_body_dvd_2 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .assignmet_submision_divide .card_body .card_body_dvd_2 {
    display: grid;
  }
}
.assignmet_submision_divide .card_body .card_body_dvd_2 .item_dvd {
  display: flex;
  gap: 4px;
}
.assignmet_submision_divide .card_body .card_body_dvd_2 .item_dvd .item_detail img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.assignmet_submision_divide .card_body .card_body_dvd_2 .item_dvd .item_detail b a {
  color: #020817;
}
.assignmet_submision_divide .card_body .card_body_dvd_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 1340px) {
  .assignmet_submision_divide .card_body .card_body_dvd_3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .assignmet_submision_divide .card_body .card_body_dvd_3 {
    grid-template-columns: 1fr;
  }
}
.assignmet_submision_divide .card_body .card_body_dvd_3 .item_dvd {
  display: flex;
  gap: 8px;
}
.assignmet_submision_divide .card_body .card_body_dvd_3 .item_dvd .item_detail img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.assignmet_submision_divide .card_body .card_body_dvd_3 .item_dvd .item_detail b a {
  color: #020817;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .item_dvd {
  display: flex;
  gap: 8px;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .item_dvd .item_detail img {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .item_dvd .item_detail b a {
  color: #020817;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .card_title_btn {
  display: flex;
  justify-content: end;
  gap: 8px;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .card_title_btn .btn {
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .card_title_btn .btn svg {
  height: 18px;
  width: 18px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .card_title_btn .btn.btn_purple svg {
  color: #a855f7;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .card_title_btn .btn.btn_primary svg {
  color: #2563eb;
}
.assignmet_submision_divide .card_body .card_body_dvd_4 .card_title_btn .btn:hover {
  background-color: #f1f5f9;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .item_dvd {
  display: flex;
  gap: 8px;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .item_dvd .item_detail img {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .item_dvd .item_detail b a {
  color: #020817;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .item_dvd .item_detail.status {
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  height: -moz-max-content;
  height: max-content;
  font-size: 12px;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .item_dvd .item_detail.status.active {
  background: #f0fdf5;
  color: #22c55e;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .card_title_btn {
  display: flex;
  justify-content: end;
  gap: 8px;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .card_title_btn .btn {
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .card_title_btn .btn svg {
  height: 18px;
  width: 18px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .card_title_btn .btn.btn_purple svg {
  color: #a855f7;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .card_title_btn .btn.btn_primary svg {
  color: #2563eb;
}
.assignmet_submision_divide .card_body .card_body_dvd_course_Assignment_4 .card_title_btn .btn:hover {
  background-color: #f1f5f9;
}
.assignmet_submision_divide .card_title_section span {
  font-size: 12px;
  color: #64748b;
}
.assignmet_submision_divide li {
  list-style: none;
  border: 1px solid #f4f7fa;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 820px) {
  .assignmet_submision_divide.online_class .card_body .card_body_dvd_3 {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
}
@media screen and (max-width: 440px) {
  .assignmet_submision_divide.online_class .card_body .card_body_dvd_3 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .assignmet_submision_divide.course_assignment_list .card_title_dvd_2 {
    display: grid;
  }
}

.mcq_question_list_divide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.mcq_question_list_divide .single_question {
  border-bottom: 1px solid #e2e8f0;
  padding: 20px;
}
.mcq_question_list_divide .single_question:last-child {
  border-bottom: none;
}
.mcq_question_list_divide .single_question .question {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.mcq_question_list_divide .single_question .answers_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.mcq_question_list_divide .single_question .answers_list label {
  color: #64748b;
  font-size: 14px;
  line-height: 20px;
}
.mcq_question_list_divide.mcq_question_list_divide_with_ans .single_question .answers_list label .option.wrong {
  color: #ef4444;
}
.mcq_question_list_divide.mcq_question_list_divide_with_ans .single_question .answers_list label .option.right {
  color: #22c55e;
}
.mcq_question_list_divide.mcq_question_list_divide_with_ans .single_question .remarks_section {
  padding: 20px 0;
}

.content-header_divide .title {
  font-size: 22px;
}

.chat_with_teacher .card-title {
  display: flex;
  gap: 12px;
  align-items: center;
  text-transform: capitalize;
}
.chat_with_teacher .card-title .image_section {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.chat_with_teacher .card-title .image_section img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.chat_with_teacher .card-title .teacher_info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.chat_with_teacher .card-title .teacher_info h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.chat_with_teacher .card-title .teacher_info .online {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.chat_with_teacher .card-title .teacher_info .online .dot_online {
  background: #22c55e;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.login_page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.login_page .card-container {
  display: flex;
  background-color: #fff;
  overflow: hidden;
}
.login_page .left-panel {
  flex-direction: column;
  background-color: #f8f9ff;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .login_page .left-panel {
    display: none;
  }
}
.login_page .left-panel img {
  max-width: 100%;
  height: auto;
}
.login_page .right-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  padding: 12px;
  height: 100vh;
  gap: 20px;
  overflow-y: auto;
}
.login_page .right-panel button {
  border: none;
  height: -moz-fit-content;
  height: fit-content;
}
.login_page .right-panel .button_sections {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.login_page .main_form_section {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-width: 400px;
}
@media screen and (max-width: 500px) {
  .login_page .main_form_section {
    min-width: auto;
  }
}
.login_page .main_form_section .header_section {
  display: grid;
  gap: 8px;
  text-align: center;
}
.login_page .main_form_section .header_section p {
  color: #64748b;
  font-size: 14px;
}
.login_page .main_form_section input {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.login_page .main_form_section .btn.btn-dark {
  border-radius: 4px;
}
.login_page .label_devide {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.login_page .form-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.login_page .back-button {
  background: #f5f5f5;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #171717;
  font-weight: bold;
  border: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  gap: 4px;
}
.login_page .back-button a {
  color: #020817;
}
.login_page .jobseekers-button {
  text-decoration: none;
  color: #020817;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
}
.login_page .jobseekers-button:hover {
  background: #f1f5f9;
}
.login_page .jobseekers-button svg {
  width: 18px;
  height: 18px;
  color: #878787;
}
.login_page .back-button svg {
  width: 18px;
  height: 18px;
}
.login_page .btn.continue_google_btn {
  border: 1px solid #e5e5e5;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #171717;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.login_page .btn.continue_google_btn:hover {
  background: #f5f5f5;
}
.login_page .logo {
  display: flex;
  align-items: baseline;
}
.login_page .left_body {
  flex-direction: column;
  background-color: #f8f9ff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.login_page .not_reg {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
}
.login_page .not_reg a {
  text-decoration: none;
}

.uploading-box {
  border: 2px dashed #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  margin: auto;
  background-color: #f8fafc;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
}
.uploading-box .uploading-box:hover {
  background-color: #fafcfe;
}
.uploading-box .upload-text {
  font-weight: 500;
  font-size: 14px;
  color: #020817;
}
.uploading-box .upload-subtext {
  font-size: 12px;
  color: #64748b;
}
.uploading-box .upload-subtext span {
  color: #2563eb;
  font-size: 12px;
  text-decoration: none;
}
.uploading-box .upload-note {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}
.uploading-box input[type=file] {
  display: none;
}

.bottom_section {
  margin-top: 10px;
}
.bottom_section .progress-bar-bg {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  position: relative;
}
.bottom_section .progress-bar-bg .progressBar {
  height: 6px;
  width: 0%;
  background: #2563eb;
  border-radius: 3px;
}

.profile_upload_section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  position: sticky;
  top: 80px;
  height: 60vh;
}
@media screen and (max-width: 800px) {
  .profile_upload_section {
    position: inherit;
    height: auto;
  }
}
.profile_upload_section .avatar {
  width: 96px;
  height: 96px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
}
.profile_upload_section .upload_section {
  width: 48px;
  height: 48px;
  background-color: #e9effc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  color: #64748b;
}
.profile_upload_section .clear_section {
  cursor: pointer;
  background-color: transparent;
  border-radius: 4px;
  padding: 4px;
  height: auto;
  border: none;
}
.profile_upload_section .clear_section svg {
  height: 24px;
  width: 24px;
}
.profile_upload_section .clear_section:hover {
  color: #020817;
  background-color: #f1f5f9;
}
.profile_upload_section .complete_upload {
  border: 1px solid #e2e8f0;
  padding: 16px;
  border-radius: 8px;
}
.profile_upload_section .complete_upload .top_section {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
}
.profile_upload_section .complete_upload .top_section .image_detail_section {
  display: flex;
  gap: 8px;
}
.profile_upload_section .complete_upload .top_section .image_detail_section .image_section {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.profile_upload_section .complete_upload .top_section .image_detail_section .image_section img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_upload_section .complete_upload .top_section .image_detail_section h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.profile_upload_section .complete_upload .top_section .image_detail_section .image_des_section {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.profile_upload_section .complete_upload .top_section .image_detail_section .image_des_section .fileName {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile_upload_section .complete_upload .top_section .image_detail_section .image_des_section .fileSize {
  font-size: 12px;
}
.profile_upload_section .complete_upload .top_section .data_dissmiss_btn {
  cursor: pointer;
  background-color: transparent;
  border-radius: 4px;
  padding: 4px;
  height: auto;
  border: none;
}
.profile_upload_section .complete_upload .top_section .data_dissmiss_btn svg {
  height: 24px;
  width: 24px;
}
.profile_upload_section .complete_upload .top_section .data_dissmiss_btn:hover {
  color: #020817;
  background-color: #f1f5f9;
}
.profile_upload_section .complete_upload .top_section .uploadStatus {
  color: #22c55e !important;
  font-size: 14px;
}
.profile_upload_section .complete_upload .bottom_section {
  margin-top: 10px;
}
.profile_upload_section .complete_upload .bottom_section .progress-bar-bg {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  position: relative;
}
.profile_upload_section .complete_upload .bottom_section .progress-bar-bg .progressBar {
  height: 6px;
  width: 0%;
  background: #2563eb;
  border-radius: 3px;
}
.profile_upload_section .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_upload_section .upload-box {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 180px;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  border: 1px solid #e2e8f0;
}
.profile_upload_section .upload-box i {
  font-size: 18px;
  cursor: pointer;
}
.profile_upload_section .upload-text {
  font-weight: 500;
  font-size: 14px;
  color: #020817;
}
.profile_upload_section .upload_input svg {
  height: 32px;
  width: 32px;
}
.profile_upload_section .upload_input,
.profile_upload_section .complete_upload {
  display: none;
}
.profile_upload_section .complete_upload img {
  height: 40px;
  width: 40px;
}
.profile_upload_section .uploading-box {
  border: 2px dashed #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  margin: auto;
  background-color: #f8fafc;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
}
.profile_upload_section .uploading-box .uploading-box:hover {
  background-color: #fafcfe;
}
.profile_upload_section .uploading-box .upload-subtext {
  font-size: 12px;
  color: #64748b;
}
.profile_upload_section .uploading-box .upload-subtext span {
  color: #2563eb;
  font-size: 12px;
  text-decoration: none;
}
.profile_upload_section .uploading-box .upload-note {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}
.profile_upload_section .uploading-box input[type=file] {
  display: none;
}

.main_info_form_section hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 40px 0 0;
}
@media screen and (max-width: 1500px) {
  .main_info_form_section .row_form_grp_dvd_4,
  .main_info_form_section .row_form_grp_dvd_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .main_info_form_section .row_form_grp_dvd_4,
  .main_info_form_section .row_form_grp_dvd_3,
  .main_info_form_section .row_form_grp_dvd_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.personal_info_form_divide {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .personal_info_form_divide {
    grid-template-columns: 1fr;
  }
}
.personal_info_form_divide .main_info_form_section {
  display: grid;
  gap: 24px;
}
.personal_info_form_divide .main_info_form_section hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 40px 0 0;
}

.full_address {
  background: #f1f5f9;
  padding: 16px;
  display: flex;
  gap: 12px;
  border-radius: 8px;
  margin: 20px 0;
}
.full_address svg {
  width: 20px;
  height: 20px;
}
.full_address .location_detail_section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.full_address .location_detail_section h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.ticket_section_divide {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ticket_section_divide .count_ticket {
  background-color: #2563eb;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 9999px;
}
.ticket_section_divide .if_no_data_available {
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 48px 0;
}
.ticket_section_divide .if_no_data_available .ticket_icon {
  width: 80px;
  height: 80px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket_section_divide .if_no_data_available .ticket_icon svg {
  width: 40px;
  height: 40px;
}
.ticket_section_divide .if_no_data_available h4 {
  margin: 0;
}
.ticket_section_divide .if_no_data_available .no_data_des {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ticket_section_divide .if_no_data_available .no_data_des h4 {
  font-size: 18px;
  font-weight: 500;
}
.ticket_section_divide .if_no_data_available .no_data_des p {
  color: #6b7280;
  max-width: 384px;
  text-align: center;
}
.ticket_section_divide .ticket_list {
  display: grid;
  gap: 16px;
}
.ticket_section_divide .ticket_list .single_ticket {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 24px 24px 0;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticket_title_right {
  display: flex;
  align-items: center;
  gap: 0px;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticket_title_right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticket_title_right .status {
  font-weight: 600;
  font-size: 12px;
  padding: 2px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticket_title_right .status.status_open {
  background-color: rgb(220, 252, 231);
  color: #166534;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticket_title_right .status.status_process {
  background-color: rgb(254, 249, 195);
  color: rgb(31, 41, 55);
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticket_title_right .status.status_closed {
  background-color: #fcdde4;
  color: rgb(31, 41, 55);
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticket_title_right .status.status_reopened {
  background-color: #dde4fc;
  color: rgb(31, 41, 55);
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticket_title_right .step {
  border: 1px solid #e2e8f0;
  font-weight: 600;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 9999px;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticke_title_left .ticket_title {
  letter-spacing: 0.6px;
  font-size: 24px;
  font-weight: 600;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_header .ticke_title_left .ticket_detail {
  display: flex;
  align-items: center;
  gap: 0px;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_body {
  padding: 0 24px;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_body p {
  color: #64748b;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_footer {
  background-color: rgba(241, 245, 249, 0.5019607843);
  padding: 12px 24px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.ticket_section_divide .ticket_list .single_ticket .ticket_footer .status_type {
  font-size: 12px;
  font-weight: 500;
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status {
  font-weight: 600;
  font-size: 12px;
  padding: 2px 10px;
  border: none;
  border-radius: 9999px;
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status.status_open {
  background-color: rgb(220, 252, 231);
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status.status_open:hover {
  background-color: #86efad;
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status.status_process {
  background-color: rgb(254, 249, 195);
  color: rgb(31, 41, 55);
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status.status_process:hover {
  background-color: #93b4fd;
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status.status_closed {
  background-color: #fcdde4;
  color: rgb(31, 41, 55);
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status.status_closed:hover {
  background-color: #fca5a5;
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status.status_reopened {
  background-color: #dde4fc;
  color: rgb(31, 41, 55);
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_header .status.status_reopened:hover {
  background-color: #93b4fd;
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_body {
  padding: 0 24px 24px;
}
.ticket_section_divide .ticket_list .single_ticket.single_ticket_detail .ticket_body .ticket_des p {
  color: #020817;
  font-size: 16px;
}
.ticket_section_divide .conversation h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 24px;
}
.ticket_section_divide .conversation .no_messege {
  padding: 48px;
  background-color: #f9fafb;
  border-radius: 8px;
  text-align: center;
}
.ticket_section_divide .conversation .no_messege p {
  font-weight: 500;
  color: #6b7280;
  font-size: 14px;
}
.ticket_section_divide .conversation .group_chat {
  height: auto;
}
.ticket_section_divide .conversation .group_chat .chat-container {
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  box-shadow: none;
  border: none;
}
.ticket_section_divide .conversation .group_chat .chat-header {
  padding: 15px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
}
.ticket_section_divide .conversation .group_chat .chat-header img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.ticket_section_divide .conversation .group_chat .chat-header .status {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 14px;
}
.ticket_section_divide .conversation .group_chat .chat-header .status i {
  color: #22c55e;
}
.ticket_section_divide .conversation .group_chat .chat-body {
  flex-grow: 1;
  padding: 20px;
  overflow-y: visible;
  height: auto;
}
.ticket_section_divide .conversation .group_chat .chat-body .message-wrapper {
  display: flex;
  gap: 12px;
  max-width: 400px;
}
.ticket_section_divide .conversation .group_chat .chat-body .message-wrapper .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ticket_section_divide .conversation .group_chat .chat-body .message-wrapper .name_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.ticket_section_divide .conversation .group_chat .outgoing_message {
  background-color: #2563eb;
  margin-bottom: 24px;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
  word-wrap: break-word;
  color: white;
  margin-left: auto;
}
.ticket_section_divide .conversation .group_chat .outgoing_message .time {
  color: #fff !important;
  opacity: 0.7;
}
.ticket_section_divide .conversation .group_chat .outgoing_message hr {
  border: none;
  border-top: 1px solid #fff;
}
.ticket_section_divide .conversation .group_chat .incoming_message {
  background-color: #f1f5f9;
  margin-bottom: 24px;
  max-width: 400px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.5019607843);
  margin-right: auto;
}
.ticket_section_divide .conversation .group_chat .incoming_message hr {
  border: 1px solid #64748b;
}
.ticket_section_divide .conversation .group_chat .message .time {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5019607843);
  margin-top: 4px;
  text-align: right;
}
.ticket_section_divide .conversation .group_chat .message.outgoing {
  display: flex;
  justify-content: end;
}
.ticket_section_divide .conversation .group_chat .main_message img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.ticket_section_divide .conversation .group_chat .chat-footer {
  border: 1px solid #e2e8f0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ticket_section_divide .conversation .group_chat .chat-footer h4 {
  font-weight: 600;
  font-size: 18px;
}
.ticket_section_divide .conversation .group_chat .chat-footer .action_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.ticket_section_divide .conversation .group_chat .chat-footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket_section_divide .conversation .group_chat .chat-footer .btn.btn-light {
  background-color: transparent;
  border: 1px solid #e2e8f0;
  width: 40px;
  border-radius: 8px;
}
.ticket_section_divide .conversation .group_chat .chat-footer .attachment-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.ticket_section_divide .conversation .group_chat .chat-footer .attachment-item {
  display: flex;
  align-items: center;
  background-color: #f1f3f5;
  border-radius: 8px;
  padding: 4px 8px;
  max-width: 200px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.ticket_section_divide .conversation .group_chat .chat-footer .attachment-item .file-icon {
  margin-right: 6px;
}
.ticket_section_divide .conversation .group_chat .chat-footer .attachment-item .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket_section_divide .conversation .group_chat .chat-footer .attachment-item .remove-file {
  margin-left: 8px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 16px;
  color: #888;
}
.ticket_section_divide .conversation .group_chat .chat-footer .attachment-item .remove-file:hover {
  color: #ef4444;
}
.ticket_section_divide .conversation .group_chat .attachment_attach label {
  cursor: pointer;
  font-weight: 400;
}
.ticket_section_divide .conversation .group_chat .chat-footer textarea {
  flex-grow: 1;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 12px;
  background-color: #fff;
  resize: none;
  max-height: 120px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}
.ticket_section_divide .conversation .group_chat .chat-footer textarea::-moz-placeholder {
  color: #888 !important; /* Ensure this is a visible color */
}
.ticket_section_divide .conversation .group_chat .chat-footer textarea::placeholder {
  color: #888 !important; /* Ensure this is a visible color */
}
.ticket_section_divide .conversation .group_chat .chat-footer textarea:focus {
  outline: none;
  color: gray !important;
}
.ticket_section_divide .conversation .group_chat .preview-area {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 10px;
}
.ticket_section_divide .conversation .group_chat .preview-file {
  font-size: 12px;
  background: #e9ecef;
  padding: 4px 12px;
  border-radius: 16px;
}

.pagination_divide {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 16px 0;
}
.pagination_divide .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.pagination_divide .page-btn {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.pagination_divide .page-btn.active {
  background-color: blue;
  color: white;
}
.pagination_divide .page-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.tabs_and_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.tabs_and_filter .filter select {
  font-size: 14px;
  padding: 0 8px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.tabs_and_filter .filter select:focus {
  outline: none;
}

.fee_information .fee_information_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  border: 1px solid #f4f7fa;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin: 24px 0;
}
@media screen and (max-width: 1450px) {
  .fee_information .fee_information_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .fee_information .fee_information_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .fee_information .fee_information_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .fee_information .fee_information_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fee_information .fee_information_list .fee_information_devide {
  display: flex;
  gap: 4px;
  align-items: center;
}
.fee_information .fee_information_list .fee_information_devide .fee_information_des {
  font-weight: 500;
}

.no_data_available_in_table {
  text-align: center;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.no_data_available_in_table svg {
  width: 48px;
  height: 48px;
  color: #64748b;
}
.no_data_available_in_table h5 {
  font-weight: 500;
  font-size: 18px;
}

.newpreloader {
  position: fixed;
  inset: 0;
  background-color: #fff;
  display: grid !important;
  place-items: center;
  z-index: 9999;
}
.newpreloader .loader {
  width: 50px;
  padding: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #2563eb;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 0.5s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.toast {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background-color: #fff;
  min-width: 350px;
  margin: 8px;
}
.toast .toast-header {
  border-bottom: none;
  padding: 4px 12px 0;
  padding: 4px 20px 0 24px;
}
.toast .toast-header .close {
  opacity: 0;
}
.toast .toast-body {
  padding: 0px 4px 20px 24px;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.toast .toast-body p {
  opacity: 0.9;
}
.toast:hover .toast-header .close {
  opacity: 1;
}

.slide-out {
  animation: slideOut 1s forwards;
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%) translateY(50%);
  }
}
.remarks_mcq textarea {
  border: 1px solid #e2e8f0;
}

.qa_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.qa_list .single_qa {
  padding: 20px 20px 28px;
  border-bottom: 1px solid #e2e8f0;
  display: grid;
  gap: 20px;
}
.qa_list .single_qa:last-child {
  border-bottom: none;
}
.qa_list .single_qa .question .card_title {
  font-size: 18px;
  font-weight: 500;
}
.qa_list.qa_with_ans .answer_section textarea {
  height: -moz-max-content;
  height: max-content;
}

.answer_section textarea {
  border: 1px solid #e2e8f0;
}

.list_of_trainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.list_of_trainer li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 20px;
}
.list_of_trainer li h6 {
  margin: 0;
}/*# sourceMappingURL=version2.css.map */