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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-zumrlzup9b], article[b-zumrlzup9b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/ActivityCard.razor.rz.scp.css */
.mud-expand-panel-header[b-uh15olw7pg] {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/* /Pages/AuthCallback.razor.rz.scp.css */
/* Ensure these styles are added to your existing stylesheet or a new one */
.mud-container[b-n8jzwikf0g] {
    padding: 0 !important; /* Remove default padding for full viewport use */
}

.mud-paper[b-n8jzwikf0g] {
    transition: all 0.3s ease; /* Smooth transition for elevation changes */
}

.mud-progress-circular[b-n8jzwikf0g] {
    animation: pulse-b-n8jzwikf0g 1.5s infinite ease-in-out; /* Custom pulsing animation */
}

@keyframes pulse-b-n8jzwikf0g {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 600px) {
    .mud-paper[b-n8jzwikf0g] {
        max-width: 90%;
        padding: 4px;
    }

    .mud-text[b-n8jzwikf0g] {
        font-size: 0.9em !important;
    }

    .mud-progress-circular[b-n8jzwikf0g] {
        width: 50px;
        height: 50px;
    }
}
/* /Pages/ConfirmDataValidation.razor.rz.scp.css */
.custom-dialog .mud-dialog[b-bzl5auowm6] {
    max-width: 400px; /* Smaller width */
    border-radius: 12px; /* Curved edges */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
}

.custom-dialog .mud-dialog-content[b-bzl5auowm6] {
    padding: 20px; /* Consistent padding */
}

.mud-button-root[b-bzl5auowm6] {
    text-transform: none; /* Remove uppercase for a modern look */
    font-weight: 500; /* Medium weight for professionalism */
}
/* /Pages/ConflictConfirmDialog.razor.rz.scp.css */
.custom-dialog .mud-dialog[b-dq31vrm4d2] {
    max-width: 400px; /* Smaller width */
    border-radius: 12px; /* Curved edges */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
}

.custom-dialog .mud-dialog-content[b-dq31vrm4d2] {
    padding: 20px; /* Consistent padding */
}

.mud-button-root[b-dq31vrm4d2] {
    text-transform: none; /* Remove uppercase for a modern look */
    font-weight: 500; /* Medium weight for professionalism */
}
/* /Pages/ErrorDialog.razor.rz.scp.css */
.custom-dialog .mud-dialog[b-r7jqkn8jhl] {
    max-width: 400px; /* Smaller width */
    border-radius: 12px; /* Curved edges */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
}

.custom-dialog .mud-dialog-content[b-r7jqkn8jhl] {
    padding: 20px; /* Consistent padding */
}

.mud-button-root[b-r7jqkn8jhl] {
    text-transform: none; /* Remove uppercase for a modern look */
    font-weight: 500; /* Medium weight for professionalism */
}

/* /Pages/InsufficientDataDialog.razor.rz.scp.css */
.custom-dialog .mud-dialog[b-5c321dkje9] {
    max-width: 400px; /* Smaller width */
    border-radius: 12px; /* Curved edges */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
}

.custom-dialog .mud-dialog-content[b-5c321dkje9] {
    padding: 20px; /* Consistent padding */
}

.mud-button-root[b-5c321dkje9] {
    text-transform: none; /* Remove uppercase for a modern look */
    font-weight: 500; /* Medium weight for professionalism */
}

