/* @font-face {
  font-family: 'Sen';
  src: url('../../../public/assets/fonts/Sen/static/Sen-Regular.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Sen';
  src: url('../../../assets/fonts/Sen/static/Sen-Medium.tff') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sen';
  src: url('../../../assets/fonts/Sen/static/Sen-SemiBold.tff') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sen';
  src: url('../../../assets/fonts/Sen/static/Sen-Bold.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sen';
  src: url('../../../assets/fonts/Sen/static/Sen-ExtraBold.tff') format('truetype');
  font-weight: 800;
  font-style: normal;
} */

:root {
  --font-sans-serif: "Sen", sans-serif;
}

@media print {
  .hidden-on-webpage {
    display: block !important;
  }
}

.navbar {
  background-color: rgba(249, 250, 253, 0.154);
  backdrop-filter: blur(4px);
}

body, html {
  font-family: var(--font-sans-serif);
}

/* .modal-content {
  background-color: #f8f9fa;
  border: 3px solid #EFF2F5 !important;
} */

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top: 4px solid #000;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.content {
  display: none; /* Initially hide the content */
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0) !important;
}

.alert-dismissible.fadeout {
  transition: opacity 0.5s ease-in-out;
}
.alert-dismissible.fadeout.hide {
  opacity: 0;
}
.setup-content {
  display: none;
}
.setup-content.active {
  display: block;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.file-input-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-input-button {
  color: #fff;
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.file-input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
}

.file-name {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}

/* file upload */
.file-upload {
  background-color: #ffffff;
  /* width: 600px; */
  margin: 0 auto;
  /* padding: 20px; */
}

.file-upload-btn {
  /* width: 100%; */
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  /* border: 4px dashed #1FB264; */
  position: relative;
}

/* .image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  border: 4px dashed #ffffff;
} */

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
  padding: 40px 0;
}

/* .drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
} */

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.modal-backdrop.show {
  backdrop-filter: blur(4px) !important;
}

/* Custom styles for printing */
@media print {
  body * {
    visibility: hidden;
  }

  #print-section, #print-section * {
    visibility: visible;
    width: 100%;
  }

  #print-section {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* Hide the dropdown arrow */
.dropdown-toggle-no-caret::after {
  display: none !important;
}

.close-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  /* padding: 0.7rem 1rem; */
  color: inherit;
  font-size: 1.2rem;
  cursor: pointer;
}

.text-truncate {
  width: 150px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

button:disabled, select:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.toast{
  position: absolute; 
  top: 10px; 
  right: 10px;
}

.border-radius-0 {
  border-radius: 0px !important;
}

/*.card-body th {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
*/

ul.ks-cboxtags, ul.ks-cboxtags-all {
  list-style: none;
  padding: 0;
}

ul.ks-cboxtags li, ul.ks-cboxtags-all li {
  display: inline;
  margin-right: 10px;
}

ul.ks-cboxtags li label, ul.ks-cboxtags-all li label {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  background-color: #F5F8FA;
  padding: 0.75rem 1.5rem !important;
  margin-bottom: 1rem !important;
  /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1); */
  color: #7E8299;
  border-radius: 0.325rem;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  /* transition: all .2s; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

ul.ks-cboxtags li label, ul.ks-cboxtags-all li label {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-gray-800);
}

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "\f067";
  transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  background-color: #F5F8FA;
  color: #7E8299;
  transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
  
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

ul.ks-cboxtags-all li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  transition: transform .3s ease-in-out;
}

ul.ks-cboxtags-all li label .btn-close {
  font-size: 10px;
  color: red !important;
  padding: 15px 0 15px 15px;
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Signin & Signup Page
--------------------------------------------------------------*/
.sign-wrapper-1 {
  max-width: 450px;
  margin: auto;
}

.sign-wrapper-2 {
  max-width: 650px;
  margin: auto;
}

.sign-header h1 {
  font-size: 28px;
  line-height: 31px;
  color: #001f46;
}

.sign-header p {
  font-size: 14px;
  line-height: 18px;
  color: rgba(4, 0, 78, 0.5);
}

.sign-input label {
  color: #001f46;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 13px;
}

.sign-forgot-password {
  float: right !important;
  color: #0062e4;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.02em;
}

/*.sign-input .toggle_password {
  position: absolute;
  float: right !important;
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}
*/
.sign-btn, .sign-btn:hover {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  outline: 0px;
  background: #001f46;
  color: #fff;
/*  border-radius: 23px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  border: medium none;
  padding: 10px 30px;
  font-size: 16px;
  height: 46px;
  min-width: 120px;
}

.sign-extra {
  font-size: 14px;
  line-height: 18px;
  color: #001f46;
}

.sign-extra a {
  color: #0062e4;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.min-w-15 {
  min-width: 15% !important;
}

.min-w-85 {
  min-width: 85% !important;
}

.profile-card-image {
  width: 60px !important;
  height: 60px !important;
  border-radius: 100% !important;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.image-input:not(.image-input-empty) {
  background-image: none !important;
}

.image-input {
  position: relative;
  display: inline-block;
  border-radius: 0.475rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-input.image-input-outline .image-input-wrapper {
  border: 3px solid #FFFFFF;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.image-input .image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 0.475rem;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
  border: 0;
}

.btn.btn-icon.btn-circle {
  border-radius: 50%;
}*/

.image-input [data-kt-image-input-action="change"] {
  left: 100%;
  top: 0;
}

.image-input [data-kt-image-input-action] {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
}

/*.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.55rem + 2px);
  width: calc(1.5em + 1.55rem + 2px);
}*/

selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.image-input [data-kt-image-input-action="change"] input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.image-input.image-input-changed [data-kt-image-input-action="cancel"] {
  display: flex;
}

.image-input [data-kt-image-input-action="cancel"], .image-input [data-kt-image-input-action="remove"] {
  position: absolute;
  left: 100%;
  top: 100%;
}

.image-input [data-kt-image-input-action] {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
}
.secondary-menu {
  border-bottom: 1px solid #f8f8f8;
}

.secondary-menu-link {
  padding-top: 10px;
}

.secondary-menu-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.svg-icon i {
	font-size: 18px;
	padding-bottom: 10px;
}

.quick-link-img {
	width: 30px;
	padding-bottom: 10px;
}

.dashboard-card {
	background-color: #fff;
/*	background-image:url('../media/svg/shapes/wave-bg-dark.svg');*/
	background-repeat: no-repeat;
	background-size: cover;
  color: #000;
  border: 1px solid #e7e9ed;
}

.dashboard-icon {
	font-size: 26px;
}

.course-list-info__meta {
	color: #7e7e7e;
	font-weight: 400;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	margin-left: -6px;
	margin-right: -6px;
}

.course-list-info__meta > * {
  	margin: 0 6px;
}

.course-list-info__meta span {
	white-space: nowrap;
	display: block;
	line-height: 1.3;
}

.course-list-info__meta span i {
	margin-right: 6px;
	font-size: 14px;
}

.card-body-scroll {
	height: 215px;
}

.tutor-course-top-info__meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .tutor-course-top-info__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tutor-course-top-info__meta > * {
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 575px) {
  .tutor-course-top-info__meta > * {
    padding: 0;
  }
}
.tutor-course-top-info__meta > *::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1px;
  height: 22px;
  background: #d9dee3;
}
@media only screen and (max-width: 575px) {
  .tutor-course-top-info__meta > *::before {
    display: none;
  }
}
.tutor-course-top-info__meta > *:first-child {
  padding-left: 0;
}
.tutor-course-top-info__meta > *:first-child::before {
  display: none;
}
.tutor-course-top-info__meta > *:last-child {
  padding-right: 0;
}
.tutor-course-top-info__meta-instructor {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.tutor-course-top-info__meta-instructor .instructor-avatar img {
  display: block;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}
.tutor-course-top-info__meta-instructor .instructor-name {
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #252525;
  padding-left: 10px;
}
.tutor-course-top-info__meta-update {
  line-height: 36px;
}
.tutor-course-segment + .tutor-course-segment {
  margin-top: 45px;
}
.tutor-course-segment__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media only screen and (max-width: 575px) {
  .tutor-course-segment__title {
    font-size: 18px;
  }
}
.tutor-course-segment__title .count {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.tutor-course-segment__prerequisites-warning {
  padding: 13px 20px 13px 58px;
  border: 1px solid #f7e5b9;
  border-radius: 4px;
  font-weight: 500;
  background: #fffff5;
  color: #b39f70;
  position: relative;
}
.tutor-course-segment__prerequisites-warning i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.tutor-course-segment__prerequisites-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tutor-course-segment__prerequisites-list li {
  margin-top: 20px;
}
.tutor-course-segment_about-course {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
}
.tutor-course-segment__tags {
  display: flex;
  margin-top: 16px;
}
.tutor-course-segment__tags > * {
  margin-right: 11px;
}
.tutor-course-segment__tags > *:last-child {
  margin-right: 0;
}
.tutor-course-segment__tags-title {
  flex-shrink: 0;
}
.tutor-course-segment__tags-title i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #252525;
}
.tutor-course-segment__tags-list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  color: #666666;
  font-weight: 500;
}
.tutor-course-segment__tags-list > * {
  margin-right: 5px;
  margin-top: 2px;
  color: inherit;
}
.tutor-course-segment__benefits-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 5px;
}
.tutor-course-segment__benefit-item {
  margin: 0 0 12px;
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .tutor-course-segment__benefit-item {
    width: 100%;
  }
}
.tutor-course-segment__benefit-content {
  position: relative;
  padding-left: 31px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.tutor-course-segment__benefit-content i {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  width: 21px;
  height: 21px;
  color: #6cbd7e;
  border: 1px solid #eee;
  border-radius: 50%;
}
/*.tutor-course-segment__benefit-content .benefit-text {
  font-weight: 500;
}*/
.tutor-course-segment__list-style-01 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tutor-course-segment__list-style-01 li {
  padding-left: 25px;
  position: relative;
  line-height: 26px;
}
.tutor-course-segment__list-style-01 li + li {
  margin-top: 10px;
}
/*.tutor-course-segment__list-style-01 li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #0071dc;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}*/
.tutor-course-segment__list-style-02 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.tutor-course-segment__list-style-02 li {
  padding-left: 25px;
  position: relative;
  line-height: 26px;
}
.tutor-course-segment__list-style-02 li + li {
  margin-top: 10px;
}
.tutor-course-segment__list-style-02 li::before {
  content: "\f30b";
  position: absolute;
  left: 0;
  color: #333;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.tutor-course-segment__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tutor-course-segment__lessons-duration {
  display: flex;
  margin-bottom: 12px;
}
.tutor-course-segment__lessons-duration > * {
  margin-right: 45px;
}
.tutor-course-segment__lessons-duration > *:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .tutor-course-segment__lessons-duration > * {
    margin-right: 20px;
  }
}
.tutor-course-segment__lessons-duration span {
  white-space: nowrap;
}
.tutor-course-segment__lessons {
  font-weight: 500;
}
.tutor-course-segment__instructor {
  padding-top: 8px;
}
.tutor-course-segment__feedback {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
}
.tutor-course-segment__reviews-average {
  width: 200px;
  height: 190px;
  padding: 20px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  margin-right: 40px;
}
@media only screen and (max-width: 575px) {
  .tutor-course-segment__reviews-average {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .tutor-course-segment__reviews-average {
    width: 140px;
    height: 150px;
    padding: 15px;
  }
}
.tutor-course-segment__reviews-average .count {
  font-size: 40px;
  font-weight: 500;
  color: #0071dc;
  line-height: 1.2;
  margin: 0 0 8px;
}
@media only screen and (max-width: 575px) {
  .tutor-course-segment__reviews-average .count {
    font-size: 36px;
  }
}
.tutor-course-segment__reviews-average .rating-star {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
}
.tutor-course-segment__reviews-average .rating-star::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 2px;
}
@media only screen and (max-width: 575px) {
  .tutor-course-segment__reviews-average .rating-star::before {
    font-size: 12px;
  }
}
.tutor-course-segment__reviews-average .rating-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.tutor-course-segment__reviews-average .rating-label::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 16px;
  color: #f7c04d;
  letter-spacing: 2px;
}
@media only screen and (max-width: 575px) {
  .tutor-course-segment__reviews-average .rating-label::before {
    font-size: 12px;
  }
}
.tutor-course-segment__reviews-metar {
  flex-grow: 1;
  margin: 10px 0;
}
.tutor-course-segment__reviews-metar .course-rating-metar {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
@media only screen and (max-width: 575px) {
  .tutor-course-segment__reviews-metar .course-rating-metar {
    margin: 2px 0;
  }
}
.tutor-course-segment__reviews-metar .rating-metar-col {
  margin: 0 13px 0 20px;
  flex: 1;
}
.tutor-course-segment__reviews-metar .rating-metar-text {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  min-width: 38px;
}
.tutor-course-segment__reviews-metar .rating-star {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
}
.tutor-course-segment__reviews-metar .rating-star::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ccc;
  letter-spacing: 2px;
}
.tutor-course-segment__reviews-metar .rating-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.tutor-course-segment__reviews-metar .rating-label::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #f7c04d;
  letter-spacing: 2px;
}
.tutor-course-segment__reviews-metar .rating-metar-bar {
  height: 6px;
  background: #eee;
  border-radius: 3px;
  min-width: 100px;
  width: 100%;
  overflow: hidden;
}
.tutor-course-segment__reviews-metar .rating-metar-line {
  height: 100%;
  border-radius: inherit;
  background: #0071dc;
}
.tutor-course-segment__review-commnet {
  padding-top: 4px;
}
.tutor-course-segment__reviews {
  padding-top: 8px;
}
.prerequisites-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #252525;
  font-weight: 400;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 13px 15px;
}
@media only screen and (max-width: 575px) {
  .prerequisites-item {
    padding: 8px 10px;
    font-size: 13px;
  }
}
.prerequisites-item__thumbnail img {
  width: 70px;
  border-radius: 5px;
  height: auto;
  margin: 0 !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.08);
}
.prerequisites-item__title {
  flex-grow: 1;
  padding-left: 15px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.course-curriculum .accordion-item {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}
.course-curriculum .accordion-item + .accordion-item {
  margin-top: 15px;
}
.course-curriculum .accordion-button {
  padding: 17px 30px;
  font-size: 15px;
  line-height: 26px;
  color: #0071dc;
  font-weight: 500;
  box-shadow: none;
}
@media only screen and (max-width: 575px) {
  .course-curriculum .accordion-button {
    padding: 12px 20px;
  }
}
/*.course-curriculum .accordion-button::after {
  display: none;
}*/
.course-curriculum .accordion-button .tutor-icon {
  position: relative;
  font-size: 16px;
  margin-right: 10px;
}
/*.course-curriculum .accordion-button .tutor-icon::before {
  content: "\f067";
  position: relative;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 400;
  font-style: normal;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}*/
.course-curriculum .accordion-button:not(.collapsed) {
  background-color: transparent;
}
/*.course-curriculum .accordion-button:not(.collapsed) .tutor-icon::before {
  content: "\f068";
}*/
.course-curriculum__lesson {
  display: flex;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 30px;
}
@media only screen and (max-width: 575px) {
  .course-curriculum__lesson {
    padding: 8px 20px;
  }
}
.course-curriculum__lesson:nth-child(odd) {
  background: #f8f8f8;
}
.course-curriculum__lesson-link {
  color: inherit;
}
.course-curriculum__title {
  flex: 1 0 0;
  padding-left: 18px;
  position: relative;
}
.course-curriculum__title i {
  color: #666666;
  position: absolute;
  top: 7px;
  left: 0;
}
.course-curriculum__icon i {
  margin-left: 15px;
  line-height: inherit;
  color: #666666;
}
.course-curriculum__icon .status {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.tutor-course-price-preview {
  border-radius: 5px;
  border: 1px solid #eee;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .tutor-course-price-preview {
    padding: 20px;
  }
}
.tutor-course-price-preview__thumbnail {
  margin: -31px -31px 28px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .tutor-course-price-preview__thumbnail {
    margin: -21px -21px 20px;
  }
}
.tutor-course-price-preview__price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.tutor-course-price-preview__price > * {
  margin-right: 10px;
}
.tutor-course-price-preview__price > *:last-child {
  margin-right: 0;
}
.tutor-course-price-preview__meta {
  margin-bottom: 14px;
}
.tutor-course-price-preview__btn {
  padding-top: 10px;
}
.tutor-course-price-preview__btn .btn {
  margin-top: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 1500px) {
  .tutor-course-price-preview__btn .btn {
    height: 60px;
    line-height: 60px;
  }
}
.tutor-course-price-preview__btn .btn i {
  margin-right: 8px;
}
.tutor-course-price-preview__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.tutor-course-price-preview__social a {
  padding: 0 13px;
  font-size: 20px;
  color: #9aa5b3;
}
.tutor-course-price-preview__social a:hover {
  color: #0071dc;
}
.tutor-course-price-preview__price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.tutor-course-price-preview__price > * {
  margin-right: 10px;
}
.tutor-course-price-preview__price > *:last-child {
  margin-right: 0;
}
.tutor-course-price-preview__meta {
  margin-bottom: 14px;
}
.tutor-course-price-preview__btn {
  padding-top: 10px;
}
.tutor-course-price-preview__btn .btn {
  margin-top: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 1500px) {
  .tutor-course-price-preview__btn .btn {
    height: 60px;
    line-height: 60px;
  }
}
.tutor-course-price-preview__btn .btn i {
  margin-right: 8px;
}
.tutor-course-price-preview__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.tutor-course-price-preview__social a {
  padding: 0 13px;
  font-size: 20px;
  color: #9aa5b3;
}
.tutor-course-price-preview__social a:hover {
  color: #0071dc;
}

.tutor-course-price {
  display: flex;
  align-items: flex-end;
}
.tutor-course-price > * {
  margin-right: 18px;
}
@media only screen and (max-width: 575px) {
  .tutor-course-price > * {
    margin-right: 15px;
  }
}
.tutor-course-price > *:last-child {
  margin-right: 0;
}
.tutor-course-price .sale-price {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #d31819;
}
@media only screen and (max-width: 575px) {
  .tutor-course-price .sale-price {
    font-size: 24px;
  }
}
.tutor-course-price .sale-price .separator {
  font-size: 70%;
}
.tutor-course-price .regular-price {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  text-decoration: line-through;
}
@media only screen and (max-width: 575px) {
  .tutor-course-price .regular-price {
    font-size: 13px;
  }
}
.tutor-course-price .regular-price .separator {
  font-size: 70%;
}

.tutor-course-price-badge {
  display: inline-block;
  border: 2px solid #eee;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 10px;
  text-align: center;
  min-width: 84px;
  color: #0071dc;
}
.tutor-course-meta-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tutor-course-meta-list li {
  display: flex;
  align-items: center;
  padding: 11px 0;
}
.tutor-course-meta-list li + li {
  border-top: 1px solid #eee;
}
.tutor-course-meta-list li .label {
  color: #252525;
  font-weight: 400;
  flex-grow: 1;
}
.tutor-course-meta-list li .label i {
  min-width: 20px;
  font-size: 15px;
  line-height: 1;
  margin-right: 4px;
  color: #333;
}
.tutor-course-meta-list li .value {
  font-weight: 1;
  text-align: right;
  flex-grow: 1;
}