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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-fxc5e4bb72], article[b-fxc5e4bb72] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Operaciones/Views/Detalles/DetallesGral.razor.rz.scp.css */
/* Breadcrumbs styles for DetallesGral.razor based on Figma */
.breadcrumbs-container[b-ucr7l6xga3] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
    margin-bottom: 24px;
}
.breadcrumbs-arrow[b-ucr7l6xga3] {
    width: 22px;
    height: 12.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg) scaleY(-1);
}
.breadcrumbs-list[b-ucr7l6xga3] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.breadcrumbs-separator[b-ucr7l6xga3] {
    width: 5px;
    height: 9px;
}
.breadcrumbs-link[b-ucr7l6xga3] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
    letter-spacing: -0.64px;
    line-height: 24px;
}
.breadcrumbs-current[b-ucr7l6xga3] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.64px;
    line-height: 24px;
}

/* Dashboard title styles for DetallesGral.razor based on Figma */
.dashboard-title-container[b-ucr7l6xga3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 24px;
}
.dashboard-title-left[b-ucr7l6xga3] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}
.dashboard-title-row[b-ucr7l6xga3] {
    display: flex;
    gap: 15px;
    align-items: center;
}
.dashboard-title-heading[b-ucr7l6xga3] {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1.92px;
    line-height: 1.3;
}
.dashboard-title-chip[b-ucr7l6xga3] {
    display: flex;
    gap: 4px;
    align-items: center;
    background: #ffcd44;
    border-radius: 19px;
    box-shadow: 0px 0px 8px 0px rgba(255,205,68,0.65);
    padding: 4px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.48px;
    height: 24px;
}
.dashboard-title-chip img[b-ucr7l6xga3] {
    width: 12px;
    height: 12px;
}
.dashboard-title-update[b-ucr7l6xga3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    letter-spacing: -0.64px;
    line-height: 1.2;
}
.dashboard-title-update .dashboard-title-update-label[b-ucr7l6xga3] {
    font-weight: 400;
}
.dashboard-title-update .dashboard-title-update-value[b-ucr7l6xga3] {
    font-weight: 600;
    color: #000;
}
.dashboard-title-search[b-ucr7l6xga3] {
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    padding: 7px 15px;
    width: 302px;
    height: 34px;
}
.dashboard-title-search-input[b-ucr7l6xga3] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    border: none;
    background: transparent;
    outline: none;
    width: 90%;
}
.dashboard-title-search-icon[b-ucr7l6xga3] {
    width: 20px;
    height: 20px;
}

/* Favorite button styles for DetallesGral.razor based on Figma */
.favorite-btn-container[b-ucr7l6xga3] {
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
}
.favorite-btn[b-ucr7l6xga3] {
    background: rgba(255,255,255,0.2);
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    padding: 7px 20px;
    border: none;
    cursor: pointer;
}
.favorite-btn img[b-ucr7l6xga3] {
    width: 16px;
    height: 16px;
}
.favorite-btn-label[b-ucr7l6xga3] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.64px;
    line-height: 24px;
}
