/* _content/DriVR.Frontend.Client1/Components/DVRCheckboxList/DVRCheckboxList.razor.rz.scp.css */
.btnClose[b-bfu3o6nvvm] {
  display: flex;
  justify-content: flex-end;
  padding: 5px 5px 0px 0px; }

.fsbTitle[b-bfu3o6nvvm] {
  color: dimgrey;
  display: flex;
  justify-content: center; }

.searchbar[b-bfu3o6nvvm] {
  /*width: 250px;*/
  margin-bottom: 5px;
  /*height: 75px;*/
  display: flex;
  flex: 1;
  justify-content: left;
  align-items: center; }

.searchIcon[b-bfu3o6nvvm] {
  height: 24px;
  margin-top: 24px;
  margin-right: 5px;
  margin-left: 10px; }

.debugContainerLine[b-bfu3o6nvvm] {
  border: 0px; }

.searchItemLabel[b-bfu3o6nvvm] {
  color: black;
  width: 90px; }

.searchItemLabelMarked[b-bfu3o6nvvm] {
  color: forestgreen;
  width: 100px; }

.searchItemContainer[b-bfu3o6nvvm] {
  float: left;
  clear: none;
  width: 250px;
  margin: 10px;
  display: flex;
  justify-content: left;
  align-items: center; }

.labelContainer[b-bfu3o6nvvm] {
  float: left;
  clear: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 180px;
  height: 24px;
  margin: 3px;
  display: flex;
  justify-content: left;
  align-items: flex-start; }

.markbox[b-bfu3o6nvvm] {
  float: left;
  clear: none;
  width: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px; }

.navigateButtons[b-bfu3o6nvvm] {
  margin-left: 75px; }

.noresult[b-bfu3o6nvvm] {
  color: dimgrey;
  display: flex;
  justify-content: center; }
/* _content/DriVR.Frontend.Client1/Components/Training/ExperiencePageSummary.razor.rz.scp.css */
.programBloc[b-bdkocyybmw] {
  margin-top: 10px;
  margin-bottom: 15px; }
/* _content/DriVR.Frontend.Client1/Components/UI/ViewModeSwitcher.razor.rz.scp.css */
.admin-mode-switcher[b-f7ylc42m3s] {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #e0e3ea;
    border-radius: 6px;
    padding: 2px;
    margin-right: 4px;
}
/* _content/DriVR.Frontend.Client1/Components/WebMonitoring/WebMonitoringResultCommentsDialog.razor.rz.scp.css */
.web-monitoring-chat[b-sg1ca6k4nm] {
    display: flex;
    flex-direction: column;
    height: 360px;
}

.web-monitoring-chat-messages[b-sg1ca6k4nm] {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 4px 4px 8px 4px;
}

.web-monitoring-chat-row[b-sg1ca6k4nm] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.web-monitoring-chat-row.mine[b-sg1ca6k4nm] {
    flex-direction: row-reverse;
}

.web-monitoring-chat-avatar[b-sg1ca6k4nm] {
    flex-shrink: 0;
}

.web-monitoring-chat-column[b-sg1ca6k4nm] {
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.web-monitoring-chat-row.mine .web-monitoring-chat-column[b-sg1ca6k4nm] {
    align-items: flex-end;
}

.web-monitoring-chat-header[b-sg1ca6k4nm] {
    color: var(--mud-palette-text-secondary);
    margin-bottom: 2px;
    padding: 0 4px;
}

.web-monitoring-chat-bubble[b-sg1ca6k4nm] {
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(var(--mud-palette-grey-rgb), 0.25);
    border: 1px solid rgba(var(--mud-palette-grey-rgb), 0.35);
    border-bottom-left-radius: 4px;
    white-space: pre-wrap;
    word-break: break-word;
}

.web-monitoring-chat-bubble.mine[b-sg1ca6k4nm] {
    background: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 4px;
}

.web-monitoring-chat-input[b-sg1ca6k4nm] {
    flex: 0 0 auto;
    padding-top: 8px;
}
/* _content/DriVR.Frontend.Client1/Layouts/AdminLayout.razor.rz.scp.css */
/* ── Barre principale unifiée ────────────────────────────────── */

.admin-top-bar[b-bcvxyd4zc8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #FFFFFF;
    border-bottom: 1px solid #e8eaf0;
    display: flex;
    align-items: center;
    z-index: 1300;
    padding: 0 0 0 4px;
}

.admin-domain-tabs[b-bcvxyd4zc8] {
    flex: 1;
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    min-width: 0;
    height: 100%;
    padding: 0 4px;
}

.admin-domain-tabs[b-bcvxyd4zc8]::-webkit-scrollbar {
    height: 3px;
}

.admin-domain-tabs[b-bcvxyd4zc8]::-webkit-scrollbar-thumb {
    background: #d0d4da;
    border-radius: 2px;
}

.admin-top-bar-right[b-bcvxyd4zc8] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 2px;
}

/* ── Onglets de domaine ──────────────────────────────────────── */

.admin-domain-tab[b-bcvxyd4zc8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 6px;
    font-size: 13px;
    font-family: inherit;
    color: #5a6478;
    white-space: nowrap;
    transition: background 120ms ease, color 120ms ease;
    flex-shrink: 0;
}

.admin-domain-tab:hover[b-bcvxyd4zc8] {
    background: rgba(24, 110, 182, 0.06);
    color: #186EB6;
}

.admin-domain-tab.active[b-bcvxyd4zc8] {
    background: rgba(24, 110, 182, 0.08);
    color: #186EB6;
    font-weight: 600;
}

/* ── Zone principale (sidebar + contenu) ───────────────────── */

.admin-body[b-bcvxyd4zc8] {
    display: flex;
    padding-top: 55px;
    min-height: 100vh;
}

/* ── Sidebar contextuel ─────────────────────────────────────── */

.admin-contextual-sidebar[b-bcvxyd4zc8] {
    width: 210px;
    min-width: 210px;
    background: #FFFFFF;
    border-right: 1px solid #e8eaf0;
    min-height: calc(100vh - 55px);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 55px;
    height: calc(100vh - 55px);
    overflow-y: auto;
}

.admin-sidebar-domain-title[b-bcvxyd4zc8] {
    padding: 16px 16px 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #186EB6;
    font-weight: 600;
}

/* Liens de navigation flat (sans accordéon) */
.admin-sidebar-nav[b-bcvxyd4zc8]  .mud-nav-link {
    height: 40px;
    font-size: 13px;
    padding-left: 16px;
    border-radius: 0;
    color: #3d4557;
}

.admin-sidebar-nav[b-bcvxyd4zc8]  .mud-nav-link:hover {
    background: #F4F6F8;
}

.admin-sidebar-nav[b-bcvxyd4zc8]  .mud-nav-link.active,
.admin-sidebar-nav[b-bcvxyd4zc8]  .mud-nav-link[aria-current="page"] {
    background: rgba(24, 110, 182, 0.08);
    border-left: 3px solid #186EB6;
    color: #186EB6;
    font-weight: 500;
    padding-left: 13px;
}

.admin-sidebar-logo[b-bcvxyd4zc8] {
    margin-top: auto;
    padding: 16px;
    display: flex;
    justify-content: center;
}

/* ── Zone de contenu ────────────────────────────────────────── */

.admin-content[b-bcvxyd4zc8] {
    flex: 1;
    min-width: 0;
    background-color: #FAFAFA;
    padding: 20px;
}

.admin-breadcrumb-bar[b-bcvxyd4zc8] {
    margin-bottom: 16px;
}

.admin-breadcrumb-bar[b-bcvxyd4zc8]  .mud-breadcrumb-item,
.admin-breadcrumb-bar[b-bcvxyd4zc8]  .mud-breadcrumbs {
    font-size: 12px;
    color: #5a6478;
}

.admin-breadcrumb-bar[b-bcvxyd4zc8]  .mud-breadcrumb-item:last-child .mud-typography {
    color: #186EB6;
    font-weight: 500;
}

/* ── Mode Support : indicateurs visuels ─────────────────────── */

.admin-top-bar.support-mode[b-bcvxyd4zc8] {
    border-bottom: 2px solid #E64A19;
}

.admin-support-label[b-bcvxyd4zc8] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #E64A19;
    padding: 0 8px;
}

.admin-contextual-sidebar.support-mode .admin-sidebar-domain-title[b-bcvxyd4zc8] {
    color: #E64A19;
}

.admin-contextual-sidebar.support-mode[b-bcvxyd4zc8]  .mud-nav-link.active,
.admin-contextual-sidebar.support-mode[b-bcvxyd4zc8]  .mud-nav-link[aria-current="page"] {
    border-left-color: #E64A19;
    color: #E64A19;
    background: rgba(230, 74, 25, 0.06);
}

/* ── Mode Formateur : indicateurs visuels ────────────────────── */

.admin-top-bar.trainer-mode[b-bcvxyd4zc8] {
    border-bottom: 2px solid #00897B;
}

.admin-trainer-label[b-bcvxyd4zc8] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #00897B;
    padding: 0 8px;
}

.admin-contextual-sidebar.trainer-mode .admin-sidebar-domain-title[b-bcvxyd4zc8] {
    color: #00897B;
}

.admin-contextual-sidebar.trainer-mode[b-bcvxyd4zc8]  .mud-nav-link.active,
.admin-contextual-sidebar.trainer-mode[b-bcvxyd4zc8]  .mud-nav-link[aria-current="page"] {
    border-left-color: #00897B;
    color: #00897B;
    background: rgba(0, 137, 123, 0.06);
}

/* ── Responsive : repli sidebar sous 1280px ─────────────────── */

@media (max-width: 1280px) {
    .admin-contextual-sidebar[b-bcvxyd4zc8] {
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 1100;
        box-shadow: 2px 0 8px rgba(0,0,0,0.12);
    }

    .admin-body[b-bcvxyd4zc8] {
        position: relative;
    }

    .admin-content[b-bcvxyd4zc8] {
        padding: 16px;
    }
}
/* _content/DriVR.Frontend.Client1/Pages/Admin/DeviceAssignments/CreateDeviceAssignment.razor.rz.scp.css */
.custom-datepicker[b-ne7owtk6lo] {
    margin-top: 70px; 
}

/* _content/DriVR.Frontend.Client1/Pages/Admin/Watch/WatchManager.razor.rz.scp.css */
.text-overflow[b-gykpg0xtl1] {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: block;
    line-height: 1.2;
    height: 1.2em;
}

.text-clip-5[b-gykpg0xtl1] {
    display: inline-block;
    max-width: 5ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.text-clip-title[b-gykpg0xtl1] {
    display: block;
    max-width: 250px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 1.2em;
}

.text-clip-summary[b-gykpg0xtl1] {
    display: block;
    max-width: 300px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 1.2em;
}

.text-center[b-gykpg0xtl1] {
    text-align: center;
}

.mud-table-responsive[b-gykpg0xtl1] {
    overflow-x: auto;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .text-overflow[b-gykpg0xtl1] {
        max-width: 150px;
    }
    
    .text-clip-title[b-gykpg0xtl1] {
        max-width: 180px;
    }
    
    .text-clip-summary[b-gykpg0xtl1] {
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .text-overflow[b-gykpg0xtl1] {
        max-width: 100px;
    }
    
    .text-clip-title[b-gykpg0xtl1] {
        max-width: 120px;
    }
    
    .text-clip-summary[b-gykpg0xtl1] {
        max-width: 150px;
    }
}
/* _content/DriVR.Frontend.Client1/Pages/Auth/SignIn/PasswordChanged.razor.rz.scp.css */
h1[b-jlzsr2dkey] {
  padding: 20px 0px; }

.littleMargin[b-jlzsr2dkey] {
  margin: 15px 0px; }

.textLink[b-jlzsr2dkey] {
  color: #145D9A;
  font-weight: bold; }
  .textLink:hover[b-jlzsr2dkey] {
    color: #1A75C2; }
/* _content/DriVR.Frontend.Client1/Pages/Auth/SignIn/ResetPassword.razor.rz.scp.css */
h1[b-7di32is7lo] {
  margin: 20px 0px; }

.littleMargin[b-7di32is7lo] {
  margin: 15px 0px;
  justify-content: space-around;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: column;
  width: 512px; }
/* _content/DriVR.Frontend.Client1/Pages/Auth/SignIn/SignIn.razor.rz.scp.css */
.textLink[b-rg6g1fgdug] {
  color: #145D9A;
  font-weight: bold; }
  .textLink:hover[b-rg6g1fgdug] {
    color: #1A75C2; }
/* _content/DriVR.Frontend.Client1/Pages/Auth/SignUp/Contact.razor.rz.scp.css */
h1[b-05aq5zh7bl] {
  padding: 20px 0px; }

h5[b-05aq5zh7bl] {
  margin: 20px 0px; }

.littleMargin[b-05aq5zh7bl] {
  margin: 15px 0px;
  text-align: center;
}

.contactMandatory[b-05aq5zh7bl] {
  color: #979797;
  font-size: 14px;
  margin: 5px 0px; }

.textLink[b-05aq5zh7bl] {
  color: #145D9A;
  font-weight: bold; }
  .textLink:hover[b-05aq5zh7bl] {
    color: #1A75C2; }
/* _content/DriVR.Frontend.Client1/Pages/Auth/SignUp/SignUp.razor.rz.scp.css */
h1[b-6d2xxx0yy3] {
  margin: 20px 0px 30px 0px; }

h6[b-6d2xxx0yy3] {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 22px; }

.itemsOnColumn[b-6d2xxx0yy3] {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-evenly;
  height: 400px; }

.signUpButton[b-6d2xxx0yy3] {
  display: flex;
  margin: 20px 0px 0px 15px; }

.textLink[b-6d2xxx0yy3] {
  color: #145D9A;
  font-weight: bold; }
  .textLink:hover[b-6d2xxx0yy3] {
    color: #1A75C2; }

.stepContent[b-6d2xxx0yy3] {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 270px; }

.infoBottom[b-6d2xxx0yy3] {
  margin: 50px 0px 0px 0px;
  opacity: 0.8; }
/* _content/DriVR.Frontend.Client1/Pages/Auth/SignUp/SubscriptionConfirmed.razor.rz.scp.css */
h1[b-kz75mvbsdb] {
  padding: 20px 0px; }

.subConfirmedResendMail[b-kz75mvbsdb] {
  display: flex;
  flex-direction: row; }

.littleMargin[b-kz75mvbsdb] {
  margin: 15px 0px; }

.textLink[b-kz75mvbsdb] {
  color: #145D9A;
  font-weight: bold; }
  .textLink:hover[b-kz75mvbsdb] {
    color: #1A75C2; }
/* _content/DriVR.Frontend.Client1/Pages/Trainer/WebMonitoringTrainerView.razor.rz.scp.css */
.web-monitoring-card[b-8hwx5e0fso] {
    transition: box-shadow 0.15s ease, opacity 0.15s ease;
}

.web-monitoring-card:hover[b-8hwx5e0fso] {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.web-monitoring-card.read[b-8hwx5e0fso] {
    opacity: 0.72;
}

.web-monitoring-summary[b-8hwx5e0fso] {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--mud-palette-text-secondary);
}
/* _content/DriVR.Frontend.Client1/Pages/User/Devices/DeviceInformation.razor.rz.scp.css */
.deviceInfoPage[b-rdd6tkhwrb] {
  text-align: center;
  padding: 12px 0;
  justify-content: center; }

.blockFirstLine[b-rdd6tkhwrb] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin: 0px 10px 0px 10px;
}

.audio[b-rdd6tkhwrb] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.serialDisplay[b-rdd6tkhwrb] {
  display: flex;
  flex-direction: row;
  align-items: center; }

.serverCheckInfo[b-rdd6tkhwrb] {
  display: flex;
  flex-direction: row;
}

.connectionData[b-rdd6tkhwrb] {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
}

.connectionDataDetails[b-rdd6tkhwrb] {
  display: flex;
  flex-direction: row;
  width: 100%; }

.line[b-rdd6tkhwrb] {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px; }

.actionButtons[b-rdd6tkhwrb] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: nowrap; }

.spacer[b-rdd6tkhwrb] {
  width: 100px; }

.columnDisplay[b-rdd6tkhwrb] {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap; }
/* _content/DriVR.Frontend.Client1/Pages/User/Devices/Devices.razor.rz.scp.css */
.deviceCard[b-vta702zy9w] {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.cardRow[b-vta702zy9w] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.cardRowItem[b-vta702zy9w] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cardColumn[b-vta702zy9w] {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 20px;
}
/* _content/DriVR.Frontend.Client1/Pages/User/Home/HomePage.razor.rz.scp.css */
:root[b-csqmd7edr5] {
  --surface-color: #fff;
  --curve: 40; }

*[b-csqmd7edr5] {
  box-sizing: border-box; }

body[b-csqmd7edr5] {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fef8f8; }

.cards[b-csqmd7edr5] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  list-style-type: none; }

.card[b-csqmd7edr5] {
  position: relative;
  display: block;
  height: 100%;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none; }

.card__image[b-csqmd7edr5] {
  width: 100%;
  height: auto;
  border-radius: 30px; }

.card__overlay[b-csqmd7edr5] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: white;
  transform: translateY(100%);
  transition: .2s ease-in-out; }

.card:hover .card__overlay[b-csqmd7edr5] {
  transform: translateY(0); }

.card__header[b-csqmd7edr5] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: white;
  transform: translateY(-100%);
  transition: .2s ease-in-out; }

.card__arc[b-csqmd7edr5] {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1; }

.card__arc path[b-csqmd7edr5] {
  fill: white;
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z"); }

.card:hover .card__header[b-csqmd7edr5] {
  transform: translateY(0); }

.card__thumb[b-csqmd7edr5] {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.card__title[b-csqmd7edr5] {
  font-size: 1.5em;
  margin: 0 0 .3em;
  color: black; }

.card__tagline[b-csqmd7edr5] {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";
  font-size: .8em;
  color: #D7BDCA; }

.card__status[b-csqmd7edr5] {
  font-size: .8em;
  color: white; }

.card__description[b-csqmd7edr5] {
  padding: 0 2em 2em;
  margin: 0;
  color: black;
  font-family: "MockFlowFont";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.hover-border[b-csqmd7edr5] {
    transition: border 0.3s ease; /* Smooth transition */
}

    .hover-border:hover[b-csqmd7edr5] {
        border: 2px solid blue; /* Blue border on hover */
    }
/* _content/DriVR.Frontend.Client1/Pages/User/Management/TeamManagement/AddTeams.razor.rz.scp.css */
.addValidateTeams[b-asgusjayj6] {
  margin-top: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: row; }

.addTeamsForm[b-asgusjayj6] {
  display: flex;
  flex-direction: column;
  margin: 20px 0px; }

.addToTeam[b-asgusjayj6] {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.addUsersToTeamHead[b-asgusjayj6] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px; }

.containerFixed[b-asgusjayj6] {
  width: 35vw;
  min-height: 100px; }

/*.marginRight {
    margin-right: 200px;
}*/
/* _content/DriVR.Frontend.Client1/Pages/User/Management/TeamManagement/EditTeamInfo.razor.rz.scp.css */
.formEditTeamInfo[b-qjsp1d5z8n] {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.buttonsEditTeam[b-qjsp1d5z8n] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
/* _content/DriVR.Frontend.Client1/Pages/User/Management/TeamManagement/SearchTeam.razor.rz.scp.css */
.searchTeamHead[b-0f3h2edq53] {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.searchTeamDisp[b-0f3h2edq53] {
  display: flex;
  justify-content: center;
  align-items: center; }

.searchTeamBar[b-0f3h2edq53] {
  display: flex;
  justify-content: space-between;
  align-items: center; }
/* _content/DriVR.Frontend.Client1/Pages/User/Management/TeamManagement/TeamDetails.razor.rz.scp.css */
.teamDetailsPage[b-vqskthbtjj] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  /*margin: 20px 0px;*/
  padding-left: 10px; }

/*.userProfileBody {
    display: flex;
    flex-wrap: wrap;
}*/
.teamDetailsHead[b-vqskthbtjj] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 20px;
  width: 100%;
  /*border: 1px solid lightgrey;*/ }

.teamDetailsName[b-vqskthbtjj] {
  margin: 0px 20px 20px 0px; }

.teamDetailsTitle[b-vqskthbtjj] {
  display: flex;
  flex-direction: row; }

.teamDetailsBox[b-vqskthbtjj] {
  /*margin-bottom: 30px;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.alignRow[b-vqskthbtjj] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

/*.alignRowNoWrap {
    display: flex;
    flex-direction: row;
}*/
.teamDetailsInfoItem[b-vqskthbtjj] {
  margin: 0px 0px 10px 0px;
  display: flex;
  flex-direction: row; }

.largeMarginRight[b-vqskthbtjj] {
  margin-right: 100px; }

/*.mediumMarginRight {
    margin-right: 30px;
}*/
/*.fixedWidth {
    width: 400px;
}*/
/* _content/DriVR.Frontend.Client1/Pages/User/Management/TeamManagement/TeamManagement.razor.rz.scp.css */
.optionBarTeamManagement[b-l0s2dw6lpf] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 5px 20px 0px;
  padding-left: 10px; }

.alignRow[b-l0s2dw6lpf] {
  display: flex;
  flex-direction: row; }

.selectAndTagsBar[b-l0s2dw6lpf] {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.teamCardHeader[b-l0s2dw6lpf] {
  justify-content: flex-end;
  display: flex;
  margin-bottom: 5px;
  height: 30px; }

.teamCardBody[b-l0s2dw6lpf] {
  display: grid;
  justify-content: center; }

.teamCardIcon[b-l0s2dw6lpf] {
  display: flex;
  padding: 13px 0px 0px 10px; }

.showOnHover[b-l0s2dw6lpf] {
  opacity: 0; }

.teamCard[b-l0s2dw6lpf] {
  /* Alternative : Si le maintien de la checkbox visible dans la classe showOnHover
    .keepVisible {
        opacity: 1;
    }
        */ }
  .teamCard .showOnHover[b-l0s2dw6lpf] {
    opacity: 0;
    transition: opacity 0.2s ease 0s; }
  .teamCard:hover .showOnHover[b-l0s2dw6lpf] {
    opacity: 1; }

.teamCardSelected[b-l0s2dw6lpf] {
  /* border: thin double #4ebb8b;
    border-radius: 20px;
    z-index:3;*/ }
  .teamCardSelected .showOnHover[b-l0s2dw6lpf] {
    opacity: 1; }
/* _content/DriVR.Frontend.Client1/Pages/User/Management/UserManagement/AddUsers.razor.rz.scp.css */
.addValidateUsers[b-zn66pv677b] {
  margin-top: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: row; }

.addToTeamFab[b-zn66pv677b] {
  margin-top: 20px; }
/* _content/DriVR.Frontend.Client1/Pages/User/Management/UserManagement/EditUserInfo.razor.rz.scp.css */
.formEditUserInfo[b-u3m1ymz8y6] {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.buttonsEditUser[b-u3m1ymz8y6] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
/* _content/DriVR.Frontend.Client1/Pages/User/Management/UserManagement/ImportUsers.razor.rz.scp.css */
.addValidateUsers[b-1jbfwr9s18] {
  margin-top: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: row; }

.downloadButton[b-1jbfwr9s18] {
    text-decoration:underline;
    color:blue;
}
/* _content/DriVR.Frontend.Client1/Pages/User/Management/UserManagement/SearchUser.razor.rz.scp.css */
.searchUserHead[b-ep2bgn6a0g] {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.searchUserDisp[b-ep2bgn6a0g] {
  display: flex;
  justify-content: center;
  align-items: center; }

.searchUserBar[b-ep2bgn6a0g] {
  display: flex;
  justify-content: space-between;
  align-items: center; }
/* _content/DriVR.Frontend.Client1/Pages/User/Management/UserManagement/UserManagement.razor.rz.scp.css */
.optionBarUserManagement[b-x7hz2r8bgi] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 5px 20px 0px;
  padding-left: 10px; }

.alignRow[b-x7hz2r8bgi] {
  display: flex;
  flex-direction: row; }

.selectAndTagsBar[b-x7hz2r8bgi] {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.userCardHeader[b-x7hz2r8bgi] {
  justify-content: space-between;
  display: flex;
  margin-bottom: 5px;
  height: 45px; }

.userCardBody[b-x7hz2r8bgi] {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.userCardIcon[b-x7hz2r8bgi] {
  display: flex;
  padding: 13px 0px 0px 10px; }

.showOnHover[b-x7hz2r8bgi] {
  opacity: 0; }

.userCard[b-x7hz2r8bgi] {
  /* Alternative : Si le maintien de la checkbox visible dans la classe showOnHover
    .keepVisible {
        opacity: 1;
    }
        */ }
  .userCard .showOnHover[b-x7hz2r8bgi] {
    opacity: 0;
    transition: opacity 0.2s ease 0s; }
  .userCard:hover .showOnHover[b-x7hz2r8bgi] {
    opacity: 1; }

.userCardSelected[b-x7hz2r8bgi] {
  /* border: thin double #4ebb8b;
    border-radius: 20px;
    z-index:3;*/ }
  .userCardSelected .showOnHover[b-x7hz2r8bgi] {
    opacity: 1; }
/* _content/DriVR.Frontend.Client1/Pages/User/Management/UserManagement/UserProfile.razor.rz.scp.css */
/* UserProfile page styles - kept minimal, MudBlazor handles most layout */
/* _content/DriVR.Frontend.Client1/Pages/User/Management/VehicleManagement/VehiclesManagement.razor.rz.scp.css */
.vehicleCardHeader[b-15dtqo0vy1] {
    justify-content: flex-end;
    display: flex;
    margin-bottom: 5px;
    height: 30px;
}

.vehicleCardBody[b-15dtqo0vy1] {
    display: grid;
    justify-content: center;
}

.showOnHover[b-15dtqo0vy1] {
    opacity: 0;
}
/* _content/DriVR.Frontend.Client1/Pages/User/Results/ExperienceResultsVizualisations/MiseEnSituationResultsVizualisation.razor.rz.scp.css */
.title[b-1lqyfe6hby] {
  margin: 10px 50px 17px 45%;
  font-size: 3em; }

.scoreblock[b-1lqyfe6hby] {
  align-items: center;
  display: flex;
  border-style: none;
  width: 50%;
  text-align: center;
  padding: 12px 0;
  justify-content: right; }

.scoreblocktext[b-1lqyfe6hby] {
  text-align: left;
  justify-content: left;
  padding-left: 10px; }
/* _content/DriVR.Frontend.Client1/Pages/User/Results/ResultsView.razor.rz.scp.css */
.result-card[b-9dvm6i0nnw] {
    cursor: pointer;
    border-radius: 12px;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
    height: 100%;
}

.result-card:hover[b-9dvm6i0nnw] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    cursor: pointer;
}

.result-card-title[b-9dvm6i0nnw] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.result-card-footer[b-9dvm6i0nnw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    gap: 8px;
    flex-wrap: wrap;
}

.results-empty-state[b-9dvm6i0nnw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
}
/* _content/DriVR.Frontend.Client1/Pages/User/TrainingGuides/TrainingGuidesPage.razor.rz.scp.css */
/* Ce fichier peut �tre vid� ou supprim� � tout le style est d�sormais g�r� par MudBlazor */

:root[b-gx0zmm9c67] {
  --surface-color: #fff;
  --curve: 40;
}

*[b-gx0zmm9c67] {
  box-sizing: border-box;
}

[b-gx0zmm9c67] .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 1rem 0 2rem 0;
  padding: 0;
  list-style-type: none;
}

[b-gx0zmm9c67] .card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
}

[b-gx0zmm9c67] .card__image {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

[b-gx0zmm9c67] .card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background-color: var(--mud-palette-background-grey);
  border-radius: 30px;
}

[b-gx0zmm9c67] .card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: white;
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

[b-gx0zmm9c67] .card:hover .card__overlay {
  transform: translateY(0);
}

[b-gx0zmm9c67] .card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: white;
  transform: translateY(-100%);
  transition: .2s ease-in-out;
}

[b-gx0zmm9c67] .card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

[b-gx0zmm9c67] .card__arc path {
  fill: white;
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

[b-gx0zmm9c67] .card:hover .card__header {
  transform: translateY(0);
}

[b-gx0zmm9c67] .card__title {
  font-size: 1.5em;
  margin: 0 0 .3em;
  color: black;
}

[b-gx0zmm9c67] .card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* _content/DriVR.Frontend.Client1/Pages/User/Training/CampaignsToCome.razor.rz.scp.css */
.campaignHeader[b-el7mmhc8bk] {
  display: flex;
  flex-direction: row;
  padding: 20px; }

.campaignInfo[b-el7mmhc8bk] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 20px; }

.spaceBetweenRow[b-el7mmhc8bk] {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.campaignButtons[b-el7mmhc8bk] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%; }

.campaignContent[b-el7mmhc8bk] {
  padding: 20px;
  margin-bottom: 30px; }

.campaignExperience[b-el7mmhc8bk] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px 10px 0px 10px;
  width: 500px;
  background-color: #FAFAFA;
  padding: 10px;
  border-radius: 10px; }

.campaignTopic[b-el7mmhc8bk] {
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px; }
/* _content/DriVR.Frontend.Client1/Pages/User/Training/CurrentCampaigns.razor.rz.scp.css */
.campaignHeader[b-3m29kszqil] {
  display: flex;
  flex-direction: row;
  padding: 20px; }

.campaignInfo[b-3m29kszqil] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 20px; }

.spaceBetweenRow[b-3m29kszqil] {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.campaignButtons[b-3m29kszqil] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  padding-top: 10px; }

.campaignContent[b-3m29kszqil] {
  padding: 20px;
  margin-bottom: 30px; }

.cardsExamples[b-3m29kszqil] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px; }

.campaignExperience[b-3m29kszqil] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px 10px 0px 10px;
  width: 500px;
  background-color: #FAFAFA;
  padding: 10px;
  border-radius: 10px; }

.campaignTopic[b-3m29kszqil] {
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px; }
/* _content/DriVR.Frontend.Client1/Pages/User/Training/PassedCampaigns.razor.rz.scp.css */
.campaignHeader[b-v0jk58sa3x] {
  display: flex;
  flex-direction: row;
  padding: 20px;
  opacity: 0.7; }

.campaignInfo[b-v0jk58sa3x] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 20px; }

.spaceBetweenRow[b-v0jk58sa3x] {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.campaignContent[b-v0jk58sa3x] {
  padding: 20px;
  opacity: 0.7;
  margin-bottom: 30px; }

.cardsExamples[b-v0jk58sa3x] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px; }

.campaignExperience[b-v0jk58sa3x] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px 10px 0px 10px;
  width: 500px;
  background-color: #FAFAFA;
  padding: 10px;
  border-radius: 10px; }


.campaignTopic[b-v0jk58sa3x] {
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px; }
/* _content/DriVR.Frontend.Client1/Pages/User/Tutorials/Manuals.razor.rz.scp.css */
:root[b-6b35a65783] {
  --surface-color: #fff;
  --curve: 40; }

*[b-6b35a65783] {
  box-sizing: border-box; }

body[b-6b35a65783] {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fef8f8; }

.cards[b-6b35a65783] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  list-style-type: none; }

.card[b-6b35a65783] {
  position: relative;
  display: block;
  height: 100%;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none; }

.card__image[b-6b35a65783] {
  width: 100%;
  height: auto;
  border-radius: 30px; }

.card__overlay[b-6b35a65783] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: white;
  transform: translateY(100%);
  transition: .2s ease-in-out; }

.card:hover .card__overlay[b-6b35a65783] {
  transform: translateY(0); }

.card__header[b-6b35a65783] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: white;
  transform: translateY(-100%);
  transition: .2s ease-in-out; }

.card__arc[b-6b35a65783] {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1; }

.card__arc path[b-6b35a65783] {
  fill: white;
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z"); }

.card:hover .card__header[b-6b35a65783] {
  transform: translateY(0); }

.card__thumb[b-6b35a65783] {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.card__title[b-6b35a65783] {
  font-size: 1.5em;
  margin: 0 0 .3em;
  color: black; }

.card__tagline[b-6b35a65783] {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";
  font-size: .8em;
  color: #D7BDCA; }

.card__status[b-6b35a65783] {
  font-size: .8em;
  color: white; }

.card__description[b-6b35a65783] {
  padding: 0 2em 2em;
  margin: 0;
  color: black;
  font-family: "MockFlowFont";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
/* _content/DriVR.Frontend.Client1/Pages/User/Tutorials/Tutorials.razor.rz.scp.css */
:root[b-rdgscph3ey] {
  --surface-color: #fff;
  --curve: 40; }

*[b-rdgscph3ey] {
  box-sizing: border-box; }

body[b-rdgscph3ey] {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fef8f8; }

.cards[b-rdgscph3ey] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  list-style-type: none; }

.card[b-rdgscph3ey] {
  position: relative;
  display: block;
  height: 100%;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none; }

.card__image[b-rdgscph3ey] {
  width: 100%;
  height: auto;
  border-radius: 30px; }

.card__overlay[b-rdgscph3ey] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: white;
  transform: translateY(100%);
  transition: .2s ease-in-out; }

.card:hover .card__overlay[b-rdgscph3ey] {
  transform: translateY(0); }

.card__header[b-rdgscph3ey] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: white;
  transform: translateY(-100%);
  transition: .2s ease-in-out; }

.card__arc[b-rdgscph3ey] {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1; }

.card__arc path[b-rdgscph3ey] {
  fill: white;
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z"); }

.card:hover .card__header[b-rdgscph3ey] {
  transform: translateY(0); }

.card__thumb[b-rdgscph3ey] {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.card__title[b-rdgscph3ey] {
  font-size: 1.5em;
  margin: 0 0 .3em;
  color: black; }

.card__tagline[b-rdgscph3ey] {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";
  font-size: .8em;
  color: #D7BDCA; }

.card__status[b-rdgscph3ey] {
  font-size: .8em;
  color: white; }

.card__description[b-rdgscph3ey] {
  padding: 0 2em 2em;
  margin: 0;
  color: black;
  font-family: "MockFlowFont";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
/* _content/DriVR.Frontend.Client1/Shared/AiChat/AiChatComponent.razor.rz.scp.css */
.aichat-shell[b-9qhubjhehr] {
    height: calc(100vh - 115px);
    min-height: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 12px;
}

.aichat-topbar[b-9qhubjhehr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px 14px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    background: #fff;
}

.aichat-status[b-9qhubjhehr] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.aichat-layout[b-9qhubjhehr] {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 12px;
}

.aichat-card[b-9qhubjhehr] {
    min-height: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.aichat-header[b-9qhubjhehr] {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: #fcfcfc;
}

    .aichat-header h3[b-9qhubjhehr] {
        margin: 0;
        font-size: 1.05rem;
    }

.aichat-config[b-9qhubjhehr] {
    padding: 18px;
    overflow-y: auto;
    min-height: 0;
}

    .aichat-config h4[b-9qhubjhehr] {
        margin-top: 0;
    }

.config-form[b-9qhubjhehr] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Zone scrollable des messages � cl� du correctif */
.aichat-scroll[b-9qhubjhehr] {
    min-height: 0;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: linear-gradient(to bottom, rgba(24,110,182,.02), rgba(24,110,182,0));
}

.aichat-message[b-9qhubjhehr] {
    display: flex;
    width: 100%;
}

    .aichat-message.user-message[b-9qhubjhehr] {
        justify-content: flex-end;
    }

    .aichat-message.bot-message[b-9qhubjhehr] {
        justify-content: flex-start;
    }

.aichat-bubble[b-9qhubjhehr] {
    max-width: min(78%, 900px);
    border-radius: 16px;
    padding: 12px 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    line-height: 1.5;
    word-break: break-word;
}

.user-message .aichat-bubble[b-9qhubjhehr] {
    background: #e8f3ff;
    border: 1px solid #cfe5ff;
}

.bot-message .aichat-bubble[b-9qhubjhehr] {
    background: #f7f7f8;
    border: 1px solid #ececef;
}

.msg-content[b-9qhubjhehr] {
    white-space: normal;
}

.streaming-indicator[b-9qhubjhehr] {
    margin-left: 4px;
    animation: blink-b-9qhubjhehr 1s step-start infinite;
    color: #186eb6;
}

@keyframes blink-b-9qhubjhehr {
    50% {
        opacity: 0;
    }
}

.aichat-composer[b-9qhubjhehr] {
    border-top: 1px solid rgba(0,0,0,.08);
    padding: 12px 14px 14px 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.composer-input[b-9qhubjhehr] {
    width: 100%;
    resize: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    padding: 10px 12px;
    font-family: inherit;
    font-size: .95rem;
    outline: none;
    transition: border-color .15s ease;
}

    .composer-input:focus[b-9qhubjhehr] {
        border-color: #186eb6;
    }

.composer-actions[b-9qhubjhehr] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.aichat-side[b-9qhubjhehr] {
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 1100px) {
    .aichat-layout[b-9qhubjhehr] {
        grid-template-columns: 1fr;
    }

    .aichat-side[b-9qhubjhehr] {
        order: -1;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .aichat-bubble[b-9qhubjhehr] {
        max-width: 100%;
    }
}
/* _content/DriVR.Frontend.Client1/Shared/EmptyLayout.razor.rz.scp.css */
.main-content[b-z1ozhj6edk] {
    padding-inline:240px; 
    background-color: #FAFAFA; 
    min-height:100vh;
}

@media(max-width: 1024px)
{
    .main-content[b-z1ozhj6edk] {
        padding: 7%;
        background-color: #FAFAFA;
        min-height: 100vh;
    }
}
/* _content/DriVR.Frontend.Client1/Shared/Header.razor.rz.scp.css */
header[b-vs9hxk9xgn] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  border-bottom: 1px solid #E9E9E9;
  height: 60px;
  align-items: center; }

.marginHeader[b-vs9hxk9xgn] {
  margin: 0px 10px; }
/* _content/DriVR.Frontend.Client1/Shared/MainLayout.razor.rz.scp.css */
/* ---------------------------------------------------------------
   MainLayout - Drawer / NavMenu unified styling
   - Same height for every link
   - Same font size / weight
   - Same icon size and alignment
   - No text wrapping (ellipsis instead)
   - Section titles ("Formation", "Assistance", "Gestion"...) aligned
   --------------------------------------------------------------- */

/* Drawer container */
[b-bxl2rko6si] .mud-drawer {
    box-shadow: none !important;
}

[b-bxl2rko6si] .mud-drawer-content {
    overflow-x: hidden;
}

/* NavMenu reset */
[b-bxl2rko6si] .mud-nav-menu {
    padding: 0;
    margin-top: 8px;
}

/* All nav links: same height, padding, font */
[b-bxl2rko6si] .mud-nav-link,
[b-bxl2rko6si] .mud-nav-group .mud-nav-link {
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #555 !important;
    line-height: 1.2 !important;
    display: flex;
    align-items: center;
}

/* Top-level group headers (Administration, Support, Entreprise...) */
[b-bxl2rko6si] .mud-nav-group > .mud-nav-link {
    font-weight: 500 !important;
    color: #333 !important;
}

/* Active link */
[b-bxl2rko6si] .mud-nav-link.active {
    color: var(--mud-palette-primary) !important;
    background-color: rgba(24, 110, 182, 0.08);
}

/* Custom ChildContent wrappers (<div style="display:flex; ...">) inside links */
[b-bxl2rko6si] .mud-nav-link .mud-nav-link-text,
[b-bxl2rko6si] .mud-nav-link > div {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100%;
    min-width: 0;            /* allow ellipsis to work in flex */
    overflow: hidden;
}

/* All custom MudText labels inside nav links: single-line ellipsis */
[b-bxl2rko6si] .mud-nav-link .mud-typography {
    margin-left: 0 !important;          /* override inline margin-left:10px */
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    min-width: 0;
}

/* Unified icon size for both Material and FontAwesome icons */
[b-bxl2rko6si] .mud-nav-link .mud-icon-root,
[b-bxl2rko6si] .mud-nav-link .mud-icon-svg,
[b-bxl2rko6si] .mud-nav-link svg,
[b-bxl2rko6si] .mud-nav-link i.fas {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    margin-right: 0 !important;          /* override inline margin-right:5px */
    flex: 0 0 20px;
    color: #5f6368;
}

/* Section titles ("Formation", "Assistance", "Gestion", "Campagne") */
[b-bxl2rko6si] .mud-nav-menu > .mud-typography-body2 {
    margin: 16px 16px 4px 16px !important;
    padding: 0 !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--mud-palette-primary) !important;
}

[b-bxl2rko6si] .mud-nav-menu > .mud-divider {
    margin: 0 16px 4px 16px !important;
}

/* Nested groups: slight indent so hierarchy is readable but uniform */
[b-bxl2rko6si] .mud-nav-group .mud-nav-link {
    padding-left: 24px !important;
}

[b-bxl2rko6si] .mud-nav-group .mud-nav-group .mud-nav-link {
    padding-left: 32px !important;
}

/* Drawer header (logo) */
[b-bxl2rko6si] .mud-drawer-header {
    padding: 12px 16px !important;
    min-height: 56px;
    justify-content: center;
}

/* AppBar */
[b-bxl2rko6si] .mud-appbar {
    height: 55px !important;
    min-height: 55px !important;
}

/* Menu items in the user dropdown */
[b-bxl2rko6si] .mud-menu-item {
    font-size: 0.875rem !important;
}
/* _content/DriVR.Frontend.Client1/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ujaojsv0c3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ujaojsv0c3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ujaojsv0c3] {
    font-size: 1.1rem;
}

.oi[b-ujaojsv0c3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ujaojsv0c3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ujaojsv0c3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ujaojsv0c3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ujaojsv0c3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ujaojsv0c3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ujaojsv0c3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ujaojsv0c3] {
        display: none;
    }

    .collapse[b-ujaojsv0c3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/DriVR.Frontend.Client1/Shared/Signature/SignaturePad.razor.rz.scp.css */
.signature-container[b-9uj8qgx1zi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background: #f5f5f5;
    border-radius: 8px;
}

.signature-header[b-9uj8qgx1zi] {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.signature-canvas-wrapper[b-9uj8qgx1zi] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 300px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.signature-canvas[b-9uj8qgx1zi] {
    width: 100%;
    height: 100%;
    display: block;
    background: white;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.signature-canvas:focus[b-9uj8qgx1zi] {
    outline: 2px solid #1976d2;
    outline-offset: -2px;
}

.signature-actions[b-9uj8qgx1zi] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.75rem;
}

/* Responsive */
@media (max-width: 768px) {
    .signature-canvas-wrapper[b-9uj8qgx1zi] {
        aspect-ratio: 4 / 3;
        min-height: 250px;
    }

    .signature-actions[b-9uj8qgx1zi] {
        grid-template-columns: 1fr 1fr;
    }

    .signature-actions > :last-child[b-9uj8qgx1zi] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .signature-container[b-9uj8qgx1zi] {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .signature-canvas-wrapper[b-9uj8qgx1zi] {
        min-height: 200px;
        aspect-ratio: 1 / 1;
    }

    .signature-actions[b-9uj8qgx1zi] {
        grid-template-columns: 1fr;
    }

    .signature-actions > :last-child[b-9uj8qgx1zi] {
        grid-column: 1;
    }
}

/* États des boutons */
.signature-actions button:disabled[b-9uj8qgx1zi] {
    opacity: 0.5;
    cursor: not-allowed;
}

.signature-actions button[b-9uj8qgx1zi] {
    transition: all 0.3s ease;
}

.signature-actions button:not(:disabled):hover[b-9uj8qgx1zi] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Animation de validation */
@keyframes slideInUp-b-9uj8qgx1zi {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mud-alert[b-9uj8qgx1zi] {
    animation: slideInUp-b-9uj8qgx1zi 0.3s ease-out;
}
