@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body {
  background-color: #f4f6f8;
  font-family: "Inter", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

.d-flex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 100vh;
  align-items: flex-start;
}

main {
  flex-grow: 1;
  min-height: 100vh;
  padding: 40px;
  width: auto;
  min-width: 0;
}
@media (max-width: 767.98px) {
  main {
    padding: 20px;
    padding-bottom: 90px;
  }
}

.offcanvas {
  background-color: #000000;
  color: #ffffff;
}
.offcanvas .offcanvas-title {
  color: #ffffff;
  font-weight: 800;
}
.offcanvas .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.offcanvas .user-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.offcanvas .user-profile .avatar-circle {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.offcanvas .user-profile .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
.offcanvas .user-profile .fw-bold {
  color: #ffffff;
}
.offcanvas .tech-nav {
  flex-grow: 1;
  padding: 0 0px;
}
.offcanvas .tech-nav .nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 500;
  padding: 12px 16px;
  margin-bottom: 4px;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.offcanvas .tech-nav .nav-link i {
  font-size: 1.1rem;
}
.offcanvas .tech-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  transform: translateX(4px);
}
.offcanvas .tech-nav .nav-link.active {
  background-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-weight: 700;
}
.offcanvas .tech-nav .nav-link.text-danger {
  color: #ff6b6b !important;
  margin-top: 10px;
}
.offcanvas .tech-nav .nav-link.text-danger:hover {
  background-color: rgba(255, 107, 107, 0.1);
}
.offcanvas .tech-nav hr {
  border-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

@media (min-width: 768px) {
  .offcanvas {
    position: sticky !important;
    top: 0;
    height: 100vh !important;
    z-index: 1000;
    display: flex !important;
    flex-direction: column;
    width: 280px !important;
    min-width: 280px !important;
    visibility: visible !important;
    transform: none !important;
    border-right: none;
    padding-top: 15px;
    opacity: 1 !important;
    transition: none !important;
  }
  .offcanvas .btn-close {
    display: none;
  }
  .offcanvas .offcanvas-header {
    display: block;
  }
  .offcanvas .offcanvas-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
  }
  .offcanvas-backdrop {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  body {
    background-color: #ffffff;
  }
  .offcanvas {
    width: 80%;
    max-width: 320px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: fixed;
  }
  .offcanvas .offcanvas-header {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
  }
  .offcanvas .btn-close {
    display: block;
  }
  .offcanvas .offcanvas-body {
    padding: 1.5rem;
  }
}
.card {
  border: none;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
@media (max-width: 767.98px) {
  .card {
    padding: 20px !important;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
  }
}

h2 {
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}

.form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.4rem;
}

.form-control {
  background-color: #f4f6f8;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.form-control:focus {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: #000000;
  outline: none;
}

.btn-primary {
  background-color: #000000;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.btn-primary:active {
  transform: translateY(0);
}

a:not(.btn-primary):not(.nav-link):not(.regie-card):not(.client-card) {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
a:not(.btn-primary):not(.nav-link):not(.regie-card):not(.client-card):hover {
  color: #333333;
}

.header {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-color: #000000;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 30px;
}
.header .header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  filter: invert(1);
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767.98px) {
  .header {
    height: 200px;
    margin-bottom: 20px;
  }
  .header .header-logo {
    display: none;
  }
}

.regie-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  padding-right: 140px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid transparent;
  transition: all 0.2s ease;
  position: relative;
}
.regie-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.regie-card .regie-id {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f4f6f8;
  padding: 10px 15px;
  border-radius: 8px;
  min-width: 70px;
  margin-right: 20px;
}
.regie-card .regie-id .label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.regie-card .regie-id .number {
  font-size: 1.2rem;
  font-weight: 800;
  color: #000000;
}
.regie-card .regie-info {
  flex-grow: 1;
  padding-right: 10px;
}
.regie-card .regie-info .client-name {
  font-weight: 700;
  font-size: 1.1rem;
  word-break: break-word;
}
.regie-card .regie-info .client-sub {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
}
.regie-card .regie-date {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  flex-shrink: 0;
  text-align: right;
}
.regie-card .regie-date i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .regie-card {
    padding: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
    align-items: flex-start;
  }
  .regie-card .regie-id {
    min-width: 60px;
    margin-right: 15px;
  }
  .regie-card .regie-info {
    font-size: 0.9rem;
  }
}

.btn-importer-modern {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-importer-modern i {
  font-size: 1.1rem;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.btn-importer-modern:hover {
  background-color: rgb(25.5, 25.5, 25.5);
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.btn-importer-modern:hover i {
  transform: translateY(-2px);
}
.btn-importer-modern:active {
  transform: translateY(-1px) scale(0.99);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .btn-importer-modern {
    bottom: 15px;
    right: 15px;
    padding: 10px 20px;
    font-size: 0.8rem;
    padding: 12px;
    border-radius: 50%;
  }
  .btn-importer-modern span.btn-text {
    display: none;
  }
  .btn-importer-modern i {
    margin-right: 0;
    font-size: 1.2rem;
  }
}

.client-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
@media (max-width: 767.98px) {
  .client-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.client-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  text-decoration: none;
  color: #000000;
}
.client-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.client-card .client-avatar {
  width: 50px;
  height: 50px;
  background-color: #f4f6f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.fixed-bottom-nav, .btn-menu-trigger {
  display: none;
}

@media (max-width: 767.98px) {
  .btn-menu-trigger {
    display: flex;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background: #ffffff;
    color: #000000;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
  .fixed-bottom-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgb(228.4166666667, 233.25, 238.0833333333);
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 1020;
  }
  .fixed-bottom-nav .nav-container {
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 0;
  }
  .fixed-bottom-nav a {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.75rem;
  }
  .fixed-bottom-nav a i {
    font-size: 1.4rem;
    margin-bottom: 2px;
    display: block;
  }
  .fixed-bottom-nav a.active {
    color: #000000;
    font-weight: 600;
  }
  .fixed-bottom-nav a.active i {
    transform: translateY(-3px);
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}/*# sourceMappingURL=main.css.map */