
.explorer-ui-micro-frontend[data-v-1971e4d5] {
    padding: 1rem;
}
.explorer-ui-header[data-v-1971e4d5] {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
}
.explorer-ui-header h2[data-v-1971e4d5] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
}
.explorer-ui-header p[data-v-1971e4d5] {
    margin: 0;
    opacity: 0.9;
}

.file-list-header[data-v-bd8423ca] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #60a5fa;
    background-color: #f9f9f9;
}
.file-button-container[data-v-bd8423ca] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.search-input[data-v-bd8423ca] {
    flex-grow: 1;
    min-width: 200px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #646cff;
}
@media (max-width: 768px) {
.file-list-header[data-v-bd8423ca] {
      flex-direction: column;
      align-items: stretch;
}
.file-button-container[data-v-bd8423ca] {
      justify-content: center;
      width: 100%;
}
.search-input[data-v-bd8423ca] {
      width: 100%;
}
}

.container[data-v-03249d7c] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}
.container-file[data-v-03249d7c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-item[data-v-03249d7c] {
    width: calc(25% - 10px);
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s;
    height: 40px;
    border-radius: 5px;
}
.container-item[data-v-03249d7c]:hover {
    background: #e6e6e6;
}
.ellipsis[data-v-03249d7c] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file-actions[data-v-03249d7c] {
    width: 100px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.file-actions div[data-v-03249d7c] {
    cursor: pointer;
    border: 0.5px solid #646cff;
    border-radius: 5px;
    padding: 2px 6px;
}
.loading[data-v-03249d7c] {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

  /* Responsive */
@media (max-width: 1024px) {
.container-item[data-v-03249d7c] {
      width: calc(33.33% - 10px);
}
}
@media (max-width: 768px) {
.container-item[data-v-03249d7c] {
      width: calc(50% - 10px);
}
}
@media (max-width: 480px) {
.container-item[data-v-03249d7c] {
      width: 100%;
}
}

/* Overlay */
.modal-overlay[data-v-fc5bbce0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal Box */
.modal-content[data-v-fc5bbce0] {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  max-width: 90%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Modal Header */
header[data-v-fc5bbce0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
button[data-v-fc5bbce0] {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  text-align: end;
  padding: 0;
}

/* Modal Body */
.modal-body[data-v-fc5bbce0] {
  padding: 15px 0;
}

.spinner-container[data-v-d27afd4a] {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner */
.spinner[data-v-d27afd4a] {
  width: 1.5rem;
  height: 1.5rem;
  border: 4px solid #3b82f6;
  border-top-color: transparent;
  border-radius: 9999px;
  animation: spin-d27afd4a 1s linear infinite;
}
@keyframes spin-d27afd4a {
to {
    transform: rotate(360deg);
}
}

.content[data-v-d9303750] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
input[data-v-d9303750] {
    flex-grow: 1;
    min-width: 200px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #646cff;
}

.content[data-v-f09f40b2] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content[data-v-1690bd1b] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
input[data-v-1690bd1b] {
    flex-grow: 1;
    min-width: 200px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #646cff;
}

.content[data-v-d395cdb4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
input[data-v-d395cdb4] {
    flex-grow: 1;
    min-width: 200px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #646cff;
}

.full[data-v-9198e6e6] {
  width: 100%;
}
.container[data-v-9198e6e6] {
  height: 100%;
}
.folder[data-v-9198e6e6] {
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition:
    background 0.3s,
    transform 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.folder[data-v-9198e6e6]:hover,
.selectedItem[data-v-9198e6e6] {
  background-color: #cce5ff;
  color: #004085;
}

/* Loading Animation */
.loading[data-v-9198e6e6] {
  margin-left: 20px;
  font-size: 12px;
  color: #646cff;
}

/* Child Folders */
.child-items[data-v-9198e6e6] {
  margin-left: 20px;
  padding-left: 10px;
}

/* Animasi Fade */
.fade-enter-active[data-v-9198e6e6],
.fade-leave-active[data-v-9198e6e6] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-9198e6e6],
.fade-leave-to[data-v-9198e6e6] {
  opacity: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
.folder[data-v-9198e6e6] {
    font-size: 14px;
}
.child-items[data-v-9198e6e6] {
    margin-left: 10px;
    padding-left: 5px;
}
}

.folder-explorer[data-v-54983a66] {
  height: 100%;
  width: 100%;
  overflow: auto;
}

/* Loading text */
.warning[data-v-54983a66] {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

/* Folder list */
.folder-list[data-v-54983a66] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Responsive */
@media (max-width: 768px) {
.folder-explorer[data-v-54983a66] {
    max-width: 100%;
    min-width: auto;
    height: auto;
    border-right: none;
    border-bottom: 2px solid #ddd;
}
}

.container[data-v-3d68949c] {
    display: flex;
    min-height: 100vh;
    background-color: #ffffff;
}
.file-tree[data-v-3d68949c] {
    width: 24rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.hidden[data-v-3d68949c] {
    display: none;
}
.tree-header[data-v-3d68949c] {
    height: 3rem;
    padding: 0.75rem;
    border-right: 1px solid #60a5fa;
    border-bottom: 1px solid #60a5fa;
    box-sizing: border-box;
}
.tree-body[data-v-3d68949c] {
    flex: 1;
    padding: 0.75rem;
    border-right: 1px solid #60a5fa;
    box-sizing: border-box;
}
.file-list[data-v-3d68949c] {
    flex: 1;
}

.error[data-v-83588a63] {
  font-size: 0.875rem;
  color: #ef4444;
  margin-bottom: 1.5rem;
}
.form-group[data-v-83588a63] {
  margin-bottom: 1rem;
}
.label[data-v-83588a63] {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}
.input[data-v-83588a63] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: white;
  font-size: 0.875rem;
  color: #1f2937;
  outline: none;
}
.input[data-v-83588a63]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
.form-remember[data-v-83588a63] {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.checkbox[data-v-83588a63] {
  margin-right: 0.5rem;
}
.remember-label[data-v-83588a63] {
  font-size: 0.875rem;
  color: #374151;
}
.submit-button[data-v-83588a63] {
  width: 100%;
  background-color: white;
  border: 1px solid #3b82f6;
  color: #3b82f6;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s;
  cursor: pointer;
}
.submit-button[data-v-83588a63]:hover {
  background-color: #3b82f6;
  color: white;
}
.footer-text[data-v-83588a63] {
  margin-top: 1rem;
  font-size: 0.875rem;
  text-align: center;
  color: #4b5563;
}
.signup-link[data-v-83588a63] {
  color: #2563eb;
  text-decoration: underline;
  margin-left: 0.25rem;
}

/* styling tetap sama seperti versi kamu */
.container[data-v-5e5fc6a1] {
  display: flex;
  min-height: 100vh;
  background-color: white;
}
.left-section[data-v-5e5fc6a1] {
  display: none;
}
@media (min-width: 768px) {
.left-section[data-v-5e5fc6a1] {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #6366f1, #3b82f6);
    color: white;
    padding: 2rem;
}
}
.content[data-v-5e5fc6a1] {
  max-width: 36rem;
  text-align: center;
}
.heading[data-v-5e5fc6a1] {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.description[data-v-5e5fc6a1] {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.icon[data-v-5e5fc6a1] {
  font-size: 3.75rem;
}
.right-section[data-v-5e5fc6a1] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (min-width: 768px) {
.right-section[data-v-5e5fc6a1] {
    width: 50%;
}
}
.wrapper[data-v-5e5fc6a1] {
  width: 100%;
  max-width: 28rem;
}
.form-heading[data-v-5e5fc6a1] {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.form-description[data-v-5e5fc6a1] {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

.btn {
  border-radius: 8px;
  border: 1px solid #646cff;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: border-color 0.25s;
  min-width: 120px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn:disabled {
  color: gray;
  cursor: not-allowed;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}
