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

main {
  min-height: 100vh;
  padding: 20px;
}

.card {
  border: none;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: none;
}

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;
}

.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;
}
.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 {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
a:hover {
  color: #333333;
}

.fixed-bottom {
  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);
}
.fixed-bottom a {
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.3s ease, transform 0.2s ease;
  padding: 0.5rem 0;
}
.fixed-bottom a i {
  display: block;
  margin-bottom: 2px;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fixed-bottom a.text-primary {
  color: #000000 !important;
  font-weight: 600;
}
.fixed-bottom a.text-primary i {
  transform: translateY(-3px);
}
.fixed-bottom a:active {
  transform: scale(0.9);
}

@media (min-width: 768px) {
  .d-flex.flex-column.flex-shrink-0.bg-white {
    background-color: #ffffff !important;
    border-right: 1px solid rgb(228.4166666667, 233.25, 238.0833333333);
  }
  .d-flex.flex-column.flex-shrink-0.bg-white .link-dark {
    color: #000000 !important;
  }
  .nav-pills .nav-link {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    padding: 12px 20px;
    margin-bottom: 4px;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
  }
  .nav-pills .nav-link i {
    font-size: 1.1rem;
    opacity: 0.7;
  }
  .nav-pills .nav-link:hover {
    background-color: #f4f6f8;
    color: #000000;
    transform: translateX(4px);
  }
  .nav-pills .nav-link.active {
    background-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .nav-pills .nav-link.active i {
    opacity: 1;
  }
  .dropdown {
    border-top: 1px solid #f4f6f8;
    padding-top: 1rem;
    margin-top: auto;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #000000;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.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 {
    min-height: 200px;
  }
  .header h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .header {
    min-height: 200px;
  }
  .header h1 {
    font-size: 1.5rem;
  }
}
.list-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 80px;
}

.regie-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.regie-card:hover, .regie-card:active {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.regie-card .regie-id {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f4f6f8;
  padding: 8px 12px;
  border-radius: 8px;
  min-width: 60px;
  margin-right: 15px;
}
.regie-card .regie-id .label {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.regie-card .regie-id .number {
  font-size: 1.1rem;
  font-weight: 800;
  color: #000000;
}
.regie-card .regie-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.regie-card .regie-info .client-name {
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
}
.regie-card .regie-info .client-sub {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);
}
.regie-card .regie-date {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  white-space: nowrap;
}
.regie-card .regie-date i.bi-calendar-event {
  margin-right: 6px;
}
@media (max-width: 360px) {
  .regie-card .regie-date i.bi-calendar-event {
    display: none;
  }
}

.client-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.client-card {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  transition: background-color 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.client-card:active {
  background-color: rgb(242.25, 242.25, 242.25);
  transform: scale(0.98);
}
.client-card .client-avatar {
  width: 45px;
  height: 45px;
  background-color: #f4f6f8;
  color: #000000;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.client-card .client-info {
  flex-grow: 1;
  overflow: hidden;
}
.client-card .client-info .name {
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-card .client-info .sub {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.5);
}
.client-card .client-action {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
}

.avatar-large {
  width: 70px;
  height: 70px;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .modal-bottom-sheet {
    align-items: flex-end;
    margin: 0;
  }
  .modal-bottom-sheet .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.detail-regie-page {
  padding-bottom: 90px;
}
.detail-regie-page .header-container {
  background: black;
  color: white;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.detail-regie-page .header-container .header-back {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
}
.detail-regie-page .header-container .header-back:hover {
  opacity: 0.8;
}
.detail-regie-page .header-container .bon-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
.detail-regie-page .header-container .client-subtitle {
  font-weight: 400;
  font-size: 1rem;
  opacity: 0.9;
  padding: 0 10px;
}
.detail-regie-page .header-container .tech-count {
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-size: 0.85rem;
  opacity: 0.7;
}
.detail-regie-page .add-lignes-page .header-container {
  background: black;
  color: white;
  padding: 20px 15px 30px 15px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.detail-regie-page .add-lignes-page .header-container .header-back {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  opacity: 0.8;
}
.detail-regie-page .add-lignes-page .header-container .header-back:hover {
  opacity: 1;
}
.detail-regie-page .add-lignes-page .header-container .cmd-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.detail-regie-page .add-lignes-page .header-container .cmd-type {
  font-weight: 400;
  font-size: 0.9rem;
  padding: 5px 12px;
  border-radius: 20px;
}
.detail-regie-page .add-lignes-page .empty-state {
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 20px;
  border: 2px dashed #dee2e6;
}
.detail-regie-page .add-lignes-page .bottom-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px 20px 25px 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
@media (max-width: 768px) {
  .detail-regie-page .modal-dialog-bottom {
    display: flex;
    align-items: flex-end;
    min-height: calc(100% - 1rem);
    margin: 0;
  }
  .detail-regie-page .modal-dialog-bottom .modal-content {
    border-radius: 25px 25px 0 0;
    border: none;
    padding-bottom: 20px;
  }
}
.detail-regie-page input[type=number]::-webkit-inner-spin-button,
.detail-regie-page input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.detail-regie-page .action-btn {
  background-color: #e9ecef;
  border: none;
  border-radius: 15px;
  color: #333;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.detail-regie-page .action-btn i {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #000;
}
.detail-regie-page .action-btn span {
  font-size: 0.8rem;
  font-weight: 600;
}
.detail-regie-page .action-btn:active {
  transform: scale(0.95);
  background-color: #dee2e6;
}
.detail-regie-page .bottom-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 90%;
  max-width: 400px;
  border-radius: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  padding: 15px 0;
  z-index: 1000;
}
.detail-regie-page .bottom-nav .nav-item {
  text-align: center;
  color: #adb5bd;
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.3s;
}
.detail-regie-page .bottom-nav .nav-item i {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.detail-regie-page .bottom-nav .nav-item.active {
  color: #000;
  font-weight: bold;
}
.detail-regie-page .bottom-nav .nav-item:hover {
  color: #495057;
}

.btn-menu-trigger {
  position: fixed;
  top: 25px;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: transform 0.2s ease;
}
.btn-menu-trigger:active {
  transform: scale(0.9);
}
.btn-menu-trigger:hover {
  color: white;
  border: 1px solid white;
  transition: 0.3s ease;
}

.offcanvas {
  background-color: #ffffff;
  color: #000000;
  border-right: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
  width: 80%;
  max-width: 320px;
}

.offcanvas-header {
  border-bottom: 1px solid rgb(228.4166666667, 233.25, 238.0833333333);
  padding: 1.5rem;
}
.offcanvas-header .offcanvas-title {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.offcanvas-body {
  padding: 1.5rem;
}
.offcanvas-body .user-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background-color: #f4f6f8;
  border-radius: 12px;
}
.offcanvas-body .user-profile .avatar-circle {
  width: 40px;
  height: 40px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
}
.offcanvas-body .tech-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}
.offcanvas-body .tech-nav .nav-link i {
  font-size: 1.2rem;
}
.offcanvas-body .tech-nav .nav-link:hover {
  background-color: #f4f6f8;
  color: #000000;
  transform: translateX(5px);
}
.offcanvas-body .tech-nav .nav-link.active {
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.offcanvas-body .tech-nav .nav-link.text-danger {
  color: #e74c3c !important;
}
.offcanvas-body .tech-nav .nav-link.text-danger:hover {
  background-color: rgba(231, 76, 60, 0.1);
}

@media (max-width: 767.98px) {
  .header {
    padding: 1.5rem;
    align-items: center;
    text-align: center;
  }
  .header .header-logo {
    display: none;
  }
}
@media (min-width: 768px) {
  body {
    background-color: #f4f6f8;
  }
  .card {
    padding: 40px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }
}/*# sourceMappingURL=main.css.map */