/* /Components/MobileFriendly/MobileFriendlyButtonLink/MobileFriendlyButtonLink.razor.rz.scp.css */
.tooltip[b-dpapakig47] {
    top: -35px;
}

a[b-dpapakig47] {
    position: relative; 
    display: flex; 
    flex-direction: column;
    padding:0.5rem; 
    align-items: center;
}

.bs-tooltip-top[b-dpapakig47] {

    .tooltip-arrow {
        bottom: -2px;
        left: 45%;
    }

    .tooltip-inner[b-dpapakig47] {
        white-space: nowrap;
    }
}
/* /Components/MobileFriendly/MobileFriendlyButton/MobileFriendlyButton.razor.rz.scp.css */
.tooltip[b-f2f6s0m1mz] {
    top: -35px;
}

button[b-f2f6s0m1mz] {
    position: relative; 
    display: flex; 
    flex-direction: column;
    padding:0.5rem; 
    align-items: center;
}

.bs-tooltip-top[b-f2f6s0m1mz] {

    .tooltip-arrow {
        bottom: -2px;
        left: 45%;
    }

    .tooltip-inner[b-f2f6s0m1mz] {
        white-space: nowrap;
    }
}
/* /Components/OdometerOverlay/OdometerOverlay.razor.rz.scp.css */
.camera-container[b-v2dmc4g8j1] {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh; /* dynamic viewport height for mobile browsers */
    background: black;
    padding: 0px;
}

video[b-v2dmc4g8j1] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mileage-text[b-v2dmc4g8j1] {
    position: absolute;
    top: -45px; /* distance from top */
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: red;
    text-shadow: 1px 1px 2px black; /* makes it visible over video */
    pointer-events: none;
}

.overlay[b-v2dmc4g8j1] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 100px;
    transform: translate(-50%, -50%);
    border: 3px solid white;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}


.scanner-bar[b-v2dmc4g8j1] {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(0, 255, 0, 0.7);
  animation: scanLeftRight-b-v2dmc4g8j1 1.5s linear infinite;
  box-shadow: 0 0 10px 2px rgba(0, 255, 0, 0.7);
}

@keyframes scanLeftRight-b-v2dmc4g8j1 {
  0% { left: 0%; }
  50% { left: calc(100% - 4px); }
  100% { left: 0%; }
}

.capture-div[b-v2dmc4g8j1] {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.capture-btn[b-v2dmc4g8j1] {
  background: #0078d7;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.approve-btn[b-v2dmc4g8j1] {
  background: lightgreen;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.close-icon[b-v2dmc4g8j1] {
    position: absolute;
    top: 8px;
    right: 28px;
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.close-icon:hover[b-v2dmc4g8j1] {
    background: rgba(0,0,0,0.6);
}

.cameraCanvas[b-v2dmc4g8j1] {
  height: 100%;
  width: auto;
}
/* /Pages/Schedule/Reports/VehicleHistory.razor.rz.scp.css */
[b-xptz4juzoz] .accordion-button {
    padding: 0.25rem !important;
}
