/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Righteous&family=Roboto:wght@100;300;400;500;700;900&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css (1) ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/

#app {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  scroll-behavior: smooth !important;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/auth/Login.vue?vue&type=style&index=0&id=0e0d6e88&scoped=true&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.el-alert[data-v-0e0d6e88] {
  margin: 20px 0 0;
}
.el-alert[data-v-0e0d6e88]:first-child {
  margin: 0;
}

/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/css/main.css ***!
  \***********************************************************************************************************************************************************************/
body {
  width: 100%;
  max-width: 100%;
  will-change: position;
}

body.modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal {
  will-change: display;
}

.modal-dialog {
  will-change: transform;
}

.modal-body {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* NAV BAR */
.start-header {
  background: rgba(255, 255, 255, 1) !important;
  height: 56px;
  transform: translateY(0);
  z-index: 1000 !important;
  transition: all 0.2s ease-out;
  box-shadow: 0 3px 3px 0 rgba(138, 155, 165, 0.3);
}

.start-header.hidden {
  background: transparent !important;
  height: 56px;
  transform: translateY(0);
  z-index: 1 !important;
  transition: all 0.2s ease-out;
  box-shadow: none;
}

.start-header.scroll-on {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 3px 3px 0 rgba(138, 155, 165, 0.3);
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
}

.navbar-brand img {
  height: 38px;
  width: auto;
  transition: all 0.2s ease-out;
}

.navbar-brand-admin img {
  height: 30px;
  width: 144px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s ease-out;
}

.navbar-toggler {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-link {
  color: var(--neutral60) !important;
  font-weight: normal;
  transition: all 200ms linear;
  position: relative;
  display: inline-block;
}

.nav-item:hover .nav-link {
  color: var(--pink3) !important;
  text-decoration: none;
}

.nav-item.active .nav-link {
  color: var(--pink3) !important;
}

.nav-item:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: var(--pink3);
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: -8px;
  opacity: 1;
}

.nav-item.profile:hover::after {
  opacity: 0;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.dropdown.header .dropdown-menu,
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
  width: -moz-max-content;
  width: max-content;
}

.dropdown.header:hover .dropdown-menu,
.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--neutral) !important;
  background: var(--white);
  border: none;
  border-radius: 3px;
  box-shadow:
    0px 3px 5px rgba(9, 30, 66, 0.2),
    0px 0px 1px rgba(9, 30, 66, 0.31);
  transition: all 200ms linear;
  left: auto;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.dropdown-menu.custom-tooltip {
  width: 50vw !important;
}

#dropdown-date {
  padding: 0 !important;
  border-radius: 5px;
}

.dropdown-menu.profile {
  width: 20vw !important;
}

.dropdown-toggle.no-icon::after {
  display: none;
}

.dropdown-toggle.border-dropdown {
  display: block;
  box-shadow: none !important;
  background-color: transparent;
  height: 52px !important;
  border: 1px solid var(--neutral3) !important;
  border-radius: 30px !important;
  font-size: 16px;
  line-height: 20px;

  padding: 16px 32px;
}

.dropdown-toggle.border-dropdown::after {
  content: none;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: -0.3em 0 0 0.4em;
  vertical-align: middle;
  content: '';
  border: 0.3em solid;
  border-width: 0 0.15em 0.15em 0;
  transform: rotateZ(45deg);
}

.dropdown-item {
  padding: 8px 16px;
  color: var(--neutral);
  font-size: 14px;
  border-radius: 3px !important;
  transition: all 200ms linear;
}

.dropdown-item.active {
  background: var(--pink3);
  color: var(--neutral0) !important;
}

.dropdown-item.active:hover {
  background: var(--navy9) !important;
  color: var(--neutral0) !important;
  /* font-size: 14px; */
}

.dropdown-item img {
  width: 30px;
  padding-right: 10px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--purple7);
  background-color: var(--neutral3);
}

.dropdown-item.dropdown-sign-out {
  border-top: 1px solid #00000030;
}

/* END NAV BAR */

/* FOOTER */
#footer {
  max-width: 100vw;
  padding: 100px 0;
  background-color: var(--navy);
}

#footer img {
  height: 50px;
}

#footer a,
#footer p {
  display: block;
  color: white;
}

#footer a:hover {
  color: var(--pink3);
}

#footer .social-media {
  border: 1px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
}

#footer .social-media:hover {
  border: 1px solid var(--pink3);
}

/* END FOOTER */

.separator {
  height: 24px;
  width: 1px;
  background: var(--neutral-light-n-50, #c1c7d0);
}

.sidebar-toggler {
  display: none;
  float: right;
  cursor: pointer;
  width: 24px;
  height: 20px;
  background-image: none;
  position: relative;
  border-bottom: 4px solid var(--navy9);
  transition: all 300ms linear;
}

.sidebar-toggler::before,
.sidebar-toggler::after {
  width: 24px;
  position: absolute;
  height: 4px;
  background-color: var(--navy9);
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  transition: transform 300ms linear;
}

.sidebar-toggler::after {
  top: 8px;
  height: 4px;
}

.sidebar-open {
  border-color: transparent;
}

.sidebar-open::after {
  transform: rotate(45deg);
}

.sidebar-open::before {
  transform: translateY(8px) rotate(-45deg);
}

/* END SIDEBAR */

.content-main {
  margin-left: 15%;
  padding-top: 86px;
  padding-bottom: 56px;
  transition: all 0.2s ease;
}
.content-main-fixed {
  padding-top: 56px;
  height: 100vh;
  transition: all 0.2s ease;
}

.content-main-dashboard {
  margin-left: 15%;
  padding-top: 56px;
  padding-bottom: 56px;
  transition: all 0.2s ease;
}

:root {
  --barlow-family: 'Barlow', sans-serif;
  --righteous-family: 'Righteous', sans-serif;

  --orange05: #fdf2e1;
  --orange1: #fadfb3;
  --orange2: #f6ca83;
  --orange3: #f3b452;
  --orange4: #f1a530;
  --orange5: #ef9618;
  --orange6: #eb8915;
  --orange7: #e57c12;
  --orange8: #de6d0f;
  --orange9: #d4550c;

  --purple05: #f3e5f1;
  --purple1: #e3bedc;
  --purple2: #d193c6;
  --purple3: #bd68b0;
  --purple4: #ae499f;
  --purple5: #9e2d90;
  --purple6: #92288a;
  --purple7: #812282;
  --purple8: #731d7a;
  --purple9: #57156a;

  --pink05: #f8e5f3;
  --pink1: #efbfe2;
  --pink2: #e995cf;
  --pink3: #e66bbb;
  --pink4: #e54aa9;
  --pink5: #e82796;
  --pink6: #d5278f;
  --pink7: #be2686;
  --pink8: #a7257e;
  --pink9: #7f2270;

  --neutral: #0a0a0a;
  --neutral0: #ffffff;
  --neutral1: #fafbfc;
  --neutral2: #f4f5f7;
  --neutral3: #ebecf0;
  --neutral4: #dfe1e6;
  --neutral5: #c1c7d0;
  --neutral6: #b3bac5;
  --neutral7: #a5adba;
  --neutral8: #97a0af;
  --neutral9: #8993a4;
  --neutral10: #7a869a;
  --neutral20: #6b778c;
  --neutral30: #5e6c84;
  --neutral40: #505f79;
  --neutral50: #42526e;
  --neutral60: #354764;
  --neutral70: #243757;
  --neutral80: #16294c;
  --neutral90: #091e42;

  --navy: #241d52;
  --navy05: #eaebf4;
  --navy1: #c9cce4;
  --navy2: #a7abd2;
  --navy3: #6d70b2;
  --navy4: #6d70b2;
  --navy5: #5657a5;
  --navy6: #504f9b;
  --navy7: #47458f;
  --navy8: #3f3b83;
  --navy9: #332a6c;

  --white: #ffffff;
  --red: #d40c0c;
  --red1: #bf2600;
  --red4: #ffebe6;
  --red5: #ffbdad;
  --red6: #ff8f73;
  --red7: #ff7452;
  --red8: #ff5630;
  --red9: #de350b;
  --red10: #bf2600;
  --wa-color: #00b628;

  --green05: #e3fcef;
  --green075: #abf5d1;
  --green1: #79f2c0;
  --green2: #57d9a3;
  --green3: #36b37e;
  --green4: #00875a;
  --green5: #006644;
}

.sub {
  font-size: 12px;
}

p {
  color: var(--neutral);
  font-size: 14px;
}

ol,
ul,
li {
  font-size: 14px;
}

.pink {
  color: var(--pink4);
}

h1 {
  font-family: var(--barlow-family);
  font-weight: bold;
  font-size: 64px;
  color: var(--navy9);
}

h2 {
  font-family: var(--barlow-family);
  font-weight: bold;
  font-size: 56px;
  color: var(--navy9);
}

h3 {
  font-family: var(--barlow-family);
  font-weight: bold;
  color: var(--navy9);
  font-size: 48px;
}

h4 {
  font-family: var(--barlow-family);
  font-weight: bold;
  color: var(--navy9);
  font-size: 36px;
}

.h-32 {
  font-size: 32px;
  color: var(--navy9);
}

.h-34 {
  font-size: 34px;
  color: var(--navy9);
}

.h-28 {
  font-size: 28px;
  color: var(--navy9);
}
.h-18 {
  font-size: 18px;
  color: var(--navy9);
}

.h-24 {
  font-family: var(--barlow-family);
  font-weight: 500;
  color: var(--navy9);
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

h5 {
  font-family: var(--barlow-family);
  font-weight: 500;
  color: var(--navy9);
  font-size: 24px;
}

h6 {
  font-family: var(--barlow-family);
  font-weight: 500;
  color: var(--navy9);
  font-size: 18px;
}

.h-16 {
  font-size: 16px;
}

.sub-text {
  color: var(--neutral9);
}

.sub-text.active {
  color: var(--pink3);
}

.sub.sub-text a {
  font-size: 12px;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.righteous {
  font-family: var(--righteous-family);
}

.no-wrap {
  white-space: nowrap !important;
}

.img-w40 {
  width: 40px;
  /* height: 20px; */
  -o-object-fit: contain;
     object-fit: contain;
}
.img-h22 {
  /* width: 40px; */
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.route-title {
  position: relative;
  padding: 0 16px;
  margin: 0 16px;
  border-left: 1px solid var(--neutral5);
  border-right: 1px solid var(--neutral5);
  height: 100%;
}

.route-title::before {
  position: absolute;
  bottom: -16px;
  left: 0%;
  width: 100%;
  height: 2.5px;
  content: '';
  border-radius: 10px 10px 0 0;
  background-color: var(--pink3);
  transition: all 200ms linear;
}

img {
  max-width: 100%;
}

.catalog {
  height: 175px;
  width: 300px;
}

.catalog-wrapper {
  height: calc(100vh - 156px);
  width: 75%;
}

.breadcrumb {
  font-size: 14px;
}

.inline-edit {
  padding: 8px;
  border-radius: 3px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.inline-edit:hover {
  background: var(--neutral2);
}

.stats {
  background: var(--neutral2);
  padding: 6px 12px;
  border-radius: 3px;
  color: var(--navy) !important;
  text-decoration: none !important;
  font-size: 14px;
}

.stats.navy3-text {
  color: var(--navy3) !important;
}

.stats a {
  text-decoration: none !important;
}

.stats.disable a,
.stats.disable {
  cursor: not-allowed;
  color: var(--neutral9) !important;
  background: var(--neutral3) !important;
}

.lazonge {
  background: var(--neutral3);
  color: var(--neutral9);
  padding: 2px 4px;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.lazonge.primary {
  background: var(--pink05);
  color: var(--pink3);
}

.lazonge.success {
  background: var(--green05);
  color: var(--green5);
}

.lazonge.new {
  background: var(--navy1);
  color: var(--navy8);
}

.lazonge.moved {
  background: #fff0b3;
  color: #172b4d;
}

.lazonge.removed {
  background: #ffebe6;
  color: #bf2600;
}
.el-alert .el-alert__icon {
  font-size: 14px !important;
}
.el-alert__title {
  font-weight: 600;
  font-size: 12px !important;
  font-family: var(--barlow-family) !important;
}
.el-alert--error {
  background-color: transparent !important;
  padding: 0 !important;
}

input[type='text'],
input[type='password'],
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
input[type='file'],
textarea,
select {
  width: 100%;
  font-size: 16px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 3px !important;
  transition:
    all 0.15s ease-in-out,
    all 0.15s ease-in-out;
  background-color: var(--neutral1);
  border: 1px solid var(--neutral4);
  box-shadow: none;
}

.input-group-text {
  border-radius: 3px !important;
  margin: 0 !important  ;
  height: 40px;
  background-color: var(--neutral1);
  border: 1px solid var(--neutral4);
  box-shadow: none !important;
}

textarea.auto {
  resize: none;
  overflow: hidden;
}
textarea.form-control {
  background-color: var(--neutral1);
  border: 1px solid var(--neutral4);
  border-radius: 3px !important;
  height: auto;
}

input[type='text']:disabled,
input[type='password']:disabled,
input[type='color']:disabled,
input[type='date']:disabled,
input[type='datetime']:disabled,
input[type='datetime-local']:disabled,
input[type='email']:disabled,
input[type='number']:disabled,
input[type='range']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='time']:disabled,
input[type='url']:disabled,
input[type='month']:disabled,
input[type='week']:disabled,
input[type='file']:disabled,
textarea:disabled,
select:disabled,
.form-control:disabled {
  background-color: var(--neutral1);
  border: none;
  color: var(--neutral4);
}

textarea:focus,
textarea.form-control:focus {
  border: 2px solid var(--navy5) !important;
}

.form-control.no-border,
.form-control.no-border:focus {
  background-color: transparent;
  border: 0;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='range']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='file']:focus,
textarea:focus {
  color: #495057;
  box-shadow: none !important;
  border: 2px solid var(--navy5);
  outline: 0 none !important;
}

input[type='text']:active {
  outline: 0 none;
  border: none;
}

.form-group.required .form-label:after,
.form-group.required .control-label:after {
  content: '*';
  color: red;
}

.form-check-label {
  font-size: 14px;
}
.my-label {
  position: relative;
  padding-left: 2.5ch;
  display: block;
  margin-bottom: 5px;
}

.my-label > [type='radio'] {
  position: absolute;
  left: 0;
}

.form-label {
  color: var(--navy8);
  font-size: 14px;
}

.form-label.neutral {
  color: var(--neutral70);
  font-size: 14px;
}

.error {
  padding-top: 5px;
  color: red;
}

input[type='text'].grey,
input[type='password'].grey,
input[type='color'].grey,
input[type='date'].grey,
input[type='datetime'].grey,
input[type='datetime-local'].grey,
input[type='email'].grey,
input[type='number'].grey,
input[type='range'].grey,
input[type='search'].grey,
input[type='tel'].grey,
input[type='time'].grey,
input[type='url'].grey,
input[type='month'].grey,
input[type='week'].grey,
input[type='fille'].grey,
textarea.grey,
select.grey {
  background-color: var(--neutral1);
  height: 36px;
}

input::file-selector-button {
  height: 40px !important;
  color: var(--neutral7) !important;
  background: var(--neutral1) !important;
}

input:active::file-selector-button {
  background: var(--navy3) !important;
}

input:hover::file-selector-button {
  background: var(--neutral3) !important;
}

::-moz-placeholder {
  color: var(--neutral6);
}

::placeholder {
  color: var(--neutral6);
}

.gallery-image {
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-image-certi {
  height: 90px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-table {
  width: 100px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.placeholder_banner {
  height: 60px;
}

.vc-purple {
  --vc-accent-50: #eaebf4 !important;
  --vc-accent-100: #c9cce4 !important;
  --vc-accent-200: #a7abd2 !important;
  --vc-accent-300: #6d70b2 !important;
  --vc-accent-400: #6d70b2 !important;
  --vc-accent-500: #5657a5 !important;
  --vc-accent-600: #504f9b !important;
  --vc-accent-700: #47458f !important;
  --vc-accent-800: #3f3b83 !important;
  --vc-accent-900: #332a6c !important;
}

.vc-container {
  --purple-100: var(--navy1) !important;
  --purple-200: var(--navy1) !important;
  --purple-300: var(--navy9) !important;
  --purple-400: var(--navy9) !important;
  --purple-500: var(--navy9) !important;
  --purple-600: var(--navy9) !important;
  --purple-700: var(--navy9) !important;
  --purple-800: var(--navy9) !important;
  --purple-900: var(--navy9) !important;
  border-radius: 5px !important;
  border: none !important;
}

a {
  color: var(--neutral60);
  transition: all 500ms;
  text-decoration: none;
  font-size: 14px;
  /* line-height: 0; */
}

a:hover {
  text-decoration: underline;
  outline: 0;
  color: var(--navy3);
}

a.pink {
  color: var(--pink4);
}

a.pink:hover {
  color: var(--navy9);
}

a.white {
  color: var(--white);
}

a.white:hover {
  color: var(--pink4);
}

.card {
  padding: 20px;
  border: none;
  box-shadow:
    0px 2px 2px rgba(9, 30, 66, 0.25),
    0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 5px;
  transition: all 0.2s ease;
  background-color: var(--neutral1);
}

.box {
  /* width: 100%; */
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}

.box.center {
  /* width: 100%; */
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.card-profile-percent {
  border: dashed 0.1rem var(--purple9);
  background: var(--orange05);
  padding: 21px 52px;
  border-radius: 20px;
}

.card.no-shadow {
  box-shadow: none;
}

.card.white {
  background: var(--white);
}

.card.all-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card.grey-flat {
  box-shadow: none;
  background: var(--neutral2);
}

.card.search {
  border: 1px solid var(--neutral3);
  box-shadow: none;
  /* height: 34px; */
}

.card.bordern40 {
  border: solid 1px var(--neutral3);
}

.card.search .form-control {
  height: 34px;
}

.card.search .form-control {
  height: 32px;
  font-size: 14px;
}

.card.static {
  /* overflow: hidden; */
  position: relative;
  padding: 0;
  height: 524px;
  border-radius: 10px;
}

.card.static-alternate {
  /* overflow: hidden; */
  position: relative;
  padding: 0;
  height: 500px;
  border-radius: 10px;
}

.card.join {
  overflow: hidden;
  position: relative;
  padding: 24px;
  width: 400px;
}

.card-body {
  margin: 24px;
  padding: 0;
}

.card.static-alternate .card-img-top,
.card.static .card-img-top {
  height: 240px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
}

.card-img-top {
  height: 240px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
}

.wa-contact {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: var(--wa-color);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 10;
  transition: all 0.2s ease;
}

.wa-contact:hover {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 40px;
  right: 40px;
  background-color: var(--pink3);
  color: #fff;
}

.tooltip-inner {
  background-color: #ffcc00 !important; /* Ganti dengan warna latar belakang yang Anda inginkan */
  color: #000 !important; /* Ganti dengan warna teks yang kontras */
}

.btn.btn-primary.disable,
.btn.btn-primary.disable:hover,
.btn.btn-primary.disable:active,
.btn.disable,
.btn.disable:hover,
.btn.disable:active {
  color: var(--neutral9) !important;
  background: var(--neutral3) !important;
}

.image-detail-event {
  height: 555px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.image-register-event {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.atcb-button-wrapper,
.atcb-button {
  padding: 100px !important;
}

a.btn {
  text-decoration: none;
}

.btn {
  font-size: 14px;
  color: var(--neutral50);
  background: var(--neutral2);
  padding: 6px 12px;
  border-radius: 3px;
  font-weight: normal;
  transition: all 0.2s ease-in-out !important;
  border: none;
  text-decoration: none !important;
}

.btn.active {
  background: var(--pink3);
  color: var(--white);
  border: none;
}

.btn.disable {
  background: var(--neutral6);
  color: var(--white);
  cursor: not-allowed;
  pointer-events: all !important;
}

.btn:hover {
  background: var(--neutral3);
}

.btn:active {
  background: var(--neutral70) !important;
  color: var(--neutral0) !important;
}

.btn.active {
  background: var(--navy8) !important;
  color: var(--neutral0) !important;
}

.btn.btn-primary {
  color: var(--white);
  background: var(--pink3);
  text-decoration: none !important;
}

.btn.btn-primary:hover {
  background: var(--purple3);
}

.btn.btn-primary:active {
  background: var(--neutral7) !important;
}

.btn.btn-danger {
  color: var(--white);
  background: var(--red9);
  text-decoration: none !important;
}

.btn.btn-danger:hover {
  background: var(--red8);
}

.btn.btn-danger:active {
  background: var(--red10) !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.image-ads {
  width: 100px;
  width: 100px;
}

.ads-container {
  height: 150px;
  width: 200px;
}

.bg-purple8 {
  background-color: var(--purple8);
}

.bg-navy8 {
  background-color: var(--navy8);
}

.avatar-xxl {
  height: 140px;
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--neutral3);
  background: var(--orange8);
  position: relative;
  color: var(--neutral0);
}

.avatar-xl {
  height: 128px;
  width: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--neutral3);
  background: var(--orange8);
  position: relative;
  color: var(--neutral0);
}

.avatar-ll {
  height: 96px;
  width: 96px;

  -o-object-fit: cover;

     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--neutral3);
  background: var(--orange8);
  position: relative;
  color: var(--neutral0);
}

.avatar-l {
  height: 56px;
  width: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--neutral3);
  background: var(--orange8);
  position: relative;
  color: var(--neutral0);
}

.avatar-m {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--neutral3);
  background: var(--orange8);
  position: relative;
  color: var(--neutral0);
}

.avatar-ss {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--neutral3);
  background: var(--orange8);
  position: relative;
  color: var(--neutral0);
}
.avatar-s {
  height: 32px;
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--neutral3);
  background: var(--orange8);
  position: relative;
  color: var(--neutral0);
}

.avatar-xs {
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--neutral3);
  background: var(--orange8);
  position: relative;
  color: var(--neutral0);
}

.avatar-xxl.square,
.avatar-xl.square,
.avatar-ll.square,
.avatar-l.square,
.avatar-m.square,
.avatar-s.square,
.avatar-ss.square,
.avatar-xs.square {
  border-radius: 3px;
}

input[type='checkbox'],
input[type='radio'] {
  border: 2px solid var(--neutral5);
}

input[type='checkbox']:checked,
input[type='radio']:checked {
  background-color: var(--navy6);
  border: 0px solid var(--white);
}

.multiselect input[type='text'] {
  background: transparent !important;
  margin: 0;
  height: auto;
  border: none;
  box-shadow: none;
}

.multiselect-tags input[type='text'] {
  padding: 0 !important;
  background: transparent !important;
  margin: 0;
  height: auto;
  border: none;
  box-shadow: none;
}

.multiselect input[type='text']:focus {
  background: transparent !important;
  margin: 0;
  height: auto;
  border: none;
  box-shadow: none;
}

.multiselect {
  border-radius: 5px !important;
  min-height: 40px;
  background: var(--neutral1) !important;
  border: 1px solid var(--neutral4) !important;
}

.multiselect-option.is-selected {
  background-color: var(--navy8) !important;
  color: var(--neutral0) !important;
}

.multiselect-option.is-selected p {
  color: var(--neutral0);
}

/* .multiselect-tags {
  align-items: center;
  display: flex;
  gap: 10px !important;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  margin: var(--ms-tag-my, 0.25rem) 0 0;
  padding-left: var(--ms-py, 0.5rem);
} */

.multiselect-tag {
  background-color: var(--navy8) !important;
  white-space: wrap !important;
}

.multiselect-dropdown {
  border-radius: 5px !important;
}

.multiselect-placeholder {
  color: var(--neutral20) !important;
}

.modal-footer,
.modal-header {
  border: none;
}

.modal-dialog-scrollable .modal-footer {
  border-top: 2px solid var(--neutral2);
}

.modal-dialog-scrollable .modal-header {
  border-bottom: 2px solid var(--neutral2);
}

.header-logo {
  width: 190px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-input-group .form-control.left {
  padding-left: 50px;
}

.custom-input-group .form-control.right {
  padding-right: 50px;
}

.prefix {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  margin-left: 1px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suffix {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 5px;
  margin-right: 1px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prefix p,
.suffix p {
  font-weight: normal;
}

.product-label {
  margin: 0;
  color: var(--navy8);
  background: var(--neutral2);
  padding: 0 4px;
  text-decoration: underline;
}

.l-navbar {
  background-color: var(--neutral1);
  padding: 80px 8px 0 8px;
  position: fixed;
  top: 0;
  left: 0;
  width: 15%;
  height: 100vh;
  transition: all 0.2s ease;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 1px;
}

.l-navbar-content {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 87px;
}

.l-navbar-image {
  height: 40px;
  width: 40px;
  position: relative;
}

.show {
  left: 0;
}

.side-link {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-align: left;
  padding: 8px 16px;
  margin: 8px 0;
  display: block;
  width: 100%;
  border: none;
  transition: all 0.1s ease;
  border-radius: 3px;
  color: var(--navy8);
}

.side-link.sign-out {
  color: var(--red1);
}

.side-link:hover {
  background-color: var(--neutral2);
  color: var(--navy8);
}

.side-link.side-active {
  color: var(--orange7);
  background-color: var(--navy05);
}

.side-link .icon-dash {
  margin: 0 16px 0 0;
}
.side-link .icon-dash img {
  height: 24px;
  width: 24px;
  filter: invert(15%) sepia(83%) saturate(1572%) hue-rotate(228deg)
    brightness(99%) contrast(82%);
}

.side-link.sign-out .icon-dash img {
  filter: invert(18%) sepia(41%) saturate(5570%) hue-rotate(11deg)
    brightness(104%) contrast(110%);
}

.side-link.sign-out:hover .icon-dash img {
  filter: invert(15%) sepia(83%) saturate(1572%) hue-rotate(228deg)
    brightness(99%) contrast(82%);
}

.side-link.side-active .icon-dash img {
  filter: invert(62%) sepia(18%) saturate(5502%) hue-rotate(351deg)
    brightness(91%) contrast(98%);
}

.side-link-profile {
  display: inline-flex;
  align-items: center;
  text-align: left;
  padding: 8px;
  display: block;
  width: 100%;
  border: none;
  transition: all 0.2s ease;
  background-size: 200% 100%;
}

.side-link-profile.sign-out {
  color: var(--pink7);
}

.side-link-profile:hover {
  color: var(--pink3);
  text-decoration: underline;
}

.side-link-profile .icon-dash {
  margin: 0 16px 0 0;
}

.side-link-profile .icon-dash img {
  height: 16px;
  width: 16px;
  /* transition: all 0.2s ease; */
  filter: invert(15%) sepia(83%) saturate(1572%) hue-rotate(228deg)
    brightness(99%) contrast(82%);
}

.hero {
  margin: 56px 0 0 0 !important;
  width: 100vw;
  height: 445px;

  position: relative;
}

.hero-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.hero .title {
  padding: 0;
  margin: 0;
  font-weight: normal;
  position: relative;
  font-size: 52px;
  color: white;
  font-family: var(--barlow-family);
}

#hero .title span {
  color: var(--orange7);
}

.hero-arsy {
  height: 400px;
  width: auto;
}

.hero .sub-txt {
  position: relative;
  font-size: 50px;
  font-weight: bold;
}

#promo {
  width: 100vw;
  padding: 56px 0;
  background-color: var(--neutral0);
}

.promo-slider {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.swiper {
  z-index: 0 !important;
  padding-bottom: 24px !important;
}

.swiper-pagination-bullet-active {
  background: var(--navy) !important;
}

.swiper-pagination-bullet {
  background: var(--navy5) !important;
}

#course {
  padding: 56px 0;
}

#method {
  padding: 56px 0;
}

#method .header-logo {
  height: 56px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 230px;
  padding: 15px 0;
  background-color: var(--pink4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -2px;
  right: -2px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

#traits {
  background-color: var(--navy05);
  padding: 56px 0;
}

#join {
  padding: 56px 0;
  background-color: var(--navy9);
}

#partner {
  padding: 56px 0;
  background-color: var(--navy05);
}

#partner img {
  height: 120px;
  width: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}

.partner-img {
  height: 120px;
  width: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}

#trainer {
  padding: 56px 0;
}

.nav-tabs {
  border-bottom: 2px solid var(--neutral3);
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.nav-tabs.vertical {
  border: none;
  overflow-x: unset;
  overflow-y: unset;
  flex-direction: column;
}

.nav-tabs .nav-link {
  white-space: nowrap;
  border: none;
  color: var(--navy2) !important;
  font-weight: 500 !important;
  padding: 8px 16px 8px 8px;
  text-decoration: none;
}

.nav-tabs.vertical .nav-link.disabled {
  cursor: no-drop;
}

.nav-tabs.vertical .nav-link {
  white-space: normal;
  border: none;
  color: var(--navy9) !important;
  font-weight: normal !important;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  background: linear-gradient(to left, transparent 50%, var(--neutral3) 50%)
    right;
  background-size: 200% 100%;
  transition: all 0.3s ease;
}

.nav-tabs.vertical .nav-link:hover {
  background-position: left;
}

.nav-tabs.vertical .nav-link::before {
  content: '';
  background-color: transparent;
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  transition: all 0.5s ease;
}

.nav-tabs.vertical .nav-link:hover::before {
  content: '';
  background-color: var(--pink3);
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  transition: all 0.9s ease;
}

.nav-tabs .nav-link.active {
  white-space: nowrap;
  border: none;
  color: var(--pink3) !important;
  background: transparent;
  padding: 8px 16px 8px 8px;
}

.nav-tabs.vertical .nav-link.active {
  white-space: normal;
  border: none;
  color: var(--navy9) !important;
  font-weight: normal !important;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  background: var(--neutral3);
}
.nav-tabs.vertical .nav-link.active::before {
  content: '';
  background-color: var(--pink3);
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
}

.nav-tabs .nav-link:hover.nav-link::after {
  opacity: 1;
}

.nav-tabs .nav-link::after {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 90%;
  height: 5px;
  content: '';
  border-radius: 10px 10px 0px 0px;
  background-color: var(--pink3);
  opacity: 0;
  transition: all 200ms linear;
}
.nav-tabs.vertical .nav-link::after {
  display: none;
}

.nav-tabs .nav-link.active:after {
  opacity: 1;
}

.filter-card {
  position: sticky;
  top: 86px;
  height: -moz-min-content;
  height: min-content;
  z-index: 1;
}

.filter-background {
  background: var(--neutral1);
  border-radius: 3px;
}

.divider {
  text-align: center;
  color: #f2f2f2;
  width: 100%;
  height: 4px;
  background-color: var(--pink3);
  opacity: 0.2;
  border-radius: 4px;
}

.divider.neutral {
  text-align: center;
  color: #f2f2f2;
  width: 100%;
  height: 1px;
  background-color: var(--neutral9);
  border-radius: 1px;
}

.page {
  padding: 57px 0;
}

.value-img {
  height: 84px;
  width: 84px;
}

.value-img.white {
  filter: brightness(0) invert(1);
}

#prodis {
  padding: 100px 0;
}

#register {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(to bottom, var(--navy9), var(--navy));
  /* padding-top: 56px; */
}

#register::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(/img/login-bg.2f641d2e.png);
  z-index: 0;
}

#register .title {
  padding: 0;
  margin: 0;
  font-weight: normal;
  position: relative;

  color: white;
}

#register .title span {
  color: var(--orange7);
}

#register .login-img {
  position: relative;
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

#insight-detail {
  position: relative;
  padding: 56px 0;
  width: 100vw;
}

.insight-background {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#insight-detail .container.detail-content {
  margin-top: -400px;
}

.insight-content {
  position: relative;
  padding: 57px 0;
}

.gradient-purple-text {
  background: -webkit-linear-gradient(var(--pink7), var(--orange7));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-green-text {
  background: -webkit-linear-gradient(300deg, var(--green2), var(--green5));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.remove-gradient {
  background: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: black;
}

.doughnut-title {
  position: absolute;
  width: 100%;
  /* margin: auto; */
  text-align: center;
  top: 25%;
  margin: 0;
}

.collapse-toggle[data-bs-toggle='collapse'][aria-expanded='false']
  .fa-chevron-right {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.collapse-toggle[data-bs-toggle='collapse'][aria-expanded='false']
  .fa-chevron-down {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.collapse-toggle[data-bs-toggle='collapse'][aria-expanded='false'] .fa-plus {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.collapse-toggle[data-bs-toggle='collapse'][aria-expanded='true']
  .fa-chevron-right {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.collapse-toggle[data-bs-toggle='collapse'][aria-expanded='true']
  .fa-chevron-down {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.collapse-toggle[data-bs-toggle='collapse'][aria-expanded='true'] .fa-plus {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.border-circle-navy {
  border-radius: 50%;
  border: 1px solid var(--navy9);
}

.content-dashboard {
  margin-top: -75px;
}

.dashboard-header {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rating {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
}

.rating-item {
  text-align: center;
  width: calc(100% / 5) !important;
}

.rating input[type='radio'] {
  display: none;
}

.rating label {
  cursor: pointer;
  font-size: 2rem;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.rating label:hover,
.rating input[type='radio']:checked + label {
  transform: scale(1.05);
  filter: none;
}

.navy3-text {
  color: var(--navy3);
}

.neutral4-text {
  color: var(--neutral4);
}
.neutral10-text {
  color: var(--neutral10);
}

.navy-text {
  color: var(--navy9);
}

.neutral7-text {
  color: var(--neutral40);
}

.container-certificate {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.container-certificate iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.vue-picker {
  width: 100%;
  font-size: 16px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 3px !important;
  transition:
    all 0.15s ease-in-out,
    all 0.15s ease-in-out;
  background-color: var(--neutral1);
  border: 1px solid var(--neutral4);
  box-shadow: none;
}

.vue-picker_disabled {
  --col-border: var(--neutral5);
}

.vue-picker__opener {
  width: 100%;
  padding: 0 !important;
  vertical-align: middle;
  font-size: 16px;
  height: 40px;
  max-width: 100%;
  border-radius: 3px !important;
  transition:
    all 0.15s ease-in-out,
    all 0.15s ease-in-out;
  background-color: var(--neutral1);
  border: none !important;
  box-shadow: none !important;
}

.vue-picker__dropdown {
  background: var(--white) !important;
  border: none !important;

  border-radius: 3px !important;
  top: 110% !important;
  border: 1px solid var(--neutral4) !important;
  padding: 0 !important;
}

.vue-picker-option {
  display: block;
  text-align: start;
  width: 100%;
  background: none;
  border: none;
  padding: 8px;
}

.vue-picker-option:hover:not(:disabled) {
  background-color: var(--neutral2) !important;
}

#all-course {
  padding: 100px 0;
}

#all-course .contact {
  margin: 48px 0;
  background-color: var(--navy9);
  width: 100vw;
  padding: 24px 0;
}

#testimony {
  padding: 56px 0;
}

.testi-company-logo {
  height: 24px;
}

#testimony .card {
  background-color: var(--white);
}

#community {
  padding: 100px 0;
}

.wa-color {
  color: var(--wa-color);
}

.red-color {
  color: var(--red);
}

.card-header-grey {
  border-radius: 5px 5px 0 0;
  background: var(--neutral1);
  padding: 16px 16px;
}

.card-body-list {
  padding: 8px 16px;
}

.card-body-list {
  border-top: 1px solid var(--neutral3);
}

.vue-truncate-html-example__container {
  color: var(--neutral);
  font-size: 14px !important;
}

.vue-truncate-html-example__container.navy3-text p {
  color: var(--navy3) !important;
  font-size: 14px !important;
}

.vue-truncate-html-example__container.navy3-text p a {
  color: var(--orange7) !important;
  font-size: 14px !important;
}

.vue-truncate-html-example__container.navy3-text p a:hover {
  color: var(--navy) !important;
  font-size: 14px !important;
}

.vue-truncate-html-example__container button {
  color: var(--pink3) !important;
  font-size: 14px !important;
}

.vue-truncate-html-example__container.default p {
  font-size: 14px !important;
  color: var(--neutral90) !important;
}

.vue-truncate-html-example__container.default a {
  font-size: 14px !important;
  color: var(--orange7);
}

.vue-truncate-html-example__container.default a:hover {
  color: var(--pink3);
}

.vue-truncate-html-example__container p {
  font-size: 14px !important;
  color: white !important;
}

.vue-truncate-html-example__container a {
  font-size: 14px !important;
  color: var(--pink3) !important;
}

.vue-truncate-html-example__container a:hover {
  color: var(--navy9) !important;
}

#not-found {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(to bottom, var(--navy9), var(--navy));
  padding: 100px 0;
}

#not-found::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(/img/login-bg.2f641d2e.png);
  z-index: 0;
}

.img-congrats {
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-congrats {
  width: 40% !important;
}

.icon-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.icon-event {
  height: 24px;
  width: 24px;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.truncate {
  -webkit-line-clamp: var(--max-lines);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.customize-table-new {
  position: relative !important;
  z-index: 0 !important;
  border-radius: 0 0 16px 16px;
  /* --easy-table-border: 1px solid #445269;
  --easy-table-row-border: 1px solid #445269; */
  --easy-table-border: none;

  --easy-table-header-font-size: 14px;
  --easy-table-header-font-color: #6b778c;
  /* --easy-table-header-height: 50px; */
  /* --easy-table-header-font-color: #c1cad4;
  --easy-table-header-background-color: #2d3a4f; */
  --easy-table-header-background-color: transparent;

  --easy-table-header-item-padding: 10px 15px;

  /* --easy-table-body-even-row-font-color: #fff;
  --easy-table-body-even-row-background-color: #4c5d7a; */

  /* --easy-table-body-row-font-color: #c0c7d2;
  --easy-table-body-row-background-color: #2d3a4f; */
  --easy-table-body-row-height: 50px;
  --easy-table-body-row-font-size: 14px;

  /* --easy-table-body-row-hover-font-color: #2d3a4f;*/
  --easy-table-body-row-hover-background-color: transparent;

  --easy-table-body-item-padding: 8px 16px;

  /* --easy-table-footer-background-color: #2d3a4f;
  --easy-table-footer-font-color: #c0c7d2;
  --easy-table-footer-font-size: 14px;
  --easy-table-footer-padding: 0px 10px;
  --easy-table-footer-height: 50px; */

  /* --easy-table-rows-per-page-selector-width: 70px;
  --easy-table-rows-per-page-selector-option-padding: 10px;
  --easy-table-rows-per-page-selector-z-index: 1;

  --easy-table-scrollbar-track-color: #2d3a4f;
  --easy-table-scrollbar-color: #2d3a4f;
  --easy-table-scrollbar-thumb-color: #4c5d7a;
  --easy-table-scrollbar-corner-color: #2d3a4f; */

  /* --easy-table-loading-mask-background-color: #2d3a4f; */
}

.ql-container {
  border-radius: 0 0 3px 3px;
  background: var(--neutral1);
  border: 1px solid var(--neutral4) !important;
}

.ql-toolbar.ql-snow {
  border-radius: 3px 3px 0 0;
  background: var(--neutral1);
  border: 1px solid var(--neutral4) !important;
}

.current-counter[data-v-49af6a0a] {
  font-size: 32px;
  font-family: var(--barlow-family);
  color: var(--pink3);
  font-weight: 500;
}

.current-counter[data-v-49af6a0a]::after {
  content: '%';
}

.table-row-200 {
  min-width: 200px;
  min-height: 36px;
}

.custom-border-right {
  border-right: 1px solid var(--neutral4);
}

.row.vertical-divider {
  overflow: hidden;
}
.row.vertical-divider > div[class^='col-'] {
  /* text-align: center; */
  padding-bottom: 100px;
  margin-bottom: -100px;
  border-left: 0.5px solid var(--neutral4);
  border-right: 0.5px solid var(--neutral4);
}
.row.vertical-divider div[class^='col-']:first-child {
  border-left: none;
}
.row.vertical-divider div[class^='col-']:last-child {
  border-right: none;
}

.quiz-success-banner {
  padding: 24px 0;
  background: var(--green05);
}
.quiz-danger-banner {
  padding: 24px 0;
  background: var(--red4);
}
.quiz-success-answer {
  padding: 8px 8px;
  background: var(--green05);
  color: var(--neutral10);
  font-size: 12px;
}
.quiz-danger-answer {
  padding: 8px 8px;
  background: var(--red4);
  color: var(--neutral10);
  font-size: 12px;
}
.quiz-neutral-answer {
  padding: 8px 8px;
  background: var(--neutral2);
  color: var(--neutral10);
  font-size: 12px;
}

.content-main-quiz {
  margin-left: 0;
  padding-top: 86px;
  padding-bottom: 56px;
  transition: all 0.2s ease;
}
.content-main-quiz-detail {
  margin-left: 0;
  padding-top: 56px;
  padding-bottom: 56px;
  transition: all 0.2s ease;
}
.wauto {
  width: auto;
}

.question-textarea {
  white-space: pre-line;
  /* Mengatur pemformatan teks untuk menjaga baris-baris baru */
}

.material-design-icon.m3-icon {
  height: 16px;
  width: 16px;
}

.material-design-icon.m3-icon > .material-design-icon__svg {
  height: 16px;
  width: 16px;
}
.material-design-icon.m3-icon-m {
  height: 24px;
  width: 24px;
}

.material-design-icon.m3-icon-m > .material-design-icon__svg {
  height: 24px;
  width: 24px;
}
.material-design-icon.m3-icon-l {
  height: 32px;
  width: 32px;
}

.material-design-icon.m3-icon-l > .material-design-icon__svg {
  height: 32px;
  width: 32px;
}

.img-filter-navy9 {
  filter: invert(18%) sepia(50%) saturate(1376%) hue-rotate(219deg)
    brightness(89%) contrast(99%);
}

/* END NEW */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: var(--pink1) !important;
  transition: all 0.2s ease !important;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--pink5) !important;
} */

/* .vue-picker-option_cur {
  font-weight: bold;
}

.vue-picker-option:disabled {
  color: var(--neutral5);
}

*/

/* ::-webkit-scrollbar {
  display: none;
} */

/* html {
  scroll-behavior: smooth !important;
}

body {
  background: var(--white);
} */

/* button.disabled {
  color: var(--neutral5);
} */
/* 
button:hover.sub-text {
  transition: all 0.2s ease;
  color: var(--pink3);
}

p button.sub-text .checked {
  display: none !important;
}

p button.sub-text.active .checked {
  display: flex !important;
} */

/* .reset-text {
  cursor: pointer;
  color: rgb(207, 207, 207);
  font-size: 16px;
  transition: all 0.2s ease;
}

.reset-text:hover {
  color: var(--pink3);
  font-size: 16px;
}
 */

/* img {
  max-width: 100%;
}

.wrapper {
  overflow: hidden;
}

.form-select {
  width: 100%;
  background-color: var(--white);
  max-width: 100%;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0 32px;
  transition: all 0.15s ease-in-out, all 0.15s ease-in-out;
  border-color: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.input-group-text {
  vertical-align: middle;
  background-color: var(--navy9);
  color: var(--neutral0);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.input-group-text.white {
  background: var(--white);
  color: var(--neutral7);
}

.input-group .btn.btn-pink {
  background-color: var(--pink3) !important;
  color: var(--neutral0) !important;
}

.input-group .btn.btn-pink:hover {
  background-color: var(--navy9) !important;
  color: var(--neutral0) !important;
}

input[type="text"].small,
input[type="password"].small,
input[type="color"].small,
input[type="date"].small,
input[type="datetime"].small,
input[type="datetime-local"].small,
input[type="email"].small,
input[type="number"].small,
input[type="range"].small,
input[type="search"].small,
input[type="tel"].small,
input[type="time"].small,
input[type="url"].small,
input[type="month"].small,
input[type="week"].small,
input[type="file"].small,
textarea.small,
select.small {
  width: 100%;
  background-color: var(--white);
  font-size: 12px;
  height: 40px;
  max-width: 100%;
  vertical-align: middle;
  padding: 8px;
  border-radius: 5px !important;
  transition: all 0.15s ease-in-out, all 0.15s ease-in-out;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
} */

/* .border-input {
  box-shadow: none !important;
  background-color: transparent;
  border: 1px solid var(--neutral3) !important;
  border-radius: 30px !important;
}

.border-input:focus {
  border: 1px solid var(--navy3) !important;
}

.input-no-shadow {
  box-shadow: none !important;
} */

/* .input-group .btn {
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background: var(--white);
  color: var(--neutral);
}

.input-group .btn.navy {
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background: var(--navy9);
  color: var(--neutral0);
}

.input-group .btn.navy:hover {
  background: var(--pink3);
}

.btn.grey {
  background-color: var(--neutral2);
  border: 1px solid var(--neutral2);
  color: var(--neutral9);
}

.btn.btn-outline {
  color: var(--pink3);
  background-color: transparent;

  border: 1px solid var(--pink3);
}

.btn.btn-outline:hover {
  background-color: var(--pink3);
}

.btn.btn-square {
  color: var(--white);
  padding: 8px 16px;
  background: var(--pink3);
  -webkit-border-radius: 30px;
  border-radius: 5px;
  font-weight: normal;
  transition: all 0.2s ease-in-out !important;
}

.btn.btn-tag {
  color: var(--pink8);
  background: var(--pink1);
  border: 1px solid var(--pink3);
  white-space: nowrap !important;
}

.dropdown-toggle.topik {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1rem;
} */

/* .btn.filter {
  background: var(--white);
  border-radius: 5px;
  color: var(--neutral);
}

.btn.filter.dropdown-toggle::after {
  display: none;
}

.btn.filter:hover {
  background: var(--navy05);
  border-radius: 5px;
}



.btn.btn-orange {
  background-color: var(--orange6);
}

.btn.btn-orange:hover {
  background: var(--navy5);
} */

/* Navigation */

/*
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid var(--navy9);
  transition: all 300ms linear;
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: var(--navy9);
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  transition: all 300ms linear;
}

.navbar-toggler-icon:after {
  top: 11px;
  height: 1.5px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
  background-color: var(--pink3);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(11px) rotate(-45deg);
  background-color: var(--pink3);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
} */

/* END Navigation */

/* ALL COURSE */

/* END ALL COURSE */

/* BLOG */

/* #blog {
  padding: 160px 0;
  width: 100vw;
}

#blog .blog-header-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 8px 8px 0;
}

#blog .slide-blog-img {
  height: 140px;
  width: 100%;
  object-fit: cover;
} */

/* END BLOG */

/* BLOG DETAIL */

/* #blog-detail {
  padding: 160px 0;
  width: 100vw;
}

#blog-detail .social-media {
  color: var(--white);
  border: 1px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
}

#blog-detail .social-media:hover {
  border: 1px solid var(--pink3);
  color: var(--pink3);
} */

/* END BLOG DETAIL */

/* TESTIMONY */

/* .user-detail {
  display: flex;
  align-items: center;
}

.user-detail .details {
  display: flex;
  flex-direction: column;
} */

/* END TESTIMONY */

/* ARTICLE */

/* #article {
  padding: 100px 0;
}

#article img {
  height: 200px;
  width: 100%;
  object-fit: cover !important;
}

#article .sub-text.category {
  color: var(--navy9) !important;
}

#article .custom-article-prev {
  cursor: pointer;
  display: inline-block;
  max-width: min-content;
  color: black;
  background-color: white;
  padding: 10px 16px;
  margin-left: 16px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.2s ease-in-out !important;
}

#article .custom-article-next {
  cursor: pointer;
  display: inline-block;
  max-width: min-content;
  color: black;
  background-color: white;
  padding: 10px 16px;
  margin-left: 16px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.2s ease-in-out !important;
}

#article .custom-article-next:hover,
#article .custom-article-prev:hover {
  color: white;
  background-color: var(--pink3);
}

#article .btn {
  display: inline;
  max-width: fit-content;
} */

/* END ARTICLE */

/* COMMUNITY */

/* END COMMUNITY */

/* FOOTER */

/* END FOOTER */

/* GENERAL */
/* .current-counter::after {
  content: "%";
}

.current-counter {
  color: var(--pink3);
  font-weight: 700;
  font-family: var(--barlow-family);
  font-size: 32px;
} */

/* .sub-text .date {
  color: var(--neutral3);
}

.v3ti.border {
  background: var(--neutral0) !important;
  border: 1px solid var(--pink1) !important;
  border-radius: 5px;
  padding: 8px 8px;
}

.v3ti.border:focus {
  background: var(--neutral0) !important;
  border: 1px solid var(--pink1) !important;
  border-radius: 5px;
}

.v3ti.border .v3ti-tag {
  background: transparent;
  width: fit-content;
  border: 1px solid var(--navy9);
  border-radius: 30px 30px 30px 30px;
  padding: 4px 8px;
  color: var(--navy9);
}

.v3ti.border .v3ti-tag .v3ti-remove-tag {
  color: var(--navy9) !important;
  transition: color 0.2s;
}

.v3ti.border .v3ti-tag .v3ti-remove-tag:hover {
  color: var(--pink5);
} */

/* #forget-password {
  position: relative;
  height: calc(100vh);
  width: 100vw;
  background: linear-gradient(to bottom, var(--navy9), var(--navy));
  padding-top: 100px;
}

#forget-password::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../images/login/login-bg.png);
  z-index: 0;
}

#forget-password .title {
  padding: 0;
  margin: 0;
  font-weight: normal;
  position: relative;

  color: white;
}

#forget-password .title span {
  color: var(--orange7);
}

#forget-password .login-img {
  position: relative;
  width: 500px;
  height: 500px;
  object-fit: contain;
}

#forget-password .logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

#forget-password .sub-text span a {
  color: var(--orange7);
}

#forget-password .sub-text span a:hover {
  color: var(--pink3);
} */

/* 
.card-desc > p {
  color: white !important;
}

.truncate > p {
  -webkit-line-clamp: var(--max-lines);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-content {
  border-radius: 5px !important;
  border: none;
}

.pp-browse {
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 8px 8px;
  border: 1px solid var(--neutral3) !important;
  border-radius: 30px !important;
}

.pp-browse input[type="text"],
.pp-browse input[type="password"],
.pp-browse input[type="color"],
.pp-browse input[type="date"],
.pp-browse input[type="datetime"],
.pp-browse input[type="datetime-local"],
.pp-browse input[type="email"],
.pp-browse input[type="number"],
.pp-browse input[type="range"],
.pp-browse input[type="search"],
.pp-browse input[type="tel"],
.pp-browse input[type="time"],
.pp-browse input[type="url"],
.pp-browse input[type="month"],
.pp-browse input[type="week"] {
  background-color: transparent !important;
  width: auto !important;
  box-shadow: none !important;
  outline: none !important;
  height: auto !important;
}

.activity-img {
  width: 237px;
  height: 134px;
}

.promo-img {
  height: 316px !important;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding: 0 20px;
}

.py-100 {
  padding: 100px 0;
}

.p-31 {
  padding: 31px !important;
}

.p-36 {
  padding: 36px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-64 {
  padding: 32px 64px !important;
}

.py-100 {
  padding: 100px 0;
}

.spacer-90 {
  height: 90px;
}

.spacer-45 {
  height: 45px;
} */

/* .truncate4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate6 {
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid var(--navy6);
}

.accordion-button[aria-expanded="true"] {
  background-color: var(--navy1);
  color: var(--navy7);
}

.ability {
  background: var(--orange1);
  color: var(--orange8);
  margin: 0 8px;
  padding: 2px 4px;
  border-radius: 5px 10px 10px 10px;
}

.appoint-card {
  width: 50%;
} */

/* .vue3-easy-data-table__footer[data-v-7722c177] {
  border-radius: 0 0 16px 16px !important;
}

.easy-rounded .vue3-easy-data-table__main {
  border-radius: 5px 16px 0 0 !important;
}

.easy-rounded .vue3-easy-data-table__header[data-v-7722c177],
.vue3-easy-data-table__header tr[data-v-7722c177] {
  border-radius: 5px !important;
} */

/* .customize-table {
  position: relative !important;
  z-index: 1 !important;
  border-radius: 0 0 16px 16px;
  --easy-table-border: none;

  --easy-table-header-font-size: 14px;
  --easy-table-header-background-color: var(--neutral2);

  --easy-table-header-item-padding: 10px 15px;
  --easy-table-body-row-height: 50px;
  --easy-table-body-row-font-size: 14px;

  --easy-table-body-item-padding: 8px 16px;
} */

/* .collapse-card {
  border-radius: 5px;
  border: 1px solid var(--neutral5);
}

.collapse-card .collapse-card-toggle {
  border-radius: 5px;
  background-color: var(--neutral2);
  width: 100%;
  display: block;
  padding: 8px 16px;

  transition: all 0.2s ease;
}

.collapse-card .collapse-card-toggle[aria-expanded="true"] {
  border-radius: 5px 16px 0 0;
  background-color: var(--neutral2);
  width: 100%;
  display: block;
  padding: 8px 16px;
}

.collapse-card .collapse-card-toggle[aria-expanded="true"] i {
  transform: rotate(90deg);
}

.collapse-card .collapse-card-content {
  padding: 16px;
}

table > thead {
  border-bottom: var(--navy1) 4px solid;
}

table > tbody > tr {
  border-bottom: 1px solid var(--navy1);
}

.certificate-btn {
  padding: 16px;
  border: 1px var(--navy6) solid;
  width: 100%;
  transition: all 0.2s ease;
}

.certificate-btn:hover {
  border: 2px var(--pink7) solid;
  color: var(--pink7);
}

.certificate-btn.right {
  border-radius: 0px 0 16px 0;
}

.certificate-btn.left {
  border-radius: 0px 0 0px 16px;
}

.certi-logo {
  width: 182.92px;
  height: 124.27px;
}

.dashed {
  margin: 16px 0;
  position: relative;
  height: 32px;
  width: 100%;
}

.dashed::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  border-bottom: 4px dashed var(--navy9);
}

.img-row {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.dashed .left {
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background-color: var(--orange7);
}

.dashed .right {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background-color: var(--orange7);
} */

/* .accordion-item.certi {
  padding: 20px;
  border: 1px solid var(--purple1);
  border-radius: 5px;
  transition: all 0.2s ease;
  box-shadow: none;
  background: var(--neutral2);
}

.accordion-item.certi .accordion-btn[aria-expanded="true"] .icn,
.accordion-item.certi .accordion-btn[aria-expanded="false"] .icn {
  transition: all 0.2s ease;
}

.accordion-item.certi .accordion-btn[aria-expanded="true"] .icn {
  transform: rotate(90deg);
}

.accordion-item.certi .accordion-btn[aria-expanded="true"]:hover,
.accordion-item.certi .accordion-btn[aria-expanded="true"] {
  padding: 20px 20px 16px 20px;
}

.accordion-item.certi .accordion-btn {
  padding: 20px;
  transition: all 0.2s ease;
}

.accordion-item.certi .accordion-btn:hover {
  padding: 20px 30px;
}

.accordion-item.certi .accordion-button {
  background-color: transparent;
}

.accordion-item.certi .pointer-row.rounded-bottom {
  border-radius: 0 0 16px 16px !important;
}

.accordion-item.certi .pointer-row {
  padding: 16px 20px;
  margin: 0 !important;
}

.accordion-item.certi .pointer-row:hover {
  padding: 16px 30px;
  margin: 0px !important;
}

.accordion-item.certi .pointer-row.disable {
  cursor: no-drop;
  background: var(--neutral5);
}

.accordion-item.certi .pointer-row.disable:hover {
  padding: 16px 20px;
}

.accordion-item.certi .pointer-row.survey {
  background: var(--pink1);
} */

/* .card.materi {
  background: var(--neutral2);
  border-radius: 5px 5px 0 0;
  border-top: 1px solid var(--purple1);
  border-left: 1px solid var(--purple1);
  border-right: 1px solid var(--purple1);
  border-bottom: none !important;
  box-shadow: none;
} */
.card.shadow-big {
  box-shadow:
    rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

/* .card.materi.disable {
  background: var(--neutral4);
}



.card.materi-extra.disable {
  background: var(--neutral4);
}

.certificate-content {
  width: 75%;
}

.card.certificate {
  width: 100%;
} */

.card.profile {
  width: 75%;
}

.card.grey-flat-outline {
  box-shadow: none;
  background: var(--neutral2);
  border: 1px solid var(--purple1);
}

.card.disable {
  position: relative;
  background: var(--neutral2);
  cursor: not-allowed;
}

.img-certi {
  /* filter: invert(15%) sepia(83%) saturate(1572%) hue-rotate(228deg) brightness(99%) contrast(82%); */
  filter: invert(18%) sepia(50%) saturate(1376%) hue-rotate(219deg)
    brightness(89%) contrast(99%);
}

.card.disable p,
.card.disable h4 {
  color: var(--neutral7);
}

.card.disable .img-certi {
  filter: invert(80%) sepia(12%) saturate(274%) hue-rotate(178deg)
    brightness(86%) contrast(84%);
}

.text-disable {
  color: var(--neutral7);
}
.icon-disable {
  color: #000;
  filter: invert(80%) sepia(12%) saturate(274%) hue-rotate(178deg)
    brightness(86%) contrast(84%);
}

/* .card.disable::before {
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--neutral1);
  opacity: 0.5;
} */

.card.purple {
  background-color: var(--navy9);
}

.card.purple7 {
  background-color: var(--purple7);
}

.card.pink {
  background-color: var(--pink3);
}

.card.orange {
  background-color: var(--orange8);
}

.card.orange6 {
  background-color: var(--orange6);
}

.card.orange05 {
  background-color: var(--orange05);
}

.card.orange1 {
  background-color: var(--orange1);
}

.card.purple1 {
  background-color: var(--purple1);
}

.card.navy3 {
  background-color: var(--navy3);
}

.card.navy {
  background-color: var(--navy);
  box-shadow: none;
}

.card.pointer {
  cursor: pointer;
  margin: 0;
  transition: all 0.2s ease;
}

section {
  width: 100vw;
}

.block-left {
  border-radius: 5px 0 0 16px !important;
}

.block-right {
  background-color: var(--purple8);
  border-radius: 0px 5px 5px 0px !important;
}

.block-right-navy {
  background-color: var(--navy8);
  border-radius: 0px 5px 5px 0px !important;
}

.block-left img {
  height: 64px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 16px;
}

.w25 {
  width: 25% !important;
}
.w40 {
  width: 40% !important;
}
.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w95 {
  width: 95% !important;
}
.w90 {
  width: 90% !important;
}

.add-role-img {
  height: 119px;
  padding: 20px 20px 0 20px;
}

.avatar-stacked {
  height: 20px;
}

/* END GENERAL */

#login {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  background: linear-gradient(to bottom, var(--navy9), var(--navy));
  padding: 100px 0 20px 0;
}

#login::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(/img/login-bg.2f641d2e.png);
  z-index: 0;
}

#login .title {
  padding: 0;
  margin: 0;
  font-weight: normal;
  position: relative;

  color: white;
}

#login .title span {
  color: var(--orange7);
}

#login .login-img {
  position: relative;
  width: 500px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

#login .logo {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#login .sub-text span a {
  color: var(--orange7);
}

#login .sub-text span a:hover {
  color: var(--pink3);
}

button:hover {
  color: var(--pink3);
  transition: 0.2s all ease;
}

button .checked {
  opacity: 0;
}

button.active .checked {
  opacity: 1;
}

.btn-login {
  border-radius: 5px;
  background-color: var(--orange7);
  width: 100%;
  border: 1px var(--orange7) solid;
}

.btn-login:hover {
  border-radius: 5px;
  background-color: var(--pink3);
  width: 100%;
  border: 1px var(--pink3) solid;
}

.btn-login-google {
  width: 100% !important;
  border-radius: 5px;
  background-color: var(--white);
  border: 1px var(--white) solid;
  color: var(--neutral);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-login-google:hover {
  border-radius: 5px;
  background-color: var(--pink3);
  color: white;
  border: 1px var(--white) solid;
}

.btn.btn-navy {
  border: 1px var(--navy) solid;
  background: var(--navy);
  color: white;
}

.btn.ignore {
  cursor: not-allowed;
}

.btn.btn-purple4 {
  border: 1px var(--purple4) solid;
  background: var(--purple4);
  color: white;
}

.btn.btn-purple4:hover {
  border: 1px var(--navy9) solid;
  background: var(--navy9);
  color: white;
}

.btn.auto-full {
  width: -moz-fit-content;
  width: fit-content;
}

.btn.radius10 {
  border-radius: 5px;
}

.btn.btn-purple {
  border: 1px var(--purple7) solid;
  background: var(--purple7);
  color: white;
}

.divider-left {
  position: relative;
  text-align: center;
  color: var(--neutral2);
  width: 100%;
  height: 100%;
}

.divider-left::before {
  border: 1px solid var(--neutral4);
  position: absolute;
  width: 100%;
  left: 10%;
  content: '';
  height: 1px;
}

.divider-right {
  position: relative;
  text-align: center;
  color: var(--neutral2);
  width: 100%;
  height: 100%;
}

.divider-right::before {
  border: 1px solid var(--neutral4);
  position: absolute;
  width: 100%;
  right: 10%;
  content: '';
  height: 1px;
}

.google-img {
  width: 24px;
  height: auto;
}

/* INSIGHT */

.insight {
  position: relative;
  width: 100vw;
  padding: 100px 0;
  background: var(--navy9);
}

.insight::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: url(/img/insight-bg.745f1830.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#hero-insight {
  position: relative;
  padding: 160px 0;
}

#hero-insight img {
  height: 100px;
  width: auto;
}

#insight-content {
  padding: 57px 0;
}

#insight-content .card.content {
  cursor: pointer;
  background-color: var(--orange7);
}

#faq {
  padding: 100px 0;
}

/* END INSIGHT */

/* PARTNERSHIP */

#partnership-register {
  padding: 56px 0;
}

#partnership {
  width: 100vw;
  background: linear-gradient(to bottom, var(--navy9), var(--navy));
}

#hero-partnership {
  position: relative;
  padding: 160px 0 50px 0;
}

#hero-partnership img {
  height: 100px;
  width: auto;
}

#trust-company {
  padding: 50px 0;
}

#trust-company img {
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 16px;
}

#testimony-partnership {
  padding: 100px 0;
}

/* END PARTNERSHIP */

/* CORPORATE */

/* #corporate .nav-tabs {
  border: none;
}

#corporate .nav-tabs .nav-link {
  border: none;
  color: white !important;
  font-weight: bold !important;
}

#corporate .nav-tabs .nav-link:hover.nav-link::after {
  opacity: 1;
} */

/* 
#corporate .nav-tabs .nav-link::after {
  position: absolute;
  bottom: -5px;
  left: 5%;
  width: 90%;
  height: 3px;
  content: "";
  border-radius: 5px 10px 10px 10px;
  background-color: var(--orange6);
  opacity: 0;
  transition: all 200ms linear;
}

#corporate .nav-tabs .nav-link.active {
  border: none;
  color: white !important;
  background: none;
}
#corporate .nav-tabs .nav-link.active:after {
  opacity: 1;
} */

/* END CORPORATE */

/* PROMO DISKON */

/* END PROMO DISKON */

/* ABOUT US */

#about-us {
  padding: 100px 0 100px 0;
}

.about-logo {
  height: 100px;
}

.about-small-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

/* END ABOUT US */

/* WEBINAR REGISTER */

#webinar-hero {
  padding: 60px 0;
  margin: 80px 0 0 0;
  position: relative;
  background: linear-gradient(to bottom, var(--navy9), var(--navy));
  min-height: calc(100vh - 80px);
  width: 100vw;
}

#webinar-hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/register-webinar.88890ec2.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

#webinar-hero .card.login {
  padding: 60px 120px;
}

.purple-text {
  color: var(--navy9) !important;
}

.purple-text.disable {
  color: var(--navy1);
}

.orange-text {
  color: var(--orange8);
}

.pending-text {
  color: var(--pink3);
}

.done-text {
  color: var(--navy9);
}

.cancel-text {
  color: red;
}

/* END WEBINAR REGISTER */

/* WORKSHOP */

#workshop-hero {
  position: relative;
  margin: 80px 0 0 0;
  height: 550px;
}

#workshop-hero img {
  height: 550px;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

#workshop-hero .title {
  position: absolute;
  bottom: 0;
  margin: 20px 12%;
  color: white;
  text-align: left;
}

#workshop-content {
  padding: 100px 0;
}

.chip {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--navy9);
  border-radius: 30px 30px 30px 30px;
  padding: 4px 8px;
  transition: all 0.2s ease;
}

.chip:hover {
  border: 1px solid var(--pink3);
}

a:hover .chip {
  border: 1px solid var(--pink3);
}

.custom-batch-prev {
  /* position: absolute; */
  /* top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    z-index: 1; */
  float: inline-start;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: black;
  /* background-color: white; */
  padding: 8px 8px;
  /* border-radius: 100%; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  transition: all 0.2s ease-in-out !important;
}

.custom-batch-next {
  /* position: absolute; */
  /* top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    z-index: 1; */
  float: inline-end;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: black;
  /* background-color: white; */
  padding: 8px 8px;
  /* border-radius: 100%; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  transition: all 0.2s ease-in-out !important;
}

.custom-batch-next:hover,
.custom-batch-prev:hover {
  color: var(--pink3);
  /* background-color: var(--pink3); */
}

/* .swiper-pagination {
  position: absolute;
  z-index: -1 !important;
}

.swiper-pagination span {
  background: var(--orange7);
} */

.custom-batch-prev.white {
  color: white;
}

.custom-batch-next.white {
  color: white;
}

/* ENDWORKSHOP */

/* #content-admin {
  margin: 5px 0;
} */

/* SIDEBAR */

/* DAHSBOARD */

.ongoing-event {
  padding: 100px 0 50px 0;
}

.progress {
  border-radius: 50px 50px 50px 50px !important;
}

.progress .progress-bar.bg-success {
  background-color: var(--navy9) !important;
  border-radius: 50px 50px 50px 50px;
}

.progress .progress-bar.bg-purple {
  background-color: var(--purple6) !important;
  border-radius: 50px 50px 50px 50px;
}

/* END DAHSBOARD */

.loading-page {
  /* position: absolute; */
  height: 100vh;
  width: 100vw;
  z-index: 100;
  align-items: center;
  display: flex;

  padding: 0 !important;
  margin: 0 !important;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .l-navbar {
    width: 25%;
  }

  .content-main {
    margin-left: 25%;
    padding-top: 86px;
    padding-bottom: 56px;
    transition: all 0.2s ease;
  }

  .content-main-dashboard {
    margin-left: 25%;
    padding-top: 56px;
    padding-bottom: 56px;
    transition: all 0.2s ease;
  }

  .gallery-image {
    height: 240px !important;
  }

  .gallery-image-certi {
    height: 190px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand.quiz img {
    height: 38px;
    /* width: 200px; */
    -o-object-fit: contain;
       object-fit: contain;
    transition: all 0.2s ease-out;
  }
  .ads-container {
    height: auto;
    width: auto;
  }

  .image-ads {
    margin: 16px;
    height: 100px;
    width: auto;
  }

  .insight-background {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  #insight-detail .container.detail-content {
    margin-top: -200px;
  }

  .image-detail-event {
    height: 270px;
  }

  .gallery-image-certi {
    height: 190px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .gallery-image {
    height: 240px !important;
  }

  .dashboard-header {
    height: 200px;
  }

  .content-dashboard {
    margin-top: -65px;
  }

  .avatar-xxl {
    height: 128px;
    width: 128px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--neutral3);
  }

  .avatar-xl {
    height: 96px;
    width: 96px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--neutral3);
  }

  .avatar-ll {
    height: 52px;
    width: 52px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--neutral3);
  }

  .avatar-l {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--neutral3);
  }

  .avatar-m {
    height: 32px;
    width: 32px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--neutral3);
  }

  .avatar-s {
    height: 16px;
    width: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--neutral3);
  }

  .avatar-xs {
    height: 8px;
    width: 8px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--neutral3);
  }

  .card.join {
    padding: 24px;
    width: auto;
  }

  .card.static {
    height: 524px;
    width: 400px;
  }

  .promo-slider {
    height: auto;
  }

  .catalog-wrapper {
    height: auto;
    width: 100%;
  }

  .catalog {
    width: auto;
  }

  .navbar-collapse {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15) !important;
    position: absolute;
    top: 110%;
    width: 100%;
    border-radius: 3px;
    box-shadow: 5px 5px 10px var(--white) 80;
    background: var(--white);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    max-height: calc(100vh - 5px);
    overflow-y: hidden;
  }

  .navbar-collapse.collapsing {
    height: auto;
    transition: left 0.2s ease;
    left: 110%;
  }

  .navbar-collapse {
    right: 0;
    transition: left 0.2s ease-in;
  }

  .nav-item:hover .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    width: 100vw;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
    width: -moz-fit-content;
    width: fit-content;
  }

  .nav-item:after {
    display: none;
  }

  /* .dropdown-menu.profile {
    width: 100% !important;
    border-radius: 0;
    overflow-y: auto !important;
  }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: var(--neutral);
  }

  .dropdown-item {
    color: var(--neutral) !important;
    padding: 10px 10px;
    text-align: center;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    background-color: var(--white);
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
  } */

  .hero {
    height: calc(100vh - 56px);
  }

  .hero .title {
    font-size: 30px;
    text-align: center !important;
  }

  .footer-title {
    font-weight: normal;
    color: var(--neutral0);
    text-align: center;
  }

  .about .store-img {
    width: 200px;
  }

  #webinar-hero::before {
    background-size: cover;
  }

  .sidebar-toggler {
    display: block;
  }

  .content-main-dashboard,
  .content-main {
    margin: 0 !important;
  }

  .l-navbar {
    left: -100%;
    width: 80%;
  }

  .show {
    left: 0;
  }

  .certificate-content {
    width: 100%;
  }

  .card.profile {
    width: 100%;
  }

  .w-75 {
    width: 100% !important;
  }

  .w25 {
    width: 100% !important;
  }
  .w40 {
    width: 100% !important;
  }
  .w50 {
    width: 100% !important;
  }

  .w60 {
    width: 100% !important;
  }

  .w65 {
    width: 100% !important;
  }

  .w75 {
    width: 100% !important;
  }

  .w85 {
    width: 100% !important;
  }

  .w80 {
    width: 100% !important;
  }

  .w95 {
    width: 100% !important;
  }
  .w90 {
    width: 100% !important;
  }
  .wauto {
    width: 100%;
  }

  .modal-congrats {
    width: auto !important;
  }

  .img-congrats {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

