@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Shared/Components/QuickView.razor.rz.scp.css */
.overlay[b-w0negihjdk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(224, 224, 224,70);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:1;
}

.image-container[b-w0negihjdk] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90vw;
    max-height: 90vh;
}

.image-caption[b-w0negihjdk] {
    position: absolute;
    bottom: 10px;
    color: black;
    font-weight:600;
    background-color: rgb(223 223 223 / 60%);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.close-button[b-w0negihjdk] {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
/* /Shared/Components/StickyContainer.razor.rz.scp.css */
.sticky-container[b-tpm75o2480] {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
}
/* /Shared/Components/TileMenu.razor.rz.scp.css */
.back-button[b-u2c95hzm0l] {
    background: none;
    border: none;
    color: #1976d2;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}


/* Fade-in effect */
@keyframes fadeIn-b-u2c95hzm0l {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.tile-grid[b-u2c95hzm0l] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
}

@media (min-width: 768px) {
    .tile-grid[b-u2c95hzm0l] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.tile[b-u2c95hzm0l] {
    border-radius: 10px;
    padding: 2rem 1rem;
    padding-left: 1.25rem;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, opacity 0.3s ease;
}

    .tile:hover[b-u2c95hzm0l] {
        transform: scale(1.05);
    }

.icon[b-u2c95hzm0l] {
    font-size: 48px;
    margin-bottom: 0.75rem;
}
/* /Shared/EntityComponents/Invoice/TruckComponent.razor.rz.scp.css */
.truck[b-zsxee5h09b] {
    width: 200px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.truck-fill[b-zsxee5h09b] {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.caption[b-zsxee5h09b] {
    z-index: 2;
    font-weight: bold;
    color: black;
    text-align: center;
}
/* /Shared/EntityComponents/Report/GenericReport.razor.rz.scp.css */
#background[b-lxu7g9a6no] {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    padding-top:50px;
}

#bg-text[b-lxu7g9a6no] {
    color: lightgrey;
    font-size: 120px;
    margin-top:15%;
    transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
}
