/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-sciai8q9sb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sciai8q9sb] {
    flex: 1;
}

.sidebar[b-sciai8q9sb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sciai8q9sb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sciai8q9sb]  a, .top-row[b-sciai8q9sb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sciai8q9sb]  a:hover, .top-row[b-sciai8q9sb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sciai8q9sb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sciai8q9sb] {
        justify-content: space-between;
    }

    .top-row[b-sciai8q9sb]  a, .top-row[b-sciai8q9sb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sciai8q9sb] {
        flex-direction: row;
    }

    .sidebar[b-sciai8q9sb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sciai8q9sb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sciai8q9sb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sciai8q9sb], article[b-sciai8q9sb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Albums/Files.razor.rz.scp.css */
.dropzone[b-axtcky8vxq] {
    position: relative;
    overflow: hidden;
    border: 2px dotted rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.09);
    margin-bottom: 20px;
    border-radius: 5px;
}

    .dropzone.dropzone-active[b-axtcky8vxq] {
        background-color: #999;
    }

    .dropzone label[b-axtcky8vxq] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

.fileProgress[b-axtcky8vxq] {
    vertical-align: middle !important;
}

.text-icon-light[b-axtcky8vxq] {
    color: #e9ecef;
}

/* /Pages/Eventos/Edit.razor.rz.scp.css */
.valid.modified:not([type=checkbox])[b-ysgsyqdie0] {
    outline: 1px solid #26b050;
}

.invalid[b-ysgsyqdie0] {
    outline: 1px solid red;
}

.validation-message[b-ysgsyqdie0] {
    color: red;
}
