/* /Components/Shared/InterventionDetailsPanel.razor.rz.scp.css */
.intervention-sidepanel-overlay[b-rx7r30mtqe] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    justify-content: flex-end;
  }

  .intervention-sidepanel[b-rx7r30mtqe] {
    width: 500px;
    max-width: 90%;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    animation: slideIn-b-rx7r30mtqe 0.3s ease-out;
  }

  @keyframes slideIn-b-rx7r30mtqe {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

  .sidepanel-header[b-rx7r30mtqe] {
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sidepanel-body[b-rx7r30mtqe] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
  }

  .sidepanel-footer[b-rx7r30mtqe] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
  }

  .detail-group[b-rx7r30mtqe] {
    margin-bottom: 1.5rem;
  }

  .detail-label[b-rx7r30mtqe] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .detail-value[b-rx7r30mtqe] {
    font-size: 1rem;
    color: #212529;
  }
/* /Components/Shared/SideDetailsPanel.razor.rz.scp.css */
.details-sidepanel-overlay[b-hzu5budx2q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    justify-content: flex-end;
}

.details-sidepanel[b-hzu5budx2q] {
    width: 500px;
    max-width: 90%;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    animation: slideIn-b-hzu5budx2q 0.3s ease-out;
}

@keyframes slideIn-b-hzu5budx2q {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.sidepanel-header[b-hzu5budx2q] {
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidepanel-body[b-hzu5budx2q] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

.sidepanel-footer[b-hzu5budx2q] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.detail-group[b-hzu5budx2q] {
    margin-bottom: 1.5rem;
}

.detail-label[b-hzu5budx2q] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value[b-hzu5budx2q] {
    font-size: 1rem;
    color: #212529;
}
