.dataTables_wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.dataTables_wrapper .dataTables_length {
  width: auto;
  padding: 15px;
  float: right !important;
  position: relative;
  text-align: right;
  max-width: 200px;
}
.dataTables_wrapper .dataTables_length label {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: rgb(93, 93, 93);
  width: 100%;
  float: left;
  position: relative;
  line-height: 28px;
  margin: 0px !important;
}
.dataTables_wrapper .dataTables_length select {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235) !important;
  border-radius: 5px !important;
  padding: 0px 5px !important;
  float: none;
  position: relative;
  height: 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 0px 5px;
}
.dataTables_wrapper .dataTables_filter {
  width: 50%;
  padding: 15px;
  float: left;
  position: relative;
}
.dataTables_wrapper .dataTables_filter label {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: rgb(93, 93, 93);
  width: 100%;
  float: left;
  position: relative;
  line-height: 28px;
  text-align: right;
  margin: 0px !important;
}
.dataTables_wrapper .dataTables_filter label input {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 5px;
  float: none;
  position: relative;
  height: 28px;
  padding: 0px 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-left: 5px !important;
}
.dataTables_wrapper .dataTables_info {
  width: 50%;
  float: left;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: rgb(93, 93, 93);
  line-height: 28px;
  padding: 15px !important;
  margin: 0px !important;
}
.dataTables_wrapper .dataTables_paginate {
  width: 100%;
  float: left !important;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: rgb(93, 93, 93) !important;
  line-height: 28px;
  text-align: center !important;
  padding: 15px !important;
  margin: 0px !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 180px;
  float: none;
  position: relative;
  height: 28px;
  padding: 0px 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 0px 5px;
  text-align: center;
  min-width: 28px;
  display: inline-block;
  line-height: 26px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  background: rgb(30 97 165);
  border: 1px solid rgb(30 97 165);
  opacity: 1;
  color: rgb(255, 255, 255) !important;
}
.dataTables_wrapper .dataTables_paginate span {
  display: inline-block;
  vertical-align: top;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: transparent !important;
  width: 28px;
  float: none;
  position: relative;
  line-height: 28px;
  display: inline-block;
  padding: 0px 5px;
  height: 28px;
  margin: 0px 10px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  content: "";
  background-image: url(../images/icon/left-gray-arrow.svg);
  position: absolute;
  background-size: 100%;
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: 0px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -4.5px;
  transform: rotate(180deg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
  content: "";
  background-image: url(../images/icon/left-gray-arrow.svg);
  position: absolute;
  background-size: 100%;
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: 0px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -4.5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: no-drop !important;
  opacity: 0.5;
  color: transparent !important;
}
.table-responsive {
  width: 100%;
  float: left;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  min-height: unset;
}
.table-couses {
  width: 100%;
  float: left;
  position: relative;
  border: none;
  border-spacing: 0px !important;
  border-bottom: none !important;
  border-radius: 6px;
  box-shadow: 0px 8px 8px #e0eaf3;
}
.table-couses tr th {
  padding: 10px 12px !important;
  border: none;
  font-size: 12px;
  line-height: 16px;
  text-align: left !important;
  font-weight: 600 !important;
  color: #03498a;
  background: #ffffff;
  border-bottom: 2px solid #e0eaf3 !important;
  border-top: 1px solid #e0eaf3;
  white-space: normal;
  vertical-align: top;
}
.table-couses tbody tr {
  width: 100%;
  float: none;
}
.table-couses tbody {
  position: relative;
}
.table-couses tbody.table-dropdown-active tr.table-dropdown-body {
  display: block;
}

.table-couses
  tbody
  tr:last-child
  .table-dropdown-actions
  .table-dropdown-content {
  bottom: calc(100% + 8px);
  top: initial;
}

.table-couses tbody tr.table-dropdown-body {
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 1;
  display: none;
  left: 0px;
}
.table-couses tbody tr.table-dropdown-body td {
  background: transparent;
}
.table-couses tr td {
  padding: 6px 12px !important;
  font-size: 12px;
  background: #ffffff;
  color: #666666;
  border-bottom: 1px solid #e0eaf3;
  vertical-align: middle;
  font-weight: 600;
}
.table-couses tr td .date {
  white-space: nowrap;
}
.table-couses tr td .btn {
  display: inline-block;
}
.table-couses tr td:first-child {
  border-left: 1px solid #e0eaf3;
}
.table-couses tr td:last-child {
  border-right: 1px solid #e0eaf3;
}
.table-couses tr th:first-child {
  border-radius: 6px 0px 0px 0px;
  border-left: 1px solid #01a4ef3a;
}
.table-couses tr th:last-child {
  border-radius: 0px 6px 0px 0px;
  border-right: 1px solid #01a4ef3a;
}

.table-couses tr:last-child td:first-child {
  border-radius: 0px 0px 0px 6px;
}
.table-couses tr:last-child td:last-child {
  border-radius: 0px 0px 6px 0px;
}
.table-couses tbody.table-dropdown-active tr td,
.table-couses tr:hover td,
.table-couses tr:nth-child(odd):hover td {
  background: #f0f3f9;
}

.table-couses tr:nth-child(odd) td {
  background: #f8fafd;
}
.table-couses tr td strong {
  font-weight: 500;
}
.table-couses tr td a:hover {
  color: #0a4a88;
}
.table-couses tr td .form-control {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  width: 100%;
  float: left;
  position: relative;
  height: 30px;
  padding: 0px 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  max-height: 44px;
  box-shadow: none;
  border: 1px solid rgb(215 215 215) !important;
  outline: none !important;
}
.table-couses tr td .form-control.form-control-error {
  border: 1px solid #ff000063 !important;
}
.table-couses tr td .form-control.form-control-complete {
  border: 1px solid transparent !important;
}
.table-status-label {
  border-radius: 6px;
  float: left;
  padding-left: 14px;
  position: relative;
}
.table-status-label:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 180px;
}
.table-status-label.table-status-initiated {
  color: #757575;
}
.table-status-label.table-status-initiated:before {
  background: #757575;
}
.table-status-label.table-status-published {
  color: #50d578;
}
.table-status-label.table-status-published:before {
  background: #50d578;
}
.table-status-label.table-status-active {
  color: #50d578;
}
.table-status-label.table-status-active:before {
  background: #50d578;
}
.table-status-label.table-status-assigned {
  color: #01a4ef;
}
.table-status-label.table-status-assigned:before {
  background: #01a4ef;
}
.table-status-label.table-status-inprogress {
  color: #ff9340;
}
.table-status-label.table-status-inprogress:before {
  background: #ff9340;
}
.table-status-label.table-status-readyforreview {
  color: #37724d;
}
.table-status-label.table-status-readyforreview:before {
  background: #37724d;
}
.table-status-label.table-status-inactive {
  color: #ff0000;
}
.table-status-label.table-status-inactive:before {
  background: #ff0000;
}
.upload-status {
  width: 40px;
  max-width: 40px;
  text-align: center;
}
.upload-status .upload-status-complete,
.upload-status .upload-status-inprogress,
.upload-status .upload-status-error {
  width: 30px;
  height: 30px;
  position: relative;
}
.upload-status .upload-status-complete img,
.upload-status .upload-status-inprogress img,
.upload-status .upload-status-error img {
  width: 30px;
  height: 30px;
  padding: 6px;
}
.upload-status .upload-status-inprogress img {
  animation: spin 2s linear infinite;
}
.assigned-subjects {
  float: left;
  white-space: normal;
  display: flex;
}
.assigned-subjects .single-assigned-subject {
  padding: 6px 12px;
  font-size: 13px;
  color: #181818;
  float: left;
  background: #ffffff;
  border-radius: 180px;
  line-height: 18px;
  border: 1px solid rgb(0 0 0 / 9%);
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.assigned-subjects .single-assigned-plus-group {
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  position: relative;
}
.assigned-subjects .single-assigned-plus-group .single-assigned-plus {
  padding: 0px 0px;
  font-size: 13px;
  color: #181818;
  float: left;
  height: 30px;
  background: #c1e8fa;
  border-radius: 180px;
  line-height: 28px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(255 255 255);
}
.assigned-subjects .single-assigned-plus-group:hover .subject-list {
  display: block;
}
.assigned-subjects .single-assigned-plus-group .subject-list {
  display: none;
  background: rgb(194 232 249);
  border-radius: 5px;
  position: absolute;
  bottom: 36px;
  width: 180px;
  margin-left: -70px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  border: 1px solid #00000017;
}
.table-couses
  tbody
  tr:first-child
  .assigned-subjects
  .single-assigned-plus-group
  .subject-list {
  top: 36px;
  bottom: initial;
}
.table-couses
  tbody
  tr:first-child
  .assigned-subjects
  .single-assigned-plus-group
  .subject-list:before {
  content: "";
  bottom: 100%;
  top: initial;
  transform: rotate(180deg);
}
.assigned-subjects
  .single-assigned-plus-group
  .subject-list
  .subject-list-inside {
  width: 100%;
  padding: 6px 10px;
  overflow: hidden;
  max-height: 72px;
  overflow-y: auto;
}
.assigned-subjects .single-assigned-plus-group .subject-list:before {
  content: "";
  border-top: 8px solid rgb(177 211 226);
  position: absolute;
  z-index: 1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
.assigned-subjects .single-assigned-plus-group .subject-list .single-subject {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  line-height: 20px;
}
.pagination-theme-courses {
  width: 100%;
  float: left;
  margin: 0px;
  text-align: center;
  margin-top: 20px;
}
.pagination-theme-courses ul {
  float: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}
.pagination-theme-courses ul li {
  list-style: none;
  padding: 0px;
  float: left;
  margin: 0px 2px !important;
}
.pagination-theme-courses ul li a {
  height: 30px;
  padding: 0px 0px;
  float: left;
  font-weight: 500;
  font-size: 13px;
  color: #9d9d9d;
  position: relative;
  margin: 0px !important;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 180px;
}
.pagination-theme-courses ul li img {
  width: 30px;
  height: 30px;
  padding: 8px;
  float: left;
  position: relative;
}
.pagination-theme-courses ul li.active a,
.pagination-theme-courses ul li.active:hover a {
  background: #1960a7;
  color: #fff;
}
.pagination-theme-courses ul li a i {
  font-size: 24px;
  float: left;
  line-height: 24px;
}
.pagination-theme-courses ul li:hover a {
  background: #ffffff;
}
.table-pagination-group {
  width: 100%;
  float: left;
  position: relative;
}
.pagination-theme-courses ul li a.w-auto {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: transparent !important;
  width: 28px;
  float: none;
  position: relative;
  line-height: 28px;
  display: inline-block;
  padding: 0px 5px;
  height: 28px;
  margin: 0px 10px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.pagination-theme-courses ul li a.w-auto.disable_a_href {
  cursor: no-drop !important;
  opacity: 0.5;
  color: transparent !important;
}
.pagination-theme-courses ul li a.w-auto:before {
  content: "";
  background-image: url(../images/icon/left-gray-arrow.svg);
  position: absolute;
  background-size: 100%;
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: 0px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -4.5px;
}
.pagination-theme-courses ul li:last-child a.w-auto:before {
  transform: rotate(180deg);
}
.subject-title-group {
  display: flex;
  align-items: center;
  float: left;
}
.subject-title-group .subject-img {
  width: 28px;
  height: 28px;
  position: relative;
  margin-right: 10px;
  min-width: 28px;
}
.subject-title-group .subject-img img {
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 4px;
}
.subject-title-group .subject-name {
  color: #004f94;
  font-weight: 500;
}
.table-responsive.table-responsive-hide {
  overflow: initial;
}
.table-users {
  position: relative;
}
.table-users-td.assign-new-user-active .assigned-users-list {
  display: none !important;
}
.table-users-td .assigned-users-list .assigned-users-inside {
  width: 100%;
  padding: 6px 10px;
  overflow: hidden;
  max-height: 80px;
  overflow-y: auto;
}
.table-users-td {
  position: relative;
}
.table-users-td .assigned-users-list {
  display: none;
  background: rgb(194 232 249);
  border-radius: 5px;
  position: absolute;
  bottom: 50px;
  width: 180px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  border: 1px solid #00000017;
  left: 0%;
  text-align: left;
}
.table-couses tbody tr:nth-child(1) .assigned-users-list,
.table-couses tbody tr:nth-child(2) .assigned-users-list {
  top: 50px;
  bottom: initial;
}
.table-couses tbody tr:nth-child(1) .assigned-users-list:before,
.table-couses tbody tr:nth-child(2) .assigned-users-list:before {
  bottom: 100%;
  top: initial;
  transform: rotate(180deg);
}
.table-users-td:hover .assigned-users-list {
  display: block;
}
.table-users-td .assigned-users-list:before {
  content: "";
  border-top: 8px solid rgb(177 211 226);
  position: absolute;
  z-index: 1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  left: 18px;
}
.table-users-td .assigned-users-list .single-user {
  width: 100%;
  float: left;
  position: relative;
}
.table-users .users-list {
  display: flex;
  position: relative;
  padding-left: 5px;
}
.table-users .users-list .single-user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  position: relative;
  border: 2px solid #fff;
  margin-left: -5px;
}
.table-users .users-list .single-user img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  float: left;
  position: relative;
}
.table-users .users-list .single-user-without-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-left: -5px;
  background: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.table-users .users-list .single-user-without-pic:hover {
  border: 1px solid #1e61a5;
}
.table-users-td:hover .users-list .single-user-without-pic {
  color: #1e61a5;
}
.table-users .users-list .assign-new-user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-left: -5px;
  background: #fff;
  cursor: pointer;
}
.table-users .users-list .assign-new-user:hover {
  background: #ffffff;
  border: 1px solid #1e61a5;
  color: #1e61a5;
}
.table-users .users-list .assign-new-user img {
  width: 14px;
  height: 14px;
  float: left;
  position: relative;
  margin: 7px;
}
.table-couses tbody tr:nth-child(1) .assigned-new-user-list,
.table-couses tbody tr:nth-child(2) .assigned-new-user-list {
  top: 40px;
  bottom: initial;
}
.table-couses tbody tr:nth-child(1) .assigned-new-user-list:before,
.table-couses tbody tr:nth-child(2) .assigned-new-user-list:before {
  bottom: 100%;
  top: initial;
  transform: rotate(180deg);
}
.table-users .assigned-new-user-list {
  display: none;
  margin: 0px;
  position: absolute;
  background: #ffffff;
  width: 100%;
  min-width: fit-content;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0px 10px 25px 0px #59595930;
  display: none;
  z-index: 1;
  border: 1px solid #e3e3e3;
  bottom: 50px;
  left: -12px;
}

.table-users .assigned-new-user-list:before {
  content: "";
  border-top: 8px solid #b5b5b5;
  position: absolute;
  z-index: 1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  left: 18px;
}
.table-users-td.assign-new-user-active .table-users .assigned-new-user-list {
  display: block;
}
.assigned-new-user-inside {
  padding: 5px;
  width: 100%;
  float: left;
  position: relative;
  height: auto;
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
}
.assigned-new-user-inside .single-user {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 30px 6px 40px;
  min-height: 40px;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
}
.assigned-new-user-inside .single-user .single-user-without-pic {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  float: left;
  position: absolute;
  border: 1px solid #c9c9c9;
  background: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  min-width: 28px;
  left: 6px;
  top: 6px;
}
.assigned-new-user-inside .single-user .single-user-pic {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  float: left;
  position: absolute;
  border: none;
  left: 6px;
  top: 6px;
}
.assigned-new-user-inside .single-user .single-user-pic img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  float: left;
  position: relative;
}
.assigned-new-user-inside .single-user .single-user-name {
  white-space: nowrap;
  color: #004f94;
  font-weight: 600;
  padding-left: 5px;
  font-size: 13px;
}
.assigned-new-user-inside .single-user .single-user-email {
  margin-left: 10px;
  font-size: 12px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  min-width: 100px;
  overflow: hidden;
}
.assigned-new-user-inside .single-user .single-user-remove {
  position: absolute;
  border: none;
  right: 6px;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  display: none;
}
.assigned-new-user-inside .single-user .single-user-remove img {
  width: 16px;
  height: 16px;
  padding: 4px;
}
.assigned-new-user-inside .single-user:hover {
  background: #f2f5f9;
}
.assigned-new-user-inside .single-user:hover .single-user-remove {
  display: block;
}

.user-table-group {
  display: flex;
  align-items: center;
}

.user-table-group .single-user-without-pic {
  border-radius: 180px;
  border: 1px solid #e0eaf3;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 8px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  color: #4d5969;
  font-size: 11px;
  background: #fff;
}

.user-table-group .single-user-pic {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 8px;
  border-radius: 180px;
  border: 1px solid rgb(0 0 0 / 15%);
}
.user-table-group .single-user-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 180px;
}
.user-table-group .single-user-name {
  display: inline-block;
  vertical-align: top;
}

.table-switch-status {
  display: flex;
  align-items: center;
}

.table-switch-status .table-switch-title {
  margin-left: 5px;
}

/* The switch - the box around the slider */
.table-switch-status .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}

/* Hide default HTML checkbox */
.table-switch-status .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.table-switch-status .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.table-switch-status .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.table-switch-status input:checked + .slider {
  background-color: #50d578;
}

.table-switch-status input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.table-switch-status input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.table-switch-status .slider.round {
  border-radius: 180px;
}

.table-switch-status .slider.round:before {
  border-radius: 50%;
}

.table-courses-td.assign-new-user-active .assigned-courses-list {
  display: none !important;
}
.table-courses-td .assigned-courses-list .assigned-courses-inside {
  width: 100%;
  padding: 6px 10px;
  overflow: hidden;
  max-height: 80px;
  overflow-y: auto;
}
.table-courses-td {
  position: relative;
}
.table-courses-td .assigned-courses-list {
  display: none;
  background: rgb(194 232 249);
  border-radius: 5px;
  position: absolute;
  bottom: 50px;
  width: 180px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  border: 1px solid #00000017;
  left: 0%;
  text-align: left;
}

.table-courses {
  position: relative;
}

.table-courses .courses-list {
  display: flex;
  position: relative;
}
.table-courses .courses-list .single-course {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  float: left;
  position: relative;
  margin-right: 4px;
}
.table-courses .courses-list .single-course img {
  float: left;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}

.table-courses .courses-list .more-course {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  float: left;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
  cursor: pointer;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
}
.table-courses .courses-list .more-course:hover {
  background: #ffffff;
  border: 1px solid #1e61a5;
  color: #1e61a5;
}

.table-couses tbody tr:nth-child(1) .assigned-course-list,
.table-couses tbody tr:nth-child(2) .assigned-course-list {
  top: 30px;
  bottom: initial;
}
.table-couses tbody tr:nth-child(1) .assigned-course-list:before,
.table-couses tbody tr:nth-child(2) .assigned-course-list:before {
  bottom: 100%;
  top: initial;
  transform: rotate(180deg);
}
.table-courses .assigned-course-list {
  display: none;
  margin: 0px;
  position: absolute;
  background: #ffffff;
  width: 100%;
  min-width: fit-content;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0px 10px 25px 0px #59595930;
  z-index: 1;
  border: 1px solid #e3e3e3;
  bottom: 50px;
  left: -12px;
}

.table-courses .assigned-course-list:before {
  content: "";
  border-top: 8px solid #b5b5b5;
  position: absolute;
  z-index: 1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  left: 18px;
}
.table-courses-td.assign-course-active .table-courses .assigned-course-list {
  display: block;
}
.assigned-course-inside {
  padding: 5px;
  width: 100%;
  float: left;
  position: relative;
  height: auto;
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
}
.assigned-course-inside .single-course {
  width: 100% !important;
  float: left !important;
  position: relative !important;
  margin: 0px !important;
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 40px;
  min-height: 40px;
  border-radius: 7px !important;
  cursor: pointer;
  overflow: hidden;
}
.assigned-course-inside .single-course:hover {
  background: #f3f9ff;
}
.assigned-course-inside .single-course .single-course-image {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  float: left;
  position: absolute;
  border: none;
  left: 6px;
  top: 6px;
}
.assigned-course-inside .single-course .single-course-image img {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  float: left;
  position: relative;
}
.assigned-course-inside .single-course .single-course-name {
  color: #004f94;
  font-weight: 600;
  padding-left: 0px;
  font-size: 13px;
  max-width: 225px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}
.assigned-course-inside .single-course .single-course-grade {
  margin-left: 7px;
  font-size: 12px;
  text-overflow: ellipsis;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}

.dt-layout-table
  .table-dropdown-actions.table-dropdown-active
  .table-dropdown-content {
  display: flex !important;
}

.dt-layout-table
  .table-dropdown-actions.table-dropdown-active
  .table-dropdown-content {
  display: flex !important;
}
.dt-layout-table
  .table-dropdown-actions.table-dropdown-active
  .table-dropdown-content {
  display: flex !important;
}

.dt-layout-table .table-dropdown-actions .table-dropdown-content {
  position: fixed;
  left: initial !important;
  flex-direction: column !important;
  width: auto;
  height: min-content;
}
