
.loading-screen[data-v-d4a36906] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 16% 14%, rgba(28, 122, 214, 0.25), transparent 45%),
    radial-gradient(circle at 84% 82%, rgba(211, 34, 43, 0.22), transparent 45%),
    linear-gradient(130deg, rgba(246, 249, 252, 0.97), rgba(233, 241, 250, 0.98));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.fade-screen-enter-active[data-v-d4a36906],
.fade-screen-leave-active[data-v-d4a36906] {
  transition: opacity 0.3s ease;
}
.fade-screen-enter[data-v-d4a36906],
.fade-screen-leave-to[data-v-d4a36906] {
  opacity: 0;
}
.loading-shell[data-v-d4a36906] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(86vw, 240px);
  height: min(86vw, 240px);
  border-radius: 36px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 253, 0.86));
  border: 1px solid rgba(13, 78, 142, 0.14);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}
.favicon-wrap[data-v-d4a36906] {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(226, 236, 248, 0.8));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 12px 26px rgba(13, 78, 142, 0.24);
}
.favicon-loader[data-v-d4a36906] {
  width: 76px;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(5, 33, 61, 0.25));
  will-change: transform;
  animation: iconFloat-d4a36906 1.45s ease-in-out infinite;
}
.ripple[data-v-d4a36906] {
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 28px;
  border: 2px solid rgba(27, 118, 204, 0.42);
  opacity: 0;
  transform: scale(0.84);
  will-change: transform, opacity;
  animation: ripplePulse-d4a36906 1.6s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
.ripple-b[data-v-d4a36906] {
  animation-delay: 0.8s;
}
.loading-text[data-v-d4a36906] {
  margin-top: 20px;
  color: #0f1f33;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  animation: textBlink-d4a36906 1.2s ease-in-out infinite;
}
@keyframes iconFloat-d4a36906 {
0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
}
30% {
    transform: translateY(-7px) scale(1.03) rotate(-2deg);
}
64% {
    transform: translateY(3px) scale(0.98) rotate(1.6deg);
}
}
@keyframes ripplePulse-d4a36906 {
0% {
    opacity: 0;
    transform: scale(0.84);
}
25% {
    opacity: 0.7;
}
70% {
    opacity: 0;
    transform: scale(1.24);
}
100% {
    opacity: 0;
    transform: scale(1.24);
}
}
@keyframes textBlink-d4a36906 {
0%,
  100% {
    opacity: 0.42;
}
50% {
    opacity: 1;
}
}
@media (max-width: 600px) {
.loading-shell[data-v-d4a36906] {
    width: min(92vw, 210px);
    height: min(92vw, 210px);
    border-radius: 28px;
}
.favicon-wrap[data-v-d4a36906] {
    width: 86px;
    height: 86px;
    border-radius: 22px;
}
.favicon-loader[data-v-d4a36906] {
    width: 64px;
    height: 64px;
}
.ripple[data-v-d4a36906] {
    width: 98px;
    height: 98px;
    border-radius: 24px;
}
.loading-text[data-v-d4a36906] {
    margin-top: 16px;
    font-size: 11px;
    letter-spacing: 0.2em;
}
}


.nuxt-logo {
  height: 180px;
}


.smooth-fade-enter-active[data-v-0e565b40],
.smooth-fade-leave-active[data-v-0e565b40] {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.smooth-fade-enter-from[data-v-0e565b40] {
  opacity: 0;
  transform: translateY(2px);
}
.smooth-fade-leave-to[data-v-0e565b40] {
  opacity: 0;
  transform: translateY(-2px);
}


.wrapper[data-v-36558001]{
  margin-bottom: -10px !important;
}
.flash-textimg[data-v-36558001] {
  animation: flash 1.9s infinite;
}
.flash-text[data-v-36558001]{
  position: absolute;
  left: 50%;
  top: 156px;
  transform: translateX(-50%); 
  height: 35px !important;
  width: 100px;
  z-index: 2;
  justify-content: center; /* Memastikan konten berada di tengah secara horizontal */
}
.imgcar[data-v-36558001] {
  border-radius: 4% !important;
  margin: 4%;
}
.btn-list[data-v-36558001] {
  background-color: rgb(9, 42, 53);
}
.fontpoppin[data-v-36558001] {
  font-family: 'Poppins', sans-serif;
}


.pf-file-preview-doc {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 6px 12px;
  max-width: 220px;
}
.pf-file-preview-doc:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.theme--dark .pf-file-preview-doc {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}


.pf-zoomable-image img {
  cursor: zoom-in;
}
.pf-zoomable-image-dialog {
  box-shadow: none;
}
.pf-zoomable-image-card {
  background: rgba(0, 0, 0, 0.9) !important;
  position: relative;
  min-height: 100%;
}
.pf-zoomable-image-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.15);
}
.pf-zoomable-image-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 24px;
  cursor: zoom-out;
}
.pf-zoomable-image-full {
  max-width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  cursor: default;
}

