@font-face {
  font-family: museo500;
  src: url(/static/fonts/Museo500-Regular-webfont.eot);
  src: url(/static/fonts/Museo500-Regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(/static/fonts/Museo500-Regular-webfont.woff2) format("woff2"),
    url(/static/fonts/Museo500-Regular-webfont.woff) format("woff"),
    url(/static/fonts/Museo500-Regular-webfont.ttf) format("truetype"),
    url(/static/fonts/Museo500-Regular-webfont.svg#museo500) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: museo700;
  src: url(/static/fonts/Museo700-Regular-webfont.eot);
  src: url(/static/fonts/Museo700-Regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(/static/fonts/Museo700-Regular-webfont.woff2) format("woff2"),
    url(/static/fonts/Museo700-Regular-webfont.woff) format("woff"),
    url(/static/fonts/Museo700-Regular-webfont.ttf) format("truetype"),
    url(/static/fonts/Museo700-Regular-webfont.svg#museo700) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: latoregular;
  src: url(/static/fonts/lato-regular-webfont.eot);
  src: url(/static/fonts/lato-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(/static/fonts/lato-regular-webfont.woff2) format("woff2"),
    url(/static/fonts/lato-regular-webfont.woff) format("woff"),
    url(/static/fonts/lato-regular-webfont.ttf) format("truetype"),
    url(/static/fonts/lato-regular-webfont.svg#latoregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

/* === BASE STYLES === */
body,
html {
  height: 100%;
  overflow-x: hidden;
  font-family: latoregular;
  color: #6d6e71;
  background-color: #fff;
}

#gdjLogin {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: museo700;
    color: #414042;
  }
  h3 {
    font-size: 1.7rem;
  }

  p,
  span {
    font-family: latoregular;
  }

  /* === Column Layout === */
  .login-container {
    padding: 0;
  }

  .left-column {
    background-color: #f0fafa;
    background-image: url("/static/images/login/paper.png");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  /* Right Column */
  .right-column {
    background-color: #ffffff;
    position: relative;
  }

  /* CENTER SWIRL ICON (Overlapping) */
  .swirl-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
    pointer-events: none;
    padding: 1rem;
    background-color: #fff;
    border-radius: 50%;
  }

  .swirl {
    width: 60px;
    height: auto;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
  }

  /* === Components Matches === */

  /* Top Right Logo & Lang */
  .top-header {
    position: absolute;
    top: 2rem;
    right: 3rem;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 20;
  }

  .main-logo {
    height: 35px;
  }

  .lang-switch .btn {
    padding: 0 5px;
    font-size: 0.85rem;
    color: #aaa;
    border: none;
    font-weight: bold;
  }
  .lang-switch .btn.active {
    color: #00b5b8; /* Teal for active */
  }
  .lang-separator {
    color: #ddd;
    font-size: 0.8rem;
  }

  /* LOGIN TITLE */
  .login-title {
    font-size: 2rem;
    font-weight: 700;
    color: #444;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    text-transform: uppercase;
  }

  /* TABS */
  .nav-pills {
    background-color: #f2fcfc;
    border-radius: 6px;
    padding: 5px;
    display: inline-flex;
    gap: 0;
    border: 1px solid #eef6f6;
    margin-bottom: 2rem;
  }
  .nav-pills .nav-link {
    border-radius: 4px;
    background-color: transparent;
    color: #ccc; /* Inactive text */
    font-weight: 600;
    padding: 10px 40px; /* Wider padding */
    border: none;
    width: auto;
    min-width: 120px;
    transition: all 0.3s ease;
  }
  .nav-pills .nav-link:hover {
    color: #00b5b8;
  }
  .nav-pills .nav-link.active {
    background-color: #1cc6ce;
    color: white;
    box-shadow: 0 2px 4px rgba(28, 198, 206, 0.2);
  }

  .form-floating > .form-control {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding-left: 15px;
    height: 50px;
    box-shadow: none;
    background-color: #fff;
    color: #555;
    font-size: 1rem;
  }

  .form-floating > .form-control:focus {
    border-color: #00b5b8;
    box-shadow: none;
  }

  .form-floating > label {
    padding-left: 15px;
    color: #aaa;
    font-size: 0.95rem;
    height: 100%;
  }

  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #aaa;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }

  .form-floating > .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
  }

  /* Password Toggle Icon positioning */
  .toggle-password {
    z-index: 10;
    cursor: pointer;
    right: 15px;
  }

  .forget-pass,
  .lbl-forgot {
    color: #00b5b8;
  }

  .register,
  .lbl-register {
    color: #f7941d;
    font-weight: bold;
    text-decoration: none;
  }

  .akun,
  .lbl-no-account {
    color: #999;
  }

  /* BUTTONS */
  .btn-submit {
    background-color: #1cc6ce;
    border: none;
    border-radius: 4px;
    padding: 12px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(28, 198, 206, 0.25);
    transition: all 0.3s ease;
  }
  .btn-submit:hover:not(:disabled) {
    background-color: #00b5b8;
    transform: translateY(-1px);
  }
  .btn-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }

  .btn-success {
    background-color: #8cc63f;
  }

  /* CAROUSEL */
  .carousel-indicators {
    bottom: -40px;
  }
  #current-slide {
    color: #00b5b8;
    font-weight: bold;
  }
  .slash-slide {
    color: #b6bbc0;
  }
  #total-slides {
    color: #b6bbc0;
    font-weight: bold;
  }

  /* Orange button in carousel */
  .btn-carousel-orange {
    background-color: #f7941d;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 14px 16px;
    font-weight: bold;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.08) inset;
  }
  .btn-carousel-orange:hover {
    background-color: #e68a1b;
    color: white;
  }

  /* Carousel Navigation Buttons */
  #infoCarousel button[data-bs-slide="prev"],
  #infoCarousel button[data-bs-slide="next"] {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }

  #infoCarousel button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    background-color: #bdeeee;
  }

  /* Content List */
  .employee-content-list h5 {
    font-family: latoregular;
    font-size: 18px;
  }

  /* Utilities & Mobile */
  .text-teal {
    color: #00b5b8;
  }
  .text-vintage-teal {
    color: #178d8d;
  }

  @media (max-width: 991.98px) {
    .top-header {
      position: relative;
      top: 0;
      right: 0;
      justify-content: center;
      margin-bottom: 2rem;
    }
  }

  /* Employee Link Hover Effect */
  .employee-item-link {
    color: inherit;
    transition: all 0.2s ease;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
  }
  .employee-item-link:hover {
    transform: translateX(5px);
  }
  .employee-item-link:hover h5 {
    color: #00b5b8;
  }

  .admin-content .judul {
    font-size: 1.7rem;
  }
  .admin-content .deskripsi {
    min-height: 50px;
    line-height: 1.5;
    p,
    span {
      font-size: 1.1rem;
    }
  }
}
