/* _content/Medlog.Payment.Web/Components/Dialogs/LoginDialog.razor.rz.scp.css */
/* Logo Section */
.login-image[b-ekifi52d1g] {
    background-color: #07405d;
    padding: 15px;
    margin: 0;
    text-align: center;
}

.login-logo[b-ekifi52d1g] {
    width: 300px;
    height: auto;
}

/* Container */
.login-container[b-ekifi52d1g] {
    padding: 1rem;
}

/* Header */
.login-header[b-ekifi52d1g] {
    margin-bottom: 1rem;
    text-align: center;
}

    .login-header h3[b-ekifi52d1g] {
        margin: 0;
        font-size: 1.5rem;
    }

    .login-header p[b-ekifi52d1g] {
        margin: 0.5rem 0 0;
        color: #6c757d;
    }

/* Form Fields */
.username-field[b-ekifi52d1g], .password-field[b-ekifi52d1g] {
    width: 100%;
    font-size: 1rem;
}

/* Error Message */
.login-error[b-ekifi52d1g] {
    color: #dc3545;
    text-align: center;
    margin-top: 0.5rem;
}

/* Actions */
.login-actions[b-ekifi52d1g] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.spinner-border[b-ekifi52d1g] {
    width: 2rem;
    height: 2rem;
}
/* _content/Medlog.Payment.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o8300nbhd0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o8300nbhd0] {
    flex: 1;
}

.sidebar[b-o8300nbhd0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o8300nbhd0] {
    justify-content: flex-end;
    height: 5.4rem;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

    .top-row[b-o8300nbhd0]  a, .top-row[b-o8300nbhd0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o8300nbhd0]  a:hover, .top-row[b-o8300nbhd0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o8300nbhd0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o8300nbhd0] {
        justify-content: space-between;
    }

    .top-row[b-o8300nbhd0]  a, .top-row[b-o8300nbhd0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o8300nbhd0] {
        flex-direction: row;
    }

    .sidebar[b-o8300nbhd0] {
        width: 320px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o8300nbhd0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o8300nbhd0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o8300nbhd0], article[b-o8300nbhd0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o8300nbhd0] {
    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-o8300nbhd0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
