/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3rleht3pg3] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-3rleht3pg3] {
  flex: 1;
}

.sidebar[b-3rleht3pg3] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (min-width: 641px) {
  .page[b-3rleht3pg3] {
    flex-direction: row;
  }

  .sidebar[b-3rleht3pg3] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-iwjoekz8cr],
.components-reconnect-repeated-attempt-visible[b-iwjoekz8cr],
.components-reconnect-failed-visible[b-iwjoekz8cr],
.components-pause-visible[b-iwjoekz8cr],
.components-resume-failed-visible[b-iwjoekz8cr],
.components-rejoining-animation[b-iwjoekz8cr] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-iwjoekz8cr],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-iwjoekz8cr],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-iwjoekz8cr],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-iwjoekz8cr],
#components-reconnect-modal.components-reconnect-retrying[b-iwjoekz8cr],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-iwjoekz8cr],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-iwjoekz8cr],
#components-reconnect-modal.components-reconnect-failed[b-iwjoekz8cr],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-iwjoekz8cr] {
    display: block;
}


#components-reconnect-modal[b-iwjoekz8cr] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-iwjoekz8cr 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-iwjoekz8cr 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-iwjoekz8cr 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

    #components-reconnect-modal[b-iwjoekz8cr]::backdrop {
        background-color: rgba(0, 0, 0, 0.4);
        animation: components-reconnect-modal-fadeInOpacity-b-iwjoekz8cr 0.5s ease-in-out;
        opacity: 1;
    }

@keyframes components-reconnect-modal-slideUp-b-iwjoekz8cr {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-iwjoekz8cr {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-iwjoekz8cr {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-iwjoekz8cr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-iwjoekz8cr] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-iwjoekz8cr] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-iwjoekz8cr] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-iwjoekz8cr] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-iwjoekz8cr] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-iwjoekz8cr] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-iwjoekz8cr 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-iwjoekz8cr] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-iwjoekz8cr {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/WorkingHours/WorkingHoursIndex.razor.rz.scp.css */
.vehicle-list-main[b-oipyasnv8x] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
}

.vehicle-list-header[b-oipyasnv8x] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.vehicle-list-title[b-oipyasnv8x] {
  flex: 1;
  min-width: 0;
}

.vehicle-list-chevron[b-oipyasnv8x] {
  color: #9e9e9e;
  flex-shrink: 0;
}

.vehicle-list-chips[b-oipyasnv8x] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.vehicle-stat-chip[b-oipyasnv8x] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}

.vehicle-stat-chip .mud-icon-root[b-oipyasnv8x] {
  font-size: 13px !important;
}

.vehicle-stat-chip__label[b-oipyasnv8x] {
  line-height: 1;
}

.vehicle-stat-chip--warning[b-oipyasnv8x] {
  background-color: #fff3e0;
  color: #ef6c00;
}

.vehicle-stat-chip--warning .mud-icon-root[b-oipyasnv8x] {
  color: #ef6c00;
}

.vehicle-stat-chip--error[b-oipyasnv8x] {
  background-color: #ffebee;
  color: #c62828;
}

.vehicle-stat-chip--error .mud-icon-root[b-oipyasnv8x] {
  color: #c62828;
}

.vehicle-stat-chip--success[b-oipyasnv8x] {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.vehicle-stat-chip--success .mud-icon-root[b-oipyasnv8x] {
  color: #2e7d32;
}

.vehicle-stat-chip--neutral[b-oipyasnv8x] {
  background-color: #f5f5f5;
  color: #616161;
  border: 1px solid #e0e0e0;
}

.vehicle-stat-chip--neutral .mud-icon-root[b-oipyasnv8x] {
  color: #616161;
}

.vehicle-stat-chip--clickable[b-oipyasnv8x] {
  cursor: pointer;
}
