@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/montagu-slab");
.class-selector-chip {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
.class-selector-chip .chip-text {
  border: 1px solid #c6c6c6;
  color: #595959;
  padding: 5px 10px;
  margin: 0;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.class-selector-chip .chip-text.active {
  background-color: #972225;
  color: white;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  color: #000000;
}

.page-wrapper-cek-sertifikat {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.page-wrapper-cek-sertifikat .content-wrapper {
  flex: 1 0 auto;
  margin-top: 40px !important;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif {
  text-align: center;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .title {
  background-color: #f9f9f9;
  color: #972225;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container hr {
  border: 0.05px solid #c8c8c8;
  margin-top: 3px;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .form-certif {
  padding: 0% 2%;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .form-certif label {
  font-weight: 500;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .form-certif input {
  width: 100%;
  padding: 20px;
  border: 1px solid #cecece;
  border-radius: 7px;
  margin-top: 10px;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .form-certif select {
  width: 100%;
  padding: 20px;
  border: 1px solid #cecece;
  border-radius: 7px;
  margin-top: 10px;
  color: #737373;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .form-certif button {
  width: 100%;
  padding: 10px 20px;
  background: #972225;
  border-radius: 8px;
  font-size: 18px;
  color: #ffffff;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .form-certif button:hover {
  background-color: #820d0d;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif #loading {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 200px;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 9999;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif #loading .spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #db3434;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  margin: 20% auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif {
    margin-inline: 10% !important;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .title {
    padding: 15px !important;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container .title h3 {
    font-size: 22px !important;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container input {
    font-size: 14px !important;
    padding: 15px !important;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container input:focus {
    border-color: #972225 !important;
    outline: none !important;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container input::placeholder {
    font-size: 14px !important;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .cek-container button {
    padding: 8px 17px !important;
    font-size: 15px !important;
  }
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table {
  max-width: 300%;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  font-size: 13px;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table td {
  padding: 5px 30px 20px 30px;
}
.page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table th {
  padding: 15px;
}
@media (max-width: 768px) {
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container h4 {
    font-size: 17px !important;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table {
    width: 100%;
    border-collapse: collapse;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table .thead {
    display: none;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table tr {
    display: grid;
    grid-template-columns: 42% 58%;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    align-items: center;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table td,
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table th {
    display: contents;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #333;
    padding: 6px 8px;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table td {
    padding: 6px 8px;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container table td * {
    vertical-align: middle;
  }
  .page-wrapper-cek-sertifikat .content-wrapper .cek-sertif .result-container p {
    font-size: 14px !important;
  }
}
.page-wrapper-cek-sertifikat footer {
  margin-top: auto;
  width: 100%;
  background-color: #383838;
  color: white;
  padding: 1.5% 8% 0.5% 8%;
}
.page-wrapper-cek-sertifikat footer .wrapper {
  display: flex;
  flex-direction: column;
}
.page-wrapper-cek-sertifikat footer .wrapper p {
  font-size: 12px;
  font-weight: 200;
  font-style: italic;
}
.page-wrapper-cek-sertifikat footer .wrapper .note-style {
  font-size: 12px;
}
.page-wrapper-cek-sertifikat footer .wrapper .note-style a {
  color: white;
  font-style: italic;
  text-decoration: none;
}
.page-wrapper-cek-sertifikat footer .wrapper .sosmed {
  justify-items: center;
  align-self: baseline;
  display: flex;
}
.page-wrapper-cek-sertifikat footer .wrapper .sosmed img {
  margin-right: 10px;
  width: 20px;
}
@media (max-width: 768px) {
  .page-wrapper-cek-sertifikat footer {
    padding: 3% 8% !important;
  }
  .page-wrapper-cek-sertifikat footer .copyright-style {
    flex-direction: column-reverse !important;
    align-items: center !important;
    text-align: center;
    gap: 8px;
    padding-bottom: 10px !important;
  }
  .page-wrapper-cek-sertifikat footer .copyright-style p {
    display: none;
  }
  .page-wrapper-cek-sertifikat footer .copyright-style .warning-text {
    display: inline-block;
    font-size: 12px;
  }
  .page-wrapper-cek-sertifikat footer .copyright-style > .d-flex {
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 0 !important;
  }
  .page-wrapper-cek-sertifikat footer .copyright-style a,
  .page-wrapper-cek-sertifikat footer .copyright-style small {
    margin-right: -5px !important;
  }
  .page-wrapper-cek-sertifikat footer .copyright-style img {
    width: 15px;
    height: auto;
  }
}

body {
  background-color: #ffffff;
  font-family: "Rubik", sans-serif;
  color: #000000;
  padding-top: 4rem;
}

html {
  height: 100%;
}

.navbar {
  font-size: 11pt;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
.navbar .navbar-brand img {
  max-height: 28px;
  margin-bottom: -5px;
}
.navbar .toggler-style:hover {
  padding: 0;
  box-shadow: 0 0 0 1px rgba(169, 34, 34, 0.189);
}
.navbar .link-item {
  color: #000000;
}
.navbar .link-item:hover {
  color: #972225;
}
.navbar .kelas-saya {
  color: #972225;
}
.navbar .kelas-saya:hover {
  color: #ee3036;
}
.navbar .navbar-container {
  padding: 0.2% 7%;
}
.navbar .navbar-container .nav-fade {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.navbar .navbar-container .nav-hidden {
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
}
.navbar .navbar-container .search-holder {
  position: absolute;
  right: 6%;
  width: 70%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.navbar .navbar-container .search-holder input::placeholder {
  font-size: 13px;
}
.navbar .navbar-container .search-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.navbar .btn-cart {
  font-size: 25px;
}
.navbar .btn-cart .product-count {
  font-size: 10px;
  top: 10px;
}
.navbar .dropdown-menu .dropdown-item {
  font-size: 11pt;
}
.navbar .custom-gap {
  --bs-dropdown-spacer: 1.5rem;
}
.navbar #profilDropdown:focus,
.navbar #profilDropdown:focus-visible,
.navbar #profilDropdown:active,
.navbar #profilDropdown.show {
  outline: none !important;
  box-shadow: none !important;
  border: white 0px;
}
.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 1300px) {
  .navbar .show-1300-up {
    display: block !important;
  }
  .navbar .custom-search .form-control {
    max-width: 160px;
  }
}
.navbar .search-range-mid {
  display: none;
}
.navbar .search-range-mid .custom-search {
  height: 36px;
  border: 1px solid #b8b8b8;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.navbar .search-range-mid .custom-place {
  height: 100%;
  border: 0;
  box-shadow: none;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.navbar .search-range-mid .custom-place {
  outline: none;
  box-shadow: none;
}
.navbar .search-range-mid .custom-search:focus-within {
  border-color: #741a1a;
  box-shadow: 0 0 0 2px rgba(148, 13, 27, 0.189);
}
.navbar .search-range-mid .btn:hover .bi-search,
.navbar .search-range-mid .btn:focus .bi-search {
  color: #741a1a;
}
.navbar .search-range-mid .input-group-text {
  color: #6c757d;
  transition: color 0.2s ease;
}
.navbar .search-range-mid .custom-search:focus-within .input-group-text {
  color: #741a1a;
}
.navbar .search-range-mid .custom-place::placeholder {
  color: #7c7c7c;
  transition: opacity 0.2s ease-in-out;
}
.navbar .search-range-mid .custom-place:focus::placeholder {
  opacity: 0;
}
.navbar .kelas-saya-custom {
  display: none;
}
@media (min-width: 750px) and (max-width: 1199.98px) {
  .navbar .hide-1300-up {
    display: none;
  }
  .navbar .search-range-mid {
    display: flex !important;
  }
  .navbar .kelas-saya-custom {
    display: inline-block !important;
    color: #972225;
  }
  .navbar .kelas-saya-custom:hover {
    color: #ee3036;
  }
  .navbar .navbar-brand img {
    max-width: 115px;
  }
}

@media (max-width: 750px) {
  .hide-1300-up #searchDropdown {
    animation: slideDown 0.15s ease-out;
  }
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .navbar-brand img {
    max-width: 107px;
  }
  .custom-search input {
    font-size: 13px !important;
  }
}
.modal-search .modal-content {
  width: 80%;
}

.offcanvas-nav {
  --bs-offcanvas-width: 316px !important;
}
.offcanvas-nav .navbar-brand img {
  max-width: 107px;
}
.offcanvas-nav .btn-x {
  color: black;
  background: none;
  border: none;
}
.offcanvas-nav .nav-mobile .nav-link {
  font-size: 15px;
}
.offcanvas-nav .nav-mobile .nav-link span {
  color: rgb(77, 77, 77);
}
.offcanvas-nav .nav-mobile .nav-link:hover {
  background-color: rgba(60, 60, 60, 0.0862745098);
}
.offcanvas-nav .btn-kelas {
  background-color: #972225;
  color: white;
}
.offcanvas-nav .btn-kelas:hover {
  color: white;
  background-color: #ee3036;
}
.offcanvas-nav .search-container .custom-search {
  height: 100%;
  border: 1px solid #b8b8b8;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.offcanvas-nav .search-container .custom-search .custom-place {
  height: 100%;
  border: 0;
  box-shadow: none;
  outline: none;
}
.offcanvas-nav .search-container .custom-search .custom-place::placeholder {
  color: #7c7c7c;
  text-align: left;
  font-size: 14px;
  transition: opacity 0.2s ease-in-out;
}
.offcanvas-nav .search-container .custom-search .custom-place:focus::placeholder {
  opacity: 0;
}
.offcanvas-nav .search-container .custom-search .btn-icon-search {
  background-color: #f3c200;
}
.offcanvas-nav .search-container .custom-search:focus-within {
  border-color: #741a1a;
  box-shadow: 0 0 0 2px rgba(148, 13, 27, 0.189);
}

@media (min-width: 1200px) {
  .offcanvas-nav {
    display: none;
  }
  .offcanvas-backdrop.show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .offcanvas-nav {
    --bs-offcanvas-width: 316px;
  }
  .offcanvas-nav .navbar-brand img {
    min-width: 107px;
  }
  .offcanvas-nav .btn-kelas,
  .offcanvas-nav .btn-light,
  .offcanvas-nav .btn-outline-danger,
  .offcanvas-nav .btn-signup {
    font-size: 14px !important;
  }
}
.search-container .custom-search {
  height: 36px;
  border: 1px solid #b8b8b8;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-container .custom-place {
  height: 100%;
  border: 0;
  box-shadow: none;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  outline: none;
  box-shadow: none;
}
.search-container .custom-search:focus-within {
  border-color: #741a1a;
  box-shadow: 0 0 0 2px rgba(148, 13, 27, 0.189);
}
.search-container .btn-icon-search {
  background-color: #f3c200;
}
.search-container .btn:hover .bi-search,
.search-container .btn:focus .bi-search {
  color: #741a1a;
}
.search-container .input-group-text {
  color: #6c757d;
  transition: color 0.2s ease;
}
.search-container .custom-search:focus-within .input-group-text {
  color: #741a1a;
}
.search-container .custom-place::placeholder {
  color: #7c7c7c;
  transition: opacity 0.2s ease-in-out;
}
.search-container .custom-place:focus::placeholder {
  opacity: 0;
}

.btn-login {
  background-color: #ffffff;
  border-color: #972225;
  color: #972225;
}
.btn-login:hover {
  background-color: #ffddde;
  border-color: #ca3539;
  color: #ca3539;
}

.btn-signup {
  background-color: #972225;
  color: #ffffff;
}
.btn-signup:hover {
  background-color: #ca3539;
  color: #ffffff;
}

.container-wrapper-login {
  display: flex;
  width: 100%;
  height: auto;
  padding: 5% 12%;
  justify-content: center;
  align-items: center;
}
.container-wrapper-login .section {
  display: flex;
  overflow: auto;
  width: 1000px;
  height: 605px;
  gap: 0px;
  border-radius: 20px;
  background-color: #840d11;
  box-shadow: 0px 0px 10px rgba(4, 2, 2, 0.2);
}
.container-wrapper-login .section .left-section {
  display: flex;
  flex-direction: column;
  width: 55%;
  background-image: url("../images/background-signup.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-wrapper-login .section .left-section .left-img {
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
  height: auto;
  position: relative;
}
.container-wrapper-login .section .left-section > .row {
  flex: 1 1 auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.container-wrapper-login .section .left-section .top-left-content {
  justify-content: center;
  padding: 10% 5%;
}
.container-wrapper-login .section .left-section .top-left-content .logo-left {
  width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.container-wrapper-login .section .left-section .top-left-content h4 {
  text-align: center;
  color: #f3f3f3;
  padding: 0;
  margin: 0;
  font-size: 27px;
}
.container-wrapper-login .section .left-section .top-left-content h4 span {
  color: #ffe32e;
}
.container-wrapper-login .section .right-section {
  flex-grow: 1;
  width: 45%;
  scrollbar-width: none;
  padding: 3% 5%;
  height: auto;
  border-radius: 20px 0px 0px 20px;
  background-color: #ffffff;
}
.container-wrapper-login .section .right-section .title-masuk {
  font-weight: 600;
}
.container-wrapper-login .section .right-section .register-form .form-caption {
  font-size: x-small;
}
.container-wrapper-login .section .right-section .register-form .form-floating .form-caption {
  font-size: 11px !important;
}
.container-wrapper-login .section .right-section .register-form .form-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.container-wrapper-login .section .right-section .register-form .form-container label {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
}
.container-wrapper-login .section .right-section .register-form .form-container input {
  font-size: 14px !important;
}
.container-wrapper-login .section .right-section .register-form .form-container .form-group {
  margin-bottom: 3px;
  position: relative;
}
.container-wrapper-login .section .right-section .register-form .form-container .form-group .btn-view {
  font-size: 14px;
  background: none;
  border: none;
  color: #9f9f9f;
  cursor: pointer;
  right: 5px;
  top: 50%;
  position: absolute;
}
.container-wrapper-login .section .right-section .register-form .form-container .form-group .btn-view-login {
  font-size: 14px;
  background: none;
  border: none;
  color: #9f9f9f;
  cursor: pointer;
  right: 5px;
  top: 40%;
  position: absolute;
}
.container-wrapper-login .section .right-section .register-form .form-container .form-group .forgot-pass {
  text-align: right !important;
  text-decoration: none;
}
.container-wrapper-login .section .right-section .register-form .form-container .form-group-2 {
  margin-bottom: 3px;
  position: relative;
}
.container-wrapper-login .section .right-section .register-form .form-container .form-group-2 .btn-view {
  font-size: 14px;
  background: none;
  border: none;
  color: #9f9f9f;
  cursor: pointer;
  right: 5px;
  top: 55%;
  position: absolute;
}
.container-wrapper-login .section .right-section .register-form .btn-register {
  background-color: #ffc107 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 15px;
}
.container-wrapper-login .section .right-section .liner {
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  gap: 7px !important;
  font-weight: lighter !important;
  font-size: small !important;
  color: #a7a6a6 !important;
}
.container-wrapper-login .section .right-section .liner::before,
.container-wrapper-login .section .right-section .liner::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #a7a6a6;
}

@media (min-width: 768px) {
  .container-wrapper-login {
    padding: 4% 10%;
  }
  .container-wrapper-login .section {
    flex-direction: row;
  }
  .container-wrapper-login .section .left-section {
    visibility: visible;
    width: 55%;
    order: 0;
    min-height: auto;
    border-radius: 20px 0 0 20px;
  }
  .container-wrapper-login .section .right-section {
    width: 45%;
    order: 1;
    padding: 3% 5%;
    border-radius: 0 20px 20px 0;
  }
}
@media (max-width: 767.98px) {
  .container-wrapper-login {
    padding: 8% 10%;
  }
  .container-wrapper-login .section {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    flex-direction: column !important;
  }
  .container-wrapper-login .section .left-section {
    visibility: visible;
    order: 0;
    width: 100% !important;
    flex-grow: 0;
    flex: 0 0 auto;
    min-height: 320px;
    margin: 0;
    background-position: center bottom;
    background-size: cover;
    border-radius: 20px 20px 0 0;
  }
  .container-wrapper-login .section .left-section .top-left-content {
    padding: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .container-wrapper-login .section .left-section .top-left-content .logo-left {
    width: 70px;
    height: auto;
    margin-bottom: 20px;
  }
  .container-wrapper-login .section .left-section .top-left-content h4 {
    font-size: 20px;
  }
  .container-wrapper-login .section .left-section .left-img {
    margin-top: 10px;
    width: 90%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    object-position: center bottom;
  }
  .container-wrapper-login .section .left-section.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container-wrapper-login .section .right-section {
    order: 1;
    width: 100%;
    padding: 10px 40px;
    border-radius: 0 0 20px 20px;
    height: auto;
    padding: 10px 40px;
  }
  .container-wrapper-login .section .right-section h4 {
    font-size: 20px;
  }
}
.hero-header {
  --peek: 96px;
  --gap: 15px;
  --h: 270px;
  --wmax: 800px;
  overflow: hidden;
  padding: 0 7%;
  margin-top: 45px;
}
.hero-header .carousel {
  overflow: visible;
}
.hero-header .carousel-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  scroll-padding: 0 var(--peek);
  gap: var(--gap);
  padding: 0 var(--peek);
  margin: 0 auto;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hero-header .carousel-inner::-webkit-scrollbar {
  display: none;
}
.hero-header .carousel-item {
  display: block !important;
  transform: none !important;
  transition: none !important;
  flex: 0 0 calc(100% - 2 * var(--peek) - 2 * var(--gap));
  max-width: var(--wmax);
  height: var(--h);
  margin: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.hero-header .carousel-item > a {
  display: block;
  height: 100%;
}
.hero-header .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
}
.hero-header .carousel-indicators {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  margin: 8px 0 0 0;
}
.hero-header .carousel-indicators button {
  width: 10px;
  height: 6px;
  border-radius: 4px;
  border: 0;
  background-color: #d7d7d7;
  opacity: 1 !important;
  transition: width 0.25s ease, background-color 0.2s ease;
  transform-origin: center;
}
.hero-header .carousel-indicators button.active {
  width: 25px;
  background-color: #6a6a6a;
}
.hero-header .carousel-indicators button:hover,
.hero-header .carousel-indicators button:focus {
  background-color: #bfbfbf;
}
@media (max-width: 1204px) {
  .hero-header #header-carousel .carousel-inner {
    padding: 0 !important;
    gap: 0 !important;
    justify-content: flex-start;
    scroll-padding: 0 !important;
    width: 100% !important;
  }
  .hero-header #header-carousel .carousel-item {
    flex: 0 0 min(100%, 800px) !important;
    width: min(100%, 800px) !important;
    height: auto !important;
    margin: 0 5px;
    overflow: hidden;
    transform: none !important;
    clip-path: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-header #header-carousel img.hero-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 800/270;
    object-fit: cover;
    clip-path: none !important;
    border-radius: 10px;
  }
  .hero-header #header-carousel .carousel-indicators .button {
    width: 2px;
    height: 1px;
  }
  .hero-header #header-carousel .carousel-indicators button.active {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .hero-header .hero-header {
    --peek: 0px;
    --gap: 0px;
  }
  .hero-header .hero-header .carousel-inner {
    padding: 0;
    scroll-padding: 0;
  }
  .hero-header .hero-header .carousel-item {
    flex: 0 0 100%;
  }
}

.section-category-class {
  padding: 0 7%;
}
.section-category-class a {
  text-decoration: none;
  color: black;
}
.section-category-class .rows {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(6, 1fr);
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section-category-class .rows {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .section-category-class h4 {
    font-size: 19px;
  }
  .section-category-class .rows {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .section-category-class .rows {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-category-class .card-category {
  border-radius: 7px;
  box-shadow: 0px 0px 6px rgba(4, 2, 2, 0.1);
}
.section-category-class .card-category img {
  max-width: 70%;
}
.section-category-class .card-category h6 {
  font-size: 14px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-category-class .custom-category {
  background-color: #ffddde;
}
.section-category-class .card-category:hover {
  transform: scale(1.05);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.section-modal-bidang-keahlian {
  width: 100%;
}
.section-modal-bidang-keahlian .modal-title {
  text-align: center;
  width: 100%;
}
.section-modal-bidang-keahlian .modal-body .rows {
  padding: 0 5% 3% 5%;
}
.section-modal-bidang-keahlian .modal-body .rows a {
  text-decoration: none;
  color: #000;
}
.section-modal-bidang-keahlian .modal-header {
  border-bottom: none;
}
.section-modal-bidang-keahlian .rows {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
}
.section-modal-bidang-keahlian .card-category {
  border-radius: 7px;
  box-shadow: 0px 0px 6px rgba(4, 2, 2, 0.1);
}
.section-modal-bidang-keahlian .card-category img {
  max-width: 70%;
}
.section-modal-bidang-keahlian .card-category h6 {
  white-space: normal;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-modal-bidang-keahlian .card-category:hover {
  transform: scale(1.05);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .section-modal-bidang-keahlian .modal-dialog {
    width: 83% !important;
    max-width: 520px !important;
    margin: 1.25rem auto !important;
  }
  .section-modal-bidang-keahlian .modal-content {
    border-radius: 14px !important;
  }
  .section-modal-bidang-keahlian .modal-header {
    padding: 0.75rem 1rem !important;
  }
  .section-modal-bidang-keahlian .modal-header .btn-close {
    font-size: 12px;
  }
  .section-modal-bidang-keahlian .modal-title {
    font-size: 15px !important;
  }
  .section-modal-bidang-keahlian .modal-body {
    padding: 0.5rem 0.75rem 1rem !important;
  }
  .section-modal-bidang-keahlian .rows {
    gap: 15px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0 4% 3% 4% !important;
  }
  .section-modal-bidang-keahlian .card-category {
    padding: 6px !important;
    border-radius: 7px !important;
  }
  .section-modal-bidang-keahlian .card-category img {
    max-width: 56% !important;
  }
  .section-modal-bidang-keahlian .card-category h6 {
    font-size: 12px !important;
  }
}

.text-available {
  padding: 0 7%;
  justify-items: center;
}
.text-available hr {
  width: 200px;
}
@media (max-width: 768px) {
  .text-available {
    padding: 0 7% !important;
    box-sizing: border-box;
    max-width: 100% !important;
    overflow-x: hidden;
  }
  .text-available hr {
    width: 100px;
  }
  .text-available small.text-muted {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
    word-break: break-word;
  }
}

.body-classContainer {
  padding: 0 7%;
}
.body-classContainer .card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-height: 1050px;
  overflow-x: hidden;
  overflow-y: hidden;
  gap: 0 0.7rem;
}
.body-classContainer .card-container-ebook {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-height: 1050px;
  overflow-x: hidden;
  overflow-y: hidden;
  gap: 0 0.75rem;
}
.body-classContainer .card-container-insight {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-height: 960px;
  overflow-x: hidden;
  overflow-y: hidden;
  gap: 0.5rem;
}
@media (max-width: 1200px) {
  .body-classContainer .card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-height: 1050px;
    overflow-x: hidden;
    overflow-y: hidden;
    gap: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .body-classContainer .card-container,
  .body-classContainer .card-container-insight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-height: 1050px;
    overflow-x: hidden;
    overflow-y: hidden;
    gap: 0.5rem;
  }
  .body-classContainer .card-container,
  .body-classContainer .card-container-ebook,
  .body-classContainer .card-container-insight {
    position: relative;
  }
  .body-classContainer .card-container::after,
  .body-classContainer .card-container-ebook::after,
  .body-classContainer .card-container-insight::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 768px) {
  .body-classContainer .card-container,
  .body-classContainer .card-container-insight {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: 1050px;
  }
  .body-classContainer .card-container-ebook {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: 1140px;
  }
  .body-classContainer .card-container,
  .body-classContainer .card-container-ebook,
  .body-classContainer .card-container-insight {
    position: relative;
  }
  .body-classContainer .card-container::after,
  .body-classContainer .card-container-ebook::after,
  .body-classContainer .card-container-insight::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.body-classContainer .btn.view-all {
  font-size: 14px;
  border-radius: 7px;
  transition: background-color 0.3s;
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .body-classContainer .card-container,
    .body-classContainer .card-container-ebook,
    .body-classContainer .card-container-insight {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      width: 100% !important;
      overflow-x: hidden !important;
      overflow-y: hidden !important;
      -webkit-overflow-scrolling: auto !important;
      box-sizing: border-box !important;
    }
    .body-classContainer .card-container > *,
    .body-classContainer .card-container-ebook > *,
    .body-classContainer .card-container-insight > * {
      min-width: 0 !important;
      max-width: 100% !important;
      width: auto !important;
      flex: 1 1 auto !important;
    }
    .section-ebook .body-classContainer {
      padding-left: 5% !important;
      padding-right: 5% !important;
    }
  }
}
.card-class {
  text-decoration: none;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.card-class .img-wrap-252x150 {
  position: relative;
  width: 100%;
  aspect-ratio: 217/150;
  overflow: hidden;
  border-radius: 8px;
}
.card-class .img-wrap-252x150 .card-img-top {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.card-class .img-wrap-252x150 > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.card-class .img-wrap-143x202 {
  position: relative;
  aspect-ratio: 143/202;
  overflow: hidden;
  border-radius: 7px;
}
.card-class .img-wrap-143x202 .card-img-top {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.card-class .img-wrap-143x202 > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio: 1/1) {
  .card-class .img-wrap-252x150 {
    padding-top: 69.1244239631%;
  }
  .card-class .img-wrap-252x150 > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .card-class .img-wrap-143x202 {
    padding-top: 70.7920792079%;
  }
  .card-class .img-wrap-143x202 > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.card-class .card-title {
  font-size: 15px;
  font-weight: 500;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-class .card-subtitle {
  font-size: 10px;
  color: #000;
}
.card-class .card-subtitle .rating-star i {
  color: #ffb800;
}
.card-class .card-subtitle .tag-liveclass {
  background-color: #FFEAB3;
  padding: 0px 4px;
  color: #D37E00;
  font-size: 10px;
  border-radius: 18px;
}
.card-class .card-subtitle .tag-videoclass {
  color: #0E8064;
  background-color: rgba(21, 174, 136, 0.1882352941);
  padding: 0px 4px;
  font-size: 10px;
  border-radius: 18px;
}
.card-class .card-subtitle .tag-ebook {
  color: #0d79ab;
  background-color: rgba(21, 59, 174, 0.1882352941);
  padding: 0px 4px;
  font-size: 10px;
  border-radius: 18px;
}
.card-class .card-subtitle .tag-insight {
  color: rgb(126, 9, 189);
  background-color: rgba(171, 21, 174, 0.1882352941);
  padding: 0px 4px;
  font-size: 10px;
  border-radius: 18px;
}
.card-class .card-highlight {
  font-size: 12px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-class .card-footer {
  margin-top: -20px;
  background-color: white;
  border: none;
  flex-wrap: wrap;
  color: #972225;
}
.card-class .card-footer .price-tag {
  font-weight: 500;
  font-size: 14px;
}
.card-class .card-footer .btn-card-daftar,
.card-class .card-footer .btn-card-ebook {
  background-color: #a31217;
  border: 1px solid #ca3539;
  color: rgb(255, 243, 243);
  font-size: 15px;
  margin-right: -17px;
  margin-bottom: -9px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
}
.card-class .card-footer .btn-card-lihat {
  background-color: rgb(233, 112, 116);
  border: 1px solid #ca3539;
  color: rgb(255, 243, 243);
  font-size: 13px;
  margin-right: -17px;
  margin-bottom: -9px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
}
.card-class .card-footer .btn-card-daftar:hover,
.card-class .card-footer .btn-card-ebook:hover,
.card-class .card-footer .btn-card-lihat:hover {
  background-color: #ca3539;
}
.card-class .card-footer .btn-cart {
  font-size: 18px;
  margin-top: -4px;
  color: #972225;
  border: none;
}
.card-class .card-footer .btn-cart.disabled {
  border: none;
}
@media (max-width: 768px) {
  .card-class .card-body {
    padding: 10px !important;
  }
  .card-class .card-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0 10px 10px 10px !important;
    margin-top: 0 !important;
  }
  .card-class .card-footer .price-tag {
    margin-top: -10px !important;
    margin-bottom: 5px !important;
  }
  .card-class .card-footer > div:first-child {
    width: auto;
  }
  .card-class .card-footer > div:last-child {
    width: 100%;
  }
  .card-class .card-footer form,
  .card-class .card-footer small {
    display: block;
    width: 100%;
  }
  .card-class .btn-card-daftar,
  .card-class .btn-card-ebook,
  .card-class .btn-card-lihat {
    width: 100% !important;
    margin: 0 !important;
    font-size: 13px !important;
    border-radius: 6px !important;
  }
  .card-class .card-footer .btn {
    width: 100%;
  }
}

.card-class:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1.5px solid #f7cfd0;
}

.card-insight {
  min-width: 0;
  height: 100%;
  border: none !important;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.card-insight .card-title {
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.card-insight .card-subtitle {
  font-size: 11px;
}
.card-insight .card-subtitle .writer {
  color: #972225;
}
.card-insight .highlight {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.card-insight .thumb-wrap {
  width: 100%;
  height: 165px;
  border-radius: 8px !important;
}
.card-insight .thumb-wrap img {
  display: block;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px !important;
}
.card-insight:hover {
  transform: translateY(-3px);
}
@supports not (aspect-ratio: 1/1) {
  .card-insight .thumb-wrap {
    padding-top: 66.265060241%;
  }
  .card-insight .thumb-wrap > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .card-insight .calendar {
    margin-bottom: 8px !important;
  }
  .card-insight .thumb-wrap {
    height: 140px;
  }
}

.section-insight-home {
  margin-bottom: 50px !important;
}
.section-insight-home .title-insight {
  padding: 0 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-insight-home .title-insight .left-section .title {
  font-size: 20px;
  font-weight: 600;
}
.section-insight-home .title-insight .left-section .subtitle {
  margin-top: 5px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
}
.section-insight-home .title-insight .right-section .btn.view-all {
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  color: #972225;
  background-color: #ffddde;
  border-radius: 25px;
  transition: background-color 0.3s;
}
.section-insight-home .title-insight .right-section .btn.view-all:hover {
  background-color: #f7cfd0;
}
@media (max-width: 1024px) {
  .section-insight-home .body-insightContainer .insight-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .section-insight-home .left-section {
    margin-right: 10px !important;
  }
  .section-insight-home .left-section .title {
    font-size: 20px;
    font-weight: 600;
  }
  .section-insight-home .left-section .subtitle.subtitle--mobile {
    margin-top: 5px;
    font-weight: 300;
    font-size: 12px !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.35 !important;
  }
  .section-insight-home .right-section .btn.view-all {
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.1 !important;
    margin-top: 20px;
    font-size: 11px !important;
  }
  .section-insight-home .right-section .btn.view-all:hover {
    background-color: #f7cfd0;
  }
}

.section-newclass {
  background-color: #f4f4f5;
  padding: 4% 9%;
}
.section-newclass .container-luar {
  display: flex;
  flex-wrap: wrap;
}
.section-newclass .container-luar .left-section {
  align-content: center;
}
.section-newclass .container-luar .left-section .title {
  white-space: normal;
  flex-wrap: wrap;
  font-size: 30px;
  font-weight: 600;
}
.section-newclass .container-luar .left-section .text {
  color: #972225;
}
.section-newclass .container-luar .left-section .subtitle {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 22px;
  font-size: 15px;
}
.section-newclass .container-luar .right-section {
  width: 45%;
  overflow: hidden;
  justify-content: flex-start;
}
.section-newclass .container-luar .right-section .container-newclass {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style {
  position: relative;
  width: 85%;
  margin-right: 20px;
  overflow: visible;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .carousel-card {
  position: relative;
  overflow: visible;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .carousel-indicators-position {
  position: absolute;
  height: 10px;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .carousel-indicators-position .indicator-icon {
  background-color: #972225;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .card-container {
  height: auto;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .card-container .carousel-card {
  background-color: white;
  border: none;
  width: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .card-container .carousel-card .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .card-container .carousel-card .card-text {
  font-size: 13px;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .card-container .carousel-card a {
  text-decoration: none;
  color: #972225;
  font-size: 10px;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .carousel-control-prev,
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  /* Safari */
  display: grid;
  margin: 0 !important;
  z-index: 5;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .carousel-control-prev {
  left: -18px !important;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .carousel-control-next {
  right: -18px !important;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .slider-control {
  border-radius: 50px;
  height: 35px;
  width: 35px;
  align-self: center;
  background-color: #dcdcdc;
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .slider-control .carousel-control-next-icon {
  width: 20px;
  filter: invert(1) brightness(0);
}
.section-newclass .container-luar .right-section .container-newclass .carousel-slide-style .slider-control .carousel-control-prev-icon {
  width: 20px;
  filter: invert(1) brightness(0);
}
.section-newclass .container-luar .right-section .container-newclass .carousel-indicators.carousel-indicators-position {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin: 10px auto 0 !important;
  padding: 0 !important;
  line-height: 0;
}
.section-newclass .container-luar {
  /* === Responsive Layouts === */
}
@media (min-width: 176px) {
  .section-newclass .container-luar .left-section {
    flex: 1 1 100%;
    order: 0;
  }
  .section-newclass .container-luar .left-section .title {
    justify-content: center;
  }
  .section-newclass .container-luar .left-section .subtitle {
    text-align: center;
  }
  .section-newclass .container-luar .right-section {
    flex: 1 1 100%;
    order: 1;
  }
}
@media (min-width: 1080px) {
  .section-newclass .container-luar .left-section {
    flex: 1 1 40%;
    order: 0;
  }
  .section-newclass .container-luar .left-section .title {
    text-align: start;
    justify-content: start;
  }
  .section-newclass .container-luar .left-section .subtitle {
    text-align: start;
  }
  .section-newclass .container-luar .right-section {
    flex: 1 1 60%;
    order: 1;
  }
}
@media (min-width: 769px) {
  .section-newclass .container-luar .carousel-card .detail {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .section-newclass .container-luar .left-section .subtitle {
    white-space: normal !important;
    line-height: 18px !important;
    font-size: 14px !important;
    display: block !important;
    -webkit-line-clamp: initial !important;
    line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
  .section-newclass .container-luar .carousel-card {
    position: relative;
    display: block !important;
    overflow: hidden !important;
    border-radius: 8px;
    padding: 0 !important;
  }
  .section-newclass .container-luar .carousel-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.37) 60%, rgba(0, 0, 0, 0.58) 100%);
    z-index: 2;
    pointer-events: none;
  }
  .section-newclass .container-luar #carouselNewclassAuto .carousel-card a.detail {
    font-size: 11px !important;
    line-height: 1.25;
  }
  .section-newclass .container-luar .carousel-card .detail {
    display: inline-flex !important;
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0px;
    z-index: 3;
    padding: 10px 12px;
    color: #fff !important;
    backdrop-filter: saturate(140%) blur(2px);
    border-radius: 8px;
    justify-content: center;
  }
  .section-newclass .container-luar .carousel-card .detail:hover {
    background: rgba(197, 6, 6, 0.66);
  }
  .section-newclass .container-luar .carousel-card img {
    display: block !important;
    width: 100% !important;
    height: auto;
    object-fit: cover;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .section-newclass .container-luar .carousel-card .card-body {
    display: none !important;
  }
}

.section-cek-sertif {
  padding: 0 7.5% !important;
}
.section-cek-sertif .container-cek-sertif {
  background-image: url("../images/banner/bg-ceksertif-merah.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.section-cek-sertif .container-cek-sertif .left-section {
  align-content: center;
}
.section-cek-sertif .container-cek-sertif .left-section .title {
  font-size: 20px;
  font-weight: 600;
}
.section-cek-sertif .container-cek-sertif .left-section .subtitle {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: -4px;
  max-width: none !important;
  min-width: 0;
  word-break: normal;
}
.section-cek-sertif .container-cek-sertif .btn.btn-cek-sertif {
  flex: 0 0 auto;
  font-size: 90%;
  color: #000;
  background-color: #ffffff;
  padding: 6px;
  box-shadow: 0px 0px 10px rgba(4, 2, 2, 0.2);
  margin-right: 10px;
  margin-block: auto;
}
@media (max-width: 768px) {
  .section-cek-sertif .title {
    font-size: 14px !important;
  }
  .section-cek-sertif .subtitle {
    margin-right: 30px !important;
    white-space: normal !important;
    line-height: 18px !important;
    font-size: 12px !important;
    display: block !important;
    -webkit-line-clamp: initial !important;
    line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.2 !important;
  }
  .section-cek-sertif .btn.btn-cek-sertif {
    font-size: 13px !important;
  }
}
@media (max-width: 768px) {
  .section-cek-sertif .title {
    font-size: 20px;
  }
  .section-cek-sertif .subtitle {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 922px) {
  .section-cek-sertif .subtitle {
    max-width: 922px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}

.container-line {
  display: block;
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-width: 1.5px;
  border-color: rgb(0, 0, 0);
  height: 0;
}
@media (max-width: 768px) {
  .container-line {
    width: 250px;
  }
}

.section-reason .container-reason {
  padding: 0 7%;
}
.section-reason .container-reason .title {
  font-size: 30px;
  font-weight: 600;
}
.section-reason .container-reason .title .text {
  color: #972225;
}
.section-reason .container-reason .card-container .rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  width: auto;
  gap: 10px;
  padding-bottom: 5%;
}
@media (min-width: 0px) {
  .section-reason .container-reason .card-container .rows {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-reason .container-reason .card-container .horizontal-card p {
    padding-top: 3px !important;
  }
}
@media (min-width: 576px) {
  .section-reason .container-reason .card-container .rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .section-reason .container-reason .card-container .rows {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 922px) {
  .section-reason .container-reason .card-container .rows {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-reason .container-reason .card-container .body-col {
  width: auto;
  border: 1px solid #bababa;
  border-radius: 7px;
  display: flex;
  margin-bottom: 5px;
}
.section-reason .container-reason .card-container .body-col .horizontal-card {
  display: flex;
}
.section-reason .container-reason .card-container .body-col .horizontal-card .left-section {
  align-items: center;
}
.section-reason .container-reason .card-container .body-col .horizontal-card h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.section-reason .container-reason .card-container .body-col .horizontal-card p {
  font-size: 12px;
}

.section-testimoni {
  background-color: #f4f4f5;
}
.section-testimoni .container-testimoni {
  padding: 0 17%;
  margin: 4% 0;
}
.section-testimoni .title {
  font-weight: 600;
  font-size: 30px;
}
.section-testimoni .title .text {
  color: #972225;
}
.section-testimoni .testimoni-style {
  background-color: white;
  padding: 5%;
  border-radius: 10px;
  border: 1px solid #bababa;
}
.section-testimoni .testimoni-style .caption {
  font-size: 17px;
  margin-bottom: 30px;
}
.section-testimoni .testimoni-style h4 {
  color: orange;
}
.section-testimoni .testimoni-style figcaption {
  font-weight: bold;
  color: #972225;
  font-size: 18px;
}
.section-testimoni #carousel-testimoni.carousel {
  position: relative;
}
.section-testimoni #carousel-testimoni .carousel-control-prev.slider-control,
.section-testimoni #carousel-testimoni .carousel-control-next.slider-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: rgba(191, 191, 191, 0.6862745098);
  opacity: 1;
  margin: 0;
  z-index: 2;
}
.section-testimoni #carousel-testimoni .carousel-control-prev.slider-control {
  left: -25px;
}
.section-testimoni #carousel-testimoni .carousel-control-next.slider-control {
  right: -25px;
}
.section-testimoni #carousel-testimoni .carousel-control-prev-icon,
.section-testimoni #carousel-testimoni .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  filter: invert(1);
}
@media (max-width: 768px) {
  .section-testimoni .title {
    font-size: 23px !important;
    font-weight: 600;
    padding: 0 !important;
    line-height: 1.3 !important;
  }
  .section-testimoni .testimoni-style .caption {
    font-size: 14px !important;
    padding: 4px !important;
  }
  .section-testimoni .testimoni-style .blockquote-footer {
    font-size: 13px !important;
  }
  .section-testimoni #carousel-testimoni .slider-control {
    width: 40px !important;
    height: 40px !important;
  }
  .section-testimoni #carousel-testimoni .carousel-control-prev.slider-control {
    left: -18px !important;
  }
  .section-testimoni #carousel-testimoni .carousel-control-next.slider-control {
    right: -18px !important;
  }
  .section-testimoni #carousel-testimoni .carousel-control-prev-icon,
  .section-testimoni #carousel-testimoni .carousel-control-next-icon {
    width: 14px !important;
    height: 14px !important;
  }
}
@media (max-width: 480px) {
  .section-testimoni #carousel-testimoni .slider-control {
    width: 36px !important;
    height: 36px !important;
  }
  .section-testimoni #carousel-testimoni .carousel-control-prev.slider-control {
    left: -16px !important;
  }
  .section-testimoni #carousel-testimoni .carousel-control-next.slider-control {
    right: -16px !important;
  }
  .section-testimoni #carousel-testimoni .carousel-control-prev-icon,
  .section-testimoni #carousel-testimoni .carousel-control-next-icon {
    width: 12px !important;
    height: 12px !important;
  }
}

.section-penutup {
  padding: 0 12%;
}
.section-penutup .container-penutup {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  gap: 3%;
}
.section-penutup .container-penutup .left-section img {
  width: auto;
  height: auto;
}
.section-penutup .container-penutup .right-section .title .btn-mulai {
  background-color: #ffb800;
  color: white;
}
.section-penutup .container-penutup .right-section .title .btn-mulai:hover {
  background-color: rgb(235, 171, 9);
  color: white;
}
.section-penutup .container-penutup .right-section .title h2 {
  text-align: center;
  font-weight: 600;
}
@media (min-width: 0px) {
  .section-penutup .container-penutup {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-penutup .container-penutup .left-section img {
    width: 100%;
    height: auto;
  }
  .section-penutup .container-penutup .right-section .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-penutup .container-penutup .right-section .title h2 {
    text-align: center;
    font-weight: 600;
  }
  .section-penutup .container-penutup .right-section .btn-mulai {
    margin-top: -30px !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 576px) {
  .section-penutup .container-penutup {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-penutup .container-penutup .left-section img {
    width: 100%;
    height: auto;
  }
  .section-penutup .container-penutup .right-section .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-penutup .container-penutup .right-section .title h2 {
    text-align: center;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .section-penutup .container-penutup {
    flex-direction: row;
  }
  .section-penutup .container-penutup .left-section img {
    width: auto;
    height: auto;
  }
  .section-penutup .container-penutup .right-section .title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .section-penutup .container-penutup .right-section .title h2 {
    text-align: start;
    font-weight: 600;
  }
}
@media (min-width: 922px) {
  .section-penutup .container-penutup {
    flex-direction: row;
  }
  .section-penutup .container-penutup .left-section img {
    width: auto;
    height: auto;
  }
  .section-penutup .container-penutup .right-section .title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .section-penutup .container-penutup .right-section .title h2 {
    text-align: start;
    font-weight: 600;
  }
}

.section-tentangkami .container-tentangkami {
  padding: 3% 8%;
}
.section-tentangkami .container-tentangkami .left-section {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  align-content: center;
}
.section-tentangkami .container-tentangkami .right-section {
  text-align: left;
}
.section-tentangkami .container-tentangkami .right-section h4 {
  font-weight: 500;
  margin-bottom: 15px;
}
.section-tentangkami .container-tentangkami .right-section p {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
.section-tentangkami .container-tentangkami .right-section .contact-text {
  font-weight: 500;
}
.section-tentangkami .container-tentangkami .right-section .contact .vertical-line {
  width: 0.5px;
  background-color: #000000;
  margin-right: 15px;
}
.section-tentangkami .container-tentangkami .right-section .contact a {
  margin-right: 15px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.section-tentangkami .container-tentangkami .right-section .contact .vertical-line {
  margin-right: 18px;
}
@media (max-width: 1220px) {
  .section-tentangkami .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
  }
  .section-tentangkami .contact a {
    display: inline-flex;
    align-items: center;
    font-size: 13px !important;
    flex: 1 1 45%;
    min-width: 110px;
  }
  .section-tentangkami .contact .vertical-line {
    display: none;
  }
}
@media (max-width: 920px) {
  .section-tentangkami .container-tentangkami {
    padding: 0 8% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px;
  }
  .section-tentangkami .left-section {
    display: grid !important;
    padding: 40px !important;
    width: 100%;
    margin: 0 auto;
    place-items: center !important;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.08);
  }
  .section-tentangkami .left-section img {
    display: block;
    width: 50%;
    height: auto;
  }
  .section-tentangkami .right-section {
    margin-left: 0 !important;
  }
  .section-tentangkami .right-section h4 {
    margin-top: 20px !important;
  }
  .section-tentangkami .right-section p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .section-tentangkami .right-section .contact a {
    flex: 1 1 calc(40% - 16px);
    min-width: 110px;
  }
}

.section-contact {
  margin-top: 60px;
}
.section-contact .container-contact {
  padding: 3% 8%;
}
.section-contact .container-contact .left-section {
  border-radius: 7px;
  background-color: white;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  align-content: center;
}
.section-contact .container-contact .right-section {
  margin-bottom: 100px;
}
.section-contact .container-contact .right-section .contact-item {
  display: flex;
  padding: 30px 10px 30px;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.section-contact .container-contact .right-section img {
  width: 55px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.section-contact .container-contact .right-section p {
  margin: 0;
  padding: 0;
}
.section-contact .container-contact .right-section h6 {
  padding: 0;
  margin: 0;
}
@media (max-width: 920px) {
  .section-contact {
    margin-top: 30px;
  }
  .section-contact .container-contact {
    padding: 0 12% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px;
  }
  .section-contact .left-section {
    display: none;
  }
  .section-contact .right-section {
    margin-left: 0 !important;
  }
  .section-contact .right-section h4 {
    margin-top: 20px !important;
  }
  .section-contact .right-section .contact-item img {
    width: 40px !important;
    padding: 10px !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .section-contact .right-section .contact-item p {
    font-size: 13px !important;
  }
  .section-contact .right-section .contact-item h6 {
    font-size: 15px !important;
  }
}

.section-syarat-ketentuan {
  padding: 0 30% 2% 9%;
  margin-top: 60px;
}
.section-syarat-ketentuan .container-syarat-ketentuan h4 {
  font-size: 18px;
  color: #972225;
}
.section-syarat-ketentuan .container-syarat-ketentuan p {
  padding: 0;
  margin: 0;
  color: #595959;
}
.section-syarat-ketentuan .container-syarat-ketentuan a {
  color: #f5aa6c;
  text-decoration: none;
}
@media (max-width: 768px) {
  .section-syarat-ketentuan {
    padding: 0 8% !important;
    margin-top: 30px !important;
  }
  .section-syarat-ketentuan p,
  .section-syarat-ketentuan a {
    font-size: 14px !important;
  }
}

.section-kebijakan-privasi {
  padding: 0 30% 2% 9%;
  margin-top: 60px;
}
.section-kebijakan-privasi .container-kebijakan-privasi h4 {
  font-size: 18px;
  color: #972225;
}
.section-kebijakan-privasi .container-kebijakan-privasi p {
  padding: 0;
  margin: 0;
  color: #595959;
}
.section-kebijakan-privasi .container-kebijakan-privasi li {
  color: #595959;
  margin-left: 20px;
}
.section-kebijakan-privasi .container-kebijakan-privasi a {
  color: #f5aa6c;
  text-decoration: none;
}
@media (max-width: 768px) {
  .section-kebijakan-privasi {
    padding: 0 8% !important;
    margin-top: 30px !important;
  }
  .section-kebijakan-privasi p,
  .section-kebijakan-privasi li,
  .section-kebijakan-privasi a {
    font-size: 14px !important;
  }
}

.section-faq {
  margin-top: 60px;
}
.section-faq .container-faq {
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-faq .container-faq h4 {
  font-weight: 600;
}
.section-faq .container-faq .accordion {
  width: 100%;
  display: grid;
  gap: 10px;
}
.section-faq .container-faq .accordion .accordion-item {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(71, 71, 71, 0.034);
}
.section-faq .container-faq .accordion .accordion-item strong {
  font-weight: 500;
  color: black;
}
.section-faq .container-faq .accordion .accordion-item .accordion-button {
  background: none;
}
@media (max-width: 768px) {
  .section-faq {
    margin-top: 40px;
  }
  .section-faq strong {
    font-size: 14px !important;
  }
  .section-faq .accordion-button::after {
    transform: scale(0.7);
  }
  .section-faq .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) scale(0.7);
  }
  .section-faq .accordion-body {
    margin-top: -20px !important;
    font-size: 13px !important;
  }
}

.bidang-header {
  padding: 2% 7%;
}
.bidang-header .breadcrumb-style {
  font-size: 14px;
}
.bidang-header .breadcrumb-style a {
  text-decoration: none;
  color: #595959;
}
.bidang-header .breadcrumb-style .item-active {
  font-weight: 500;
}
.bidang-header .breadcrumb-style a:hover {
  color: #972225;
}
.bidang-header .header-Pangan-container {
  border-radius: 10px;
  padding: 5%;
  background-image: url("../images/banner/bidang-keahlian/pangan.png");
  background-size: cover;
  background-position: center;
}
.bidang-header .header-Farmasi-container {
  border-radius: 10px;
  padding: 5%;
  background-image: url("../images/banner/bidang-keahlian/farmasi.png");
  background-size: cover;
  background-position: center;
}
.bidang-header .header-Gizi-container {
  border-radius: 10px;
  padding: 5%;
  background-image: url("../images/banner/bidang-keahlian/gizi.png");
  background-size: cover;
  background-position: center;
}
.bidang-header .header-HSE-container {
  border-radius: 10px;
  padding: 5%;
  background-image: url("../images/banner/bidang-keahlian/hse.png");
  background-size: cover;
  background-position: center;
}
.bidang-header .header-Lab-container {
  border-radius: 10px;
  padding: 5%;
  background-image: url("../images/banner/bidang-keahlian/laboratorium.png");
  background-size: cover;
  background-position: center;
}
.bidang-header h3 {
  color: #972225;
  font-weight: 700;
}
.bidang-header h3 span {
  color: #000;
  font-weight: 700;
}
.bidang-header p {
  padding-left: 25%;
  padding-right: 25%;
}
@media (max-width: 768px) {
  .bidang-header .breadcrumb-style {
    font-size: 12px !important;
  }
  .bidang-header h3 {
    font-size: 19px !important;
    margin-top: 10px !important;
  }
  .bidang-header p {
    padding: 0 5% !important;
    font-size: 12.5px !important;
    line-height: 1rem !important;
  }
}

.section-bidangkeahlian {
  padding: 0 7%;
}
@media (max-width: 768px) {
  .section-bidangkeahlian .container-bidangkeahlian .class-chip-style {
    margin-top: 10px;
  }
  .section-bidangkeahlian .container-bidangkeahlian .class-chip-style p {
    font-size: 14px;
  }
  .section-bidangkeahlian .container-bidangkeahlian .class-chip-style .chip-style {
    font-size: 13px;
  }
}
.section-bidangkeahlian .container-bidangkeahlian .body-bidangkeahlian-container .card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-height: none;
  overflow-x: hidden;
  overflow-y: hidden;
  gap: 0.5rem 0.75rem;
}
.section-bidangkeahlian .container-bidangkeahlian .body-bidangkeahlian-container .card-container > * {
  min-width: 0;
}
@media (max-width: 1200px) {
  .section-bidangkeahlian .container-bidangkeahlian .body-bidangkeahlian-container .card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-y: hidden;
    gap: 0 0.75rem;
  }
}
@media (max-width: 1024px) {
  .section-bidangkeahlian .container-bidangkeahlian .body-bidangkeahlian-container .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: hidden;
    gap: 0 0.75rem;
    position: relative;
  }
}
@media (max-width: 768px) {
  .section-bidangkeahlian .container-bidangkeahlian .body-bidangkeahlian-container .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.75rem;
  }
}
.section-bidangkeahlian nav[aria-label="page navigation"] {
  max-width: 100%;
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .section-bidangkeahlian .body-bidangkeahlian-container .card-container {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      width: 100% !important;
      gap: 0 0.75rem !important;
      overflow-x: hidden !important;
      overflow-y: visible !important;
      max-height: none !important;
      box-sizing: border-box !important;
    }
    .section-bidangkeahlian .body-bidangkeahlian-container .card-container > * {
      min-width: 0 !important;
      max-width: 100% !important;
      width: auto !important;
      flex: 1 1 auto !important;
    }
    .section-bidangkeahlian .body-bidangkeahlian-container .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .section-bidangkeahlian,
    .section-bidangkeahlian .container-bidangkeahlian,
    .section-bidangkeahlian .body-bidangkeahlian-container {
      overflow-x: hidden !important;
    }
  }
}
.header-all-class {
  background-image: url("../images/banner/bg-ebook-header.jpg");
  background-position: bottom;
  height: 240px;
  padding: 3% 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-all-class h3 img {
  width: 44px !important;
  margin-right: 15px !important;
}
.header-all-class p {
  font-weight: 200;
}
@media (max-width: 768px) {
  .header-all-class {
    height: 170px !important;
    padding: 1% 7% !important;
    margin-top: -10px !important;
  }
  .header-all-class h3 {
    margin-top: 15px !important;
  }
  .header-all-class h3 img {
    width: 30px !important;
    margin-right: 10px !important;
  }
  .header-all-class h3 {
    font-size: 18px !important;
  }
  .header-all-class p {
    font-size: 12px !important;
  }
}

.section-all-class {
  padding: 0 7%;
}
.section-all-class .container-all-class .chip-style {
  margin-top: 35px !important;
  font-size: 14px;
}
.section-all-class .container-all-class .card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-height: none;
  overflow-x: hidden;
  overflow-y: hidden;
  gap: 0.5rem 0.75rem;
}
.section-all-class .container-all-class .card-container > * {
  min-width: 0;
}
@media (max-width: 1200px) {
  .section-all-class .container-all-class .card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-y: hidden;
    gap: 0 0.75rem;
  }
}
@media (max-width: 1024px) {
  .section-all-class .container-all-class .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: hidden;
    gap: 0 0.75rem;
    position: relative;
  }
}
@media (max-width: 768px) {
  .section-all-class .container-all-class .class-selector-chip {
    display: flex;
    margin-top: 25px !important;
    font-size: 13px !important;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .section-all-class .container-all-class .class-selector-chip::-webkit-scrollbar {
    display: none;
  }
  .section-all-class .container-all-class .class-selector-chip > p {
    flex: 0 0 auto;
    white-space: nowrap;
    margin: 0;
  }
  .section-all-class .container-all-class .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.75rem;
  }
}
.section-all-class .container-all-class .page-item .page-link {
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.section-all-class .container-all-class .page-item.active .page-link {
  color: #FFFFFF !important;
  background-color: #972225;
  border: #972225;
  outline: none !important;
  box-shadow: none !important;
}
.section-all-class .container-all-class .page-link:focus,
.section-all-class .container-all-class .page-link:active {
  outline: none !important;
  box-shadow: none !important;
}

.header-all-ebook {
  background-image: url("../images/banner/bg-ebook-header.jpg");
  background-position: bottom;
  height: 240px;
  padding: 3% 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-all-ebook p {
  font-weight: 200;
}
@media (max-width: 768px) {
  .header-all-ebook {
    height: 170px !important;
    padding: 1% 7% !important;
    margin-top: -10px !important;
  }
  .header-all-ebook h3 {
    margin-top: 15px !important;
  }
  .header-all-ebook h3 img {
    width: 30px !important;
    margin-right: 10px !important;
  }
  .header-all-ebook h3 {
    font-size: 18px !important;
  }
  .header-all-ebook p {
    font-size: 12px !important;
  }
}

.section-ebook-page {
  padding: 2% 7%;
}
.section-ebook-page .container-ebook-category .nav-bottom {
  border-bottom: 1px solid rgb(216, 222, 228);
}
.section-ebook-page .container-ebook-category .nav-bottom .nav-item {
  margin-bottom: -1px;
}
.section-ebook-page .container-ebook-category .nav-bottom .nav-item .nav-link {
  text-align: center;
  padding: 10px;
  color: #595959;
  font-weight: 400;
  font-size: 15px;
}
.section-ebook-page .container-ebook-category .nav-bottom .nav-item .nav-link.active {
  color: #972225;
}
.section-ebook-page .body-ebook-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.section-ebook-page .body-ebook-container > * {
  min-width: 0;
}
.section-ebook-page .body-ebook-container .empty-ebook {
  grid-column: 1/-1;
  padding: 20px 0;
}
.section-ebook-page .body-ebook-container .empty-search {
  grid-column: 1/-1;
  padding: 20px 0;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item {
  display: flex;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
  padding: 10px;
  gap: 12px;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .img-wrap {
  width: 148px;
  height: 210px;
  overflow: hidden;
  border-radius: 6px;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .img-wrap .image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .btn-card-beli {
  background-color: #bd1f25;
  color: white;
  font-size: 13px;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .btn-card-lihat {
  background-color: rgb(233, 112, 116);
  color: white;
  font-size: 13px;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .btn-card-beli:hover,
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .btn-card-lihat:hover {
  background-color: #dd0303;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .cart {
  color: #972225;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .left {
  margin-right: 15px;
  flex: 0 0 149px;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item .right {
  flex: 1 1 auto;
  min-width: 0;
}
.section-ebook-page .body-ebook-container .ebook-container .ebook-item:hover {
  background-color: rgba(247, 247, 247, 0.6784313725);
}
.section-ebook-page .body-ebook-container .ebook-container .tag-pangan {
  background-color: rgb(137, 212, 137);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-ebook-page .body-ebook-container .ebook-container .tag-gizi {
  background-color: rgb(253, 176, 202);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-ebook-page .body-ebook-container .ebook-container .tag-farmasi {
  background-color: rgb(101, 186, 252);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-ebook-page .body-ebook-container .ebook-container .tag-lab {
  background-color: rgb(255, 152, 96);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-ebook-page .body-ebook-container .ebook-container .tag-hse {
  background-color: rgb(171, 122, 244);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-ebook-page .search-container {
  width: 100%;
  padding: 0;
}
.section-ebook-page .search-container .custom-search {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 45px;
  font-size: 1rem;
  outline: none;
  padding-left: 2rem;
  box-shadow: none;
}
.section-ebook-page .search-container .custom-search:focus {
  outline: none;
  box-shadow: none;
}
.section-ebook-page .search-container .custom-search::placeholder {
  text-align: left;
  transition: opacity 0.2s ease-in-out;
}
.section-ebook-page .search-container .custom-search:focus::placeholder {
  opacity: 0;
}
.section-ebook-page .search-container .search-button {
  background-color: orange;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
}
.section-ebook-page .search-container .search-button:hover {
  background-color: #ed9b04;
}
.section-ebook-page .page-item .page-link {
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.section-ebook-page .page-item.active .page-link {
  color: #FFFFFF !important;
  background-color: #972225;
  border: #972225;
  outline: none !important;
  box-shadow: none !important;
}
.section-ebook-page .page-link:focus,
.section-ebook-page .page-link:active {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .section-ebook-page .container-ebook-category .nav-bottom .nav-item .nav-link {
    padding: 3px !important;
    font-size: 13px !important;
  }
  .section-ebook-page .search-container .custom-search {
    font-size: 0.8rem;
    padding-left: 1rem !important;
  }
  .section-ebook-page .search-container .custom-search::placeholder {
    font-size: 0.8rem;
  }
  .section-ebook-page .search-container .search-button {
    padding: 0rem 1rem !important;
    font-size: 1rem !important;
  }
  .section-ebook-page .body-ebook-container {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .section-ebook-page .body-ebook-container .ebook-container .ebook-item {
    padding: 5px !important;
    column-gap: 10px !important;
  }
  .section-ebook-page .body-ebook-container .ebook-container .ebook-item .left {
    margin-right: 6px;
    flex-basis: clamp(90px, 28vw, 120px);
  }
  .section-ebook-page .body-ebook-container .ebook-container .ebook-item .right {
    min-width: 0 !important;
  }
  .section-ebook-page .body-ebook-container .ebook-container .ebook-item h5 {
    font-size: 15px !important;
  }
  .section-ebook-page .body-ebook-container .ebook-container .ebook-item small {
    font-size: 11px !important;
  }
  .section-ebook-page .body-ebook-container .ebook-container .ebook-item .img-wrap {
    width: 28vw;
    max-width: 120px;
    min-width: 90px;
    height: 170px;
  }
  .section-ebook-page .body-ebook-container .ebook-container .ebook-item .price-tag {
    font-size: 14px !important;
  }
  .section-ebook-page .body-ebook-container .ebook-container .ebook-item .btn {
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .section-ebook-page .body-ebook-container,
    .section-ebook-page .body-ebook-container .ebook-container {
      overflow-x: hidden;
    }
  }
}

.breadcrumb-detail-ebook {
  padding: 3% 12% 2% 12%;
}
.breadcrumb-detail-ebook .breadcrumb-style {
  font-size: 13px;
  font-weight: 400;
}
.breadcrumb-detail-ebook .breadcrumb-style a {
  color: #757575;
  text-decoration: none;
}
.breadcrumb-detail-ebook .breadcrumb-style .active {
  font-weight: 500;
}
@media (max-width: 700px) {
  .breadcrumb-detail-ebook {
    padding: 4% 8% !important;
  }
  .breadcrumb-detail-ebook ol li {
    font-size: 12px !important;
  }
}

.section-detail-ebook {
  padding: 0 12%;
}
.section-detail-ebook .tag-pangan {
  background-color: rgb(137, 212, 137);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
}
.section-detail-ebook .tag-gizi {
  background-color: rgb(253, 176, 202);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
}
.section-detail-ebook .tag-farmasi {
  background-color: rgb(101, 186, 252);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
}
.section-detail-ebook .tag-lab {
  background-color: rgb(255, 194, 96);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
}
.section-detail-ebook .tag-hse {
  background-color: rgb(171, 122, 244);
  color: white;
  max-width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
}
.section-detail-ebook .view-all {
  font-size: 14px;
  color: #972225;
  text-decoration: underline;
}
.section-detail-ebook .read-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: none;
  pointer-events: auto;
}
.section-detail-ebook .lock-icon {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 11;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.75);
}
.section-detail-ebook .left {
  width: 80%;
  padding: 0;
}
.section-detail-ebook .left img {
  width: 175px;
  height: auto;
  border-radius: 8px;
}
.section-detail-ebook .left .price-ebook {
  color: #CB0102;
  font-weight: 600;
}
.section-detail-ebook .left small {
  font-size: 13px;
}
.section-detail-ebook .right {
  width: 20%;
  padding: 40px 20px;
  gap: 8px;
}
.section-detail-ebook .right .btn {
  font-weight: 500;
  border-radius: 7px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.section-detail-ebook .right .btn-warning::after {
  content: "Langganan E-Book";
}
.section-detail-ebook .right .btn-preview-label::after {
  content: "Tampil Preview";
}
.section-detail-ebook .right .btn-baca {
  align-content: center;
  background-color: orange;
  color: white;
}
.section-detail-ebook .right .btn-baca:hover {
  background-color: rgb(226, 147, 0);
}
.section-detail-ebook .right .btn-beli {
  color: white;
  padding: 11px 0px;
}
.section-detail-ebook .right .btn-preview {
  color: orange;
  background-color: white;
  align-content: center;
}
.section-detail-ebook .right .btn-keranjang {
  background-color: white;
  color: orange;
  padding: 11px 0px;
}
.section-detail-ebook .accordion {
  width: 100%;
}
.section-detail-ebook .accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.section-detail-ebook .accordion .accordion-item .accordion-button {
  background: none;
  color: black;
  font-weight: 500;
}
.section-detail-ebook .accordion .accordion-item .accordion-body {
  font-size: 14px;
  margin-top: -20px;
}
.section-detail-ebook .detail-container .description {
  font-size: 15px;
}
.section-detail-ebook .detail-container .bonus-list {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding: 8px;
  padding-bottom: 0px;
  border-radius: 7px;
}
.section-detail-ebook .detail-container .bonus-list .check-bonus {
  list-style: none;
  font-size: 15px;
  padding-left: 0;
}
.section-detail-ebook .detail-container .bonus-list .check-bonus li::before {
  content: "✅ ";
  margin-right: 8px;
}
.section-detail-ebook .h6 {
  font-weight: 600px;
}
.section-detail-ebook .rekomendasi .body-ebook-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section-detail-ebook .rekomendasi .body-ebook-container .empty-ebook {
  grid-column: 1/-1;
  padding: 20px 0;
}
.section-detail-ebook .rekomendasi .body-ebook-container .titleEbook {
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-detail-ebook .rekomendasi .body-ebook-container .ebook-item-recom {
  text-decoration: none;
  color: black;
  display: flex;
  text-align: left;
  align-items: flex-start;
  border-radius: 8px;
}
.section-detail-ebook .rekomendasi .body-ebook-container .ebook-item-recom .small-pages {
  font-size: 12px;
}
.section-detail-ebook .rekomendasi .body-ebook-container .ebook-item-recom .wrap {
  flex: 0 0 120px;
  width: 120px;
  height: 170px;
  min-width: 120px;
  overflow: hidden;
  border-radius: 8px;
}
.section-detail-ebook .rekomendasi .body-ebook-container .ebook-item-recom .wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-detail-ebook .pdf-container {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.section-detail-ebook .pdf-page canvas {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.section-detail-ebook .pdf-page {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.section-detail-ebook .canvas-wrapper {
  filter: blur(6px);
  pointer-events: none;
}
@media (max-width: 830px) {
  .section-detail-ebook {
    padding: 0 8% !important;
  }
  .section-detail-ebook .rekomendasi-label {
    font-size: 17px !important;
  }
  .section-detail-ebook .view-all {
    font-size: 11px !important;
  }
  .section-detail-ebook .rekomendasi .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .section-detail-ebook .rekomendasi .body-ebook-container {
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .section-detail-ebook .rekomendasi .body-ebook-container .ebook-container .ebook-item-recom {
    display: flex !important;
    align-items: flex-start !important;
    width: 280px !important;
  }
  .section-detail-ebook .rekomendasi .body-ebook-container .ebook-container .ebook-item-recom .wrap {
    width: auto !important;
    height: 160px !important;
    margin-right: 13px !important;
  }
  .section-detail-ebook .rekomendasi .body-ebook-container .ebook-container .ebook-item-recom .all-tag-style {
    font-size: 10px !important;
    padding: 2px 6px !important;
  }
  .section-detail-ebook .rekomendasi .body-ebook-container .ebook-container .ebook-item-recom .titleEbook {
    font-size: 14px !important;
  }
  .section-detail-ebook .rekomendasi .body-ebook-container .ebook-container .ebook-item-recom .small-pages {
    font-size: 11px !important;
  }
  .section-detail-ebook .modal-preview .modal-dialog {
    width: 90vw !important;
    max-width: 420px !important;
    margin: 1rem auto !important;
  }
  .section-detail-ebook .modal-preview .modal-title {
    font-size: 15px;
    line-height: 1.2;
  }
  .section-detail-ebook .modal-preview .btn-close {
    font-size: 12px;
  }
  .section-detail-ebook .modal-preview .modal-body {
    padding: 0.5rem 0.75rem 0.75rem;
  }
  .section-detail-ebook .modal-preview .pdf-container {
    scrollbar-width: thin;
    height: 68vh;
  }
  .section-detail-ebook .modal-preview .pdf-container .pdf-page .read-button {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 10px;
  }
  .section-detail-ebook .modal-preview .pdf-container .pdf-page .lock-icon {
    font-size: 50px;
  }
  .section-detail-ebook nav .nav-link {
    font-size: 13px !important;
  }
  .section-detail-ebook .container-ebook {
    flex-direction: column !important;
    align-items: stretch;
    gap: 14px;
  }
  .section-detail-ebook .container-ebook .left {
    width: 100% !important;
    display: grid;
    grid-template-columns: minmax(90px, 28vw) 1fr;
    column-gap: 12px;
    align-items: stretch;
  }
  .section-detail-ebook .container-ebook .left img {
    width: 130px !important;
    height: 184px;
    border-radius: 8px;
    margin-right: 5px !important;
  }
  .section-detail-ebook .container-ebook .left .main-content {
    width: 100%;
    min-height: 184px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-detail-ebook .container-ebook .left .main-content .titleEbook {
    font-size: 18px !important;
    line-height: 1.25;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .section-detail-ebook .container-ebook .left .main-content .pages {
    font-size: 12px !important;
  }
  .section-detail-ebook .container-ebook .left .main-content .price-ebook {
    font-size: 18px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .section-detail-ebook .container-ebook .left .main-content small {
    font-size: 11px !important;
  }
  .section-detail-ebook .container-ebook .right {
    order: 2;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .section-detail-ebook .container-ebook .right .btn-baca,
  .section-detail-ebook .container-ebook .right .btn-beli,
  .section-detail-ebook .container-ebook .right .btn-preview,
  .section-detail-ebook .container-ebook .right .btn-keranjang {
    font-size: 13px !important;
    padding: 8px 6px;
    border-radius: 5px;
    width: 100%;
  }
  .section-detail-ebook .container-ebook .right .btn-preview-label::after {
    content: "Preview";
  }
  .section-detail-ebook .container-ebook .right .btn-warning::after {
    content: "Langganan";
  }
  .section-detail-ebook .container-ebook .right > form,
  .section-detail-ebook .container-ebook .right > a {
    display: block !important;
    width: 100% !important;
  }
  .section-detail-ebook .container-ebook .right .row {
    display: contents !important;
    margin: 0 !important;
  }
  .section-detail-ebook .detail-container h5 {
    font-size: 18px;
  }
  .section-detail-ebook .detail-container .description,
  .section-detail-ebook .detail-container li {
    font-size: 13px !important;
  }
  .section-detail-ebook .accordion-button {
    gap: 2px;
  }
  .section-detail-ebook .accordion-button::after {
    transform: scale(0.7);
  }
}
@media (max-width: 380px) {
  .section-detail-ebook .section-detail-ebook .right .row {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-detail-ebook .section-detail-ebook .right .btn-keranjang {
    grid-column: 1/-1;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .section-detail-ebook .section-detail-ebook .container-ebook {
      overflow-x: hidden;
    }
    .section-detail-ebook .rekomendasi .body-ebook-container {
      gap: 0;
    }
    .section-detail-ebook .rekomendasi .ebook-container:not(:last-child) {
      margin-right: 16px;
    }
    .section-detail-ebook .section-detail-ebook .left .row {
      min-width: 0;
    }
    .section-detail-ebook .modal-preview .modal-dialog {
      padding-bottom: env(safe-area-inset-bottom);
    }
    .section-detail-ebook .modal-preview .pdf-container {
      -webkit-overflow-scrolling: touch;
    }
  }
}

@media (max-width: 830px) {
  .footer-action .container-btn {
    width: 100% !important;
    padding: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .footer-action .col-3 {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 5px;
  }
  .footer-action .right-style {
    margin-top: 10px !important;
    flex-direction: row;
    width: 100% !important;
    justify-content: space-between !important;
  }
  .footer-action .right-style h4 {
    font-size: 18px !important;
  }
  .footer-action .right-style .btn-group-buy {
    flex-direction: row;
  }
  .footer-action .right-style .btn-group-buy .btn {
    font-size: 13px !important;
  }
}

.header-insight {
  background-image: url("../images/banner/insight/header-insight.jpg");
  background-position: bottom;
  background-size: cover;
  padding: 6% 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-insight p strong {
  font-size: 30px;
}
.header-insight p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .header-insight {
    height: 150px !important;
    padding: 3% 8% !important;
    margin-top: -10px !important;
  }
  .header-insight p strong {
    font-size: 18px !important;
  }
  .header-insight p br {
    display: none;
  }
  .header-insight p {
    line-height: 1.3rem !important;
    font-size: 12px !important;
  }
}

.section-insight {
  padding: 1% 8%;
}
.section-insight .search-form {
  width: 300px;
}
.section-insight .search-form .btn-search {
  background-color: #bd1212;
  color: white;
}
.section-insight .search-form .form-control:focus-within {
  border-color: #741a1a;
  box-shadow: 0 0 0 2px rgba(148, 13, 27, 0.189);
}
.section-insight .blog-container a {
  padding-bottom: 0 !important;
  text-decoration: none;
}
.section-insight .blog-container a .info p {
  font-size: 12px;
}
.section-insight .blog-container a .card-highlight {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-insight .blog-container a .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-insight .blog-container a .thumb-wrap {
  height: 265px;
  overflow: hidden;
}
.section-insight .blog-container a .thumb-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-insight .blog-container a .writer {
  color: #972225;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-insight .form-control {
    font-size: 13px !important;
  }
  .section-insight .form-control::placeholder {
    font-size: 13px !important;
  }
  .section-insight .blog-container .row-style {
    margin-top: -20px !important;
  }
  .section-insight .blog-container a .thumb-wrap {
    height: 140px;
  }
  .section-insight .blog-container a .card-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .section-insight .blog-container a .card-body .date {
    font-size: 10px !important;
  }
  .section-insight .blog-container a .card-body .card-title {
    font-size: 14px !important;
  }
  .section-insight .blog-container a .card-body small {
    font-size: 12px !important;
    line-height: 1rem !important;
  }
}
.section-insight .konten-container a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: none;
  display: block;
}
.section-insight .konten-container a img {
  width: 100%;
  display: block;
}
.section-insight .konten-container a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 90%;
  background: rgba(152, 9, 9, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.section-insight .konten-container a .overlay h4 {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.section-insight .konten-container a:hover .overlay {
  opacity: 1;
}
.section-insight .konten-container a:hover .overlay h4 {
  opacity: 1;
}
.section-insight .page-item .page-link {
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.section-insight .page-item.active .page-link {
  color: #FFFFFF !important;
  background-color: #972225;
  border: #972225;
  outline: none !important;
  box-shadow: none !important;
}
.section-insight .page-link:focus,
.section-insight .page-link:active {
  outline: none !important;
  box-shadow: none !important;
}

.header-insight-blog {
  padding: 3% 14% 0% 14%;
  padding-right: 10%;
}
.header-insight-blog .breadcrumb-style {
  font-size: 14px;
}
.header-insight-blog .breadcrumb-style a {
  text-decoration: none;
  color: #595959;
}
.header-insight-blog .breadcrumb-style .item-active {
  font-weight: 500;
}
.header-insight-blog .breadcrumb-style a:hover {
  color: #972225;
}
@media (max-width: 700px) {
  .header-insight-blog {
    padding: 4% 8% !important;
  }
  .header-insight-blog .breadcrumb-style {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .header-insight-blog ol li {
    font-size: 12px !important;
  }
}

.section-insight-blog {
  padding: 1% 14%;
  padding-right: 30%;
}
.section-insight-blog .info p {
  font-size: 14px;
}
.section-insight-blog .writer {
  color: #972225;
}
.section-insight-blog .wrap-img {
  position: relative;
  width: 100%;
  aspect-ratio: 840/420;
  overflow: hidden;
  border-radius: 8px;
}
.section-insight-blog .wrap-img .thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.section-insight-blog .share {
  align-items: start;
}
.section-insight-blog .share p {
  font-weight: 500;
}
.section-insight-blog .share img {
  width: 23px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .section-insight-blog .date {
    font-size: 12px !important;
  }
  .section-insight-blog .title-insight {
    font-size: 32px !important;
  }
  .section-insight-blog .prose {
    font-size: 14px !important;
  }
  .section-insight-blog .share p {
    font-size: 13px !important;
  }
  .section-insight-blog .share img {
    width: 20px !important;
  }
}
@media (max-width: 700px) {
  .section-insight-blog {
    padding: 0 8% !important;
  }
  .section-insight-blog .date {
    font-size: 12px !important;
  }
  .section-insight-blog .title-insight {
    font-size: 25px !important;
  }
  .section-insight-blog .prose {
    font-size: 13px !important;
  }
  .section-insight-blog .wrap-img {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    aspect-ratio: 840/450;
    overflow: hidden;
  }
  .section-insight-blog .wrap-img .thumbnail {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .section-insight-blog .share p {
    font-size: 12px !important;
  }
  .section-insight-blog .share img {
    width: 20px !important;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .section-insight-blog .section-insight-blog {
      overflow-x: clip;
    }
  }
}

.section-insight-konten {
  padding: 2% 14%;
}
.section-insight-konten .konten .info p {
  font-size: 14px;
}
.section-insight-konten .konten .writer {
  color: #972225;
}
.section-insight-konten .konten .carousel-item {
  max-width: 550px;
  height: auto;
}
.section-insight-konten .konten .share {
  align-items: start;
}
.section-insight-konten .konten .share p {
  font-weight: 500;
}
.section-insight-konten .konten .share img {
  width: 23px;
  margin-right: 10px;
}
.section-insight-konten .konten .slider-control {
  border-radius: 50px;
  height: 35px;
  width: 35px;
  align-self: center;
  background-color: #dcdcdc;
  margin: -30px -20px 10px -20px;
}
.section-insight-konten .konten .slider-control .carousel-control-next-icon {
  width: 20px;
}
.section-insight-konten .konten .slider-control .carousel-control-prev-icon {
  width: 20px;
}
@media (max-width: 768px) {
  .section-insight-konten .konten-container {
    flex-direction: column-reverse;
    /* Pindahkan teks ke bawah */
  }
}

.section-search-result {
  margin-top: 40px;
}
.section-search-result .card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-height: none;
  overflow-x: hidden;
  overflow-y: hidden;
  gap: 0.5rem 0.75rem;
}
.section-search-result .card-container > * {
  min-width: 0;
}
@media (max-width: 1200px) {
  .section-search-result .card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-y: hidden;
    gap: 0 0.75rem;
  }
}
@media (max-width: 1024px) {
  .section-search-result .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: hidden;
    gap: 0 0.75rem;
    position: relative;
  }
}
@media (max-width: 768px) {
  .section-search-result {
    padding: 0 8% !important;
    margin-top: 30px;
  }
  .section-search-result h3 {
    font-size: 19px !important;
  }
  .section-search-result .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.75rem;
  }
  .section-search-result .class-chip-style {
    margin-top: 15px !important;
    font-size: 13px !important;
  }
  .section-search-result .class-chip-style .chip-style {
    font-size: 13px !important;
    width: 40% !important;
  }
}

.class-detail-header {
  background: linear-gradient(305deg, #ab0d13, #620e0f);
  padding: 4% 8%;
  width: 100%;
  display: block;
}
.class-detail-header .category-bidang {
  font-weight: 400;
  background-color: rgba(240, 7, 7, 0.2156862745);
  padding: 3px 8px;
  border-radius: 18px;
}
.class-detail-header .wrap-banner {
  position: relative;
  width: 296px;
  height: 215px;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
}
.class-detail-header .wrap-banner .banner-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.class-detail-header .wrap-banner .stretched-link {
  z-index: 1;
}
.class-detail-header .wrap-banner .play-overlay-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s, background 0.15s;
  z-index: 2;
}
.class-detail-header .wrap-banner .play-overlay-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(0, 0, 0, 0.6);
}
.class-detail-header .wrap-banner .play-overlay-btn .bi {
  font-size: 62px;
  line-height: 1;
}
.class-detail-header #teaserModal button {
  filter: invert(1);
  z-index: 10;
  font-size: 25px;
}
.class-detail-header .tag-liveclass {
  background-color: #FFEAB3;
  padding: 4px 10px;
  color: #D37E00;
  font-size: 14px;
  border-radius: 18px;
  font-weight: 500;
}
.class-detail-header .tag-videoclass {
  background-color: #D0EFE7;
  padding: 4px 6px;
  color: #0E8064;
  font-size: 14px;
  font-weight: 500;
  border-radius: 18px;
}
.class-detail-header .container-btn {
  background-color: rgba(255, 255, 255, 0.251);
  padding: 30px;
  border: 2px solid;
  border-image: linear-gradient(to top, #D41318, #831517) 1;
  border-radius: 15px;
}
.class-detail-header .container-btn .btn-daftar-kelas {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  font-weight: 600;
}
.class-detail-header .container-btn .btn-tambah-keranjang {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.class-detail-header .container-btn .info-class {
  width: 75%;
}
.class-detail-header .container-btn .info-class small {
  font-weight: 300;
}
.class-detail-header .container-btn .info-class .date-class {
  font-weight: 400;
}
.class-detail-header .container-btn .info-class .price-tag {
  align-content: end;
}
.class-detail-header .container-btn .button-action {
  width: 25%;
}
@media (max-width: 768px) {
  .class-detail-header {
    padding: 7% 5% 5% 5% !important;
    margin-top: -10px !important;
  }
  .class-detail-header .container-header-detailclass,
  .class-detail-header .container-fluid {
    overflow: visible !important;
  }
  .class-detail-header .container-header-detail-liveclass,
  .class-detail-header .container-header-detail-videoclass {
    overflow: visible !important;
    display: grid !important;
    grid-template-columns: 105px minmax(0, 1fr) !important;
    column-gap: 12px;
    grid-template-areas: "img info" "actions actions";
    row-gap: 12px;
    grid-template-rows: max-content max-content !important;
    align-items: start;
    overflow: auto !important;
    justify-content: stretch !important;
    height: auto !important;
    min-height: 0 !important;
    align-content: start !important;
  }
  .class-detail-header .info-class.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0 !important;
  }
  .class-detail-header .container-header-detail-liveclass > *,
  .class-detail-header .container-header-detail-videoclass > * {
    min-width: 0;
  }
  .class-detail-header .wrap-banner {
    grid-area: img !important;
    width: 100px !important;
    height: 100px !important;
    margin-right: 0 !important;
  }
  .class-detail-header .wrap-banner .play-overlay-btn {
    width: 42px;
    height: 42px;
  }
  .class-detail-header .wrap-banner .play-overlay-btn .bi {
    font-size: 32px;
  }
  .class-detail-header .wrap-banner,
  .class-detail-header .info-class,
  .class-detail-header .button-action {
    min-height: 0 !important;
    align-self: start !important;
  }
  .class-detail-header .info-class {
    grid-area: info !important;
    min-width: 0;
    width: 100% !important;
  }
  .class-detail-header .info-class .title-class {
    word-break: break-word;
    font-size: 17px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
  .class-detail-header .info-class p,
  .class-detail-header .info-class small {
    font-size: 10px !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
    padding-bottom: 0 !important;
  }
  .class-detail-header .info-class .tag-liveclass,
  .class-detail-header .info-class .tag-videoclass {
    font-size: 10px !important;
    padding: 0 4px !important;
  }
  .class-detail-header .info-class .lessons-detail {
    display: flex;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .class-detail-header .info-class .lessons-detail small {
    white-space: nowrap;
    font-size: 11px !important;
    margin-right: 10px !important;
  }
  .class-detail-header .info-class .lessons-detail small .bi {
    margin-right: 2px !important;
  }
  .class-detail-header .info-class .category {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 4px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    margin-top: 5px !important;
  }
  .class-detail-header .info-class .category small {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    font-size: 10px !important;
  }
  .class-detail-header .info-class .category .category-bidang {
    padding: 0 4px !important;
  }
  .class-detail-header .price-tag,
  .class-detail-header .price-options {
    display: none !important;
  }
  .class-detail-header .button-action {
    grid-area: actions !important;
    justify-self: stretch;
    align-self: start !important;
    width: 100% !important;
    padding: 0 !important;
    grid-column: 1/-1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
  }
  .class-detail-header .container-btn {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 5px !important;
  }
  .class-detail-header .container-btn .btn-daftar-kelas,
  .class-detail-header .container-btn .btn-keranjang,
  .class-detail-header .container-btn .btn-lihat-kelas {
    -webkit-appearance: none;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: auto !important;
    padding: 5px 14px !important;
    line-height: 1.2;
    font-size: 13px !important;
  }
  .class-detail-header .container-btn > form,
  .class-detail-header .container-btn > a.btn {
    min-width: 0 !important;
    max-width: none !important;
    width: 100% !important;
    display: block !important;
  }
  .class-detail-header .container-fluid,
  .class-detail-header .container-header-detailclass {
    max-width: 100% !important;
    overflow: hidden;
  }
  @supports (-webkit-touch-callout: none) {
    .class-detail-header .container-header-detail-liveclass,
    .class-detail-header .container-header-detail-videoclass {
      grid-auto-rows: max-content !important;
    }
  }
}

.page-with-fixed-footer {
  padding-bottom: calc(110px + env(safe-area-inset-bottom, 0px));
}
.page-with-fixed-footer .right-style {
  width: 50%;
  align-items: center;
  justify-content: center;
}
.page-with-fixed-footer .right-style .harga-style {
  margin-right: 10px;
}
.page-with-fixed-footer .right-style .btn-group-buy {
  display: flex;
  flex-direction: row;
}
.page-with-fixed-footer .right-style .btn-group-buy .btn-daftar-kelas,
.page-with-fixed-footer .right-style .btn-group-buy .btn-keranjang {
  font-size: 19px;
}
.page-with-fixed-footer .footer-action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  text-align: center;
  box-shadow: 0px -2px 10px rgba(54, 54, 54, 0.1);
}
.page-with-fixed-footer .footer-action .container-btn {
  width: 80%;
}
.page-with-fixed-footer .price-options {
  width: 60%;
  justify-content: center;
}
.page-with-fixed-footer .price-options .price-card {
  border: 1px solid #eee;
  transition: box-shadow 0.15s, border-color 0.15s, background-color 0.15s;
  background-color: #fff;
  outline: none;
}
.page-with-fixed-footer .price-options .price-card:hover,
.page-with-fixed-footer .price-options .price-card:focus-within {
  background-color: #f7f7f7;
  border-color: #e5e5e5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.page-with-fixed-footer .price-options .price-card.is-selected {
  background-color: #f9f2f3;
  border-color: #dc3545;
  box-shadow: 0 6px 18px rgba(220, 53, 69, 0.15);
}
.page-with-fixed-footer .price-options .price-card--compact .card-body {
  padding: 0.9rem 1rem;
}
.page-with-fixed-footer .price-options .price-radio-wrap .form-check-input {
  cursor: pointer;
  margin-top: 0.25rem;
}
.page-with-fixed-footer .price-options .price-radio-wrap label {
  cursor: pointer;
}
.page-with-fixed-footer .sertifikat::before {
  content: "Sertifikat";
}
.page-with-fixed-footer .akses::before {
  content: "Akses 1 Tahun";
}
@media (max-width: 1383px) {
  .page-with-fixed-footer .container-btn {
    min-width: 100%;
  }
  .page-with-fixed-footer .btn {
    font-size: 17px !important;
  }
  .page-with-fixed-footer h4 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .page-with-fixed-footer .container-btn {
    min-width: 100%;
  }
  .page-with-fixed-footer .btn {
    font-size: 15px !important;
  }
  .page-with-fixed-footer h4 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .page-with-fixed-footer .container-btn {
    width: 100%;
  }
  .page-with-fixed-footer .price-options {
    width: 65%;
  }
  .page-with-fixed-footer .right-style {
    width: 30%;
    flex-direction: row;
  }
  .page-with-fixed-footer .right-style .harga-style {
    margin-right: 20px;
  }
  .page-with-fixed-footer .right-style .btn-group-buy {
    flex-direction: column-reverse;
  }
  .page-with-fixed-footer .right-style .btn-group-buy .btn {
    text-align: center;
    font-size: 15px !important;
  }
}
@media (max-width: 768px) {
  .page-with-fixed-footer .footer-action .container-btn {
    width: 100% !important;
    padding: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .page-with-fixed-footer .col-5 {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 5px;
  }
  .page-with-fixed-footer .price-options {
    width: 100% !important;
    margin: 0 !important;
    flex-direction: column !important;
    margin-bottom: 5px;
  }
  .page-with-fixed-footer .price-options .card-body {
    padding: 10px !important;
  }
  .page-with-fixed-footer .price-options .card-body .small-benefit {
    margin-right: 0 !important;
  }
  .page-with-fixed-footer .price-options .card-body .small-benefit .sertifikat::before {
    content: "Sertifikat Pelatihan";
  }
  .page-with-fixed-footer .price-options .card-body .small-benefit .akses::before {
    content: "Akses Kelas 1 Tahun";
  }
  .page-with-fixed-footer .price-options .card-body .small-benefit i,
  .page-with-fixed-footer .price-options .card-body .small-benefit span {
    font-size: 11px !important;
  }
  .page-with-fixed-footer .right-style {
    margin-top: 10px !important;
    flex-direction: row;
    width: 100% !important;
    justify-content: space-between !important;
  }
  .page-with-fixed-footer .right-style h4 {
    font-size: 18px !important;
  }
  .page-with-fixed-footer .right-style .btn-group-buy {
    flex-direction: row;
  }
  .page-with-fixed-footer .right-style .btn-group-buy .btn {
    font-size: 13px !important;
  }
}

.section-detail-class .rekomendasi-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section-detail-class .rekomendasi-container .col {
  flex: 0 0 20%;
  max-width: 20%;
  min-width: 220px;
}
.section-detail-class .rekom-nav-btn {
  padding: 5px 15px;
  font-size: 16px;
  color: #972225;
  background-color: #fff4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.108);
  border-radius: 25px;
  border: 1px solid #e4b6b7;
}
.section-detail-class .rekom-nav-prev {
  left: -6px;
}
.section-detail-class .rekom-nav-next {
  right: -6px;
}
.section-detail-class .rekom-nav-btn:hover {
  background: #f3cdcf;
  border: 1px solid #dc878a;
}
.section-detail-class .container-detailclass {
  padding: 0 12%;
}
.section-detail-class .container-detailclass .instructor-box p {
  font-size: 15px;
  color: #3d3d3d;
}
.section-detail-class .container-detailclass .col-sm-12 {
  background-color: #FBF6F6;
  border: 1px solid rgba(151, 34, 38, 0.2078431373);
}
.section-detail-class .container-detailclass .col-sm-12 p {
  margin: 0;
  padding: 20px;
  font-size: 15px;
}
.section-detail-class .container-detailclass .info-kuota {
  font-weight: bold;
  color: rgb(0, 195, 0);
  padding: 15px;
  font-size: 20px;
}
.section-detail-class .container-detailclass .info-live {
  align-content: center;
}
.section-detail-class .container-detailclass .info-live p {
  margin: 0;
  font-weight: 500;
}
.section-detail-class .container-detailclass .row {
  background-color: #FBF6F6;
  border: 1px solid rgba(151, 34, 38, 0.2078431373);
}
.section-detail-class .container-detailclass small {
  font-size: 13px;
}
.section-detail-class .container-detailclass .btn-benefit {
  background-color: #117929;
  color: white;
  border: none;
}
.section-detail-class .container-detailclass .deskripsi-kelas {
  font-size: 15px;
}
.section-detail-class .container-detailclass li {
  font-size: 14px;
}
.section-detail-class .container-detailclass .accordion {
  width: 100%;
  display: grid;
  gap: 10px;
}
.section-detail-class .container-detailclass .accordion .accordion-item {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.034);
}
.section-detail-class .container-detailclass .accordion .accordion-item .accordion-button {
  background: none;
  font-size: 15px;
}
.section-detail-class .container-detailclass .accordion .accordion-item .text-thick {
  font-weight: 400;
}
.section-detail-class .container-detailclass .accordion .accordion-body {
  font-size: 14px;
}
.section-detail-class .container-detailclass .review-container {
  display: flex;
  gap: 10px;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  gap: auto;
  scroll-behavior: smooth;
}
.section-detail-class .container-detailclass .review-card {
  flex: 0 0 auto;
  width: 200px;
}
.section-detail-class .container-detailclass .review-card .star-rating {
  color: orange;
  font-size: 13px;
}
.section-detail-class .container-detailclass .review-card .card-footer {
  background-color: transparent;
  border: none;
}
.section-detail-class .container-detailclass .review-card .card-subtitle {
  font-size: 14px;
}
@media (max-width: 992px) {
  .section-detail-class .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .section-detail-class .container-detailclass {
    padding: 0 8% !important;
  }
  .section-detail-class .container-detailclass h5 {
    font-size: 18px !important;
  }
  .section-detail-class .container-detailclass .btn-benefit {
    font-size: 13px !important;
    margin-top: 0.4rem !important;
    margin-right: 0 !important;
  }
  .section-detail-class .container-detailclass .deskripsi-kelas {
    font-size: 13px !important;
  }
  .section-detail-class .container-detailclass button,
  .section-detail-class .container-detailclass .accordion-body {
    font-size: 13px !important;
    color: black;
  }
  .section-detail-class .container-detailclass .accordion-button::after {
    transform: scale(0.7);
  }
  .section-detail-class .container-detailclass .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) scale(0.7);
  }
  .section-detail-class .container-detailclass .review-card {
    width: 155px !important;
  }
  .section-detail-class .container-detailclass .review-card .card-body .star-rating {
    font-size: 10px !important;
  }
  .section-detail-class .container-detailclass .review-card .card-body .card-title {
    font-size: 13px !important;
  }
  .section-detail-class .container-detailclass .review-card .card-body p {
    font-size: 13px !important;
    line-height: 1rem !important;
  }
  .section-detail-class .container-detailclass em {
    font-size: 13px !important;
  }
  .section-detail-class .container-detailclass .rekom-nav-btn {
    padding: 4px 8px;
    font-size: 14px;
    margin: 0 !important;
  }
  .section-detail-class .container-detailclass .col {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 160px;
  }
  .section-detail-class .container-detailclass .info-live {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 14px !important;
    border: 1px solid rgba(151, 34, 38, 0.2078431373);
  }
  .section-detail-class .container-detailclass .info-live img {
    width: 15px !important;
    margin-right: 8px !important;
  }
  .section-detail-class .container-detailclass .info-live p {
    margin: 0;
    font-weight: 500;
  }
}

.section-missing-page {
  padding: 0 8% !important;
}
.section-missing-page img {
  width: 40%;
}
@media (max-width: 768px) {
  .section-missing-page img {
    width: 70% !important;
  }
  .section-missing-page p {
    font-size: 14px !important;
  }
}

.section-keranjang {
  padding: 0 8%;
}
.section-keranjang .left-section {
  width: 70%;
}
.section-keranjang .left-section .tambah-produk-btn {
  text-decoration: none;
  color: green;
  font-size: 13px;
}
.section-keranjang .left-section .container-produk .form-check-input {
  outline: none;
  border: 1px solid #b8b8b8;
}
.section-keranjang .left-section .container-produk .data-produk .left {
  width: 85%;
}
.section-keranjang .left-section .container-produk .data-produk .right {
  width: 15%;
}
.section-keranjang .left-section .container-produk .form-check-input:focus {
  border-color: #b7b6b6;
  box-shadow: 0 0 5px rgba(166, 166, 166, 0.1);
}
.section-keranjang .left-section .container-produk img {
  width: 140px;
  height: auto;
}
.section-keranjang .left-section .container-produk .tag-live {
  color: #DA630C;
  background-color: rgba(247, 148, 0, 0.1411764706);
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 12px;
}
.section-keranjang .left-section .container-produk .tag-video {
  color: #0E8064;
  background-color: rgba(21, 174, 136, 0.1882352941);
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 12px;
}
.section-keranjang .left-section .container-produk .tag-ebook {
  color: rgb(111, 28, 189);
  background-color: rgba(144, 45, 237, 0.129);
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 12px;
}
.section-keranjang .left-section .container-produk .end-content {
  align-content: space-between;
  text-align: end;
}
.section-keranjang .left-section .container-produk .end-content p {
  font-size: 15px;
  font-weight: 500;
}
.section-keranjang .left-section .container-produk .end-content .btn-hapus {
  text-align: end;
  color: #CB0102;
  font-size: 13px;
  border: none;
}
.section-keranjang .left-section .container-produk .end-content .btn-hapus:hover {
  color: rgb(141, 15, 15);
}
.section-keranjang .right-section {
  width: 30%;
}
.section-keranjang .right-section .total-price {
  font-weight: 600;
  color: #CB0102;
  font-size: 30px;
}
.section-keranjang .right-section .btn-checkout {
  background-color: #CB0102;
  color: white;
  font-weight: 500;
}
.section-keranjang .right-section .container-input-promo {
  position: relative;
}
.section-keranjang .right-section .container-input-promo .input-promo {
  outline: none;
  padding-right: 80px;
  font-size: 13px;
  padding: 13px;
}
.section-keranjang .right-section .container-input-promo .input-promo:focus {
  border-color: #555555;
  box-shadow: 0 0 5px rgba(54, 54, 54, 0.1);
}
@media (max-width: 768px) {
  .section-keranjang {
    padding: 0 6% !important;
  }
  .section-keranjang .container-keranjang form > .d-flex {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px;
  }
  .section-keranjang .left-section,
  .section-keranjang .right-section {
    width: 100% !important;
  }
  .section-keranjang .right-section.total-pembelian {
    order: 2;
    margin-top: 8px;
  }
  .section-keranjang .right-section.total-pembelian .total-price {
    margin-top: 0 !important;
    font-size: 25px !important;
  }
  .section-keranjang .right-section.total-pembelian .btn-checkout {
    font-size: 15px !important;
    padding: 0.5rem !important;
  }
  .section-keranjang .left-section .product-checkbox {
    margin-right: 10px !important;
  }
  .section-keranjang .left-section .data-produk img {
    width: 30% !important;
    margin-right: 10px !important;
  }
  .section-keranjang .left-section .data-produk h5 {
    margin: 0 !important;
    font-size: 14px !important;
  }
  .section-keranjang .left-section .data-produk small {
    font-size: 11px !important;
  }
  .section-keranjang .left-section .data-produk p {
    font-size: 13px !important;
  }
  .section-keranjang .left-section .data-produk .btn-hapus {
    font-size: 10px !important;
    margin: 0 !important;
  }
  .section-keranjang .left-section .container-produk img {
    width: 90px;
    height: auto;
  }
  .section-keranjang .left-section .container-produk .data-produk .left,
  .section-keranjang .left-section .container-produk .data-produk .right {
    width: auto;
  }
}

.container-wrapper-profil {
  background-color: #F4F4F4;
}
.container-wrapper-profil .section-profil-edit {
  padding: 4% 8%;
}
.container-wrapper-profil .section-profil-edit .nav-tabs {
  border: none;
  border-bottom: none;
}
.container-wrapper-profil .section-profil-edit .left-section {
  width: 30%;
  height: fit-content;
}
.container-wrapper-profil .section-profil-edit .left-section .profil-btn {
  text-align: left;
  padding: 15px;
  width: 100%;
  max-height: 50px;
  color: #595959;
  border: none;
}
.container-wrapper-profil .section-profil-edit .left-section .profil-btn.active {
  border-left: 6px solid #972225;
  background-color: #F3E6E6;
  color: #972225;
}
.container-wrapper-profil .section-profil-edit .right-section {
  width: 70%;
}
.container-wrapper-profil .section-profil-edit .right-section .container-profil {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.container-wrapper-profil .section-profil-edit .right-section .container-profil form {
  padding: 20px;
}
.container-wrapper-profil .section-profil-edit .right-section .container-profil form label {
  font-weight: 500;
}
.container-wrapper-profil .section-profil-edit .right-section .container-profil .form-control {
  padding: 12px;
  padding-left: 15px;
  font-size: 15px;
}
.container-wrapper-profil .section-profil-edit .right-section .container-profil .describe-text-style {
  font-size: 12px;
}
.container-wrapper-profil {
  /* === Profil: mobile layout === */
}
@media (max-width: 768px) {
  .container-wrapper-profil {
    margin-top: -10px !important;
  }
  .container-wrapper-profil .section-profil-edit.row.d-flex {
    flex-direction: column !important;
    gap: 12px;
  }
  .container-wrapper-profil .section-profil-edit {
    padding: 20px !important;
  }
  .container-wrapper-profil .section-profil-edit .right-section {
    width: 100% !important;
  }
  .container-wrapper-profil .section-profil-edit .right-section .container-profil {
    margin-left: 0 !important;
    padding: 0.5rem !important;
    margin-bottom: 4rem !important;
  }
  .container-wrapper-profil .section-profil-edit .right-section label,
  .container-wrapper-profil .section-profil-edit .right-section input,
  .container-wrapper-profil .section-profil-edit .right-section input::placeholder,
  .container-wrapper-profil .section-profil-edit .right-section button {
    font-size: 14px !important;
  }
  .container-wrapper-profil .section-profil-edit .right-section .describe-text-style {
    font-size: 10px !important;
  }
  .container-wrapper-profil .section-profil-edit .right-section .form-input-style {
    margin-bottom: 1rem !important;
  }
  .container-wrapper-profil .section-profil-edit .left-section {
    width: 100% !important;
    height: auto !important;
    border: 0;
    padding: 0;
  }
  .container-wrapper-profil .section-profil-edit .left-section .profil-btn {
    display: none !important;
  }
  .container-wrapper-profil .section-profil-edit .left-section h3 {
    display: block !important;
    padding: 10px 12px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .alert-success,
  .alert-info,
  .alert-danger {
    font-size: 14px !important;
  }
}
.profile-header {
  background-color: #2a0203;
  height: 270px;
  padding: 3% 8%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.profile-header img {
  max-width: 135px;
  height: auto;
  display: block;
}
.profile-header .data-profile {
  align-content: center;
}
.profile-header .data-profile p .custom-unic-circle {
  color: rgb(33, 213, 33);
}
.profile-header .data-profile p {
  font-weight: 200;
  font-size: 15px;
}
.profile-header .btn-edit-profil {
  background: #fff;
  align-self: center;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  height: fit-content;
}
.profile-header .btn-edit-profil i {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .profile-header {
    margin-top: -10px !important;
    height: 180px !important;
    padding: 2% 6% !important;
  }
  .profile-header img {
    width: 80px !important;
  }
  .profile-header h3 {
    font-size: 1rem !important;
  }
  .profile-header small,
  .profile-header p {
    font-size: 11px !important;
  }
  .profile-header .custom-unic-circle {
    font-size: 7px !important;
    margin-right: 4px !important;
  }
  .profile-header .btn-edit-profil {
    margin-left: auto !important;
    padding: 4px 8px !important;
  }
  .profile-header .btn-edit-profil .label {
    display: none;
  }
}

.section-profil .container-profil {
  padding: 1% 8%;
}
.section-profil .container-profil .nav-bottom {
  border-bottom: 1px solid rgb(216, 222, 228);
}
.section-profil .container-profil .nav-item {
  margin-bottom: -1px;
}
.section-profil .container-profil .nav-link {
  text-align: center;
  padding: 10px;
  color: #595959;
  font-weight: 400;
  font-size: 15px;
}
.section-profil .container-profil .nav-link.active {
  color: #972225;
}
.section-profil .container-profil .nav-tabs {
  border: none;
  border-bottom: none;
}
.section-profil .container-profil .tab-content .tab-pane .profil-btn {
  text-align: left;
  padding: 15px;
  width: 100%;
  max-height: 50px;
  color: #595959;
  border: none;
}
.section-profil .container-profil .tab-content .tab-pane .profil-btn.active {
  border-left: 6px solid #972225;
  background-color: #F3E6E6;
  color: #972225;
}
.section-profil .container-profil .container-data-sertifikat {
  border: 1px solid #d3d3d3;
  border-radius: 7px;
}
.section-profil .container-profil .container-data-sertifikat .title {
  font-weight: 500;
  font-size: 18px;
}
.section-profil .container-profil .container-data-sertifikat .btn-lihat {
  background-color: #D37E00;
}
.section-profil .container-profil .container-empty-message {
  background-color: #f4f4f4;
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  justify-items: center;
}
.section-profil .container-profil .container-data-pembelian {
  border: 1px solid #d3d3d3;
  border-radius: 7px;
}
.section-profil .container-profil .container-data-pembelian .right {
  align-content: center;
  text-align: end;
}
.section-profil .container-profil .container-data-pembelian .right .btn-outline-warning {
  font-size: 15px;
  color: #646363;
  padding: 8px;
}
.section-profil .container-profil .container-data-pembelian .btn-outline-success {
  font-size: 15px;
  padding: 8px;
}
.section-profil .container-profil .container-data-pembelian .btn-warning {
  background-color: #ffc107;
  color: black;
  font-size: 15px;
}
.section-profil .container-profil .container-data-ebook {
  border: 1px solid #d3d3d3;
  border-radius: 7px;
}
.section-profil .container-profil .container-data-ebook .img-ebook {
  width: 140px;
  height: auto;
  border-radius: 6px;
}
.section-profil .container-profil .container-data-ebook .tag-pangan {
  background-color: rgb(137, 212, 137);
  color: white;
  max-width: fit-content;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-profil .container-profil .container-data-ebook .tag-gizi {
  background-color: rgb(253, 176, 202);
  color: white;
  max-width: fit-content;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-profil .container-profil .container-data-ebook .tag-farmasi {
  background-color: rgb(101, 186, 252);
  color: white;
  max-width: fit-content;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-profil .container-profil .container-data-ebook .tag-lab {
  background-color: rgb(255, 194, 96);
  color: white;
  max-width: fit-content;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-profil .container-profil .container-data-ebook .tag-hse {
  background-color: rgb(171, 122, 244);
  color: white;
  max-width: fit-content;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.section-profil .container-profil .container-data-ebook .title {
  font-weight: 500;
  font-size: 18px;
}
.section-profil .container-profil .container-data-ebook .btn-baca-ebook {
  border: #d3d3d3;
  width: auto;
  color: #972225;
  background-color: #ffe7e8;
  padding: 10px 15px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.section-profil .container-profil .container-data-ebook .btn-baca-ebook:hover {
  border: #d3d3d3;
  width: auto;
  color: #972225;
  background-color: #f2d1d2;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.section-profil .container-profil .container-data-kelas {
  border: 1px solid #d3d3d3;
  border-radius: 7px;
}
.section-profil .container-profil .container-data-kelas .img-course {
  width: 200px;
  height: auto;
  border-radius: 6px;
}
.section-profil .container-profil .container-data-kelas .tag-completed {
  color: #117929;
  font-size: 13px;
  font-weight: 500;
}
.section-profil .container-profil .container-data-kelas .tag-active {
  color: #0094D4;
  font-size: 13px;
  font-weight: 500;
}
.section-profil .container-profil .container-data-kelas .progress-bar {
  width: var(--progress);
  transition: width 0.5s ease;
}
.section-profil .container-profil .container-data-kelas .btn-lanjut {
  border: #d3d3d3;
  width: auto;
  color: #972225;
  background-color: white;
  padding: 4px 10px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.section-profil .container-profil .container-data-kelas .btn-lanjut:hover {
  background-color: #f2d1d2;
}
.section-profil .container-profil .container-data-kelas .bottom {
  background-color: #F6F6F6;
  border-radius: 7px;
  padding: 10px 15px;
}
.section-profil .container-profil .container-data-kelas .bottom p {
  font-size: 13px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .section-profil {
    margin-bottom: 10% !important;
  }
  .section-profil .container-profil .nav-bottom {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    gap: 0.5rem;
    scrollbar-width: none;
  }
  .section-profil .container-profil .nav-bottom::-webkit-scrollbar {
    display: none;
  }
  .section-profil .container-profil .nav-bottom .nav-item {
    flex: 0 0 auto;
  }
  .section-profil .container-profil .nav-bottom .nav-link {
    font-size: 13px !important;
    white-space: nowrap;
  }
  .section-profil .container-data-pembelian,
  .section-profil .container-data-kelas,
  .section-profil .container-data-sertifikat {
    flex-wrap: wrap;
    gap: 12px;
  }
  .section-profil .tab-content {
    margin-top: 1.5rem !important;
  }
  .section-profil .tab-content .dropdown-style option,
  .section-profil .tab-content select {
    font-size: 13px !important;
  }
  .section-profil .tab-content select:focus {
    box-shadow: none !important;
  }
  .section-profil .tab-content .container-data-pembelian .left {
    width: 100% !important;
  }
  .section-profil .tab-content .container-data-pembelian .left small {
    font-size: 11px !important;
  }
  .section-profil .tab-content .container-data-pembelian .left h5 {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .section-profil .tab-content .container-data-pembelian .right {
    width: 100% !important;
    display: flex;
    gap: 4px;
  }
  .section-profil .tab-content .container-data-pembelian .right button,
  .section-profil .tab-content .container-data-pembelian .right a {
    margin-top: 0 !important;
    font-size: 13px !important;
  }
  .section-profil .tab-content .container-data-kelas .left {
    margin: 0 !important;
  }
  .section-profil .tab-content .container-data-kelas .left img {
    width: 100% !important;
  }
  .section-profil .tab-content .container-data-kelas .right {
    margin: 0 !important;
  }
  .section-profil .tab-content .container-data-kelas .right .top small {
    font-size: 11px !important;
  }
  .section-profil .tab-content .container-data-kelas .right .top h5 {
    font-size: 14px !important;
  }
  .section-profil .tab-content .container-data-kelas .right .top a {
    font-size: 12px !important;
  }
  .section-profil .tab-content .container-data-kelas .right .bottom p,
  .section-profil .tab-content .container-data-kelas .right .bottom div {
    font-size: 11px !important;
  }
  .section-profil .tab-content .container-data-sertifikat {
    padding: 1.2rem !important;
  }
  .section-profil .tab-content .container-data-sertifikat .title {
    font-size: 14px !important;
    width: 80% !important;
  }
  .section-profil .tab-content .container-data-sertifikat a {
    padding: 3px 6px !important;
    font-size: 12px !important;
  }
  .section-profil .tab-content .container-data-ebook img {
    width: 30% !important;
  }
  .section-profil .tab-content .container-data-ebook h5 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .section-profil .tab-content .container-data-ebook .tag-style {
    margin-top: 0 !important;
    padding: 2px 6px !important;
    font-size: 9px !important;
  }
  .section-profil .tab-content .container-data-ebook small {
    margin-bottom: 0 !important;
    font-size: 10px !important;
  }
  .section-profil .tab-content .container-data-ebook .btn-baca-ebook {
    box-shadow: none !important;
    width: fit-content !important;
    margin-top: auto !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
  }
}

.verify-container {
  display: grid;
  justify-content: center;
  justify-items: center;
}
.verify-container .btn-sent {
  color: white;
  background-color: #cb0102;
  border: none;
  padding: 6px 15px;
  border-radius: 5px;
}
.verify-container .input-inline {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: nowrap;
}
.verify-container .input-inline .btn-verif {
  background-color: #b00b10 !important;
  color: white;
}
.verify-container .form-control:focus,
.verify-container .form-control:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  border-color: #972225 !important;
}
.verify-container .alert {
  font-size: 14px;
}
.verify-container .alert .btn-close {
  font-size: 10px;
  margin-left: 5px;
}
.verify-container .new-link-text {
  color: #117929;
}
@media (max-width: 768px) {
  .verify-container img {
    width: 80% !important;
  }
  .verify-container h2 {
    font-size: 22px !important;
  }
  .verify-container input,
  .verify-container .btn-link,
  .verify-container a,
  .verify-container p,
  .verify-container input::placeholder,
  .verify-container .btn-verif {
    font-size: 14px !important;
  }
}

.container-sertifikat .certificate-pdf-wrap {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 4/3;
}
.container-sertifikat .top-section {
  background-color: #F7EFF0;
  width: 100%;
  padding: 3.5% 8%;
}
.container-sertifikat .top-section .group .btn {
  background-color: #972225;
  color: white;
  padding: 5px 15px;
  margin: 5px;
}
.container-sertifikat .bottom-section {
  padding: 0 8%;
}
.container-sertifikat .bottom-section .left-section {
  width: 60%;
}
.container-sertifikat .bottom-section .left-section .title-course {
  font-size: 30px;
  font-weight: 500;
}
.container-sertifikat .bottom-section .left-section .detail-kelas {
  color: green;
}
.container-sertifikat .bottom-section .right-section {
  width: 26%;
  align-content: center;
}
.container-sertifikat .bottom-section .right-section .share-socmed {
  align-items: center;
  display: flex;
}
.container-sertifikat .bottom-section .right-section .share-socmed .sosmed {
  border: 1px solid rgb(189, 189, 189);
  border-radius: 8px;
  padding: 5px 10px;
}
.container-sertifikat .bottom-section .right-section .btn-share-linkedin {
  color: white;
  background-color: #0077B3;
  width: 100%;
  height: auto;
}
.container-sertifikat .bottom-section .right-section .detail-certificate {
  text-align: center;
  color: #494949;
}
.container-sertifikat .bottom-section .right-section .detail-certificate hr {
  margin: 3px 0;
}
.container-sertifikat .bottom-section .right-section .detail-certificate p {
  font-size: 13px;
  margin-bottom: 0;
}
.container-sertifikat .bottom-section .right-section .detail-certificate .btn-copylink {
  font-size: 13px;
  padding: 0;
  text-decoration: underline;
}
.container-sertifikat .container-rekom {
  padding: 0 8%;
}
.container-sertifikat .container-rekom .rekomendasi-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.container-sertifikat .container-rekom .rekomendasi-container .col {
  flex: 0 0 20%;
  max-width: 20%;
  min-width: 220px;
}
.container-sertifikat .container-rekom .rekom-nav-btn {
  padding: 5px 15px;
  font-size: 16px;
  color: #972225;
  background-color: #fff4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.108);
  border-radius: 25px;
  border: 1px solid #e4b6b7;
}
.container-sertifikat .container-rekom .rekom-nav-prev {
  left: -6px;
}
.container-sertifikat .container-rekom .rekom-nav-next {
  right: -6px;
}
.container-sertifikat .container-rekom .rekom-nav-btn:hover {
  background: #f3cdcf;
  border: 1px solid #dc878a;
}
@media (max-width: 992px) {
  .container-sertifikat .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .container-sertifikat {
    margin-top: -10px !important;
  }
  .container-sertifikat .certificate-pdf-wrap {
    max-width: 300px !important;
  }
  .container-sertifikat .top-section {
    padding: 0 8% !important;
    text-align: center !important;
    height: 440px !important;
  }
  .container-sertifikat .top-section .text-muted {
    font-size: 12px !important;
  }
  .container-sertifikat .top-section .group .btn {
    font-size: 13px !important;
    padding: 5px 12px;
  }
  .container-sertifikat .bottom-section {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .container-sertifikat .bottom-section .right-section {
    width: 100%;
    margin-top: 2rem;
  }
  .container-sertifikat .bottom-section .left-section {
    width: 100%;
  }
  .container-sertifikat .bottom-section .left-section .title-course {
    font-size: 20px !important;
  }
  .container-sertifikat .bottom-section .left-section a,
  .container-sertifikat .bottom-section .left-section .desc,
  .container-sertifikat .bottom-section .left-section > div {
    font-size: 13px !important;
  }
  .container-sertifikat .bottom-section .right-section .label {
    font-size: 13px !important;
  }
  .container-sertifikat .bottom-section .right-section .btn-share-linkedin {
    font-size: 13px !important;
  }
  .container-sertifikat .bottom-section .right-section .sosmed {
    padding: 3px 7px !important;
  }
  .container-sertifikat h5 {
    font-size: 18px !important;
  }
  .container-sertifikat .rekom-nav-btn {
    padding: 4px 8px !important;
    font-size: 14px !important;
    margin: 0 !important;
  }
  .container-sertifikat .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    min-width: 160px !important;
  }
}

.section-read-ebook .progres-kelas {
  background-color: #F8F8F8;
  border: #E7E7E7;
}
.section-read-ebook .pdf-container {
  overflow: scroll;
  height: 90vh;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .section-read-ebook {
    margin-top: -10px !important;
  }
  .section-read-ebook small,
  .section-read-ebook .progress {
    font-size: 12px !important;
  }
}

.section-form-daftar {
  background-color: #FBF6F6;
  margin-top: -20px;
  padding: 4% 30%;
}
.section-form-daftar .container-detail-pembelian {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.section-form-daftar .container-detail-pembelian .btn-tambah-produk {
  color: #117929;
  background-color: transparent;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
}
.section-form-daftar .container-detail-pembelian .btn-tambah-produk:hover {
  color: #117929;
  background-color: #f2f2f2;
  border: 1px solid #bebebe;
  border-radius: 7px;
}
.section-form-daftar .container-detail-pembelian .container-produk,
.section-form-daftar .container-detail-pembelian .container-produk-addons {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
}
.section-form-daftar .container-detail-pembelian .container-produk .form-check-input,
.section-form-daftar .container-detail-pembelian .container-produk-addons .form-check-input {
  border-color: #918080;
}
.section-form-daftar .container-detail-pembelian .container-produk .tag-liveclass,
.section-form-daftar .container-detail-pembelian .container-produk-addons .tag-liveclass {
  color: #DA630C;
  background-color: rgba(247, 148, 0, 0.1411764706);
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 9px;
}
.section-form-daftar .container-detail-pembelian .container-produk .tag-videoclass,
.section-form-daftar .container-detail-pembelian .container-produk-addons .tag-videoclass {
  color: #0E8064;
  background-color: rgba(21, 174, 136, 0.1882352941);
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 9px;
}
.section-form-daftar .container-detail-pembelian .container-produk .tag-ebook,
.section-form-daftar .container-detail-pembelian .container-produk-addons .tag-ebook {
  color: rgb(111, 28, 189);
  background-color: rgba(144, 45, 237, 0.129);
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 9px;
}
.section-form-daftar .container-detail-pembelian .container-produk h6,
.section-form-daftar .container-detail-pembelian .container-produk-addons h6 {
  font-size: 15px;
  margin-top: 7px;
}
.section-form-daftar .container-detail-pembelian .container-produk h6 small,
.section-form-daftar .container-detail-pembelian .container-produk-addons h6 small {
  font-size: 10px;
}
.section-form-daftar .container-detail-pembelian .container-produk p,
.section-form-daftar .container-detail-pembelian .container-produk-addons p {
  line-height: 1.5;
  font-size: 12px;
}
.section-form-daftar .container-detail-pembelian .container-produk .left,
.section-form-daftar .container-detail-pembelian .container-produk-addons .left {
  width: 85%;
  display: flex;
}
.section-form-daftar .container-detail-pembelian .container-produk .left .event-date,
.section-form-daftar .container-detail-pembelian .container-produk-addons .left .event-date {
  font-size: 12px;
}
.section-form-daftar .container-detail-pembelian .container-produk .left img,
.section-form-daftar .container-detail-pembelian .container-produk-addons .left img {
  width: 130px;
  height: auto;
  object-fit: cover;
}
.section-form-daftar .container-detail-pembelian .container-produk .left .keterangan-produk,
.section-form-daftar .container-detail-pembelian .container-produk-addons .left .keterangan-produk {
  font-size: 12px;
}
.section-form-daftar .container-detail-pembelian .container-produk .right,
.section-form-daftar .container-detail-pembelian .container-produk-addons .right {
  width: 16%;
}
.section-form-daftar .container-detail-pembelian .container-produk .right p,
.section-form-daftar .container-detail-pembelian .container-produk-addons .right p {
  font-size: 13px;
  font-weight: 500;
}
.section-form-daftar .container-data-pembeli {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.section-form-daftar .container-data-pembeli input {
  font-size: 13px;
}
.section-form-daftar .container-data-pembeli select {
  font-size: 13px;
}
.section-form-daftar .container-data-pembeli small {
  font-size: 12px;
}
.section-form-daftar .container-promo {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.section-form-daftar .container-promo .custom-text-alert {
  font-size: 14px;
  align-items: center;
}
.section-form-daftar .container-promo .custom-btn-hapus {
  font-size: 12px;
}
.section-form-daftar .container-promo p {
  font-size: 13px;
  margin-top: -10px;
}
.section-form-daftar .container-promo .container-input-promo {
  position: relative;
}
.section-form-daftar .container-promo .btn-pasang {
  background-color: #f0ab09;
  border: 2px solid #f0ab09;
  color: white;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 1%;
  padding: 13px;
}
@media (max-width: 1200px) {
  .section-form-daftar {
    padding: 5% 20%;
  }
}
@media (max-width: 992px) {
  .section-form-daftar {
    padding: 8% 14%;
  }
  .section-form-daftar .container-detail-pembelian,
  .section-form-daftar .container-data-pembeli,
  .section-form-daftar .container-kode-promo {
    padding: 6% !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk,
  .section-form-daftar .container-detail-pembelian .container-produk-addons {
    align-items: flex-start;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .left,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .left {
    width: 75% !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .left img,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .left img {
    width: 100px !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .right,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .right {
    width: 25% !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .right p,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .right p {
    font-size: 12px !important;
  }
  .section-form-daftar .container-promo .list-group-item h6 {
    font-size: 15px !important;
    line-height: 1rem !important;
    margin-bottom: 3px !important;
  }
  .section-form-daftar .container-promo .list-group-item .small {
    font-size: 12px !important;
    line-height: 1rem !important;
  }
}
@media (max-width: 768px) {
  .section-form-daftar {
    padding: 13% 8% !important;
  }
  .section-form-daftar .container-detail-pembelian,
  .section-form-daftar .container-data-pembeli,
  .section-form-daftar .container-kode-promo {
    padding: 5% !important;
  }
  .section-form-daftar .container-detail-pembelian .tag-liveclass,
  .section-form-daftar .container-detail-pembelian .tag-videoclass,
  .section-form-daftar .container-detail-pembelian .tag-ebook {
    padding: 3px 6px !important;
    font-size: 8px !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk-addons h6 {
    font-size: 13px !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk-addons .event-date {
    font-size: 11px !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk,
  .section-form-daftar .container-detail-pembelian .container-produk-addons {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .keterangan-produk,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .keterangan-produk {
    font-size: 11px !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .price,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .price {
    font-size: 13px !important;
    font-weight: 500;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .right,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .right {
    margin-top: 8px !important;
    text-align: left !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .right p,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .right p {
    font-size: 12px !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .left,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .left {
    width: 100% !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .left h6,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .left h6 {
    font-size: 14px;
    margin-top: 0 !important;
  }
  .section-form-daftar .container-detail-pembelian .container-produk .left img,
  .section-form-daftar .container-detail-pembelian .container-produk-addons .left img {
    width: 30% !important;
    height: 30% !important;
  }
}

.form-checkout .container-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding: 25px;
  box-shadow: 0px -2px 10px rgba(54, 54, 54, 0.1);
}
.form-checkout .container-footer .text-total {
  font-weight: 600;
}
.form-checkout .container-footer .total-bayar {
  font-size: 25px;
  font-weight: 700;
}
.form-checkout .container-footer .btn-checkout {
  color: white;
  background-color: #CB0102;
  padding: 5px 25px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .form-checkout .container-footer .total-bayar {
    font-size: 21px;
    font-weight: 700;
  }
  .form-checkout .container-footer .btn-checkout {
    font-size: 13px !important;
    padding: 0 20px !important;
  }
}

.section-checkout {
  background-color: #FBF6F6;
  margin-top: -20px;
  padding: 7% 31%;
}
.section-checkout .container-checkout {
  background-color: white;
  border-radius: 10px;
}
.section-checkout .container-checkout h6 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px;
  background-color: #CB0102;
  color: white;
  font-weight: 600;
}
.section-checkout .container-checkout .timer {
  background-color: #747474;
}

.section-confirmation-payment {
  background-color: #972225;
  height: 100%;
}
.section-confirmation-payment .container-pending {
  padding: 8% 25%;
}
.section-confirmation-payment .container-pending p {
  font-weight: 300;
}
.section-confirmation-payment .container-pending .btn-lihat-daftar-pembelian {
  padding: 6px 15px;
}
.section-confirmation-payment .container-pending .btn-lihat-daftar-pembelian:hover {
  background-color: rgb(253, 172, 22);
}
.section-confirmation-payment .container-pending .btn-tanya-admin {
  padding: 6px 43px;
}
.section-confirmation-payment .container-sukses {
  padding: 11% 15%;
}
.section-confirmation-payment .container-sukses p {
  font-weight: 300;
}
.section-confirmation-payment .container-sukses .btn-lihat-daftar-pembelian {
  padding: 6px 15px;
}
.section-confirmation-payment .container-sukses .btn-lihat-daftar-pembelian:hover {
  background-color: rgb(253, 172, 22);
}
.section-confirmation-payment .container-sukses .btn-tanya-admin {
  padding: 6px 43px;
}
.section-confirmation-payment .container-failed {
  padding: 11% 30%;
}
.section-confirmation-payment .container-failed p {
  font-weight: 300;
}
.section-confirmation-payment .container-failed .btn-lihat-daftar-pembelian {
  padding: 6px 15px;
}
.section-confirmation-payment .container-failed .btn-lihat-daftar-pembelian:hover {
  background-color: rgb(253, 172, 22);
}
.section-confirmation-payment .container-failed .btn-tanya-admin {
  padding: 6px 43px;
}
@media (max-width: 1024px) {
  .section-confirmation-payment {
    padding-top: 10%;
  }
  .section-confirmation-payment p,
  .section-confirmation-payment a,
  .section-confirmation-payment .btn {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .section-confirmation-payment {
    padding-top: 20%;
    margin-top: -10px;
    height: 101%;
  }
  .section-confirmation-payment .container-failed,
  .section-confirmation-payment .container-pending {
    padding: 11% 20%;
  }
  .section-confirmation-payment img {
    width: 60% !important;
  }
  .section-confirmation-payment p,
  .section-confirmation-payment a,
  .section-confirmation-payment .btn {
    font-size: 14px !important;
  }
}

.navbar-class {
  padding: 1.5% 3%;
  background-color: #972225;
  color: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.navbar-class .container-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.navbar-class .container-navbar .navbar-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1 1 auto;
  min-width: 0;
}
.navbar-class .container-navbar .help-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}
.navbar-class .bi {
  font-size: 20px;
}
@media (max-width: 768px) {
  .navbar-class {
    padding: 3% !important;
  }
  .navbar-class .title-class {
    font-size: 14px;
    -webkit-line-clamp: 2 !important;
  }
  .navbar-class .bi {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .navbar-class .title-class {
    font-size: 16px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
  }
}

.section-class .left-section {
  padding: 2% 0;
  width: 75%;
}
.section-class .left-section .container-content-class {
  padding: 3%;
}
.section-class .left-section .modul-content .trix-style {
  font-size: 16px;
  font-weight: 400;
}
.section-class .left-section .content {
  padding: 2% 5%;
  display: flex;
  flex-direction: column;
}
.section-class .left-section .content .notes {
  font-size: 15px;
}
.section-class .left-section .content p {
  font-size: 18px;
}
.section-class .left-section .content .text-pertanyaan {
  background-color: rgba(238, 237, 237, 0.5647058824);
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}
.section-class .left-section .content .form-check {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  padding: 10px 40px;
  margin-bottom: 7px;
}
.section-class .left-section .content .form-check label {
  font-size: 15px;
}
.section-class .left-section .content .btn-div-style {
  display: flex;
  flex-direction: column;
}
.section-class .left-section .content .btn-div-style .btn-submit-kuis {
  width: 15%;
  align-self: flex-end;
}
.section-class .left-section .content .btn-warning {
  align-self: flex-end;
  background-color: #ffb800;
  color: white;
  padding: 10px 25px;
}
.section-class .left-section .content .btn-mulai:hover {
  background-color: rgb(235, 169, 2);
  color: white;
}
.section-class .left-section .content h4 {
  font-weight: 600;
}
.section-class .left-section .content .subcatatan {
  margin-bottom: 10px;
  color: #972225;
  text-decoration: underline;
}
.section-class .left-section .content ul {
  font-size: 15px;
  font-weight: 300;
}
.section-class .left-section .content table {
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-top: 10px;
}
.section-class .left-section .content .siklus-img {
  width: 350px;
  align-self: center;
}
.section-class .left-section .content .congrats {
  font-weight: 500;
}
.section-class .left-section .content .container-info {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
}
.section-class .left-section .content .container-info .row-top {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.section-class .left-section .content .container-info .row-top .left {
  border-right: 1px solid #d9d9d9;
}
.section-class .left-section .content .container-info .row-top p {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
}
.section-class .left-section .content .container-info .row-top .subtitle {
  font-weight: 400;
}
.section-class .left-section .content .container-info .row-top .col-6 {
  padding: 15px 10px;
}
.section-class .left-section .content .container-info .row-timer {
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  background-color: rgba(0, 113, 11, 0.0745098039);
}
.section-class .left-section .content .container-info .row-zoom {
  text-align: center;
}
.section-class .left-section .content .container-info .row-zoom p {
  font-weight: 500;
  margin: 0;
}
.section-class .left-section .content .container-info .row-zoom .col-sm-4 {
  padding: 20px 10px;
  font-size: 15px;
}
.section-class .left-section .content .container-info .row-zoom .col-sm-4 .d-flex {
  justify-content: center;
}
.section-class .left-section .content .container-info .row-zoom .col-middle {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.section-class .left-section .content .virtual-bg {
  border-radius: 7px;
  font-weight: 500;
  align-items: baseline;
}
.section-class .left-section .content .link-privasi {
  color: #972225;
}
.section-class .left-section .content .container-test-result {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
}
.section-class .left-section .content .container-test-result .row-top {
  border-bottom: 1px solid #d9d9d9;
}
.section-class .left-section .content .container-test-result .row-top .col-style {
  padding: 20px;
}
.section-class .left-section .content .container-test-result .row-top p {
  margin: 0;
  font-weight: 500;
}
.section-class .left-section .content .container-test-result .row-top .mid-col {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.section-class .left-section .content .container-test-result .feedback {
  font-weight: 500;
}
.section-class .left-section .content .rating-container {
  background-color: #FBF6F6;
  border: 1px solid #ebd6d6;
  border-radius: 8px;
}
.section-class .left-section .modal-dialog {
  scrollbar-width: thin;
}
.section-class .left-section .modal-content {
  padding: 15px 35px;
}
.section-class .left-section .modal-content .modal-body .text-muted {
  font-size: 13px;
}
.section-class .left-section .modal-content .modal-body p {
  font-size: 15px;
}
.section-class .left-section .modal-content .modal-body .form-check {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  padding: 10px 40px;
  margin-bottom: 7px;
}
.section-class .left-section .modal-content .modal-body .form-check label {
  font-size: 15px;
}
.section-class .left-section .modal-content .modal-footer .btn-success {
  padding: 5px 25px;
}
.section-class .left-section .modal-content .modal-footer .btn-outline-secondary {
  padding: 5px 25px;
}
.section-class .left-section #posttestIntroContainer {
  display: flex;
  flex-direction: column;
}
.section-class .left-section #failSection {
  display: flex;
  flex-direction: column;
}
.section-class .left-section #passSection {
  display: flex;
  flex-direction: column;
}
.section-class .left-section .footer {
  position: fixed;
  padding: 0 !important;
  bottom: 0;
  left: 0;
  width: 75%;
  background-color: #ffffff;
  text-align: center;
  box-shadow: -3px -2px 10px rgba(54, 54, 54, 0.1);
}
.section-class .left-section .footer .btn {
  font-weight: 500;
  border: none;
  border-radius: 0 !important;
  color: #960d0d;
  padding: 15px 60px;
}
.section-class .left-section .footer .btn:hover {
  background-color: #9c0b10;
  color: white;
}
.section-class .left-section .video-frame {
  border-radius: 10px;
}
.section-class .left-section .video-frame video::-webkit-media-controls-seek-back-button,
.section-class .left-section .video-frame video::-webkit-media-controls-seek-forward-button {
  display: none !important;
}
.section-class .left-section .text-style {
  text-align: justify;
}
.section-class .left-section .text-style ul {
  font-size: 16px;
  font-weight: 400;
}
.section-class .left-section .container-ulasan {
  border: 1px solid #fae6e6;
  background-color: #FBF6F6;
  border-radius: 7px;
  padding: 30px;
}
.section-class .left-section .container-ulasan p {
  margin: 0;
}
.section-class .right-section {
  padding-top: 7%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  border-left: 1px solid #E7E7E7;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-class .right-section > .d-none.d-lg-block {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.section-class .right-section .container-modul {
  flex-grow: 1;
  overflow-y: auto;
  min-height: 0;
  padding: 25px;
}
.section-class .right-section .container-modul .btn-test {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  text-align: start;
  padding: 15px;
}
.section-class .right-section .container-modul .btn-test.active {
  border: 1px solid #FD9801;
  background-color: #FFF4E3;
  color: #FD9801;
}
.section-class .right-section .container-modul .btn-test:hover {
  background-color: #fafafa;
}
.section-class .right-section .container-modul .upgrade {
  border: 1px solid #e5e5e5;
  color: #b8b8b8;
}
.section-class .right-section .container-modul .upgrade .upgrade-text {
  color: #f8f8f8;
  font-weight: 200;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 12px;
  background-color: #d9a002;
}
.section-class .right-section .container-modul .finish-icon {
  color: #0abd34;
  font-size: 16px;
}
.section-class .right-section .container-modul .container-topik {
  border-radius: 7px;
  border: 1px solid #E5E5E5;
}
.section-class .right-section .container-modul .title-topik {
  font-size: 16px;
  padding: 10px 10px;
}
.section-class .right-section h6 {
  padding: 5px 20px;
  font-size: 18px;
}
.section-class .right-section .disabled {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.516);
}
.section-class .right-section .progres-kelas {
  background-color: #F8F8F8;
  border: #E7E7E7;
}
@media (max-width: 992px) {
  .section-class {
    flex-direction: column;
  }
  .section-class .left-section {
    width: 100%;
  }
  .section-class .left-section .container-topik {
    border: 1px solid #E5E5E5;
    border-radius: 7px;
  }
  .section-class .left-section .container-topik .title-topik {
    display: block !important;
    font-size: 14px !important;
    margin-top: 5px !important;
  }
  .section-class .left-section .trix-style {
    font-size: 13px !important;
  }
  .section-class .left-section .px-5.pt-3 p {
    font-size: 14px !important;
  }
  .section-class .left-section .certificate-content {
    flex-direction: column;
    align-items: stretch !important;
  }
  .section-class .left-section .certificate-content p,
  .section-class .left-section .certificate-content a {
    width: 100% !important;
  }
  .section-class .left-section h2,
  .section-class .left-section h3 {
    font-size: 1.2rem !important;
    font-weight: 600;
  }
  .section-class .left-section #quizQuestions .text-pertanyaan {
    font-size: 11px !important;
  }
  .section-class .left-section #quizQuestions .form-check-label {
    font-size: 13px !important;
  }
  .section-class .left-section #quizQuestions .btn-submit-kuis {
    padding: 4px 8px !important;
  }
  .section-class .left-section .content p,
  .section-class .left-section .btn {
    font-size: 13px;
  }
  .section-class .left-section .modal-test .modal-content {
    padding: 3% !important;
    width: 90% !important;
  }
  .section-class .left-section .modal-test .modal-content h5 {
    font-size: 15px !important;
  }
  .section-class .left-section .modal-test .modal-content .modal-body .text-muted {
    font-size: 11px !important;
  }
  .section-class .left-section .modal-test .modal-content .modal-body p,
  .section-class .left-section .modal-test .modal-content .modal-body .form-check-label {
    line-height: 1.1rem !important;
    font-size: 13px !important;
  }
  .section-class .left-section .content .notes {
    font-size: 11px;
  }
  .section-class .left-section .container-content-class {
    padding: 16px;
  }
  .section-class .left-section .container-info p,
  .section-class .left-section .container-info a {
    font-size: 13px !important;
  }
  .section-class .left-section .container-info .col-middle {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .section-class .left-section .container-info .row-timer h5 {
    font-size: 15px !important;
  }
  .section-class .left-section .footer {
    width: 100% !important;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
    display: flex !important;
    align-items: center;
  }
  .section-class .left-section .footer .btn {
    width: 100% !important;
    padding: 15px 20px !important;
    font-size: 13px !important;
  }
  .section-class .left-section .btn-toggle {
    background: #972225;
    color: white;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
  }
  .section-class .left-section .modul-mobile {
    margin: 0 4% !important;
    border-radius: 0 0 8px 8px;
    padding: 3%;
    background: #ffffff;
    border: 1px solid #e8e8e8;
  }
  .section-class .left-section .modul-mobile h6 {
    display: none;
  }
  .section-class .left-section .modul-mobile .progres-kelas {
    font-size: 12px !important;
  }
  .section-class .left-section .modul-mobile .container-modul {
    padding: 0 !important;
  }
  .section-class .left-section .modul-mobile .container-modul .finish-icon {
    color: rgb(10, 189, 52);
  }
  .section-class .left-section .modul-mobile .container-modul .btn-test {
    font-size: 13px !important;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    font-weight: 500;
    text-align: start;
    padding: 10px;
  }
  .section-class .left-section #passSection .btn-primary {
    width: 100% !important;
  }
  .section-class .modal-dialog {
    justify-content: center;
  }
  .section-class .modal-dialog .modal-content {
    padding: 4% !important;
    width: 80% !important;
  }
  .section-class .modal-dialog .modal-content .modal-body {
    font-size: 13px !important;
  }
  .section-class .modal-dialog .modal-content .modal-body .text-muted {
    font-size: 11px !important;
  }
  .section-class .modal-dialog .modal-content .modal-body p {
    font-size: 13px !important;
  }
  .section-class .modal-dialog .modal-content .modal-body .form-check {
    padding: 8px 30px !important;
  }
  .section-class .modal-dialog .modal-content .modal-body .form-check label {
    font-size: 14px !important;
  }
  .section-class .right-section {
    display: none;
  }
}

.footer {
  padding: 20px 8%;
  font-size: 12px;
}
.footer .copyright-style {
  font-style: italic;
}
.footer .wrapper {
  display: flex;
  flex-direction: row;
}
.footer .wrapper .item-left {
  width: 34%;
}
.footer .wrapper .item-left .logo {
  width: 55%;
}
@media (max-width: 768px) {
  .footer .wrapper .item-left .logo {
    width: 50%;
  }
}
.footer .wrapper .item-left .social-media {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}
.footer .wrapper .item-center {
  width: 12%;
}
.footer .wrapper .item-center a {
  color: #000000;
  text-decoration: none;
}
.footer .wrapper .item-center a:hover {
  color: #972225;
}
.footer .wrapper .item-right {
  width: 30%;
}
.footer .wrapper .footer-item-container {
  margin-top: 10px;
}
.footer .wrapper .footer-item-container .footer-payment {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.footer .wrapper .footer-item-container .footer-payment img {
  width: 90%;
  height: auto;
  padding: 7px;
  object-fit: contain;
  aspect-ratio: 2/1;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
@media (min-width: 0px) {
  .footer .wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .footer .wrapper .item-left {
    width: 100%;
  }
  .footer .wrapper .item-center {
    width: 100%;
  }
  .footer .wrapper .item-right {
    width: 100%;
  }
  .footer .wrapper .footer-item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 922px) {
  .footer .wrapper {
    flex-direction: row;
    justify-content: start;
  }
  .footer .wrapper .item-left {
    width: 34%;
  }
  .footer .wrapper .item-center {
    width: 12%;
  }
  .footer .wrapper .item-right {
    width: 30%;
  }
  .footer .wrapper .footer-item-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
  }
}

.admin-datacheck {
  padding-bottom: 5%;
  font-size: 14px;
}
.admin-datacheck .tab-title {
  color: #000;
}
.admin-datacheck #paymentsTable .col-product {
  width: 240px;
  max-width: 240px;
}
.admin-datacheck #enrollmentTable td.col-product {
  width: 770px;
  max-width: 770px;
}
.admin-datacheck #paymentsTable td.col-product .meta-corp-scroll {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.course-create-style {
  padding-bottom: 20%;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

table.table {
  white-space: nowrap;
}

.pdf-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pdf-page {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.blur {
  filter: blur(8px);
  opacity: 0.6;
  position: relative;
}

.blur::after {
  content: "Upgrade to unlock";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.pdf-container {
  position: relative;
}

.loading-global {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
}

.pdf-page {
  position: relative;
  margin-bottom: 16px;
}

.page-loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 249, 250, 0.7);
  backdrop-filter: blur(1px);
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 2;
}

.page-loading-overlay.fade-out {
  opacity: 0;
}

.help-btn {
  text-decoration: none;
  color: white;
}

.chip-style {
  width: auto;
  min-width: 150px;
  font-size: 14px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-item .page-link {
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
}

.page-item.active .page-link {
  color: #FFFFFF !important;
  background-color: #972225;
  border: #972225;
  outline: none !important;
  box-shadow: none !important;
}

.page-link:focus,
.page-link:active {
  outline: none !important;
  box-shadow: none !important;
}

/*# sourceMappingURL=main.css.map */
