/* _content/WebApp/Components/Layout/BodyLayout.razor.rz.scp.css */
.page[b-dkhcz4sfnl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dkhcz4sfnl] {
    flex: 1;
}

.sidebar[b-dkhcz4sfnl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dkhcz4sfnl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dkhcz4sfnl]  a, .top-row[b-dkhcz4sfnl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dkhcz4sfnl]  a:hover, .top-row[b-dkhcz4sfnl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dkhcz4sfnl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dkhcz4sfnl] {
        justify-content: space-between;
    }

    .top-row[b-dkhcz4sfnl]  a, .top-row[b-dkhcz4sfnl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dkhcz4sfnl] {
        flex-direction: row;
    }

    .sidebar[b-dkhcz4sfnl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dkhcz4sfnl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dkhcz4sfnl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dkhcz4sfnl], article[b-dkhcz4sfnl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dkhcz4sfnl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dkhcz4sfnl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pui3qmsk44] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pui3qmsk44] {
    flex: 1;
}

.sidebar[b-pui3qmsk44] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pui3qmsk44] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pui3qmsk44]  a, .top-row[b-pui3qmsk44]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pui3qmsk44]  a:hover, .top-row[b-pui3qmsk44]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pui3qmsk44]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pui3qmsk44] {
        justify-content: space-between;
    }

    .top-row[b-pui3qmsk44]  a, .top-row[b-pui3qmsk44]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pui3qmsk44] {
        flex-direction: row;
    }

    .sidebar[b-pui3qmsk44] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pui3qmsk44] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pui3qmsk44]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pui3qmsk44], article[b-pui3qmsk44] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pui3qmsk44] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pui3qmsk44] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Shared/PanelContainer/PanelContainer.razor.rz.scp.css */
.contenido[b-ed6xs210tn] {
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: .25rem .25rem .75rem rgba(0, 0, 0, .5);
    background: rgba(255, 255, 255, 0.75);
}


@media (min-width: 576px) {
}

@media (min-width: 640px) {
    .contenido[b-ed6xs210tn] {
        max-width: 65vw;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .contenido[b-ed6xs210tn] {
        max-width: 70vw;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .contenido[b-ed6xs210tn] {
        max-width: 75vw;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .contenido[b-ed6xs210tn] {
        max-width: 80vw;
    }
}

/*// Extra super large devices (large desktops, 1200px and up)*/
@media (min-width: 1500px) {
    .contenido[b-ed6xs210tn] {
        max-width: 85vw;
    }
}
/* _content/WebApp/Components/Shared/Rating/Rating.razor.rz.scp.css */
.score[b-2ahmfq6gpk] {
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.score-wrap[b-2ahmfq6gpk] {
    display: inline-block;
    /*position: relative;*/
    height: 19px;
}

.score .stars-active[b-2ahmfq6gpk] {
    color: #EEBD01;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.score .stars-inactive[b-2ahmfq6gpk] {
    color: grey;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
    overflow: hidden;
}

.stars-focused:hover[b-2ahmfq6gpk] {
    color: #EEBD01;
    font-size: large;
    font-weight: bold;
}
/* _content/WebApp/Components/Shared/TreeNode/TreeComments.razor.rz.scp.css */
.caret[b-jq45321g35] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .caret[b-jq45321g35]::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down[b-jq45321g35]::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* _content/WebApp/Components/Shared/TreeNode/TreeNode.razor.rz.scp.css */
.caret[b-4q54pv34ap] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .caret[b-4q54pv34ap]::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down[b-4q54pv34ap]::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
