/* ../../../../../tmp/tmp-820930-wN6X9zq1X8n5/lms_website/lms_website/public/scss/lms_website.bundle.css */
[tooltip] {
  position: relative;
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 15px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px;
  border-radius: 3px;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #031233;
  color: #fff;
  z-index: 1000;
}
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #031233;
}
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 150ms ease-out forwards;
}
[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
.discuss-card .list-group-item {
  padding: 14px;
  position: relative;
}
.discuss-card .list-group-item .discuss-join-icon {
  background: var(--bs-primary);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -22.5px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.discuss-card .list-group-item .discuss-close-icon {
  background: #ffe6e6;
  border: 1px solid var(--bs-danger);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: var(--bs-danger);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -16px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.discuss-card .list-group-item .discuss-close-icon:hover {
  background: #ffc8c8;
  border: 1px solid #bc2937;
}
.discuss-card .list-group-item .discuss-users-icon {
  background: #e6ebff;
  border: 1px solid var(--bs-primary);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: var(--bs-primary);
  display: block;
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -16px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.discuss-card .list-group-item .discuss-users-icon:hover {
  background: #ccdbff;
  border: 1px solid var(--bs-primary-hover);
}
.discuss-card .list-group-item img {
  width: 55px;
  height: 50px;
  border-radius: 8px;
}
.discuss-card .list-group-item:hover .discuss-join-icon {
  background: var(--bs-primary-hover);
}
.discuss-card .discuss-card-body {
  border: 1px solid #dee2e6;
  border-radius: 8px;
}
.discuss-card .discuss-card-body .list-group-item {
  background: rgba(239, 242, 250, 0.25);
  border-radius: 8px 8px 0 0;
  border: 0;
  border-bottom: 1px solid #dee2e6;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list {
  background: #fafafa;
  border: 1px solid #dee2e6;
  margin: 15px;
  padding: 15px;
  height: 500px;
  overflow: auto;
  border-radius: 8px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list::-webkit-scrollbar {
  width: 12px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 3px solid #f1f1f1;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content {
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  max-width: 75%;
  border-radius: 15px;
  padding: 10px 15px 24px 15px;
  font-size: 14px;
  position: relative;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .break-word > a {
  color: var(--bs-primary);
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .break-word > a:hover {
  color: var(--bs-primary-hover);
  text-decoration: underline;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .break-word .video-placeholder {
  max-width: 70%;
  overflow: hidden;
  position: relative;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .break-word .video-placeholder > img {
  width: 100%;
  border-radius: 10px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .break-word .video-placeholder .chat-play-video {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  font-size: 45px;
  color: #e64e5d;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .break-word .video-placeholder .chat-play-video:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #e4081f;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .message-attachment i.d-flex {
  background: #dce0ea;
  width: 80px;
  height: 75px;
  display: flex;
  font-size: 35px;
  color: #000000;
  margin: 10px 0 2px 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .message-attachment i.d-flex.fa-file-pdf {
  background: rgba(255, 226, 226, 0.91);
  color: rgba(243, 30, 30, 0.91);
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .message-attachment i.d-flex.fa-file-archive {
  background: rgb(229, 226, 250);
  color: rgba(40, 27, 175, 0.91);
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .message-attachment i.d-flex.fa-file-csv {
  background: rgb(226, 250, 233);
  color: rgba(14, 135, 58, 0.91);
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .message-attachment img {
  max-width: 50%;
  border-radius: 10px;
  margin: 10px 0;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .msg-status {
  position: absolute;
  bottom: 2px;
  right: 12px;
  font-size: 14px;
  color: #666666;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .msg-status.is-sent {
  color: var(--bs-success);
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .message-info {
  font-size: 14px;
  color: var(--bs-primary-hover);
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container .message-content .message-info > span:last-of-type {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container.is-instructor .message-content {
  border-color: var(--bs-primary);
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container.sent {
  justify-content: flex-end;
}
.discuss-card .discuss-card-body .discuss-card-body-chat-list .message-container.sent .message-content {
  background-color: #e3f2fd;
  align-self: flex-end;
}
.discuss-card .discuss-card-body .discuss-card-body-form {
  border-top: 1px solid #dee2e6;
}
.discuss-card .discuss-card-body .discuss-card-body-form .chat-attachments {
  width: 100%;
  padding: 15px 15px 0 15px;
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: center;
}
.discuss-card .discuss-card-body .discuss-card-body-form .chat-attachments > div {
  background: #eeeeee;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  display: block;
  font-size: 12px;
  color: #222222;
  border-radius: 14px;
}
.discuss-card .discuss-card-body .discuss-card-body-form textarea {
  background: transparent !important;
  border: 0 !important;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #555555;
  padding: 15px;
  resize: none;
}
.discuss-card .discuss-card-body .discuss-card-body-form .form-actions {
  width: 120px;
  display: flex;
  padding-right: 15px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.discuss-card .discuss-card-body .discuss-card-body-form .form-actions .btn-attachment {
  border: 0 !important;
  box-shadow: none !important;
  color: #777777;
  font-size: 20px;
}
.discuss-card .discuss-card-body .discuss-card-body-form .form-actions .btn-attachment > i {
  transform: rotate(45deg);
}
.discuss-card .discuss-card-body .discuss-card-body-form .form-actions .btn-attachment:hover {
  color: #222222;
}
:root {
  --tp-theme-primary: #556DF5;
  --bs-primary: #556DF5;
  --bs-primary-hover: #4657c1;
  --bs-pagination-active-bg: #556DF5;
  --bs-pagination-active-border-color: #556DF5;
  --tp-ff-body: "Alexandria", sans-serif;
  --tp-ff-heading: "Alexandria", sans-serif;
  --tp-ff-p: "Alexandria", sans-serif;
  --tp-ff-primary: "Alexandria", sans-serif;
  --tp-ff-secondary: "Alexandria", sans-serif;
}
body {
  font-family: "Alexandria", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Alexandria", sans-serif;
}
.badge {
  line-height: 13px;
}
.btn,
.btn-sm {
  border-radius: 8px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-border-color: var(--bs-primary-hover);
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary-hover);
  --bs-btn-active-border-color: var(--bs-primary-hover);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}
.tp-program-wrap .tp-section-title,
.tp-footer-widget-content p,
.tp-footer-widget-title,
.tp-footer-widget ul li a,
.tp-footer-contact > span,
.tp-footer-contact > a,
.tp-footer-contact-mail a,
.tp-footer-copyright span {
  font-family: "Alexandria", sans-serif;
}
.text-orange {
  color: #e37910;
}
.tp-course-content {
  min-height: 228px;
}
.tp-header-2.tp-header-sticky {
  background: #fff;
}
.tp-course-title {
  height: 100px;
  overflow: hidden;
}
.tp-course-rating-icon i {
  color: #d3d3d3;
}
.tp-header-2 .main-menu > nav > ul > li > a.router-link-active {
  color: var(--tp-dashboard-primary);
}
.tp-section-3-title {
  font-size: 40px;
  font-weight: 700;
}
.tp-funfact-title {
  font-size: 18px;
}
.tpd-order-id {
  width: 105px;
  flex: 0 0 auto;
}
.tpd-badge {
  line-height: 20px;
}
.tpd-order-action {
  margin-left: 5px;
}
.min-height-100 {
  min-height: 100px;
}
.margin-p-0 .ql-editor.read-mode > p:last-of-type {
  margin: 0;
}
.margin-p-0 > p:last-of-type {
  margin: 0;
}
.pagination {
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  padding: 0;
  color: #555555;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
}
.pagination .page-item .page-link:hover {
  color: #556DF5;
}
.pagination .page-item.active > .page-link {
  background-color: #556DF5;
  border-color: #556DF5;
  color: #ffffff;
}
.tp-dashboard-course-thumb img {
  height: 180px;
}
.tp-dashboard-course-content {
  min-height: 220px;
}
.tp-user-menu ul li a.router-link-exact-active {
  background: #556DF5;
  box-shadow: 0 0 1px 0 #1438B5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
  color: var(--tp-common-white);
  border-radius: 8px;
}
.tp-course-details-2-header {
  width: calc(100% - 420px);
}
.tp-course-details-2-nav nav {
  width: 100%;
}
.tp-course-details-2-text .content {
  min-height: 300px;
}
.tp-course-details-2-text .content.show {
  max-height: 100%;
}
.btn-primary:focus,
.btn-success:focus,
.btn-danger:focus,
.btn-info:focus,
.btn-dark:focus,
.btn-secondary:focus {
  color: #ffffff !important;
}
.tp-home-courses-next,
.tp-home-courses-prev {
  margin-right: 10px;
  border-radius: 50px;
}
.hidden {
  display: none !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mr-1 {
  margin-right: 5px;
}
.mr-2 {
  margin-right: 10px;
}
.mr-3 {
  margin-right: 15px;
}
.mr-4 {
  margin-right: 20px;
}
.ml-1 {
  margin-left: 5px;
}
.ml-2 {
  margin-left: 10px;
}
.ml-3 {
  margin-left: 15px;
}
.ml-4 {
  margin-left: 20px;
}
.font-s-12 {
  font-size: 12px;
}
.font-s-13 {
  font-size: 13px;
}
.font-s-14 {
  font-size: 14px;
}
.font-w-400 {
  font-weight: 400;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.font-w-700 {
  font-weight: 700;
}
.hide {
  display: none !important;
}
.modal-actions {
  position: absolute;
  top: 10px;
  right: 15px;
}
.modal-actions .btn-modal-minimize,
.modal-actions .btn-modal-close {
  padding-right: 0;
}
.modal-actions .btn-modal-minimize .icon,
.modal-actions .btn-modal-close .icon {
  width: 20px;
  height: 20px;
}
.modal-actions .btn-modal-minimize .icon use,
.modal-actions .btn-modal-close .icon use {
  stroke: var(--gray-500);
}
.modal-header button.close {
  background: transparent;
  border: 0;
  width: 25px;
  height: 25px;
  outline: none !important;
  text-align: center;
  margin-left: auto;
  opacity: 0.65;
  transition: all 0.2s ease-in-out;
}
.modal-header button.close > svg {
  width: 16px;
  height: 16px;
}
.modal-header button.close:hover {
  opacity: 1;
}
.tp-btn-inner:hover {
  background: #4057df;
  color: #ffffff;
}
.tp-btn-inner:focus {
  color: #ffffff;
}
.tp-search-course-thumb img {
  width: 100%;
}
.tp-search-area {
  height: auto;
}
.tp-search-content input {
  width: 100%;
  outline: none !important;
}
.popup-video {
  cursor: pointer;
}
.tp-course-filter-top-right-search input {
  outline: none !important;
}
.pt-180 {
  padding-top: 80px;
}
.tp-course-filter-select .nice-select .option.disabled {
  display: none;
}
.pointer-event {
  cursor: pointer;
}
.offcanvas__2 .offcanvas__close-btn {
  background-color: #ffefef;
  border: 2px solid var(--bs-danger);
  color: var(--bs-danger);
  line-height: 38px;
  border-radius: 50%;
}
.home-header-logos {
  border-bottom: 1px solid #E2E2E2;
  padding: 30px 0;
}
.home-header-logos .d-flex {
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.home-header-logos .d-flex > div {
  cursor: pointer;
}
.home-header-logos .d-flex > div > img {
  max-height: 46px;
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
.home-header-logos .d-flex > div > img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.tp-course-details-2-faq-item .right span a {
  transition: all 0.2s ease-in-out;
  min-width: 80px;
  text-align: center;
}
.tp-course-details-2-faq-item .right span a:hover {
  background: rgba(81, 105, 241, 0.25);
  color: #485bcc;
}
.tp-course-details-2-faq-item .right span a.green {
  background: rgba(15, 159, 85, 0.1);
  color: #0f9f55;
}
.tp-course-details-2-faq-item .right span a.green:hover {
  background: rgba(15, 159, 85, 0.25);
  color: #0a773f;
}
.tp-course-details-2-faq-item .right span a.red {
  background: rgba(237, 50, 50, 0.1);
  color: #ED3232;
}
.tp-course-details-2-faq-item .right span a.red:hover {
  background: rgba(237, 50, 50, 0.25);
  color: #af2828;
}
.tp-profile-info-tag {
  border-right: 1px solid #e6e8f0;
}
.swal2-title {
  padding: 1em 1em 0 !important;
  font-size: 21px !important;
}
.swal2-html-container {
  margin: 0.5em 1.6em 0.3em;
  font-size: 18px;
}
.swal2-styled.swal2-confirm {
  background-color: #4057df !important;
}
.swal2-styled.swal2-confirm:hover {
  background-color: #3748ae;
}
.msgprint ul {
  margin-left: 20px;
  line-height: 21px;
}
.modal-content {
  box-shadow: 0 3px 15px -8px rgba(0, 0, 0, 0.5803921569);
}
h4.modal-title {
  font-size: 18px;
}
.section-body {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: auto !important;
}
.section-body .form-group .form-control {
  height: 38px !important;
  padding: 0.375rem 0.75rem !important;
}
.section-body .tooltip-content {
  display: none;
}
.table-list {
  border: 1px solid #e6e8f0;
}
.table-list thead th {
  font-weight: 600;
  background: #F4F5FA;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #e6e8f0;
}
.table-list tbody td {
  line-height: 21px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.table-list tbody tr > td {
  border-bottom: 1px solid #e6e8f0;
}
.table-list tbody tr:last-of-type > td {
  border-bottom: 0;
}
.table-list.table-form tbody td {
  background: #fdfdfd;
  transition: all 0.2s ease-in-out;
}
.table-list.table-form tbody tr:hover > td {
  background: #f3f5fb;
}
.carousel {
  margin: 0 -12px;
}
.course-quiz-content {
  background: #fafafa;
  border: 1px solid #e6e8f0;
  min-height: 100px;
  padding: 15px;
  margin-top: 15px;
  border-radius: 6px;
}
.course-quiz-content fieldset {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 10px;
  position: relative;
  border-radius: 6px;
}
.course-quiz-content fieldset .question-title {
  background: rgba(243, 246, 246, 0.4784313725);
  border-bottom: 1px solid #dddddd;
  padding: 10px 10px 0 10px;
  margin: -10px -10px 10px -10px;
  border-radius: 5px 5px 0 0;
}
.course-quiz-content fieldset .question-title p,
.course-quiz-content fieldset .question-title h1,
.course-quiz-content fieldset .question-title h2,
.course-quiz-content fieldset .question-title h3,
.course-quiz-content fieldset .question-title h4,
.course-quiz-content fieldset .question-title h5,
.course-quiz-content fieldset .question-title h6 {
  margin-bottom: 10px;
}
.course-quiz-content fieldset .question-content .list-group {
  margin: 0;
}
.course-quiz-content fieldset .question-content .list-group .list-group-item {
  transition: all 0.2s ease-in-out;
}
.course-quiz-content fieldset .question-content .list-group .list-group-item .badge {
  width: 25px;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}
.course-quiz-content fieldset .question-content .list-group .list-group-item:hover {
  background: rgba(243, 246, 246, 0.4784313725);
}
.profile-card-body {
  border-radius: 16px;
  padding: 40px 34px 24px 34px;
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 1px rgba(3, 11, 30, 0.14), 0 1px 2px rgba(3, 11, 30, 0.06);
}
.tp-course-details-2-faq .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-item > .accordion-header .accordion-button {
  border-bottom: 1px solid transparent;
}
.accordion-item > .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item > .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #e6e8f0;
}
.tp-course-details-2-faq-item .left span i.far {
  font-size: 18px;
}
.tp-course-details-2-review-rating-info {
  padding: 27px;
}
.tp-hero-2-shape-1 span svg path.line-2 {
  stroke: #aaaaaa;
}
.tp-live-thumb-text span svg {
  margin-right: 2px;
  transform: translateY(0);
}
.tpd-quiz-ques,
.tpd-quiz-result-sub {
  width: 100px;
}
.tpd-quiz-info-sub {
  width: 385px;
}
.tp-search-content input {
  width: 100%;
}
.tp-search-course-star {
  margin: 10px 0 5px 0;
}
.justify-between {
  justify-content: space-between;
}
.tp-course-details-2-nav nav {
  padding: 12px 6px;
}
.modal-header .btn-full-screen {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.k-pdf-viewer [data-command=DownloadCommand],
.k-pdf-viewer [data-command=PrintCommand],
.k-pdf-viewer .k-toggle-selection-group,
.k-pdf-viewer [title="zoom level"],
.k-pdf-viewer [data-command=OpenSearchCommand],
.k-pdf-viewer [data-command=OpenCommand],
.k-pdf-viewer .k-dropdown-wrap {
  display: none;
}
[data-command=ZoomCommand] {
  flex-direction: row-reverse;
}
.k-spacer.k-toolbar-last-visible {
  display: none;
}
.break-word {
  word-wrap: break-word;
}
.tp-dashboard-banner-bg .tp-instructor-wrap {
  position: relative;
}
.tp-dashboard-banner-bg .tp-instructor-wrap:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  z-index: -1;
  border-radius: 0 0 13px 13px;
  content: "";
}
.carousel__viewport {
  padding-bottom: 15px;
}
.course-star-rating {
  width: 106px;
  height: 22px;
  position: relative;
  display: block;
}
.course-star-rating .back-stars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  -moz-column-gap: 2px;
  column-gap: 2px;
}
.course-star-rating .back-stars > i {
  color: #aaaaaa;
  font-size: 18px;
}
.course-star-rating .tp-course-details-2-review-item-reply {
  padding-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}
.course-star-rating .tp-course-details-2-review-item-reply:last-of-type {
  border-bottom: 0;
}
.course-star-rating .carousel__viewport {
  padding-bottom: 30px;
}
.course-star-rating .front-stars {
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  -moz-column-gap: 2px;
  column-gap: 2px;
  z-index: 1;
}
.course-star-rating .front-stars > i {
  color: #FFB21D;
  font-size: 18px;
}
.course-star-rating.star-rating-sm {
  width: 86px;
  height: 15px;
}
.course-star-rating.star-rating-sm .back-stars > i,
.course-star-rating.star-rating-sm .front-stars > i {
  font-size: 14px;
}
.tpd-action-btn button {
  background: #ffffff;
}
.tpd-action-btn button.edit-btn {
  color: var(--bs-info);
  border-color: var(--bs-info);
}
.tpd-action-btn button.edit-btn:hover {
  background: var(--bs-info);
  color: #ffffff;
}
.tpd-action-btn button.download-btn {
  color: var(--bs-success);
  border-color: var(--bs-success);
}
.tpd-action-btn button.download-btn:hover {
  background: var(--bs-success);
  color: #ffffff;
}
.tpd-action-btn button.delete-btn {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.tpd-action-btn button.delete-btn:hover {
  background: var(--bs-danger);
  color: #ffffff;
}
.tpd-input select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-color: var(--tp-common-white);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #E4E2DC;
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  height: 54px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 14px;
  padding-right: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.tpd-input select:focus {
  border-color: var(--tp-theme-7);
  box-shadow:
    0 1px 2px 0 rgba(65, 95, 251, 0.06),
    0 4px 10px 0 rgba(65, 95, 251, 0.06),
    0 0 0 3px rgba(65, 95, 251, 0.2);
}
.tpd-input input,
.tpd-input textarea {
  padding-left: 14px;
  padding-right: 14px;
}
.tpd-input input[disabled],
.tpd-input textarea[disabled] {
  background: #fafafa;
}
.tpd-input input.is-invalid,
.tpd-input textarea.is-invalid {
  border-color: var(--bs-danger);
}
.tpd-input input.is-invalid:focus,
.tpd-input textarea.is-invalid:focus {
  border-color: var(--bs-danger);
  box-shadow:
    0 1px 2px 0 rgba(251, 65, 65, 0.06),
    0 4px 10px 0 rgba(251, 65, 65, 0.06),
    0 0 0 3px rgba(251, 65, 65, 0.2) !important;
}
.nav-pills .nav-link i {
  font-size: 16px;
}
.form-control.form-control-sm {
  height: 38px;
  padding: 0 12px;
}
.form-control.form-control-xs {
  height: 28px;
  padding: 0 6px;
}
.form-control-has-icon {
  position: relative;
}
.form-control-has-icon .form-control-icon {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 18px !important;
  color: #999999;
}
.form-control-has-icon .form-control.form-control-sm {
  padding-left: 40px;
}
.form-check-input {
  cursor: pointer;
  margin-right: 10px;
}
.form-check-input.form-check-input-lg {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
}
.form-check-label {
  cursor: pointer;
}
.form-check-label.form-check-label-lg {
  margin-top: 4px;
}
.form-check.form-check-lg .form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
}
.tp-dashboard-banner-bg {
  background-color: var(--bs-primary);
}
.tp-course-details-2-review-progress .single-progress {
  width: 0;
}
.tp-contact-input-form textarea {
  resize: none;
  height: 105px;
  line-height: 26px;
}
.tp-course-details-2-review-thumb > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.tp-course-details-2-widget-btn .btn {
  display: block;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 11px 15px;
  text-align: center;
}
.tp-contact-btn .tp-btn-inner:disabled {
  background: #4057df !important;
  opacity: 0.75;
  cursor: default;
}
.tp-course-details-2-review-item-reply {
  padding-bottom: 0 !important;
  border-bottom: 1px solid #dce0ec !important;
  margin-bottom: 20px;
}
.tp-course-details-2-review-item-reply:last-of-type {
  border: 0 !important;
  margin-bottom: 0;
}
.pdf-viewer div#PDFViewer {
  border-radius: 7px;
}
.pdf-viewer .k-overflow-anchor.k-button {
  display: none;
}
.pdf-viewer input[type=text],
.pdf-viewer input[type=email],
.pdf-viewer input[type=tel],
.pdf-viewer input[type=number],
.pdf-viewer input[type=password],
.pdf-viewer input[type=url],
.pdf-viewer textarea {
  height: 32px;
}
.pdf-viewer .k-pager-input .k-textbox {
  height: 32px;
}
.v-toast__item .v-toast__text {
  padding: 1.5em 1em;
  color: #fff;
}
.file-uploader {
  direction: ltr;
}
.file-action-buttons {
  justify-content: flex-start !important;
}
.btn-file-upload:nth-of-type(2),
.btn-file-upload:nth-of-type(3) {
  display: none;
}
.file-upload-area {
  background-color: #ffffff !important;
  border: 1px dashed #dddddd !important;
  border-radius: 10px !important;
}
.flex {
  display: flex;
}
.file-icon {
  border-radius: 10px !important;
  margin-right: 10px !important;
}
.file-preview:hover {
  background-color: #ffffff !important;
  border-color: #dddddd !important;
  border-radius: 10px !important;
}
.file-actions {
  display: none !important;
}
.file-preview-container .config-area {
  display: none !important;
}
.form-loading {
  position: relative;
}
.form-loading:after {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: progress;
}
.form-loading:before {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border: 5px solid #b9bac4;
  border-top: 5px solid var(--bs-primary);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: block;
  animation: loader-spin 0.5s linear infinite;
  -webkit-animation: loader-spin 0.5s linear infinite;
  -moz-animation: loader-spin 0.5s linear infinite;
  -o-animation: loader-spin 0.5s linear infinite;
  -ms-animation: loader-spin 0.5s linear infinite;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  top: 50%;
  z-index: 11;
  content: "";
}
.google-drive-iframe {
  position: relative;
}
.google-drive-iframe:before {
  background: #000000;
  width: 50px;
  height: 45px;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  content: "";
}
.tp-underline-shape-5 {
  bottom: -10px;
  left: 50%;
  margin-left: -75px;
}
.tp-header-2-category-list {
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.tp-hero-2-thumb {
  right: 300px;
}
.tp-header-inner-login {
  margin-left: 10px;
}
.tickets-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.tickets-table thead tr {
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.tickets-table thead tr th {
  background: #f7fafc;
  border: 1px solid #e0e7ec;
  box-shadow: 2px 2px 6px -3px rgba(0, 0, 0, 0.2);
  color: #585a67;
  border-left: 0;
  border-right: 0;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  transition: all 0.2s ease-in-out;
}
.tickets-table thead tr th:first-of-type {
  border-left: 1px solid #e0e7ec;
  border-radius: 10px 0 0 10px;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.tickets-table thead tr th:last-of-type {
  border-right: 1px solid #e0e7ec;
  border-radius: 0 10px 10px 0;
}
.tickets-table tbody tr {
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.tickets-table tbody tr td {
  background: #fff;
  border: 1px solid #e0e7ec;
  box-shadow: 2px 2px 6px -3px rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-right: 0;
  transition: all 0.2s ease-in-out;
  color: #696b75;
  height: 56px;
  vertical-align: middle;
}
.tickets-table tbody tr td:first-of-type {
  border-left: 1px solid #e0e7ec;
  border-radius: 10px 0 0 10px;
  padding-left: 0.75rem !important;
}
.tickets-table tbody tr td:last-of-type {
  border-right: 1px solid #e0e7ec;
  border-radius: 0 10px 10px 0;
}
.tickets-table tbody tr:hover td {
  border-color: #abb9c3;
}
.btn-default {
  background-color: var(--control-bg);
  border: 1px solid #dddddd;
  color: var(--text-color);
}
.btn-default:hover,
.btn-default:active {
  background-color: var(--btn-default-hover-bg);
  border-color: #bbbbbb;
  color: var(--text-color);
}
.btn-file-upload svg {
  display: none;
}
.btn-file-upload:before {
  background: #eeeeee;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e054";
  font-family: "Font Awesome 5 Pro", serif;
  font-weight: 300;
  font-size: 22px;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.btn-file-upload:hover:before {
  background-color: var(--bs-primary);
  color: #ffffff;
}
#freeze.modal-backdrop.in {
  opacity: 0.5;
  z-index: 9999;
}
#freeze .freeze-message-container {
  background-color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#freeze .freeze-message-container .freeze-message {
  font-weight: 400;
  color: #ffffff;
}
#freeze .freeze-message-container .freeze-message:before {
  border: 4px solid #dddddd;
  border-top: 4px solid var(--bs-primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 6px auto;
  animation: loader-spin 0.5s linear infinite;
  content: "";
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-doctype="Web Form"] .page-content-wrapper .container .page_content .web-form .web-form-wrapper .form-control {
  color: var(--text-color);
  background-color: #fff;
}
#page-student-applicant {
  font-family: "Cairo", serif;
}
#page-student-applicant .page-header-wrapper,
#page-student-applicant .page-breadcrumbs {
  display: none;
}
#page-student-applicant .sidebar-column {
  display: none;
}
#page-student-applicant .web-form-header .web-form-introduction,
#page-student-applicant .web-form-header .web-form-head {
  display: none;
}
#page-student-applicant .col-sm-10 {
  flex: 0 0 auto;
  width: 100%;
}
#page-student-applicant .page_content {
  max-width: 1000px;
}
#page-student-applicant .web-form-container [style="height: 3rem"] {
  display: none;
}
#page-student-applicant .web-form-container .control-label {
  font-weight: 600;
}
#page-student-applicant .web-form-container .section-body {
  -moz-column-gap: 0;
  column-gap: 0;
  width: 100% !important;
}
@media (max-width: 1440px) {
  .tp-course-details-2-nav nav ul li a {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .tp-course-details-2-header {
    width: 100%;
  }
  .home-header-logos .d-flex {
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
    display: inline-grid !important;
    grid-template-columns: auto auto !important;
    justify-items: center !important;
    width: 100% !important;
    overflow: hidden;
  }
  .tp-header-user-hover {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-header-inner-login img {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav {
    width: 100%;
  }
  .k-pdf-viewer .k-widget.k-combobox,
  .k-pdf-viewer .k-pager-input.k-label {
    display: none;
  }
}
@media (max-width: 620px) {
  .tp-live-thumb img {
    width: 100% !important;
    height: auto !important;
  }
  .tp-course-details-2-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .tp-course-details-2-meta:not(:first-of-type) {
    margin-left: 20px;
  }
  .tp-course-details-2-author-avater img {
    width: 40px;
    height: 40px;
  }
  .tp-course-details-2-meta-title {
    font-size: 14px;
  }
  .tp-course-details-2-author-designation {
    font-size: 13px;
  }
  .tp-breadcrumb__content {
    min-height: auto !important;
  }
  section.tp-breadcrumb__area.pt-25.pb-55 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .tp-hero-2-title span img {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .tp-course-details-2-nav nav ul li {
    margin-bottom: 0;
  }
  .tp-course-details-2-nav nav ul li a {
    padding: 6px 10px;
    font-size: 13px;
  }
  .tp-course-details-2-nav nav {
    padding: 6px;
  }
  [lang=ar] .tp-hero-2-title {
    font-size: 46px !important;
  }
  .tp-hero-2-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 420px) {
  .tp-header-user-hover {
    margin-left: 10px;
  }
}
@media (max-width: 360px) {
  .tp-course-details-2-nav nav ul li a {
    padding: 4px 8px;
    font-size: 12px;
    display: block;
  }
  .tp-course-details-2-nav nav {
    padding: 4px;
  }
}
[lang=ar] .tp-hero-2-title {
  font-size: 66px;
}
[lang=ar] .tp-hero-2-title span img {
  bottom: -20px;
}
[lang=ar] .tp-btn-border span {
  transform: rotate(180deg);
}
[lang=ar] .tp-course-title {
  color: var(--tp-heading-2);
  font-size: 18px;
}
[lang=ar] .tp-home-courses-next,
[lang=ar] .tp-home-courses-prev,
[lang=ar] .tp-team-2-next,
[lang=ar] .tp-team-2-prev {
  transform: rotate(180deg);
}
[lang=ar] .tp-live-join .tp-btn-border i {
  padding-right: 0;
  padding-left: 10px;
  display: inline-block;
  transform: rotate(180deg);
}
[lang=ar] .tp-testimonial-2-avatar-active .slick-prev {
  left: -362px;
  right: auto;
}
[lang=ar] .tp-testimonial-2-avatar-active .slick-arrow {
  transform: rotate(180deg);
}
[lang=ar] .tp-btn-round span {
  transform: rotate(180deg);
}
[lang=ar] .tp-breadcrumb__title {
  font-size: 36px;
  margin-bottom: 10px;
}
[lang=ar] .tp-course-filter-select .nice-select .option {
  font-size: 12px;
  margin-bottom: 0;
  color: #000000;
}
[lang=ar] .tp-course-filter-select .nice-select {
  font-size: 14px;
  width: 220px;
}
[lang=ar] .page-item:first-child .page-link {
  transform: rotate(180deg);
}
[lang=ar] .page-item:last-child .page-link {
  transform: rotate(-180deg);
}
/*# sourceMappingURL=lms_website.bundle.EAZWHFV2.css.map */
