@charset "utf-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
  outline: none;
  padding: 0;
  margin: 0;
}
/* Works on Firefox */
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 2px;
}
*::-webkit-scrollbar-track {
  background: #aaa;
}
*::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid transparent;
}
:root {
  /* COLOR revisi */
  --color-red: #d13438;
  --color-red-low: #ffe6ee;
  --color-yellow: #eeb125;
  --color-yellow-low: #ffffd5;
  --color-dark: #333333;
  --color-dark-low: #eaeaea;
  --color-green: #297629;
  --color-green-low: #ecf9ec;
  --color-violet: #643dbe;
  --color-violet-low: #f2e6ff;
  --color-tosca: #248f8f;
  --color-tosca-low: #ebfafa;
  --color-blue: dodgerBlue;
  --color-blue-low: #ebfafa;
  --color-purple: #6633FF;
  --color-purple-low: rgba(102, 51, 255, .1);
}
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #111;
  background: #ececec;
  font-size: 14px;
  width: 100%;
  height: 100%;
  transition: .3s all;
}
h1 {
  font-size: 3.6rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: .9rem;
}
h5 {
  font-size: .8rem;
}
h6 {
  font-size: .6rem;
}
p {
  font-size: .9rem;
}
/* RESPONSE STYLE */
.MS:is(ul) {
  padding: 10px 10px 10px 20px;
  background: #ffe57e;
  border: 1px solid #C90;
    margin: 15px 0;
}
.MF:is(ul) {
  padding: 10px 10px 10px 24px;
  background: #ffc0cb;
  border: 1px solid #933;
        margin: 15px 0;

}
/* ICON */
.icon-back {
  position: relative;
  background: #111;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}
.icon-back::before {
  content: " ";
  width: 11px;
  height: 11px;
  background: white;
  position: absolute;
  top: -2px;
  left: 2px;
}
.icon-back::after {
  content: " ";
  position: absolute;
  top: 2px;
  left: -2px;
  background: #111;
  transform: rotate(-45deg);
  width: 20px;
  height: 2px;
}
.icon-forward {
  position: relative;
  background: #111;
  width: 11px;
  height: 11px;
  transform: rotate(-135deg);
}
.icon-forward::before {
  content: " ";
  width: 11px;
  height: 11px;
  background: white;
  position: absolute;
  top: -2px;
  left: 2px;
}
.icon-forward::after {
  content: " ";
  position: absolute;
  top: 2px;
  left: -2px;
  background: #111;
  transform: rotate(-45deg);
  width: 20px;
  height: 2px;
}
.icon-dot3::before, .icon-dot3::after, .icon-dot3 {
  content: " ";
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background: #222;
  position: relative;
}
.icon-dot3::before {
  position: absolute;
  top: -6px;
  left: 0;
}
.icon-dot3::after {
  position: absolute;
  top: 6px;
  left: 0;
}
.icon-sort {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
}
.icon-arrow-down, .icon-arrow-up {
  position: relative;
  width: 2px;
  height: 18px;
  margin-top: 4px;
}
.icon-arrow-down::before, .icon-arrow-up:before {
  content: " ";
  width: 6px;
  height: 6px;
  background: #111;
  position: absolute;
  transform: rotate(45deg);
  left: -2px;
  top: 0;
}
.icon-arrow-down::after, .icon-arrow-up:after {
  content: " ";
  width: 8px;
  height: 16px;
  background: #111;
  border: 3px solid white;
  border-top: none;
  position: absolute;
  left: -3px;
  bottom: 0;
}
.icon-arrow-down {
  transform: rotate(180deg);
  margin-top: auto;
  margin-bottom: 4px;
}
.icon-arrow-down::after, .icon-arrow-down::before {
  background: var(--color-red);
}
.icon-arrow-right {
  width: 30px;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.icon-arrow-right:before, .icon-arrow-right:after {
  content: " ";
  background: #222;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
}
.icon-arrow-right:after {
  background: white;
  right: 2px;
  border-radius: 0;
}
.icon-burger::before, .icon-burger::after, .icon-burger {
  content: " ";
  width: 20px;
  height: 2px;
  background: #222;
  position: relative;
  border-radius: 2px;
}
.icon-burger::before {
  position: absolute;
  top: -6px;
  left: 0;
}
.icon-burger::after {
  position: absolute;
  left: 0;
  top: 6px;
}
.icon-catalogue {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 2px;
  width: 14px;
  margin: 0;
  right: -2px;
  background: #D13438;
  position: relative;
}
.icon-catalogue:before, .icon-catalogue:after {
  content: " ";
  width: 18px;
  height: 2px;
  background: red;
  border: 1px solid #111;
  transition: .2s transform ease;
  position: relative;
  top: -5px;
  right: 2px;
}
.icon-minus, .icon-plus {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.icon-minus::before, .icon-plus::before, .icon-plus::after {
  content: " ";
  width: 14px;
  height: 1px;
  border: 1px solid #222;
  background: #222;
  position: absolute;
  transition: .2s all ease;
}
.icon-plus::after {
  transform: rotate(90deg);
}
.icon-cross {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.icon-cross::before, .icon-cross::after {
  content: " ";
  width: 24px;
  height: 1px;
  border: 1px solid #222;
  background: #222;
  transform: rotate(45deg);
  position: absolute;
}
.icon-cross::after {
  transform: rotate(-45deg);
}
.icon-white::before, .icon-white::after {
  background: white;
  border-color: white;
}
.icon-star {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content:
    center;
  font-size: 24px;
  line-height: .8;
  color: #222;
}
.icon-star-half::after {
  content: "\2606";
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: .8;
  color: #222;
}
.icon-star-half::before {
  content: " ";
  width: 12px;
  height: 24px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
}
/* ICON */
/* BUTTON */
    .btn{
        display: flex;
        align-items: center;
        height: 36px;
        gap:5px;
        border: 1px solid var(--color-purple);
        outline: none;
        padding: 0 8px;
        background: var(--color-purple);
        color: white;
        font-size: .85em;
        font-weight: bold;
        cursor: pointer;
        
    }
/* BUTTON */
/* FORM */

textarea, select, [type="text"], [type="tel"], [type="password"] {
  height: 50px;
  margin: 0;

  outline: none;
  padding: 0 15px;
  text-shadow: 0 0 0 transparent;
  font-size: 14px;
  letter-spacing: .8px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  border-radius: 0;
  transition: .15s box-shadow ease;
  color: #222;
  border: 1px solid #ccc;
  width: 100%;
}
textarea {
  height: 60px;
  padding: 15px;
  resize: vertical;
    transition: .3s height ease;
}
textarea:focus, select:focus, [type="text"]:focus, [type="password"]:focus {
  box-shadow: inset 0 0 30px rgba(0, 230, 0, .05) !important;
  border-color: var(--color-purple) !important;
}
.checkbox {
  --bg: #fff;
  --brdr: #d1d6ee;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2)/2) * 0.6s);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  min-width: 11px;
  height: 36px;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.checkbox:after {
  content: "";
  height: 100%;
  padding-top: 100%;
  display: flex;
}
.checkbox > .title {
  white-space: nowrap;
  padding-left: 25px;
  text-overflow: clip;
  width: 100%;
  overflow-x: hidden;
}
.checkbox input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
  top: 9px;
  left: 0;
  width: inherit;
}
.checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}
.checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) /1.3);
}
.checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}
.checkbox svg {
  position: absolute;
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 9px;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}
.checkbox svg, .checkbox input {
  height: 18px;
  width: 18px;
}
.width-50 {
  width: calc(50% - 10px);
}

/* FIELDS */
.fields {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}
.fields > * {
  display: flex;
  gap: 10px;
}
.fields-title {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  color: #333;
  font-stretch: condensed;
  text-transform: uppercase;
    align-items: center;
    width: calc( 100% - 30px);
    margin: 0 15px;
    padding: 10px 0;
}
.fields-content {
  display: flex;
  flex-wrap: wrap;
        width: calc( 100% - 30px);
    margin: 0 15px;
    padding: 10px 0;
}
.fields-caption {
  border: 1px solid var(--color-blue-low);
  background: var(--color-green-low);
  font-size: 90%;
  color: var(--color-green);
        width: calc( 100% - 30px);
    margin: 0 15px;
    padding: 10px 0;
}
.fields-button {
  width: 100%;
  display: flex;
  gap: 10px;
    padding: 10px 0 5px 0;
}
/* FIELDS */
/* FORM */
form {}
fieldset {
  position: relative;
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 70px 20px 20px 20px;
  background: white;
  box-shadow: 0 0 5px #ccc;
}
legend {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  font-size: 120%;
  letter-spacing: 1.2px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #eee;
  align-items: center;
  padding: 0 20px;
  font-stretch: condensed;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
/* FORM */
/* LOADER */
.loader-default {
  height: 0;
  width: 100%;
  --c:no-repeat linear-gradient(#6100ee 0 0);
  background: var(--c),var(--c),#d7b8fc;
  background-size: 60% 100%;
  animation: loaderTOP 3s infinite;
    position: fixed;
    top: 0;
    left: 0;
}
[data-root].loader-default-active {
    padding-top: 64px;
}
[data-root].loader-default-active > .loader-default{
height: 4px;
}
[data-root].loader-default-active > .header{
    top: 4px;
}

@keyframes loaderTOP {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}
 /* LOADER */
.loader-page-content, .loader-page-content:before, .loader-page-content:after {
  width: 35px;
  aspect-ratio: 1;
  box-shadow: 0 0 0 3px inset #fff;
  position: relative;
  animation: loader_page_keyframes 1.5s infinite 0.5s;
}
.loader-page-content:before, .loader-page-content:after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  animation-delay: 1s;
}
.loader-page-content:after {
  left: -40px;
  animation-delay: 0s;
}
@keyframes loader_page_keyframes {
  0%, 55%, 100% {
    border-radius: 0;
  }
  20%, 30% {
    border-radius: 50%
  }
}
.loader-page {
  width: 100%;
  height: 100%;
  background: rgba(193, 122, 224, 1.00);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.loader-page-active {
  display: flex;
  animation: fadeIn 1s ease;
}
.loader-page-deactive {
  display: flex;
  animation: fadeOut 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}   

.spinner {
  width: 20px;
  --b: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation: spinner 1s infinite;
}
@keyframes spinner {to{transform: rotate(.5turn)}}
/* LOADER */
/* MODAL */
.modal {}
.modal-bg {}
.modal-content {
  box-shadow: 0 0 5px #333;
  background: white;
}
.modal-header {
  height: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.modal-title {
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 1px;
  font-size: 90%;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-shadow: 0 0 1px rgba(0, 0, 0, .3);
}
.modal-main {
  height: calc(100% - 110px);
  min-height: 50px;
  box-shadow: inset 0 0 150px rgba(0, 0, 0, .02);
  padding: 20px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  overflow-y: auto;
}
.modal-main-list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.modal-main-list > li {
  width: 100%;
  text-align: center;
}
.modal-caption {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 90%;
  border: 1px solid #eee;
  width: 100%;
  padding: 15px;
}
.modal-footer {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  width: 100%;
}
.modal-footer > * {
  width: calc((100% / 2) - 5px);
  height: 40px;
  border-radius: 5px;
}
/* MODAL COLOR */
.modal-color-blue {
  background: #70d6ff;
  color: #7161ef;
  box-shadow: 0 0 2px #0F67B1;
}
.modal-color-blue .btn-x::after, .modal-color-blue .btn-x::before {
  background: #7161ef;
}
.modal-color-blue .btn-ok {
  background: #7161ef;
  color: white;
  border-color: transparent;
}
.modal-color-blue .btn-cancel {
  background: transparent;
  color: #7161ef;
  border-color: transparent;
}
.modal-color-yellow {
  background: #ffd670;
  color: #111;
}
.modal-color-yellow .btn-x::after, .modal-color-yellow .btn-x::before {
  background: #111;
}
.modal-color-yellow .btn-ok {
  background: #f25757;
  color: #fff;
  border-color: transparent;
}
.modal-color-yellow .btn-cancel {
  background: transparent;
  color: #f25757;
  border-color: transparent;
}
.modal-color-red {
  background: #f25757;
  color: #eaf2e3;
}
.modal-color-red .btn-x::after, .modal-color-red .btn-x::before {
  background: #eaf2e3;
}
.modal-color-red .btn-ok {
  background: #7161ef;
  color: white;
  border-color: transparent;
}
.modal-color-red .btn-cancel {
  background: transparent;
  color: #7161ef;
  border-color: transparent;
}
.modal-color-green {
  background: #60d394;
  color: #333;
}
.modal-color-green .btn-x::after, .modal-color-green .btn-x::before {
  background: #7161ef;
}
.modal-color-green .btn-ok {
  background: #7161ef;
  color: white;
  border-color: transparent;
}
.modal-color-green .btn-cancel {
  background: transparent;
  color: #7161ef;
  border-color: transparent;
}
.modal-color-dark {
  background: #333;
  color: #fff;
}
.modal-color-dark .btn-x::after, .modal-color-dark .btn-x::before {
  background: white;
}
.modal-color-dark .btn-ok {
  background: var(--color-yellow);
  color: white;
  border-color: transparent;
}
.modal-color-dark .btn-cancel {
  background: transparent;
  color: var(--color-yellow);
  border-color: transparent;
}
.modal-color-purple {
  background: #b8b8ff;
  color: #333;
}
.modal-color-purple .btn-x::after, .modal-color-purple .btn-x::before {
  background: #7161ef;
}
.modal-color-purple .btn-ok {
  background: #7161ef;
  color: white;
  border-color: transparent;
}
.modal-color-purple .btn-cancel {
  background: transparent;
  color: #7161ef;
  border-color: transparent;
}
/* FLASH */
[data-type="flash"] .modal-footer, [data-type="flash"] .modal-title {
  display: none;
}
[data-type="flash"] > .modal-content {
  width: 100%;
  height: auto;
  min-height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: row-reverse;
}
[data-type="flash"] .modal-header {
  width: 50px;
}
[data-type="flash"] .modal-main {
  width: calc(100% - 50px);
  flex-direction: column;
  box-shadow: none;
  padding: 16px 0;
}
[data-type="flash"] .modal-caption {
  border: none;
  padding: 0;
  margin: 0;
}
/* BOX */
[data-type="box"] > .modal-content {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px #555;
  opacity: 0;
  max-height: 75%;
}
/* panel */
[data-type="panel"] > .modal-content {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px #555;
  opacity: 0;
  max-height: 75%;
}
@keyframes modalIN {
  60% {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -70%);
  }
  100% {}
}
@keyframes modalOUT {
  0% {
    opacity: 0.5;
    top: 25%;
  }
}
/* DEBUG */
.modal > .modal-content {
  height: auto;
  width: 100%;
}
@media screen and (max-width:1023px) { /* Mobile */
  [data-type="flash"] > .modal-content {
    height: auto;
    top: -100%;
    transition: .3s all ease;
  }
  .modal-flash-active > .modal-content {
    opacity: 1;
    top: 0px;
  }
  .modal-flash-deactive > .modal-content {
    opacity: 0;
  }
  [data-type="box"] > .modal-content {
    height: auto;
  }
  .modal-box-active > .modal-content {
    opacity: 1;
    animation: modalIN .3s;
  }
  .modal-box-deactive > .modal-content {
    opacity: 0;
    animation: modalOUT .3s;
  }
  [data-type="panel"] > .modal-content {
    height: auto;
    left: 0;
    bottom: -100%;
    transition: .3s all ease;
  }
  .modal-panel-active > .modal-content {
    opacity: 1;
    bottom: 0;
  }
  .modal-panel-deactive > .modal-content {
    opacity: 0;
    bottom: -100%;
  }
}
@media screen and (min-width:1024px) { /* DESKTOP */
  .modal-footer > * {
    max-width: 140px;
  }
  [data-type="flash"] > .modal-content {
    height: auto;
    top: -100%;
    transition: .3s all ease;
    opacity: 0;
    width: auto !important;
      left: 50%;
      transform: translateX(-50%);
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
  }
      [data-type="flash"] > .modal-content > .modal-main{
          padding-left: 50px;

          
    }

  .modal-flash-active > .modal-content {
      top:0px;
    opacity: 1;
  }
  .modal-flash-deactive > .modal-content {
    opacity: 0;
  }
  [data-type="box"] > .modal-content {
    height: auto;
  }
  .modal-box-active > .modal-content {
    opacity: 1;
    animation: modalIN .3s;
  }
  .modal-box-deactive > .modal-content {
    opacity: 0;
    animation: modalOUT .3s;
  }
  [data-type="panel"] > .modal-content {
    height: auto;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -55%);
  }
  [data-type="panel"] > .modal-content > .modal-main {
    padding: 20px;
  }
  [data-type="panel"] > .modal-content > .modal-footer {
    padding: 0 20px;
  }
  .modal-panel-active > .modal-content {
    opacity: 1;
    animation: modalIN .3s;
  }
  .modal-panel-deactive > .modal-content {
    opacity: 0;
    animation: modalOUT .3s;
  }
}
/* MODAL */
/* BOX */
    .upload{
        display: flex;
        gap:20px;
        flex-wrap: wrap;
        padding: 20px;
    }
    .box{
        width: calc( 50% - 10px);
    }
    .box-content{
        background: white;
    }
   .box-content > .box-header{
       font-size: 18px;
       border-bottom: 1px solid #eee;
       height: 60px;
       display: flex;
       align-items: center;
       padding: 0 15px;
       
    }
  .box-content > .box-main{
      padding: 15px;
      min-height: 120px;
       
    }
  .box-content > .box-footer{
       
    }
/* BOX */
