@import "_variables.css";
.create-course .accordion-item{
	background: var(--text-white);
	border-radius: 10px;
}
.create-course .accordion-item + .accordion-item{
	margin-top: 20px;
}
.create-course .accordion-item .accordion-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.create-course .accordion-item .accordion-header .section-action button {
    padding: 10px 20px;
    box-shadow: none;
    margin: 0;
}
.course-builder .accordion-item{
	background: var(--bg-light);
}
.course-builder .accordion-item .accordion-header .accordion-button{
	font-size: 22px;
	font-weight: 600;
	max-width: calc(100% - 50px);
}
.course-builder .accordion-item .accordion-body{
	overflow-y: auto;
}
.course-builder .accordion-item .accordion-body .course-builder-item{
	min-width: 400px;
}
.course-builder-item{
	padding: 0px;
	display: block;
	list-style: none;
	border: 1px solid var(--border-color);
	border-radius: 5px;
}
.course-builder-item li{
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.course-builder-item li + li{
	border-top: 1px solid var(--border-color);
}
.course-builder-item .course-item-icon{
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid var(--border-color);
	display: flex;
	justify-content: center;
	align-items: center;
}
.course-builder-item .course-item-info{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
}
.course-builder-item .course-item-info *{
	margin: 0px;
}
.course-builder-item .course-item-info p strong{
	font-size: 14px;
}
.course-builder-item .course-item-action{
	display: flex;
	align-items: center;
	min-width: 110px;
	justify-content: end;
}
.course-builder-item .course-item-action > * {
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    box-shadow: none;
}
.create-course .course-builder .accordion-item .accordion-header .accordion-button{
	font-size: 16px;
	font-weight: 600;
}
.video-progress progress{
	width: 100%;
	height: 5px;
}

/* dashboard CSS */

.evg-color-sucess {
  color: var(--egdashboard-sucess);
}
.evg-color-danger {
  color: var(--egdashboard-danger);
}
.evg-common-date {
  color: #757C8E;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.evg-common-text {
  color: var(--egtext-body);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.evg-common-shadow {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.evg-btn-border {
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  padding: 10px 19px 7px;
  line-height: 1;
  border: 1px solid #E6E8F0;
  color: var(--bs-primary);
  background-color: var(--bg-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.evg-btn-border:hover {
  color: var(--bg-white);
  border-color: var(--bs-primary);
  background: var(--bs-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.evg-btn-border span {
  display: inline-block;
  margin-right: 4px;
}
.evg-btn-border span svg {
  transform: translateY(-2px);
}

.egbtn-enroll {
  border-radius: 6px;
  color: var(--bg-white);
  font-size: 15px;
  font-weight: 600;
  background-color: var(--bs-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  line-height: 1;
  display: inline-block;
  border: 2px solid var(--bs-primary);
  padding: 10.5px 22px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.egbtn-enroll:hover {
  background-color: var(--bg-white);
  color: var(--bs-primary);
}
.egbtn-add-course {
  color: #303651;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--bg-white);
  padding: 11.5px 21px;
  border-radius: 40px;
  border: 2px solid var(--bg-white);
  display: inline-block;
}
.egbtn-add-course i {
  color: #697089;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.egbtn-add-course:hover {
  color: var(--bg-white);
  background-color: transparent;
}
.egbtn-add-course:hover i {
  color: var(--bg-white);
}
.egbtn-add-course.profile {
  font-size: 15px;
  font-weight: 600;
  border: none;
  color: var(--bg-white);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.35);
}
.egbtn-add-course.profile span {
  display: inline-block;
  transform: translateY(-3px);
  margin-right: 5px;
}
.egbtn-course {
  border-radius: 6px;
  background: var(--bs-secondary);
  border: 2px solid var(--bs-secondary);
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: var(--bg-white);
  padding: 4px 12px 5px 12px;
  display: inline-block;
  box-shadow: 0px 0px 1px 0px #5B7D55, 0px 1px 2px 0px rgba(91, 125, 85, 0.25);
}
.egbtn-course:hover {
  background-color: var(--bg-white);
  color: var(--bs-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .egbtn-course {
    padding: 4px 8px 5px 8px;
  }
}

.evg-btn-cancel {
  color: #4F5158;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(117, 124, 142, 0.2);
  line-height: 1;
  padding: 9px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.evg-btn-cancel:hover {
  background-color: #ED1B2E;
  border-color: #ED1B2E;
  color: var(--bg-white);
}
.evg-btn-delete {
  color: #4F5158;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #F4F5FA;
  background: #F0F1F6;
  line-height: 1;
  padding: 9px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.evg-btn-delete:hover {
  background-color: #ED1B2E;
  border-color: #ED1B2E;
  color: var(--bg-white);
}
.evg-btn-edit {
  color: var(--bg-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 9px 20px;
  border-radius: 6px;
  background: var(--bs-primary);
  display: inline-block;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.evg-btn-edit:hover {
  box-shadow: none;
}
.evg-btn-details {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(60, 102, 249, 0.2);
  line-height: 1;
  padding: 8.5px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.evg-btn-details:hover {
  background: var(--bs-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--bg-white);
}

.eginstructor-wrap {
  padding: 0 36px 0 48px;
  transform: translateY(46px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .eginstructor-wrap {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .eginstructor-wrap {
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 767px) {
  .eginstructor-info {
    flex-wrap: wrap;
  }
}
.eginstructor-avatar {
  flex: 0 0 auto;
  margin-right: 40px;
}
.eginstructor-avatar img {
  height: 166px;
  width: 166px;
  border-radius: 50%;
  object-fit: cover;
  padding: 8px;
  background-color: var(--bg-white);
}
.eginstructor-avatar.profile img {
  height: 130px;
  width: 130px;
}
.eginstructor-avatar.profile span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.eginstructor-content {
  margin-top: 32px;
}
.eginstructor-title {
  color: var(--bg-white);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
}
.eginstructor-rate span {
  font-size: 16px;
  font-weight: 400;
  color: var(--bg-white);
}
.eginstructor-rate .profile {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--bg-white);
}
.eginstructor-rate .profile:not(:last-child) {
  margin-right: 20px;
}
.eginstructor-rate .profile:not(:last-child)::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: -12px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--bg-white);
}
.eginstructor-rating {
  margin-right: 10px;
}
.eginstructor-rating i {
  color: #FFAD32;
  margin: 0 -1px;
}
.eginstructor-course-btn {
  margin-top: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .eginstructor-course-btn {
    margin-top: 30px;
  }
}
.eginstructor-course-btn.profile {
  margin-top: 12px;
}

.egfact-wrapper {
  margin-bottom: 25px;
}
.egfact-item {
  box-shadow: 0px 6px 6px rgba(8, 19, 34, 0.02);
  background-color: var(--bg-white);
  padding: 25px 30px;
  border-radius: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .egfact-item {
    margin-bottom: 30px;
  }
}
.egfact-item::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
}
.egfact-count {
  color: #1E1E2F;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
}
.egfact-content span {
  color: #6C7275;
  font-size: 15px;
  font-weight: 400;
}
.egfact-icon span {
  height: 60px;
  width: 60px;
  background-color: #F0EEFD;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  display: inline-block;
}

span.common-pale-yellow {
  background-color: #FFF0ED;
}
span.common-pale-pacific {
  background-color: #E7F6F8;
}
span.common-pale-blue {
  background-color: #E5F4FF;
}
span.common-pale-green {
  background-color: #E6F5EA;
}
span.common-pale-purple {
  background-color: #EFE7FC;
}

.egdashboard-course-wrapper {
  padding-bottom: 70px;
}
.egdashboard-course-list {
  background-color: var(--bg-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14);
  padding: 40px 34px 26px 34px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .egdashboard-course-list > ul {
    overflow-x: scroll;
  }
}
.egdashboard-course-list ul li {
  list-style: none;
  padding: 15.5px 0;
}
.egdashboard-course-list ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}
.egdashboard-course-list ul li:first-child {
  border-bottom: none;
  padding: 8.5px 0;
}
@media only screen and (max-width: 767px) {
  .egdashboard-course-list ul li {
    width: 600px;
  }
}
.egdashboard-course-list ul li.active {
  background-color: #F4F5FA;
  border-radius: 8px;
}
.egdashboard-course-list ul li.active .egdashboard-course-name-title {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
}
.egdashboard-course-list ul li.active .egdashboard-course-enroll span, .egdashboard-course-list ul li.active .egdashboard-course-rating span {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
}
.egdashboard-course-item {
  display: flex;
  align-items: center;
}
.egdashboard-course-name {
  width: 512px;
}
.egdashboard-course-name-title {
  margin-bottom: 0;
  margin-left: 20px;
  color: #57595F;
  font-size: 16px;
  font-weight: 400;
}
.egdashboard-course-enroll {
  margin-left: 15px;
  width: 185px;
}
.egdashboard-course-enroll span {
  color: #57595F;
  font-size: 16px;
  font-weight: 400;
}
.egdashboard-course-rating {
  margin-left: 15px;
  width: 185px;
}
.egdashboard-course-rating i {
  font-size: 13px;
  color: #FF9E4E;
  margin: 0 -1px;
}
.egdashboard-course-details a {
  color: #57595F;
  font-size: 15px;
  font-weight: 500;
}
.egdashboard-course-details a i {
  margin-left: 4px;
  transform: translateY(1px);
}
.egdashboard-course-details a:hover {
  color: var(--bs-primary);
}

.egprofile-box {
  background-color: var(--bg-white);
  padding: 46px 34px;
  border-radius: 16px;
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px) {
  .egprofile-box {
    padding: 30px;
  }
}
.egprofile-box.my-profile {
  padding: 46px 36px 46px 48px;
  z-index: 1;
}
.egprofile-wrap {
  border-radius: 8px;
  border: 1px solid #E6E8F0;
  background-color: #F9F9F9;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .egprofile-wrap ul {
    overflow-x: scroll;
  }
}
.egprofile-wrap ul li {
  list-style: none;
}
.egprofile-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}
@media only screen and (max-width: 767px) {
  .egprofile-wrap ul li {
    width: 700px;
  }
}
.egprofile-info-tag {
  width: 220px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .egprofile-info-tag {
    width: 200px;
  }
}
.egprofile-info-tag span {
  padding: 13px 30px;
  color: #57595F;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
.egprofile-info-details {
  background-color: #fff;
  width: 100%;
}
.egprofile-info-details span {
  padding: 13px 30px;
  color: #4F5158;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.egprofile-info-details span.details-zone {
  padding: 13px 30px 31px 30px;
}

.evg-table {
  border-radius: 16px;
  padding: 40px 34px 24px 34px;
  background-color: var(--bg-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .evg-table {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .evg-table {
    padding: 40px 20px 24px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .evg-table {
    padding: 20px;
  }
}
.evg-table-row {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.evg-table-title {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .evg-table > ul {
    width: 900px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .evg-table > ul {
    width: 850px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .evg-table > ul {
    width: 820px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .evg-table > ul {
    width: 850px;
    padding-right: 30px;
  }
}
.evg-table ul li {
  list-style: none;
  padding: 25px 0;
}
.evg-table ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}
.evg-table ul li:first-child {
  border-bottom: none;
  padding: 14px 0;
}
.evg-table ul li:hover {
  background-color: #F9F9F9;
}
.evg-table ul li.evg-table-head {
  border-radius: 8px;
  background: #F4F5FA;
}
.evg-action-btn button, .evg-action-btn a {
  position: relative;
  display: inline-block;
  color: #808187;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #EEEFF4;
}
.evg-action-btn button:hover, .evg-action-btn a:hover {
  color: var(--bg-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.evg-action-btn button:hover .evg-action-tooltip, .evg-action-btn a:hover .evg-action-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-12px);
}
.evg-action-btn button.nohover:hover, .evg-action-btn a.nohover:hover {
  border-color: inherit;
  background-color: inherit;
  box-shadow: inherit;
}
.evg-action-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: max-content;
  background-color: #031233;
  color: var(--bg-white);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 12px 7px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.evg-action-tooltip::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #031233;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.evg-action-inexact-btn {
  display: inline-block;
  position: relative;
}
.evg-action-inexact-btn:not(:last-child) {
  margin-right: 5px;
}
.evg-action-inexact-btn > button, .evg-action-inexact-btn > a {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
  color: #697089;
  border: 1px solid transparent;
}
.evg-action-inexact-btn > button svg, .evg-action-inexact-btn > a svg {
  transform: translateX(-1px);
}
.evg-action-inexact-btn > button:hover, .evg-action-inexact-btn > a:hover {
  color: var(--bs-primary);
  border-radius: 30px;
  border: 1px solid rgba(85, 109, 245, 0.2);
  background: rgba(85, 109, 245, 0.1);
}
.evg-action-inexact-btn > button.click, .evg-action-inexact-btn > a.click {
  position: relative;
}
.evg-action-inexact-btn > button.border-bg, .evg-action-inexact-btn > a.border-bg {
  line-height: 14px;
}
.evg-action-inexact-btn > button.border-bg svg, .evg-action-inexact-btn > a.border-bg svg {
  transform: translateX(0px);
}
.evg-action-inexact-btn.active .evg-action-click-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.evg-action-click-tooltip {
  background-color: #24272E;
  padding: 8px 8px;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(3, 18, 51, 0.3);
  border-radius: 6px;
  position: absolute;
  right: -18px;
  bottom: calc(100% + 10px);
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.evg-action-click-tooltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  right: 27px;
  width: 0;
  height: 0;
  border-top: 6px solid #303651;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.evg-action-click-tooltip button {
  display: block;
  border-radius: 4px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  padding: 10px 13px;
  width: 156px;
}
.evg-action-click-tooltip button span {
  display: inline-block;
  width: 20px;
}
.evg-action-click-tooltip button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.evg-action-click-tooltip.bundle button {
  width: 120px;
}
.evg-action-approv button {
  display: inline-block;
  color: var(--egdashboard-sucess);
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #EEEFF4;
  border-radius: 4px;
  border: 1px solid rgba(36, 161, 72, 0.12);
  background: #E8F9ED;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.evg-action-approv button.reject {
  color: #BEBFC1;
  border-color: #E5E6EB;
  background-color: transparent;
}
.evg-action-approv button.reject:hover {
  color: var(--egdashboard-danger);
  border: 1px solid rgba(255, 77, 79, 0.12);
  background: rgba(255, 77, 79, 0.08);
}
.evg-action-approv button.style-bg-2 {
  background-color: #00B890;
  color: var(--bg-white);
}
.evg-status button {
  display: inline-block;
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  color: #697089;
  border: 1px solid #EEEFF4;
}
.evg-status-complete button {
  display: inline-block;
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  color: var(--bg-white);
  border: 1px solid #00B890;
  background-color: #00B890;
}
.evg-badge {
  display: inline-block;
  border-radius: 23px;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  padding: 2px 11px 5px 11px;
}
.evg-badge.sucess {
  color: var(--egdashboard-sucess);
  background: rgba(15, 159, 85, 0.1);
  border: 1px solid rgba(36, 161, 72, 0.12);
}
.evg-badge.danger {
  color: var(--egdashboard-danger);
  border: 1px solid rgba(255, 77, 79, 0.12);
  background: rgba(255, 77, 79, 0.08);
}
.evg-badge.warning {
  color: var(--egdashboard-warning);
  border: 1px solid rgba(245, 155, 18, 0.12);
  background: rgba(245, 155, 18, 0.08);
}
.evg-badge.info {
  color: var(--egdashboard-info);
  border: 1px solid rgba(84, 111, 255, 0.12);
  background: rgba(84, 111, 255, 0.08);
}
.evg-border-btn {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  line-height: 1;
  padding: 8px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid rgba(60, 102, 249, 0.2);
}
.evg-border-btn:hover {
  background: var(--bs-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--bg-white);
}
.evg-border-btn.active {
  background-color: var(--bs-primary);
  color: var(--bg-white);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.evg-border-btn.active:hover {
  background-color: transparent;
  box-shadow: none;
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.evg-border-btn a {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(60, 102, 249, 0.2);
  line-height: 1;
  padding: 8.5px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.evg-border-btn a:hover {
  background: var(--bs-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--bg-white);
}
.evg-border-btn a.active {
  background-color: var(--bs-primary);
  color: var(--bg-white);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.evg-border-btn a.active:hover {
  background-color: transparent;
  box-shadow: none;
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.evg-input .font {
  font-size: 16px;
}
.evg-input label {
  color: #303651;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 7px;
}
.evg-input input, .evg-input textarea {
  resize: none;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--bg-white);
  box-shadow: 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  transition: all 0.3s 0s ease-out;
}
.evg-input input:focus, .evg-input textarea:focus {
  border-color: var(--egtheme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}
.evg-input input::placeholder, .evg-input textarea::placeholder {
  color: #8F9195;
  font-size: 16px;
  font-weight: 400;
}
.evg-input textarea {
  height: 162px;
}
.evg-input .evg-redio-style.tmy-tab .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #E6E8F0;
}
.evg-box-shadow {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.evg-input-white label {
  color: #8F9195;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}
.evg-input-white input {
  border-radius: 10px;
  background: var(--bg-white);
  height: 50px;
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.evg-input-white input:focus {
  border-color: var(--bs-primary);
}
.evg-input-white input::placeholder {
  color: #757C8E;
  font-size: 17px;
  font-weight: 400;
}
.evg-input-white textarea {
  height: 160px;
  border-radius: 10px;
  resize: none;
  padding: 14px 24px;
  background: var(--bg-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.evg-input-white textarea:focus {
  box-shadow: none;
}
.evg-input-white textarea::placeholder {
  color: #757C8E;
  font-size: 17px;
  font-weight: 400;
}

.evg-table.li-hover-none ul li:hover {
  background-color: transparent;
}
.evg-table.li-hover-none ul li.evg-table-head:hover {
  background-color: #F4F5FA;
}

.evg-certificate-img img {
  max-width: 90px;
  height: 64px;
  object-fit: cover;
  box-shadow: 2px 2px 2px rgba(16, 16, 16, 0.3);
}
.evg-certificate-badge {
  width: 138px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #EFF2FA;
  padding: 3px 16px;
  border: 1px solid #E7EAF2;
  justify-content: space-between;
}
.evg-certificate-badge:hover {
  background: rgba(85, 109, 245, 0.14);
}
.evg-certificate-badge:hover .evg-certificate-badge-text {
  color: var(--bs-primary);
}
.evg-certificate-badge:hover .evg-certificate-badge-publish svg {
  color: var(--bs-primary);
}
.evg-certificate-badge-text {
  color: #57595F;
  font-size: 14px;
  font-weight: 400;
}
.evg-certificate-badge-file {
  flex: 0 0 auto;
  margin-right: 2px;
  display: inline-block;
}
.evg-certificate-badge-file svg {
  transform: translateY(-2px);
  display: inline-block;
}
.evg-certificate-badge-publish svg {
  transform: translateY(-2px);
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.evg-certificate-badge.active {
  border: 1px solid rgba(36, 161, 72, 0.12);
  background: #E8F9ED;
}
.evg-certificate-badge.active .evg-certificate-badge-text {
  color: #24A148;
}
.evg-certificate-table .evg-table-row {
  margin-left: 0;
  display: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .evg-certificate-table ul {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.evg-certificate-table ul li {
  list-style: none;
  background-color: var(--bg-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
  padding: 23px 18px 23px 25px;
  border-radius: 10px;
}
.evg-certificate-table ul li:not(:last-of-type) {
  margin-bottom: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .evg-certificate-table ul li {
    width: 600px;
  }
}
.evg-certificate-info {
  width: 600px;
}
.evg-certificate-badges {
  flex: 0 0 auto;
  width: 140px;
}
.evg-certificate-edit {
  margin-left: 10px;
  flex: 0 0 auto;
}
.evg-certificate-delete {
  flex: 0 0 auto;
  margin-left: 10px;
}
.evg-certificate-title {
  color: #57595F;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.egdashboard-body-bg {
 
}
.egdashboard-banner-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.egdashboard-banner-bg {
  padding-top: 154px;
  border-radius: 14px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.egdashboard-banner-bg.profile {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .egdashboard-banner-bg.profile {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .egdashboard-banner-bg.profile {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .egdashboard-banner-bg.profile .eginstructor-wrap {
    transform: translateY(46px);
  }
}
@media only screen and (max-width: 767px) {
  .egdashboard-banner-bg.profile .eginstructor-wrap {
    transform: translateY(-20px);
  }
}
.egdashboard-banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.egdashboard-banner-shape img {
  width: 100%;
}
.egdashboard-title {
  color: #0A1C3A;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 33px;
}

.egdashboard-tab {
  border-radius: 10px;
  background: var(--bg-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.egdashboard-tab-title {
  color: #303651;
  font-size: 26px;
  font-weight: 600;
  padding: 19px 30px 18px 30px;
  border-bottom: 1px solid #E6E8F0;
}
.egdashboard-tab-list {
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .egdashboard-tab-list {
    padding: 0;
  }
}
.egdashboard-tab-list ul li {
  list-style: none;
  display: inline-block;
}
.egdashboard-tab-list ul li a {
  color: #697089;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 11px 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .egdashboard-tab-list ul li a {
    padding: 10px 15px;
  }
}
.egdashboard-tab-list ul li a.active {
  color: var(--egdashboard-secondary);
  position: relative;
}
.egdashboard-tab-list ul li a.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: var(--bs-primary);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.egdashboard-course {
  border-radius: 10px;
  padding: 10px 10px 10px;
  background: var(--bg-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.egdashboard-course:hover .egdashboard-course-thumb img {
  transform: scale(1.08);
}
.egdashboard-course.courde-edit .egdashboard-course-content {
  padding: 20px 10px 0;
}
.egdashboard-course.courde-edit .egdashboard-course-meta {
  padding-bottom: 12px;
  border-bottom: 1px solid #E9EBF1;
}
.egdashboard-course-content {
  padding: 18px 14px 19px 14px;
}
.egdashboard-course-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.egdashboard-course-thumb img {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.egdashboard-course-title {
  color: #031F42;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.egdashboard-course-title a:hover {
  color: var(--bs-primary);
}
.egdashboard-course-meta {
  margin-bottom: 10px;
}
.egdashboard-course-meta span {
  color: #8F9195;
  font-size: 14px;
  display: inline-block;
  margin-right: 1px;
}
.egdashboard-course-meta span:not(:last-of-type) {
  margin-right: 16px;
}
.egdashboard-course-meta span span {
  display: inline-block;
  transform: translateY(-2px);
}
.egdashboard-course-btn .egbtn-border {
  display: block;
}
.egdashboard-course-free span {
  font-size: 18px;
  font-weight: 600;
  color: var(--egdashboard-secondary);
}
.egdashboard-btn .egdashboard-course-free {
  margin-left: 10px;
}
.egdashboard-btn .egcourse-pricing {
  text-align: end;
  flex: 0 0 auto;
  margin-left: 8px;
}
.egdashboard-rating {
  margin-bottom: 4px;
}
.egdashboard-rating i {
  color: #FFB21D;
}
.egdashboard-rating span {
  color: #8F9195;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-left: 3px;
}
.egdashboard-progress {
  margin-bottom: 25px;
}
.egdashboard-progress-info span {
  color: #8F9195;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}
.egdashboard-progress .progress {
  border-radius: 2px;
  background: #EFF1F7;
  height: 4px;
}
.egdashboard-progress .progress-bar {
  border-radius: 2px;
  background: #15AC6A;
}
.egdashboard-course-2 .egdashboard-course-meta {
  margin-bottom: 19px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E9EBF1;
}
.egdashboard-course-2 .egdashboard-course-content {
  padding: 18px 14px 11px 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .egdashboard-course-2 .egdashboard-course-content {
    padding: 0;
  }
}

.evg-dashboard-wrap-bg {
  background-repeat: no-repeat;
}
.evg-dashboard-footer .egfooter-widget-title {
  color: var(--bg-white);
}
.evg-dashboard-footer .egfooter-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.evg-dashboard-footer .egfooter-widget ul li a:hover {
  color: var(--bg-white);
}
.evg-dashboard-footer .egfooter-widget-content p {
  color: rgba(255, 255, 255, 0.7);
}
.evg-dashboard-footer .egfooter-newsletter-wrap p {
  color: rgba(255, 255, 255, 0.7);
}
.evg-dashboard-footer .egfooter-newsletter-input input {
  border-radius: 50px;
  font-size: 16px;
  color: var(--bg-white);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.evg-dashboard-footer .egfooter-newsletter-input input::placeholder {
  font-size: 16px;
  color: var(--bg-white);
}
.evg-dashboard-footer .egfooter-newsletter-input input:focus {
  border-color: var(--bs-primary);
}
.evg-dashboard-footer .egfooter-newsletter-submit .egbtn {
  border-radius: 50px;
  border-color: var(--bs-primary);
  background: var(--bs-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.evg-dashboard-footer .egfooter-newsletter-social a {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: var(--bg-white);
  height: 44px;
  width: 44px;
  line-height: 44px;
}
.evg-dashboard-footer .egfooter-contact span {
  color: rgba(255, 255, 255, 0.7);
}
.evg-dashboard-footer .egfooter-contact a {
  color: var(--bg-white);
}
.evg-dashboard-footer .egfooter-contact-mail a {
  color: var(--bg-white);
}
.evg-dashboard-footer .egfooter-contact-mail a span {
  color: var(--bg-white);
}
.evg-dashboard-footer-bottom {
  background: #142542;
}
.evg-dashboard-footer-bottom .egfooter-copyright span {
  color: var(--bg-white);
}
.evg-dashboard-right .main-menu {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .evg-dashboard-filter {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .evg-dashboard-search {
    margin-bottom: 20px;
  }
}
.evg-dashboard-search .egheader-2-search {
  width: 360px;
  margin-left: 0;
}
.evg-dashboard-search .egheader-2-search input {
  color: var(--egheading-primary);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 0 30px 0 50px;
  border-radius: 100px;
  border: 1px solid #F3F4F9;
  background-color: var(--bg-white);
}
.evg-dashboard-search .egheader-2-search input::placeholder {
  font-size: 15px;
  font-weight: 400;
}
.evg-dashboard-search .egheader-2-search input:focus {
  border-color: var(--egtheme-secondary);
  background-color: var(--bg-white);
}
.evg-dashboard-search .egheader-2-search-btn {
  position: absolute;
  right: auto;
  left: 22px;
}
.evg-dashboard-search .egheader-2-search-btn span {
  display: inline-block;
  transform: translateY(-1px);
}
.evg-dashboard-select .egcourse-filter-select .nice-select {
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  box-shadow: none;
  border-color: var(--bg-white);
  background: var(--bg-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .evg-dashboard-select-course {
    margin-bottom: 20px;
  }
}
.evg-dashboard-select-course .egcourse-filter-select .nice-select {
  float: none;
  width: 300px;
  height: 40px;
  border: inherit;
  box-shadow: none;
  line-height: 40px;
  padding-right: 45px;
  display: inline-table;
  background: var(--bg-white);
}
@media only screen and (max-width: 767px) {
  .evg-dashboard-select-calender {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .evg-dashboard-select-calender .evg-order-short-list {
    margin-bottom: 20px;
  }
}
.evg-dashboard-progress-box {
  border-radius: 10px;
  background-color: var(--bg-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .evg-dashboard-progress-box {
    margin-top: 30px;
  }
}
.evg-dashboard-progress-heading {
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .evg-dashboard-progress-heading {
    flex-wrap: wrap;
  }
}
.evg-dashboard-progress-item {
  border-bottom: 1px solid #E6E8EC;
  padding: 24px 107px 24px 29px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .evg-dashboard-progress-item {
    padding: 24px 90px 24px 29px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .evg-dashboard-progress-item {
    padding: 24px 57px 24px 28px;
  }
}
.evg-dashboard-progress-item:not(:last-of-type) {
  border-right: 1px solid #E6E8EC;
}
.evg-dashboard-progress-item span {
  font-weight: 400;
  font-size: 14px;
  color: #757c8e;
}
.evg-dashboard-progress-item p {
  font-weight: 600;
  font-size: 20px;
  color: #57595f;
  margin: 0;
}
.evg-dashboard-progress-body {
  padding: 0 30px 40px;
}
.evg-dashboard-progress-body h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.evg-dashboard-progress-graph {
  width: 770px;
  height: 254px;
  margin-left: 30px;
  border-radius: 4px;
  border: 1px solid #E6E8EC;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .evg-dashboard-progress-graph {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .evg-dashboard-progress-graph {
    width: 100%;
    margin-left: 0;
  }
}
.evg-dashboard-qa-tab {
  display: inline-block;
}
.evg-dashboard-qa-tab-bg {
  position: relative;
  border-radius: 50px;
  background: var(--bg-white);
}
.evg-dashboard-qa-tab-bg .nav-link.active {
  border-color: transparent;
  color: var(--bg-white);
  background-color: transparent;
}
.evg-dashboard-qa-tab-bg .nav-link.active:focus {
  border: none;
}
.evg-dashboard-qa-tab-bg .nav-link:hover {
  border: none;
}
.evg-dashboard-qa-tab-bg button {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #57595F;
  z-index: 999;
  padding: 15px 25px;
  transition: 0.3s;
  border: none !important;
}
.evg-dashboard-qa-tab-bg button.active {
  color: var(--bg-white);
}
.evg-dashboard-qa-tab-bg button.monthly.active ~ .test {
  transform: translateX(0px);
}
.evg-dashboard-qa-tab-bg .test {
  position: absolute;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  width: 100px;
  height: calc(100% - 8px);
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: "";
  border-radius: 30px;
  transform: translateX(104px);
  background: var(--bs-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.evg-dashboard-qa-select {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .evg-dashboard-qa-select {
    justify-content: start;
  }
}
.evg-dashboard-qa-select .egcourse-filter-select .nice-select {
  border: none;
  box-shadow: none;
  background: var(--bg-white);
}
.evg-dashboard-calender-box .fc .fc-button-primary {
  line-height: 1;
  text-transform: capitalize;
  color: var(--bs-primary);
  border-color: rgba(85, 109, 245, 0.14);
  background-color: rgba(85, 109, 245, 0.14);
}
.evg-dashboard-calender-box .fc .fc-button-primary:active, .evg-dashboard-calender-box .fc .fc-button-primary:focus {
  box-shadow: none !important;
  color: var(--bg-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.evg-dashboard-calender-box .fc .fc-button-primary.fc-button-active {
  height: 35px;
  color: var(--bg-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.evg-dashboard-calender-box .fc .fc-daygrid-day.fc-day-today {
  background-color: rgb(245, 246, 255);
}
.evg-dashboard-calender-box .fc table {
  font-size: 16px;
}
.evg-dashboard-calender-box .fc .fc-highlight {
  background-color: rgba(81, 105, 241, 0.06);
}
.evg-dashboard-calender-box .fc .fc-timegrid-col.fc-day-today {
  background-color: rgb(217, 223, 250);
}
.evg-dashboard-calender-box .fc .fc-cell-shaded, .evg-dashboard-calender-box .fc .fc .fc-day-disabled {
  background: hsl(234, 100%, 90%);
}
.evg-dashboard-course-edit-box {
  margin-left: -36px;
}
.evg-dashboard-course-edit .egcourse-filter-select .nice-select {
  float: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  border: inherit;
  box-shadow: none;
  background: var(--bg-white);
}
.evg-dashboard-course-edit .egcourse-filter-select .nice-select::after {
  right: 24px;
}

/*----------------------------------------*/
/*  7.3 Sidebar
/*----------------------------------------*/
.eguser-wrap {
  display: block;
  border-radius: 10px;
  padding: 28px 22px 12px 18px;
  background-color: var(--bg-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eguser-wrap {
    padding: 22px 10px;
  }
}
.eguser-banner {
  border: 1px solid #E6E8F0;
  border-radius: 8px;
  padding: 25px 0 27px 16px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.eguser-banner-title {
  color: #303651;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 14px;
}
.eguser-banner-text {
  width: 50%;
}
.eguser-banner-shape {
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: -1;
}
.eguser-menu {
  padding: 0px 0px 12px 0px;
}
.eguser-menu-title {
  padding: 6px 16px 4px 16px;
  color: #8F9195;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.eguser-menu-title.space-gap {
  margin-top: 10px;
  padding-bottom: 0;
}
.eguser-menu ul li {
  list-style: none;
}
.eguser-menu ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.eguser-menu ul li a {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  color: #4F5158;
  padding: 6px 16px 8px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.eguser-menu ul li a span {
  display: inline-block;
  width: 30px;
  transform: translateY(-1px);
}
.eguser-menu ul li a.active {
  border-radius: 8px;
  background: var(--bs-primary);
  color: var(--bg-white);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.eguser-menu ul li a.active:hover {
  box-shadow: none;
  color: var(--bg-white);
  background: var(--bs-secondary);
}
.eguser-menu ul li a:hover {
  color: var(--bs-primary);
  background: rgba(85, 109, 245, 0.14);
}

.evg-menu {
  padding: 0 85px;
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .evg-menu {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .evg-menu {
    padding: 0 30px;
  }
}
.evg-menu .egheader-2-search {
  width: 320px;
}
.evg-menu .egheader-2-search input {
  color: var(--egheading-primary);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 0 30px 0 50px;
  border-radius: 1000px;
  background-color: #F3F4F9;
  border: 2px solid #F3F4F9;
}
.evg-menu .egheader-2-search input:focus {
  border-color: var(--egtheme-secondary);
  background-color: var(--bg-white);
}
.evg-menu .egheader-2-search-btn {
  position: absolute;
  right: auto;
  left: 22px;
}
.evg-menu .egheader-2-search-btn span {
  display: inline-block;
  transform: translateY(-1px);
}
.evg-menu .egheader-2-btn {
  margin-left: 30px;
}
.evg-menu .egheader-2-cart {
  position: relative;
}
.evg-menu .egheader-2-cart::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  height: 34px;
  width: 1px;
  background: rgba(0, 31, 63, 0.12);
}
.evg-profile-avatar img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.evg-main {
  position: relative;
  z-index: 1;
}
.evg-user-sidebar {
  margin-right: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .evg-user-sidebar {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .evg-user-sidebar {
    margin-bottom: 30px;
  }
}

/*   profile setup    */
.instructor-info-section{
  position: relative;
  height: 100%;
}

/* Multi Step Form */

.progress-form {
  background-color: var(--text-white);
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0, 0, 0, 10%),
    0 1px 2px -1px rgb(0, 0, 0, 10%);
    width: 100%;
}
.progress-form__tabs {
  column-gap: 5px;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .progress-form__tabs {
    column-gap: 0.2rem;
  }
}

.progress-form__tabs-item {
  border: 0;
  position: relative;
  transition: color 0.2s ease-in-out;
  white-space: normal;
  background: transparent;
  flex: 1;
  --button-border-width: 5px;
  --button-border-style: solid;
  --button-border-color: var(--border-color);
  --button-border: var(--button-border-width)
    var(--button-border-style)
    var(--button-border-color);
  border-top: var(--button-border);
  font-size: 12px;
}

.progress-form__tabs-item:active {
  transform: none;
}

.progress-form__tabs-item:hover,
.progress-form__tabs-item:focus {
  background-color: inherit;
  color: inherit;
}

.progress-form__tabs-item::before {
  background-color: var(--bs-primary);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  transition: width 0.2s ease-in-out;
  width: 0;
}

@media only screen and (min-width: 640px) {
  .progress-form__tabs-item {
    display: block;
    font-size: 16px;
  }
}

/* --- Current Step --- */

.progress-form__tabs-item[aria-selected="true"] {
  display: block;
}

.progress-form__tabs-item[aria-selected="true"]::before {
  width: 50%;
}

.progress-form__tabs-item[aria-selected="true"] > .step {
  color: hsl(var(--light-blue-500));
}

/* --- Disabled Step --- */

@media only screen and (min-width: 640px) {
  .progress-form__tabs-item[aria-disabled="true"] {
    --button-background-color: transparent;
    --button-text-color: var(--bg-grey);

    background-color: var(--button-background-color);
    color: var(--button-text-color);
  }
}

/* --- Completed Step --- */

.progress-form__tabs-item[data-complete="true"]::before {
  width: 100%;
}

label > [data-required="true"]::after, legend > [data-required="true"]::after {
    color: var(--bs-danger);
    content: "*";
    padding-left: 0.25em;
    position: absolute;
}
.form__error-text {
    color: var(--bs-danger);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0.8rem;
}