/* /Presentation/Components/BaseFormLayout.razor.rz.scp.css */
[b-nodga9b7ul] .form {
    z-index: 1200;
}
/* /Presentation/Components/ColorDropDown.razor.rz.scp.css */
.color-option[b-y4g8gqdw8y] {
    display: flex;
    align-items: center;
}

.color-preview[b-y4g8gqdw8y] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/* /Presentation/Components/GenderDropdown.razor.rz.scp.css */
.gender-icon[b-ucjkbcj6xo] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
}

.gender-option[b-ucjkbcj6xo] {
    display: flex;
    align-items: center;
}
/* /Presentation/Components/ImageUploader.razor.rz.scp.css */
.image-uploader[b-w3zdhunhbz] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 10px;
}

.image-preview[b-w3zdhunhbz] {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--kendo-component-border, #ddd);
    overflow: hidden;
    padding: 10px;
    position: relative;
    min-height: 200px;
}

.image-preview img[b-w3zdhunhbz], .productimg[b-w3zdhunhbz] {
    max-width: 98%;
    max-height: 98%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}

.upload-bar[b-w3zdhunhbz] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.upload-bar .file-input[b-w3zdhunhbz] {
    flex-grow: 1;
}

.productimg[b-w3zdhunhbz] {
    max-width: 100%;
    max-height: 100%;
}

.hidden-area[b-w3zdhunhbz] {
    visibility: hidden;
}
/* /Presentation/Components/LoadingAnimation.razor.rz.scp.css */
[b-7a2235vp0v] .spinner-border {
    width: 2rem;
    height: 2rem;
    border-width: 0.3rem !important;
    color: darkcyan;
}

.loading-progress-text[b-7a2235vp0v] {
    color: darkcyan;
}
/* /Presentation/Components/LockTitle.razor.rz.scp.css */
.myspan[b-1q2k03z1my] {
    color: mediumblue !important;
}
/* /Presentation/Components/Rating.razor.rz.scp.css */
.rating-container[b-srj8zp0szk] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.stars-container[b-srj8zp0szk] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.star[b-srj8zp0szk] {
    font-size: 28px;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    color: lightgray;
}

.star.selected[b-srj8zp0szk] {
    color: orangered;
}

.star:hover[b-srj8zp0szk] {
    color: orange;
    transform: scale(1.1);
}

.star.read-only[b-srj8zp0szk] {
    cursor: default;
}

.not-classified[b-srj8zp0szk] {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    text-decoration: underline;
}

.not-classified:hover[b-srj8zp0szk] {
    color: #333;
}
/* /Presentation/Layouts/MainLayout.razor.rz.scp.css */
html[b-l44309q9qj], body[b-l44309q9qj], app[b-l44309q9qj], .k-drawer-container[b-l44309q9qj], .k-drawer-content[b-l44309q9qj], .main[b-l44309q9qj] {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0% !important;
}

[b-l44309q9qj] .k-svg-icon > svg, [b-l44309q9qj] .k-svg-icon {
  width: 20px !important;
  height: 20px !important;
}

.main[b-l44309q9qj] {
  overflow-y: auto;
}

[b-l44309q9qj] .k-drawer-content {
  overflow-x: auto;
}

[b-l44309q9qj] .k-drawer-container {
  position: relative;
  width: 100%;
}

.top-row[b-l44309q9qj] {
  left: 0;
}

.drawer-hamburger[b-l44309q9qj] {
  position: absolute;
  z-index: 2;
  margin-top: 13px;
  margin-left: 10px;
}

.light-mode[b-l44309q9qj] {
  --appbar-bg: #ffffff;
  --appbar-text: #1f2937;
  --appbar-text-muted: #6b7280;
  --appbar-border: rgba(0, 0, 0, 0.08);
  --appbar-btn-color: #4b5563;
  --appbar-btn-hover-bg: rgba(73, 65, 224, 0.08);
  --appbar-btn-hover-color: #4941E0;
  --avatar-border-color: #4941E0;
  --badge-border-color: #ffffff;
}

.dark-mode[b-l44309q9qj] {
  --appbar-bg: #1f1f1f;
  --appbar-text: #f3f4f6;
  --appbar-text-muted: #9ca3af;
  --appbar-border: rgba(255, 255, 255, 0.08);
  --appbar-btn-color: #9ca3af;
  --appbar-btn-hover-bg: rgba(166, 165, 246, 0.12);
  --appbar-btn-hover-color: #A6A5F6;
  --avatar-border-color: #A6A5F6;
  --badge-border-color: #1f1f1f;
}

[b-l44309q9qj] .k-appbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  padding: 4px 8px 4px 16px !important;
  height: 54px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

[b-l44309q9qj] .light-mode-appbar {
  background-color: var(--appbar-bg) !important;
  color: var(--appbar-text) !important;
  border-bottom: 1px solid var(--appbar-border) !important;
}

[b-l44309q9qj] .dark-mode-appbar {
  background-color: var(--appbar-bg) !important;
  color: var(--appbar-text) !important;
  border-bottom: 1px solid var(--appbar-border) !important;
}

[b-l44309q9qj] .modern-appbar-btn {
  background-color: transparent !important;
  border: none !important;
  color: var(--appbar-btn-color) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
  box-shadow: none !important;
}

  [b-l44309q9qj] .modern-appbar-btn:hover {
    background-color: var(--appbar-btn-hover-bg) !important;
    color: var(--appbar-btn-hover-color) !important;
    transform: translateY(-1px);
  }

  [b-l44309q9qj] .modern-appbar-btn:active {
    transform: translateY(0);
  }

[b-l44309q9qj] .hamburger-btn {
  margin-left: -11px !important;
}

[b-l44309q9qj] .circular {
  display: inline-flex !important;
  width: 36px !important;
  height: 36px !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  line-height: 0;
}

.icon-large[b-l44309q9qj] {
  font-size: 1.25rem;
  line-height: 1;
}

.appbar-logo[b-l44309q9qj] {
  width: 32px;
  height: 32px;
  margin-left: 0px;
  margin-right: 0px;
  transition: transform 0.3s ease;
}

  .appbar-logo:hover[b-l44309q9qj] {
    transform: rotate(5deg) scale(1.05);
  }

.appbar-title[b-l44309q9qj] {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 0;
  flex: 1 1 auto;
}

.title[b-l44309q9qj] {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--appbar-text);
  min-width: 0;
  white-space: nowrap;
}

.title-bold[b-l44309q9qj] {
  font-weight: 700;
  color: var(--appbar-btn-hover-color);
  transition: color 0.3s ease;
}

.version-pill[b-l44309q9qj] {
  font-size: 11px;
  font-weight: 500;
  background-color: var(--appbar-btn-hover-bg) !important;
  color: var(--appbar-btn-hover-color) !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  padding: 2px 8px;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

[b-l44309q9qj] .k-tilelayout {
  background-color: inherit !important;
}

.body-container[b-l44309q9qj] {
  height: calc(100vh - 54px) !important;
}

[b-l44309q9qj] .k-drawer-item {
  display: inherit;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  font-size: 14px !important;
  padding: 8px 12px !important;
}

[b-l44309q9qj] .k-drawer-separator {
  padding-block: 0px !important;
  height: 1px !important;
  margin: 0px 0;
}

  [b-l44309q9qj] .k-drawer-separator:hover {
    background-color: none !important;
  }
/* /Presentation/Layouts/Notifications.razor.rz.scp.css */
[b-rtz8839m1k] .MyTelerikNotification {
    z-index: 9999 !important;
    position: fixed !important;
}

[b-rtz8839m1k] .MyTelerikNotification .k-notification-container {
    position: fixed !important;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
}

[b-rtz8839m1k] .MyTelerikNotification .k-notification-container .k-notification {
    width: 300px !important;
    height: auto !important;
    min-height: 50px !important;
    font-size: 1.2em !important;
    text-align: center !important;
    padding: 15px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* /Presentation/Pages/Account/Login.razor.rz.scp.css */
[b-gsxvp46ota] .light-mode .k-input-inner::placeholder {
  color: #9ca3af;
}

[b-gsxvp46ota] .dark-mode .k-input-inner::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

/* Preload styles to prevent layout shift */
.background-overlay[b-gsxvp46ota] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[b-gsxvp46ota] .k-overlay[aria-hidden="true"] {
  pointer-events: none;
  outline: none;
}

.logocontainer[b-gsxvp46ota] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 12px;
}

.logo-image[b-gsxvp46ota] {
  height: 110px;
  width: auto;
}

.error-message-multiline[b-gsxvp46ota] {
  white-space: pre-line;
}

.forgot-password-container[b-gsxvp46ota] {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 12px;
}

[b-gsxvp46ota] .forgot-password-container a {
  text-decoration: none !important;
}

  [b-gsxvp46ota] .forgot-password-container a:hover {
    text-decoration: underline !important;
  }

.login-title[b-gsxvp46ota] {
  font-weight: 700;
  color: var(--primary-accent);
  margin-bottom: 0.5rem;
  display: block;
}

.login-version-pill[b-gsxvp46ota] {
  font-size: 11px;
  font-weight: 500;
  background-color: var(--primary-accent-hover-bg) !important;
  color: var(--primary-accent) !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  padding: 2px 8px;
  display: inline-block;
}
/* /Presentation/Pages/AppUsers/AppUserEditForm.razor.rz.scp.css */
[b-aox909evwt] .centered-switch {
    margin-top: 12px !important;
}

.divphoto[b-aox909evwt] {
    height: 260px !important;
}
/* /Presentation/Pages/AppUsers/AppUsers.razor.rz.scp.css */
.role-container[b-j2fjjitzbj] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.role-square[b-j2fjjitzbj] {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    display: inline-block;
}

.photo-cell[b-j2fjjitzbj] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* /Presentation/Pages/CatEcritures/CatEcritures.razor.rz.scp.css */
.color-container[b-zbdbw8is4f] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.color[b-zbdbw8is4f] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
}
/* /Presentation/Pages/Clients/Clients.razor.rz.scp.css */
.left-aligned-container[b-smj4wbca57] {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

[b-smj4wbca57] .character-buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3px;
}

[b-smj4wbca57] .button {
  width: auto;
  min-width: 38px;
  height: 32px;
  transition: background-color .3s, color .3s;
}

[b-smj4wbca57] .grid-search-box {
  background-color: #fff;
}

  [b-smj4wbca57] .grid-search-box.has-content {
    background-color: #e0e7ff;
  }
/* /Presentation/Pages/Marques/MarqueEditForm.razor.rz.scp.css */
.divphoto[b-z3qu2tzv6v] {
    height: 260px !important;
}
/* /Presentation/Pages/Schedulers/AppointmentEditForm.razor.rz.scp.css */
.appt-form-container[b-rni8qutnxm] {
    width: 100%;
    height: 560px;
}

.tab-header-title[b-rni8qutnxm] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tab-header-icon[b-rni8qutnxm] {
    margin-right: 8px;
}

.vehicule-label[b-rni8qutnxm] {
    margin: 6px;
}
/* /Presentation/Pages/Schedulers/PackAppointmentEditForm.razor.rz.scp.css */
.pack-appt-form-container[b-84vtdsrb2m] {
    width: 100%;
}

.tab-header-title[b-84vtdsrb2m] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tab-header-icon[b-84vtdsrb2m] {
    margin-right: 8px;
}

.vehicule-label[b-84vtdsrb2m] {
    margin: 6px;
}
/* /Presentation/Pages/Schedulers/PackEditForm.razor.rz.scp.css */
.pack-form-container[b-cva26481ka] {
    width: 100%;
    height: 440px;
}

.tab-header-title[b-cva26481ka] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tab-header-icon[b-cva26481ka] {
    margin-right: 8px;
}
/* /Presentation/Pages/Schedulers/PaiementEditForm.razor.rz.scp.css */
.paiement-form-container[b-to00q6aedb] {
    width: 100%;
}
/* /Presentation/Pages/Schedulers/RetourEditForm.razor.rz.scp.css */
.retour-form-container[b-ha4nu89ati] {
    width: 100%;
    height: 480px;
}
/* /Presentation/Pages/Schedulers/RetourEditor.razor.rz.scp.css */
.retour-title-icon[b-g001zc9z4s] {
    margin-right: 8px;
}
/* /Presentation/Pages/Schedulers/ScheduleQrCode.razor.rz.scp.css */
.qr-icon-container[b-wvxjvpvjim] {
    display: flex;
    color: #0d6efd;
}

.qr-icon-container.dark-theme-icon[b-wvxjvpvjim] {
    color: #4dabf7;
}

.qr-title-text[b-wvxjvpvjim] {
    font-size: 1.05rem;
}

.qr-subtitle-text[b-wvxjvpvjim] {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}
/* /Presentation/Pages/Schedulers/Scheduler.razor.rz.scp.css */
/* ==========================================================================
   Layout & Wrapper Styles
   ========================================================================== */

[b-00yuz4rkv3] .grid-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
}

[b-00yuz4rkv3] .scheduler-title-bar {
  gap: 8px;
  margin: 8px 8px 16px 8px;
}

[b-00yuz4rkv3] .toolbar-date-controls {
  display: flex;
  gap: 2px;
}

/* ==========================================================================
   Stats Badges & Pills
   ========================================================================== */

[b-00yuz4rkv3] .badge-info-pill {
  background: rgba(23, 162, 184, 0.1);
  color: #17a2b8 !important;
  border: 1px solid rgba(23, 162, 184, 0.25);
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  gap: 8px;
}

[b-00yuz4rkv3] .badge-success-pill {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745 !important;
  border: 1px solid rgba(40, 167, 69, 0.25);
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  gap: 8px;
}

[b-00yuz4rkv3] .badge-orange-pill {
  background: rgba(253, 126, 20, 0.1);
  color: #fd7e14 !important;
  border: 1px solid rgba(253, 126, 20, 0.25);
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  gap: 8px;
}

[b-00yuz4rkv3] .badge-purple-pill {
  background: rgba(111, 66, 193, 0.1);
  color: #6f42c1 !important;
  border: 1px solid rgba(111, 66, 193, 0.25);
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  gap: 8px;
}

/* ==========================================================================
   Grid & Cell Overrides
   ========================================================================== */

[b-00yuz4rkv3] .k-grid .k-grid-sm td,
[b-00yuz4rkv3] .k-grid .k-grid-sm .k-table-td,
[b-00yuz4rkv3] .k-grid-sm td,
[b-00yuz4rkv3] .k-grid-sm .k-table-td,
[b-00yuz4rkv3] .k-grid-md td,
[b-00yuz4rkv3] .k-grid-md .k-table-td {
  padding: 2px !important;
}

/* Weekend Highlighting */
[b-00yuz4rkv3] .weekend-slot {
  background-color: rgba(0, 0, 0, 0.015) !important;
}

[b-00yuz4rkv3] .weekend-header {
  color: #dc3545 !important;
  opacity: 0.85;
}

/* ==========================================================================
   Vehicules (Left Locked Columns)
   ========================================================================== */

[b-00yuz4rkv3] .photo-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

[b-00yuz4rkv3] .marque-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  object-fit: contain;
  opacity: 1 !important;
}

[b-00yuz4rkv3] .vehicle-cell-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[b-00yuz4rkv3] .vehicle-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}

[b-00yuz4rkv3] .vehicle-plate {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 2px;
}

[b-00yuz4rkv3] .hors-service-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

[b-00yuz4rkv3] .hors-service-icon {
  color: red;
  font-size: 20px;
}

/* ==========================================================================
   Add-Appointment Button (Dashed placeholders)
   ========================================================================== */

[b-00yuz4rkv3] .appointment-link-container {
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

[b-00yuz4rkv3] .appointment-link-container a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border 0.2s ease;
  border-radius: 5px;
  border: 1px dashed transparent;
}

.appointment-link-container a:hover[b-00yuz4rkv3] {
  background-color: rgba(0, 123, 255, 0.08);
  border: 1px dashed rgba(0, 123, 255, 0.4);
  text-decoration: none !important;
}

.appointment-link-container a .hidden-text[b-00yuz4rkv3] {
  font-size: 11px;
  font-weight: 600;
  background-color: #007bff;
  color: #ffffff !important;
  padding: 4px 10px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.appointment-link-container a:hover .hidden-text[b-00yuz4rkv3] {
  opacity: 1;
  transform: scale(1);
}

/* ==========================================================================
   Appointment Blocks (Events)
   ========================================================================== */

[b-00yuz4rkv3] .appointment-block {
  position: relative;
  min-height: 48px;
  max-height: 48px;
  border-radius: 6px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-left: 4px solid var(--appt-color, #707070);
  background-color: var(--appt-bg, rgba(112, 112, 112, 0.1));
  color: var(--appt-contrast-color, #1e293b) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
  overflow: hidden;
  cursor: pointer;
}

.appointment-block:hover[b-00yuz4rkv3] {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  filter: brightness(1.04);
  background-color: var(--appt-bg-hover, rgba(112, 112, 112, 0.18));
  z-index: 10;
}

[b-00yuz4rkv3] .appointment-body {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  width: 100%;
}

[b-00yuz4rkv3] .appointment-icon {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--appt-contrast-color, inherit) !important;
  opacity: 0.95 !important;
}

[b-00yuz4rkv3] .appointment-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  overflow: hidden;
  width: 100%;
  padding-left: 0;
}

[b-00yuz4rkv3] .appointment-title {
  font-weight: 600;
  font-size: 12px;
  color: inherit !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

[b-00yuz4rkv3] .appointment-solde {
  font-size: 10px;
  color: inherit !important;
  opacity: 0.8;
  line-height: 1.2;
  margin-top: 1px;
}

/* ==========================================================================
   Header Date & Flag Styles
   ========================================================================== */
[b-00yuz4rkv3] .today-flag-icon {
  color: #007bff;
  margin-right: 4px;
}

[b-00yuz4rkv3] .header-day-text {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}

[b-00yuz4rkv3] .header-date-text {
  opacity: 0.85;
}
/* /Presentation/Pages/Settings/Settings.razor.rz.scp.css */
.logo-section[b-5w3bg30r6z] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.logo-label[b-5w3bg30r6z] {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    color: #424242;
}

.dark-mode .logo-label[b-5w3bg30r6z] {
    color: #c0c4cc;
}

.logo-image-container[b-5w3bg30r6z] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.dark-mode .logo-image-container[b-5w3bg30r6z] {
    background-color: #262727;
    border-color: #444;
}

.logo-placeholder[b-5w3bg30r6z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9e9e9e;
    gap: 8px;
}

.dark-mode .logo-placeholder[b-5w3bg30r6z] {
    color: #6c6e7a;
}

.placeholder-text[b-5w3bg30r6z] {
    font-size: 14px;
    font-weight: 500;
}

.logo-image[b-5w3bg30r6z] {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.logo-image.loaded[b-5w3bg30r6z] {
    opacity: 1;
}

.logo-image-container img[b-5w3bg30r6z] {
    max-width: 200px !important;
    max-height: 200px !important;
}

.logo-upload-controls[b-5w3bg30r6z] {
    margin-top: auto;
    height: 48px;
    display: flex;
    align-items: center;
}

.upload-area[b-5w3bg30r6z] {
    position: relative;
    width: 100%;
}

.upload-area[b-5w3bg30r6z]  input[type="file"] {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
    top: 0 !important;
    left: 0 !important;
}

.upload-label[b-5w3bg30r6z] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #f5f5f5;
    border: 2px dashed #bdbdbd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #616161;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.dark-mode .upload-label[b-5w3bg30r6z] {
    background-color: #2d2d2d;
    border-color: #555;
    color: #a0a4ae;
}

.upload-label:hover[b-5w3bg30r6z] {
    background-color: #eeeeee;
    border-color: #9e9e9e;
    color: #424242;
}

.dark-mode .upload-label:hover[b-5w3bg30r6z] {
    background-color: #383838;
    border-color: #777;
    color: #e0e4ec;
}

.delete-area[b-5w3bg30r6z] {
    display: flex;
    justify-content: center;
}
/* /Presentation/Pages/UserAppointment/AppointmentEditForm.razor.rz.scp.css */
[b-yd1gfl2t2k] .k-tabstrip-content, [b-yd1gfl2t2k] .k-tabstrip > .k-content {
    height: 440px !important;
    width: 420px !important;
    overflow: hidden;
}

/* /Presentation/Pages/UserAppointment/UserAppointments.razor.rz.scp.css */
.header-div[b-jsa0c5xfnf] {
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[b-jsa0c5xfnf] .meeting {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

[b-jsa0c5xfnf] .appointment-details {
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

[b-jsa0c5xfnf] .avatar-container {
    flex-shrink: 0;
    width: 40px;
    margin-right: 4px;
    box-sizing: border-box;
}

[b-jsa0c5xfnf] .details-container {
    flex-grow: 1;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

[b-jsa0c5xfnf] .title-status-container {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

[b-jsa0c5xfnf] .title-status-container strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}

[b-jsa0c5xfnf] .status-icon {
    flex-shrink: 0;
}

[b-jsa0c5xfnf] .notes {
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
}
/* /Presentation/Pages/Vehicules/Vehicules.razor.rz.scp.css */
.photo-cell[b-7yjiwgq8ba] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.marque-logo[b-7yjiwgq8ba] {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    padding: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    object-fit: contain;
    opacity: 1 !important;
}

.hors-service-container[b-7yjiwgq8ba] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.hors-service-icon[b-7yjiwgq8ba] {
    color: red;
    font-size: 20px;
}

/* /Presentation/Shared/LoginDisplay.razor.rz.scp.css */
[b-bo76abkxgt] .error-message-multiline {
    white-space: pre-line;
}

.profile-container[b-bo76abkxgt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
}

.profile-photo[b-bo76abkxgt] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--avatar-border-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    transition: transform 0.2s ease, border-color 0.3s ease;
    padding: 0 !important;
    margin: 0 !important;
}

.profile-photo:hover[b-bo76abkxgt] {
    transform: scale(1.05);
}

[b-bo76abkxgt] .circular {
    display: inline-flex !important;
    width: 36px !important;
    height: 36px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    line-height: 0;
}

.user-container[b-bo76abkxgt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 2px 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.user-container:hover[b-bo76abkxgt] {
    background-color: var(--appbar-btn-hover-bg);
}

.user-info-stack[b-bo76abkxgt] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.2;
}

.user-display-name[b-bo76abkxgt] {
    font-size: 13px;
    font-weight: 600;
    color: var(--appbar-text);
    margin: 0;
}

.user-display-role[b-bo76abkxgt] {
    font-size: 10px;
    font-weight: 500;
    color: var(--appbar-text-muted);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-bo76abkxgt] .error-message {
    padding-block: 0;
    padding-inline: 0;
    padding: 0px;
}

[b-bo76abkxgt] .modern-notif-popup {
    border: 1px solid var(--appbar-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.15) !important;
    background-color: var(--appbar-bg) !important;
    overflow: hidden !important;
}

[b-bo76abkxgt] .notif-list {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

[b-bo76abkxgt] .k-listview, [b-bo76abkxgt] .k-listview-content {
    border: none !important;
    background-color: transparent !important;
}

[b-bo76abkxgt] .k-listview-item {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.notif-header[b-bo76abkxgt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--appbar-text);
    border-bottom: 1px solid var(--appbar-border);
    background-color: var(--appbar-bg);
}

.header-icon[b-bo76abkxgt] {
    margin-right: 10px;
    font-size: 18px;
    color: var(--primary-accent);
}

.header-title[b-bo76abkxgt] {
    flex-grow: 1;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.notif-card[b-bo76abkxgt] {
    display: flex;
    align-items: flex-start;
    padding: 16px 20px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid var(--appbar-border);
    background-color: var(--card-bg-read);
}

.notif-card:last-child[b-bo76abkxgt] {
    border-bottom: none;
}

.light-mode[b-bo76abkxgt] {
    --card-bg-read: #ffffff;
    --card-bg-unread: #f4f9ff;
    --notif-text: #111827;
    --notif-text-muted: #6b7280;
    --notif-hover: #f9fafb;
}

.dark-mode[b-bo76abkxgt] {
    --card-bg-read: rgba(255, 255, 255, 0);
    --card-bg-unread: rgba(59, 130, 246, 0.08);
    --notif-text: #f9fafb;
    --notif-text-muted: #9ca3af;
    --notif-hover: rgba(255, 255, 255, 0.03);
}

.notif-card.unread[b-bo76abkxgt] {
    background-color: var(--card-bg-unread) !important;
    border-left: 3px solid var(--primary-accent);
    padding-left: 17px; /* 20px base padding - 3px border */
}

.notif-card:hover[b-bo76abkxgt] {
    background-color: var(--notif-hover) !important;
}

.notif-icon[b-bo76abkxgt] {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

[b-bo76abkxgt] .info .notif-icon {
    background-color: rgba(59, 130, 246, 0.12) !important;
    color: #3b82f6 !important;
}

[b-bo76abkxgt] .success .notif-icon {
    background-color: rgba(16, 185, 129, 0.12) !important;
    color: #10b981 !important;
}

[b-bo76abkxgt] .warning .notif-icon {
    background-color: rgba(245, 158, 11, 0.12) !important;
    color: #f59e0b !important;
}

[b-bo76abkxgt] .error .notif-icon {
    background-color: rgba(239, 68, 68, 0.12) !important;
    color: #ef4444 !important;
}

.notif-content[b-bo76abkxgt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 12px;
}

.notif-content strong[b-bo76abkxgt] {
    font-size: 14px;
    font-weight: 600;
    color: var(--notif-text);
    line-height: 1.3;
}

.notif-card.unread .notif-content strong[b-bo76abkxgt] {
    font-weight: 700;
    color: var(--primary-accent);
}

.notif-content p[b-bo76abkxgt], .notif-content span[b-bo76abkxgt] {
    margin: 0;
    font-size: 13px;
    color: var(--notif-text-muted);
    line-height: 1.5;
}

.notif-content small[b-bo76abkxgt] {
    color: var(--notif-text-muted);
    font-size: 11px;
    margin-top: 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

[b-bo76abkxgt] .notif-card .mark-as-seen {
    align-self: flex-start;
    opacity: 0;
    transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    background-color: transparent !important;
    border: none !important;
    color: var(--appbar-btn-color) !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: -4px;
    margin-right: -8px;
}

.notif-card:hover .mark-as-seen[b-bo76abkxgt] {
    opacity: 0.6;
}

[b-bo76abkxgt] .notif-card .mark-as-seen:hover {
    color: var(--appbar-btn-hover-color) !important;
    background-color: var(--appbar-btn-hover-bg) !important;
    opacity: 1;
}

.notif-empty[b-bo76abkxgt] {
    text-align: center;
    padding: 32px 16px;
    color: var(--appbar-text-muted);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.notif-empty i[b-bo76abkxgt] {
    font-size: 24px;
    color: var(--appbar-border);
}

[b-bo76abkxgt] .popup-target.circular {
    position: relative;
}

[b-bo76abkxgt] .popup-target.circular .badge {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    min-width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    padding: 0 4px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1.5px solid var(--badge-border-color) !important;
    background-color: #ef4444 !important;
    color: #ffffff !important;
    transform: translate(25%, -25%) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    margin: 0 !important;
}

[b-bo76abkxgt] .popup-target.circular .fa-bell {
    margin-right: 0 !important;
}
/* /Presentation/Shared/UserChangePassword.razor.rz.scp.css */
.logo-image[b-qudoza460j] {
    width: 96px;
    height: 96px;
}
