/* element */
a {
  color: unset;
  background: 0 0;
  text-decoration: none;
}

.float-left {
  float: left;
}

.margin-auto {
  margin: auto;
}

.list-inline {
  list-style: none;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.list-inline>li {
  display: inline-block;
  padding: 0 10px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent !important;
}

.overflow-hidden {
  overflow: hidden;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-flex {
  display: flex;
}

.width-max {
  width: 100%;
}

.fit-content {
  width: fit-content !important;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

/* navbar */
header.navigation {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

nav .brand-logo img {
  height: 70%;
}

nav #desktop-nav {
  /* margin-left: 6em; */
}

nav #desktop-nav li a {
  /* padding: 0 1.25em; */
}

nav #desktop-nav .dropdown-course {
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 2;
}

nav #desktop-nav .dropdown-course a {
  color: black;
  border-bottom: 1px solid #F1F1F1;
}

nav #desktop-nav .dropdown-course a:hover {
  background-color: #F1F1F1;
}

nav #desktop-nav .dropdown-menu:hover .dropdown-course {
  display: block;
}

nav #user img.btn-logout {
  height: 50%;
  cursor: pointer;
  padding-left: 1em;
}

nav #mobile-nav .sidenav-submenu li>a {
  font-weight: 300;
  border-bottom: 0;
  /* height: 36px; */
}

nav #mobile-nav .btn-logout {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 90%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  transform: translate(-50%, 0);
}

/* footer */
.page-footer {
  z-index: 1;
}

.page-footer #sitemap {
  padding: 2.5rem 4.75rem 1.5rem;
}

.logo-sitemap {
  margin: 0 1em;
}

ul.sitemap-menu {
  margin-bottom: 1.35em;
}

ul.sitemap-menu a:hover {
  color: #BDBDBD;
}

/* block layout */
.container {
  /* width: 1344px; */
  /* max-width: 1344px; */
}

.nav-wrapper {
  padding: 0 10em;
}

.page-wrapper {
  /* padding: 0 8.75rem; */
}

.copyright {
  padding: 0 4.75rem;
}

.course-video-wrapper {
  padding: 8.125rem 10rem;
}

.section {
  padding: 4rem 0;
  /* padding-top: 2rem;
  padding-bottom: 2rem; */
}

.section-course {
  padding: 4rem 0;
}

.section-wrapper {
  padding: 6rem 0;
}

.section-intro .container {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 0);
}

.section-intro ul.indicators {
  overflow: hidden;
  text-wrap: nowrap;
}

/* page loding */
.loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.90);
  position: fixed;
  z-index: 9999;
  text-align: center;
  vertical-align: middle;
}

.loading:after {
  content: "";
  background-image: url('/public/img/loading/loading-dbd-academy.gif');
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.onload {
  background-image: url('/public/img/loading/loading-dbd-academy.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
}

/* them style */
.them-bg-color {
  background-color: #553A8D;
}

.them-bg-yellow {
  background-color: #DEA22B;
}

.them-text-color {
  color: #553A8D;
}

.them-text-yellow {
  color: #DEA22B;
}

/* card style */
.certificate-validation {
  border-radius: 1.25rem;
  padding: 3.125em;
  height: 30rem;
}

.certificate-validation .card-button {
  width: 45%;
  margin: 0 -0.75rem;
  position: absolute;
  bottom: 3.125em;
}

.certificate-validation .card-background {
  position: absolute;
  width: 51.25em;
  right: -20%;
  top: 12%;
}

.form-change-info .display-flex .btn {
  flex: auto;
  margin: 0 2em;
}

.form-change-info img.upload-form {
  max-width: 40%;
}

.form-change-info .helper-text {
  font-size: 0.875rem;
}

.card-cert-note {
  padding: 10rem 1rem;
}

/* card course */
.card {
  border-radius: 4px;
}

.card.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 14%), 0 6px 20px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 14%), 0 6px 20px 0 rgb(0 0 0 / 12%);
}

.card-panel {
  padding: 2.25rem;
}

.course-carousel {
  min-height: 32rem;
}

.card-course {
  min-height: 28rem;
  box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}

.card-video,
.card-pod-class {
  height: 25.1805em;
}

.card-course .card-action,
.card-video .bg-card,
.card-video .card-action,
.card-pod-class .bg-card,
.card-pod-class .card-action {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.card-video .bg-card,
.card-pod-class .bg-card {
  width: 100%;
  height: 75%;
  opacity: 0.65;
  object-fit: cover;
}

.course-image {
  height: 9.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-size: contain; */
  border-radius: 0.2em 0.2em 0 2.5em !important;
}

.course-video {
  padding-top: 65.1805%;
}

.course-icon img {
  position: absolute;
  width: 5em;
  left: 0;
  bottom: -0.625em;
  padding: 0.3em;
  border-radius: 100px;
  background-color: white;
}

.course-podclass img {
  position: absolute;
  width: 4em;
  top: 1.375em;
  right: 1.25em;
}

.course-podclass .course-title {
  position: absolute;
  top: 1em;
  left: 1em;
  margin-right: 40%;
  color: white;
}

.course-video img {
  position: absolute;
  width: 4em;
  right: 1em;
  top: 1em;
}

.course-video .course-title {
  position: absolute;
  left: 1em;
  bottom: 1em;
  margin-right: 3em;
}

.course-title {
  font-weight: 900;
  color: black;
  max-height: 3.687em;
  font-size: 1.25em !important;
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-content {
  min-height: 12.5em;
  padding: 1.05em 1.5em !important;
}

.course-brief {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #757575;
  max-height: 7.375em;
  font-size: 1em;
  /* font-weight: 400; */
  margin-top: 0.5em !important;
}

.course-brief.course-note {
  /* height: 4.6em;  */
}

.course-time {
  font-size: 0.8em !important;
  margin: 0.6em 0 !important;
}

.course-time .material-icons {
  font-size: 1.5em;
}

.course-schedule {
  margin-top: -3em;
}

.course-schedule img {
  width: 2em;
}

.course-schedule p {
  margin: 0;
  font-size: 0.875em !important;
}

.dashboard-page .card-course {
  min-height: 25.125em;
  /* min-height: 23.125em; */
}

.dashboard-page .card-course .progress-doughnut {
  width: 60px;
  height: 60px;
  border: 9px solid #eceeef;
}

.dashboard-page .card-course .progress-doughnut .progress-text {
  font-size: 0.875rem;
}

.dashboard-page .card-course .progress-doughnut .progress-indicator {
  display: none;
}

.dashboard-page .card-course .progress-doughnut .progress-indicator svg .circle {
  stroke-width: 9px;
}

.dashboard-page .card-course .card-content {
  min-height: unset;
}

.dashboard-page .card-course .course-image {
  height: 11.625em;
}

.dashboard-page .card-course .btn {
  position: absolute;
  right: 1em;
  bottom: 1em;
}

.dashboard-page .card-course .course-title {
  height: 2.45em;
}

.dashboard-page .card-course .card-schedule {
  margin-top: 1em;
}

.dashboard-page .card-course .card-schedule p {
  margin-bottom: 0.4em;
  white-space: nowrap;
}

.dashboard-page .card-course .card-schedule img {
  height: 1.35em;
  margin-right: 0.6em;
}

.dashboard-page .card-course.course-completed {
  min-height: 28.875em;
}

.dashboard-page .course-learner-none,
.dashboard-page .course-completed-none,
.dashboard-page .course-podclass-none {
  height: 10em;
}

.dashboard-page .card-course .card-conclusion {
  padding: 1.05em 1.5em;
}

.dashboard-page .card-course .card-conclusion p {
  margin: 0;
}

.dashboard-page .card-course .card-conclusion .btn-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
}

.dashboard-page .card-course .card-conclusion .btn-download .material-icons {
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dashboard-page .user-profile-dashboard.absolute {
  /* left: 50%;
  bottom: -14%;
  transform: translate(-50%, 0); */
  width: 150px;
  height: 150px;
}

.dashboard-page .upload-form .input-profile {
  padding: 2em 0;
}

.dashboard-page .upload-form .input-profile img.user-profile {
  width: 17.5em;
  height: 17.5em;
  margin: 0.5em auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.dashboard-page .certificate-download {
  width: 45.375em;
  display: block;
  margin: 2em auto;
}

/* card trip */
.section-trip {
  padding: 6rem 0;
}

.section-trip .row {
  margin-bottom: 9.375rem;
}

.section-trip .row .col {
  padding: 0 1rem;
}

.card-trip {
  height: 19.75em;
  background-position: center bottom !important;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
}

.section-trip .row .box-shelf {
  width: 110%;
  height: 1.75em;
  left: 50%;
  bottom: -8%;
  z-index: 2;
  transform: translate(-50%, 0);
  box-shadow: rgb(0, 0, 0) 0px 20px 40px -10px;
  -webkit-box-shadow: rgb(0, 0, 0) 0px 20px 40px -10px;
}

.trip-view-page .box-trip-topic .trip-content {
  width: 100%;
  padding-left: 4em;
}

.trip-view-page .box-trip-topic .trip-title {
  font-size: 3.438rem;
  line-height: 3.75rem;
  font-weight: 900;
  margin: 0;
}

.trip-view-page .box-trip-topic .trip-author {
  font-size: 1.875rem;
  margin-top: 0.6em;
}

.trip-view-page .box-trip-detail img {
  width: 100%;
}

/* course page style */
.course-wrapper .course-name {
  margin-bottom: 0.125em;
}

.course-intro {
  min-height: 67.5rem;
}

.course-documentation .row {
  margin: 0 -1rem;
  margin-top: 2em;
}

.course-documentation .row .col {
  padding: 0 1rem;
}

.course-documentation .document-image {
  width: 100%;
  height: 16.5rem;
  object-fit: cover;
}

.course-documentation .document-title {
  height: 3.75rem;
  line-height: 1.25rem;
  margin-bottom: 2em;
}

/* privilage course style */
.box-privilage {
  width: 100%;
  padding: 1.625em 1.625em 0.8em;
  border-radius: 1.875rem;
  background-color: #5C2D85;
}

.box-privilage .privilage-title {
  line-height: 1.875rem;
}

.box-privilage .box-privilage-certificate {
  margin-top: 2em;
}

.box-privilage-instructor ul.privilage-instructor {
  min-height: 4.75em;
}

.box-privilage-certificate .privilage-certificate li {
  padding-bottom: 0.5em;
}

.box-privilage-certificate .privilage-certificate li:last-child {
  padding-bottom: 0;
}

/* .box-privilage {
  margin: 1em 0;
}
.box-privilage .privilage-item:not(:last-child):after { 
  content: "+";
  color: red;
  display: block;
  text-align: left;
  margin: -0.8rem 0;
  font-size: 1.5rem;
  font-weight: normal;
} */

/* course outline style */
.moodle-wrapper {
  margin-top: 2em;
}

.moodle-wrapper #outline-content,
.moodle-wrapper #outline-message {
  padding: 0;
}

.moodle-wrapper #outline-content {
  /* margin-top: -3.25em; */
}

.moodle-wrapper #outline-content .content p {
  margin-top: -1.0625em;
}

.moodle-wrapper #outline-content p.normal.col {
  margin-bottom: -3em;
}

.outline-wrapper .outline .activity-title {
  font-size: 2.5rem;
}

.outlines .row {
  padding-left: 2em;
}

.outlines .row .col {
  padding: 1.25em 3.75em 1.25em 2em;
}

.outlines .outline {
  height: unset;
  min-height: 22em;
}

.outlines .outline .title {
  font-family: 'Prompt';
  font-size: 1.25rem;
  line-height: 1.5rem !important;
}

.outlines .outline .outdent {
  margin-left: -1.342em;
}

.outlines .outline .title {
  height: 3.125em;
  line-height: 1.625rem;
}

.outlines .outline .brief {
  height: 9em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.w10 {
  width: 80%;
}

/* chapter timeline style */
.course-panel .timeline .done :before,
.course-panel .timeline .current>h3:before,
.course-panel .timeline .current>h5:before {
  color: #00CC00;
}

.course-panel .timeline-wrapper {
  padding: 1em 4em;
}

/* course navigator style */
.detail-info .info-desc {
  margin-top: 0.25em;
}

#course-navigator {
  padding-bottom: 2em;
}

#course-navigator .panel .close-btn {
  position: absolute;
  top: 8%;
  right: 2%;
  cursor: pointer;
}

.timeline nav ul {
  margin-left: 0;
}

.timeline:before {
  bottom: 0;
}

/* card alert style */
.card-alert {
  padding: 0.625em 0;
  border-radius: 1.25em 1.25em 0 0;
  background-color: #2C2C2C;
}

.card-alert .card-alert-title {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.125rem;
  color: white;
}

.card-alert .card-alert-time {
  font-size: 1.5rem;
}

.panel.show .alert-panel {
  color: black;
}

/* banner style */
.banner-page .bg-banner-page {
  width: 100%;
  height: 25.4167vw;
  position: relative;
  background-size: 100% auto;
  background-position: center left 10%;
  background-repeat: no-repeat;
}

.banner-page .content-banner-page {
  position: absolute;
  width: 42.7%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 0 0 12em;
  background-color: #CEE4F7;
}

.banner-page .title-banner-page {
  position: absolute;
  font-size: 3vw;
  font-weight: bold;
  margin: 0;
  left: 15%;
  top: 50%;
  transform: translate(0, -50%);
}

.news-page .banner-page .content-banner-page,
.about-us-page .banner-page .content-banner-page,
.contact-us-page .banner-page .content-banner-page {
  width: 38.5%;
}

.banner-course {
  height: 37.5em;
  background-size: contain;
  background-color: #FEF5E9;
  background-repeat: no-repeat;
}

.banner-course.banner-right {
  background-position: right;
}

.banner-course.banner-left {
  background-position: left;
}

.banner-course-content {
  width: 34.5em;
  top: 50%;
  transform: translate(0, -50%);
}

.banner-course.banner-right .banner-course-content {
  left: 20%;
}

.banner-course.banner-left .banner-course-content {
  right: 20%;
}

.banner-course .banner-course-content .banner-course-note {
  margin-top: -1.125em;
}

.banner-course.e-commerce .banner-course-content .banner-course-title {
  width: 8.375em;
}

/* button style */
.btn-flat:hover {
  background-color: transparent;
}

.btn,
.btn-small,
.btn-course,
.dashboard-page .btn-course {
  color: white;
  border-radius: 100px;
  background-color: #DEA22B !important;
  min-width: 7em;
}

.btn:hover,
.btn-small:hover,
.btn-course:hover,
.dashboard-page .btn-course:hover {
  color: #DEA22B !important;
  border-radius: 100px;
  background-color: white !important;
}

.btn:focus,
.btn-small:focus,
.btn-course:focus,
.dashboard-page .btn-course:focus {
  color: white;
  background-color: #DEA22B;
}

.dashboard-page .btn-course {
  background-color: #553A8D;
}

.dashboard-page .btn-course:hover {
  color: #553A8D;
}

.dashboard-page .btn-course:focus {
  background-color: #553A8D;
}

.card-video .btn {
  background-color: #553A8D !important;
}

.card-video .btn:hover {
  color: #553A8D !important;
  background: white !important;
}

.card-pod-class .btn-course {
  background-color: #DEA22B;
}

.card-pod-class .btn-course:hover {
  color: #DEA22B;
  background: white;
}

.btn-signin {
  color: black;
  border: 2px solid transparent;
  border-radius: 100px;
}

.btn-signup {
  color: #DEA22B;
  border: 2px solid #DEA22B;
  border-radius: 100px;
}

.btn-signup:hover {
  color: white;
  border: 2px solid #DEA22B;
  background-color: #DEA22B;
}

.btn-login,
.btn-reg,
.btn-verify {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  margin-top: 1em;
  padding: 0.4em 1.4em;
}

.btn-verify {
  margin-top: 0;
}

.btn-login {
  background-color: #553A8D !important;
}

.btn-login:hover {
  color: #553A8D !important;
}

.btn-reg,
.btn-reg:hover,
.btn-reg:focus,
.btn-verify,
.btn-verify:hover,
.btn-verify:focus {
  background-color: #DEA22B;
}

.btn-profile img {
  height: 40px;
  width: 40px;
  border-radius: 100px;
}

.btn-profile span {
  margin: 0 0.8em;
}

.form-signup .btn.btn-flat {
  color: black;
  background-color: transparent !important;
}

.form-signup .btn.btn-flat:hover {
  color: black !important;
}

.certificate-validation .btn-confirm {
  background-color: #4CAF50 !important;
}

.certificate-validation .btn-confirm:hover,
.certificate-validation .btn-confirm:focus {
  background-color: white !important;
  color: #4CAF50 !important;
}

/* button pagination */
.btn-pagination {
  background-color: #553A8D;
  color: white;
  border: none;
  border-radius: 100px;
  padding: 3px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  height: 1.8em;
  width: 1.8em;
  transition: transform .2s;
  margin: 0 .1em;
}

.btn-pagination:hover {
  transform: scale(1.2);
  background-color: #DEA22B;
}

.btn-pagination i {
  font-size: 1.525em;
}

.btn-pagination-sm {
  top: 0;
  z-index: 5;
  height: 100%;
  color: #646464;
}

.btn-pagination-sm i {
  font-size: 3.75rem;
}

.btn-pagination-sm.prev-carousel {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.btn-pagination-sm.next-carousel {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
}

/* prelaunch page style */
.prelaunch-page .prelaunch-content {
  height: 100vh;
}

.prelaunch-page .prelaunch-footer {
  padding: 4rem 4.75rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.prelaunch-page .prelaunch-footer .prelaunch-logo {
  align-items: center;
}

.prelaunch-page .prelaunch-footer .footer-title {
  margin-left: 1em;
}

.prelaunch-page .prelaunch-footer .prelaunch-action .btn {
  font-size: 1.25rem;
  min-width: 10em;
  height: 40px;
  line-height: 40px;
}

.prelaunch-page .prelaunch-footer .prelaunch-contact {
  margin-left: auto;
}

.prelaunch-page .prelaunch-footer .prelaunch-contact .icon-vertical {
  margin: 0;
  margin-bottom: 0.5em;
}

/* news page style */
.news-page .banner-news {
  margin-bottom: 2em;
}

.news-page .news-title {
  margin-bottom: 1em;
}

/* how to learn page style */
.how-to-learn-page .row {
  margin-bottom: 2.5em;
}

.how-to-learn-page img {
  margin-bottom: 3em;
}

/* certificate verification page style */
.card-certificate {
  min-height: 38.938em;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 1.5em;
  padding: 4.5em 5.5rem;
}

.card-certificate .card-content {
  position: relative;
  z-index: 3;
}

.card-certificate .input-field input:not(.browser-default) {
  border: 0;
  width: 95%;
  padding-top: 0;
  padding: 0.4em 0.5em;
  margin-top: 1.5em;
  background-color: white;
}

.card-certificate .input-field input[type]:not([readonly]) {
  border-bottom: 0;
}

.card-certificate .btn-verify {
  margin-top: 0.75em;
}

.card-certificate .bg-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 48%;
  height: 50%;
  background: linear-gradient(to bottom left, transparent, rgba(0, 0, 0, 0.04));
}

.card-certificate .card-image {
  width: 54.688em;
  /* max-width: 100%; */
  position: absolute;
  left: 0;
  bottom: 0;
}

/* about us page style */
.about-us-logo {
  width: 10.875em;
  margin-bottom: 1.8em;
}

.about-us-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.about-us-catchphrase {
  margin: 0.4em 0 1.3125em;
  line-height: 2.875rem;
}

.card-academy {
  border-radius: 20px;
  margin-bottom: 1.5em;
}

.card-academy-title h3 {
  margin: 0;
  margin-bottom: 0.2em;
}

.card-academy-title .col {
  padding: 0 0.4rem;
}

.list-course li {
  list-style-type: disc;
  margin: 0.4em 0;
  font-weight: 400;
}

.list-course li::marker {
  color: #553A8D;
}

.box-course-title {
  font-size: 6.375em;
}

.box-course-content {
  width: 39.375rem;
}

/* contact us page style */
.box-map-detail .row .col {
  padding: 0;
}

/* dashboard page style */
.box-dashboard {
  padding: 3em;
  margin-bottom: 2em;
  border-radius: 10px;
}

.box-course-dashboard {
  padding: 2.5em;
  border-radius: 10px;
}

.box-course-dashboard .row .col {
  padding: 0 0.55rem;
}

.tabs-dashboard.page-wrapper {
  padding: 0 8.75rem;
}

ul.tabs-dashboard li {
  display: inline-block;
}

ul.tabs-dashboard li:not(:first-child) {
  padding-left: 1.875em;
}

.user-profile-dashboard {
  width: 145px;
  height: 145px;
  border-radius: 100px;
  border: 2px solid white;
}

.box-dashboard .switch {
  margin: 1.5em 0;
}

/* icon vertical align */
.icon-vertical {
  margin: 1em 0;
}

.icon-vertical img,
.icon-vertical span,
.icon-vertical a,
.icon-vertical i {
  vertical-align: middle;
}

/* background style */
.background-blur {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: inherit;
  width: 100%;
  height: 100%;
}

.bg-cover-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-center-bottom {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.outline-wrapper.auto {
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

/* card blur style */
.card-blur {
  border-radius: 20px;
  width: 32.625rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.card-blur h2 {
  margin-top: 0;
}

.card-blur-company {
  border-radius: 20px;
  width: 20em;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  right: -10em;
  top: 45%;
  right: -15em;
  transform: translateY(-50%);
}

/* carousel style */
.carousel.carousel-slider {
  /* height: fit-content !important; */
  height: 100%;
}

.carousel.carousel-slider .btn-prev,
.carousel.carousel-slider .btn-next {
  cursor: pointer;
  z-index: 2;
  height: 100%;
  width: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

.carousel.carousel-slider .btn-prev {
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%);
}

.carousel.carousel-slider .btn-next {
  right: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%);
}

.carousel.carousel-slider .btn-prev img,
.carousel.carousel-slider .btn-next img {
  height: 2.75em;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Carousel Highlight */
.carousel-highlight {
  .splide {
    .splide__arrows {
      .splide__arrow {
        width: 10%;
        height: 100%;
        background: transparent;
        border-radius: 0;
        /* opacity: 1; */

        @media (min-width: 768px) {
          width: 7%;
        }

        @media (min-width: 992px) {
          width: 7%;
        }

        @media (min-width: 1200px) {
          width: 6%;
        }

        @media (min-width: 1400px) {
          width: 5%;
        }

        img {
          width: 24px;
          height: 24px;
          object-fit: contain;

          @media (min-width: 768px) {
            width: 30px;
            height: 30px;
          }

          @media (min-width: 992px) {
            width: 34px;
            height: 34px;
          }

          @media (min-width: 1200px) {
            width: 40px;
            height: 40px;
          }

          @media (min-width: 1400px) {
            width: 44px;
            height: 44px;
          }
        }
      }

      .splide__arrow.splide__arrow--prev {
        left: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%);
      }

      .splide__arrow.splide__arrow--next {
        right: 0;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%);
      }
    }

    .splide__pagination {
      bottom: -1.5em;

      @media (min-width: 768px) {
        bottom: 0.75em;
      }

      @media (min-width: 992px) {
        bottom: 0.875em;
      }

      @media (min-width: 1200px) {
        bottom: 1em;
      }

      @media (min-width: 1440px) {
        bottom: 1em;
      }

      .splide__pagination__page.is-active {
        background: #553A8D;
        opacity: 1;
      }
    }
  }
}

/* form style */
label.required::after,
input:not(.browser-default)+label.required::after {
  display: inline;
  content: " *";
  font-size: 1.25rem;
  color: red;
  vertical-align: middle;
  position: unset;
  top: unset;
  left: unset;
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.dashboard-page .info-form .input-field {
  margin-bottom: 1.75rem;
}

.form-signup #memberTypeStep ul {
  border-top: 1px solid #707070;
  margin: 0 -2.25rem;
}

.form-signup #memberTypeStep ul li {
  padding: 1.2em 0;
  cursor: pointer;
  font-size: 1.625rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
}

.form-signup #memberTypeStep ul li:last-child {
  border-bottom: 0;
}

.form-signup #memberTypeStep ul li:hover {
  background-color: #f5f5f5;
}

.form-signup #memberTypeStep .footer-form {
  padding: 1em 0;
  margin: 0 -2.25rem -2.25rem -2.25rem;
}

.form-signup #infoStep .input-profile {
  border: 1px solid #BABABA;
  border-radius: 6px;
  /* overflow: hidden; */
  width: 5em;
  height: 5em;
}

.form-signup #infoStep .input-profile img.user-profile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.form-signup #infoStep .input-profile .btn-upload {
  position: absolute;
  z-index: 2;
  right: -1em;
  bottom: -1em;
  width: 2.25em;
  height: 2.25em;
  border-radius: 100px;
  border: 2px solid white;
  background-color: #BABABA;
}

.form-signup #infoStep .input-profile .btn-upload img {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form-signup #infoStep input[type="date"] {
  position: relative;
}

.form-signup #infoStep input[type="date"]::-webkit-calendar-picker-indicator {
  width: auto;
  height: auto;
  cursor: pointer;
  background: transparent;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-signup #uploadStep .input-profile {
  padding: 4em 0;
}

.form-signup #uploadStep img.user-profile {
  width: 17.5em;
  height: 17.5em;
  margin: 0.5em auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.form-signin ul.card-helper {
  list-style-type: none;
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
}

.form-signin ul.card-helper li {
  display: inline-block;
  text-align: center;
}

.signin-page .input-verify {
  padding: 1.5rem 0;
}

.signin-page .input-verify .input-field {
  margin-bottom: 0;
  border-radius: 100px;
  border: 1px solid #ADADAD;
  overflow: hidden;
}

.signin-page .input-verify input {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  background-color: #E2E2E2;
  padding: 8px 12px !important;
}

.signin-page .input-verify .btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 1.25rem;
  line-height: 52px;
  border-radius: 0 100px 100px 0;
  width: 96px;
  text-transform: uppercase;
}

/* progressbar form style */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: #EE9C1D;
  z-index: -1;
}

.progress {
  background-color: #553A8D;
  margin: 0;
  width: 0%;
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  color: white;
  font-weight: bold;
  background-color: #EE9C1D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.progress-step.active {
  background-color: #553A8D;
  /* animation: animate_progress .5s; */
}

@keyframes animate_progress {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }

  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* instructor style */
.card-instructor {
  min-height: 33.125em;
  margin: 0.75rem 0;
  position: relative;
  background-color: #553A8D;
}

.card-instructor-image {
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 4.375em 0;
  height: 70%;
  z-index: 2;
  width: 100%;
  top: 0;
}

.card-instructor-content {
  position: absolute;
  color: white;
  padding: 1em;
  height: 30%;
  width: 100%;
  z-index: 3;
  bottom: 0;
}

.card-instructor-content .instructor-title {
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 500;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  word-spacing: 9999px;
}

.card-instructor-content .instructor-brief {
  font-size: 0.75rem;
}

.instructor-page .instructor-content {
  padding: 0 3em;
}

/* progress doughnut style */
.svg-item {
  width: 100%;
  font-size: 1em;
  margin: 0 auto;
}

.donut-ring {
  stroke: #EBEBEB;
}

.donut-segment {
  transform-origin: center;
  stroke: #FF8800;
}

.donut-text {
  fill: #FF8800;
}

.donut-percent {
  font-size: 0.5em;
  line-height: 1;
  transform: translateY(0.5em);
}

/* table style */
.cookie-policy-page .table-type-cookie {
  overflow-y: scroll;
}

.cookie-policy-page .table-type-cookie table {
  width: 100%;
}

.cookie-policy-page .table-type-cookie table,
.cookie-policy-page .table-type-cookie table th,
.cookie-policy-page .table-type-cookie table td {
  border: 1px solid black;
  border-collapse: collapse;
}

.cookie-policy-page .table-type-cookie td {
  vertical-align: top;
}

/* input style */
.input-field {
  margin-top: 0;
}

.input-field .prefixe-password,
.dashboard-page .prefixe-password {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.dashboard-page .prefixe-password {
  right: 7%;
}

input[type=text]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=time]:not(.browser-default),
textarea.materialize-textarea {
  /* font-family: 'Prompt'; */
  font-size: 1.75rem;
  height: 2em;
  padding-top: 0.8em;
  margin-bottom: 0.2em;
}

.input-field>input[type=date]:not(.browser-default)+label {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}

input[type="radio"].with-gap:checked+span:after {
  background-color: #553A8D;
}

input[type="radio"].with-gap:checked+span:before,
input[type="radio"].with-gap:checked+span:after {
  border-color: #553A8D;
}

input[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after,
input[type="checkbox"].filled-in:checked+span:not(.lever):after {
  width: 16px;
  height: 16px;
  margin: 4px;
}

input[type="checkbox"].filled-in:checked+span:not(.lever):before {
  top: 3px;
  left: 6px;
}

.box-dashboard .row .col {
  padding: 0 1.75rem;
}

.box-dashboard .input-field.col label {
  left: 1.75rem;
}

.box-dashboard#info input:not(.browser-default) {
  padding: 0 0.5em;
  margin-top: 1.5em;
  background-color: white;
  border: 1px solid #707070;
  color: #707070;
}

.box-dashboard#info .input-field select.browser-default {
  height: 2.14em;
  padding: 0 0.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #707070;
  width: calc(100% + 1.14em);
  border: 1px solid #707070;
  background-color: white;
  background-position: right 10px center;
}

.box-dashboard#info .input-field p {
  margin-top: 1.5em;
}

.box-dashboard#change_password .form-input label {
  width: 10em;
}

.box-dashboard#change_password .form-input input:not(.browser-default) {
  width: calc(100% - 10.25em);
  background-color: white;
  border: 1px solid #707070;
  padding: 0 0.5em;
}

.box-dashboard .form-input {
  margin-bottom: 1em;
}

.circle-checkbox.filled-in:checked+span:not(.lever):after {
  border: 2px solid #553A8D;
  background-color: #553A8D;
}

.circle-checkbox.filled-in+span:not(.lever):after {
  border-radius: 10px;
}

/* select style */
select.browser-default {
  border: 0;
  padding: 0;
  border-radius: 0;
  padding-top: 0.8em;
  margin-bottom: 0.2em;
  height: 2.845em;
  cursor: pointer;
  outline: none;
  border-bottom: 1px solid #707070;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/icon/icon-caret-down.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.select-wrapper input.select-dropdown {
  border-bottom: 1px solid #707070;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.dropdown-content li>a,
.dropdown-content li>span {
  color: black;
}

/* modal style */
.modal-overlay {
  opacity: 0.8 !important;
}

.modal-consent,
.modal-policy {
  /* width: 52%; */
  max-height: 90%;
  border-radius: 1.25em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.7);
}

.modal-consent .modal-content,
.modal-policy .modal-content {
  padding: 0 2.75rem;
  padding-top: 2rem;
}

.modal-consent .modal-content-brief,
.modal-policy .modal-content-brief {
  height: 28.125rem;
  padding: 1.5rem;
  overflow-y: scroll;
}

.modal-consent .modal-content-brief p,
.modal-policy .modal-content-brief p {
  margin: 0;
  margin-bottom: 1em;
}

.modal-consent .modal-footer,
.modal-policy .modal-footer {
  height: unset;
  padding: 0rem 2.75rem;
  padding-bottom: 1.5em;
  background-color: transparent;
}

.modal-consent .modal-footer .row,
.modal-policy .modal-footer .row {
  margin: 0 -0.75rem;
}

.modal-slider {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-height: unset;
}

.modal-slider .modal-content {
  padding: 0;
}

/* privacy policy cookie */
.privacy {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 10;
  align-items: center;
  padding: 20px;
  width: 100%;
  animation-name: slide-bar;
  animation-direction: normal;
  animation-duration: 900ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes slide-bar {
  from {
    transform: translateY(50px);
  }

  to {
    transform: translateY(0);
  }
}

.policy-banner {
  background: white;
  color: black;
  padding: 20px;
  opacity: 1;
  width: unset;
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 8px 0px;
}

.policy-banner .policy-title {
  margin-bottom: 5px;
}

.policy-banner .policy-link {
  color: #553A8D;
  text-decoration: underline;
}

.policy-btn .btn {
  font-family: 'Prompt';
  font-weight: 400;
  border-radius: 10px;
  margin-top: 1em;
  /* padding: 0.4em 0.6em; */
}

.policy-btn .btn-accept {
  background-color: #553A8D;
  color: white;
}

/* truncation */
.truncate-2,
.truncate-3,
.truncate-4,
.truncate-5 {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.truncate-2 {
  -webkit-line-clamp: 2;
}

.truncate-3 {
  -webkit-line-clamp: 3;
}

.truncate-4 {
  -webkit-line-clamp: 4;
}

.truncate-5 {
  -webkit-line-clamp: 5;
}

/* tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #424242;
  top: -2px;
  /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  border-radius: 6px;
  padding: 0.5rem 0.625rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext ul {
  list-style-type: disc;
  padding-left: 1.25em;
}

.tooltip .tooltiptext ul li {
  margin-bottom: 0.4em;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* sweet alert2 style */
.swal2-popup {
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.75);
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, .7);
}

.swal2-icon-show {
  animation: none;
}

.swal2-icon div,
.swal2-icon span {
  display: none;
}

.swal2-icon {
  width: 7em;
  height: 7em;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.swal2-actions {
  width: 100%;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-confirm:focus {
  width: 70%;
  padding: 0.6em 0;
  box-shadow: none;
  font-size: 1.375rem;
  font-weight: bold;
  border-radius: 100px;
  background-color: #DEA22B;
}

.swal2-success {
  /* background-image: url('/public/img/icon/icon-alert-success.png'); */
}

.swal2-error {
  /* background-image: url('/public/img/icon/icon-alert-error.png'); */
}

.swal2-warning {
  background-image: url('/public/img/icon/icon-swal-warning.png');
}

.swal2-info {
  /* background-image: url('/public/img/icon/icon-alert-info.png'); */
}

.swal2-question {
  /* background-image: url('/public/img/icon/icon-alert-question.png'); */
}

/* font style */
.italic {
  font-style: italic;
}

i.tiny {
  font-size: 1.25rem;
}

.btn,
input,
.input-field label,
select.browser-default {
  font-family: 'Prompt';
}

input,
select.browser-default {
  font-size: 1.125rem !important;
  font-weight: 300;
}

.input-field>label {
  font-weight: 500;
}

.input-field>label,
.input-field>label:not(.label-icon).active,
.input-field>input[type]:-webkit-autofill:not(.browser-default):not([type="search"])+label {
  font-size: 1.125rem;
}

input[type="checkbox"]+span:not(.lever) {
  font-size: 1rem;
}

.form-member-title {
  font-size: 2.5rem;
  margin-bottom: 1em;
}

.form-signup .form-member-title {
  margin-bottom: 0;
}

.section .section-title {
  margin: 0 0 0.5em
}

.dashboard-page .section .section-title {
  margin: 0 0 0.8em
}

.section .section-note {
  margin: 0 0 1.25em;
  line-height: 100%;
}

.section-course .course-name {
  margin-top: 0;
}

#signin h5,
#signup h5 {
  margin-bottom: 1em;
}

.course-summary h1 {
  margin-top: 0;
  font-size: 2.875rem;
}

.course-media,
.course-podclass-name,
.course-video-name {
  font-size: 5.25rem;
  margin-bottom: 5.625rem;
}

.video-page .video-title {
  margin-left: 0.5em;
}

.video-page .video-content {
  padding: 1rem;
}

.dashboard-page .title-dashboard {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.retry {
  position: absolute;
  bottom: 16%;
  min-width: 12rem;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.375rem;
  font-weight: 500;
}