/* /Pages/PageLogIn/LogIn.razor.rz.scp.css */
body[b-sd7hpjwyfo] {
}

.page[b-sd7hpjwyfo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sd7hpjwyfo] {
    flex: 1;
}

.puff-in-center[b-sd7hpjwyfo] {
    -webkit-animation: puff-in-center 0.7s ease-in both;
    animation: puff-in-center-b-sd7hpjwyfo 0.7s ease-in both;
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center-b-sd7hpjwyfo {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.image[b-sd7hpjwyfo] {
    width: 175px; /* Adjust the width and height as per your image */
    height: 175px;
    animation: rotate-b-sd7hpjwyfo 0.7s infinite; /* Adjust animation duration as needed */
}

._loader[b-sd7hpjwyfo] {
    width: 175px; /* Adjust the width and height as per your image */
    height: 175px;
    animation: rotate-b-sd7hpjwyfo 0.7s infinite; /* Adjust animation duration as needed */
}

@keyframes rotate-b-sd7hpjwyfo {

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/RegistroSiniestro/RegistroSiniestro.razor.rz.scp.css */
body[b-9ckib3awq3] {
}

.page[b-9ckib3awq3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9ckib3awq3] {
    flex: 1;
}

.puff-in-center[b-9ckib3awq3] {
    -webkit-animation: puff-in-center 0.7s ease-in both;
    animation: puff-in-center-b-9ckib3awq3 0.7s ease-in both;
}

.product-title-Green[b-9ckib3awq3] {
    min-height: 72px;
    background-color: var(--rz-success);
}

.product-title-Yellow[b-9ckib3awq3] {
    min-height: 72px;
    background-color: var(--rz-warning);
}

.product-title-Red[b-9ckib3awq3] {
    min-height: 72px;
    background-color: var(--rz-danger);
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center-b-9ckib3awq3 {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.image[b-9ckib3awq3] {
    width: 175px; /* Adjust the width and height as per your image */
    height: 175px;
    animation: rotate-b-9ckib3awq3 0.7s infinite; /* Adjust animation duration as needed */
}

._loader[b-9ckib3awq3] {
    width: 175px; /* Adjust the width and height as per your image */
    height: 175px;
    animation: rotate-b-9ckib3awq3 0.7s infinite; /* Adjust animation duration as needed */
}

@keyframes rotate-b-9ckib3awq3 {

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/Loader.razor.rz.scp.css */
body[b-fl5h5oh4q0] {
}

.image[b-fl5h5oh4q0] {
    width: 97px; /* Adjust the width and height as per your image */
    height: 97px;
    animation: rotate-b-fl5h5oh4q0 0.7s infinite; /* Adjust animation duration as needed */
}

.loader[b-fl5h5oh4q0] {
    width: 175px; /* Adjust the width and height as per your image */
    height: 175px;
    animation: rotate-b-fl5h5oh4q0 0.7s infinite; /* Adjust animation duration as needed */
}

@keyframes rotate-b-fl5h5oh4q0 {

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xamajq214r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xamajq214r] {
    flex: 1;
}

.sidebar[b-xamajq214r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xamajq214r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xamajq214r]  a, .top-row[b-xamajq214r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xamajq214r]  a:hover, .top-row[b-xamajq214r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xamajq214r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xamajq214r] {
        display: none;
    }

    .top-row.auth[b-xamajq214r] {
        justify-content: space-between;
    }

    .top-row[b-xamajq214r]  a, .top-row[b-xamajq214r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xamajq214r] {
        flex-direction: row;
    }

    .sidebar[b-xamajq214r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xamajq214r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xamajq214r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xamajq214r], article[b-xamajq214r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
