@import '_content/BaseRazorClassLibrary/BaseRazorClassLibrary.bundle.scp.css';

/* /Pages/AuditLogs/Change.razor.rz.scp.css */
.audit-change-container[b-fdi8qcuhx5] {
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: var(--bs-gray-300);
    padding-left: 1.5rem;
}

.audit-change-old:not(:empty)[b-fdi8qcuhx5] {
    background-color: #ffc0c0;
    text-decoration: line-through;
    border-radius: 4px;
    padding: 0 0.25rem;
}

.audit-change-old:not(:empty):hover[b-fdi8qcuhx5] {
    text-decoration: none;
}

.audit-change-new:not(:empty)[b-fdi8qcuhx5] {
    background-color: #abf2bc;
    border-radius: 4px;
    padding: 0 0.25rem;
}
/* /Pages/Catalog/Providers.razor.rz.scp.css */
.providers-scroll[b-owljp6a5ay] {
    height: 60px;
}

@media screen and (min-width: 576px) {
    .providers-scroll[b-owljp6a5ay] {
        height: 80px;
    }
}
/* /Pages/Customers/Partials/Subscriptions/Create.razor.rz.scp.css */
.offer-description-collapsed[b-08flicj97r] {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
/* /Pages/Dashboard/Carousel.razor.rz.scp.css */
.dashboard-carousel__item img[b-v3730c3cee] {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 0.625rem;
    aspect-ratio: 1260/350;
}
/* /Pages/Login.razor.rz.scp.css */
.login-grid[b-y7xfnelz96] {
    grid-template-rows: 1fr auto 1fr;
    grid-template-areas: "top" "center" "bottom";
    justify-items: center
}

.grid-area-center[b-y7xfnelz96] {
    grid-area: center-start;
}

.grid-area-bottom[b-y7xfnelz96] {
    grid-area: bottom-start;
}
