@import 'Application.Client.ad241xxmaq.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/Application/Components/Account/Pages/Login.razor.rz.scp.css */
*[b-scf3ha4f4q] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-scf3ha4f4q] {
    font-family: 'Segoe UI Variable', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

body[b-scf3ha4f4q]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="80" cy="40" r="1.5" fill="white" opacity="0.08"/><circle cx="40" cy="80" r="1" fill="white" opacity="0.1"/><circle cx="90" cy="90" r="1" fill="white" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.login-container[b-scf3ha4f4q] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 48px;
    border-radius: 24px;
    width: 440px;
    max-width: 90%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

.login-header[b-scf3ha4f4q] {
    text-align: center;
    margin-bottom: 40px;
}

    .login-header h1[b-scf3ha4f4q] {
        color: #1a202c;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 12px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .login-header p[b-scf3ha4f4q] {
        color: #64748b;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

.form-group[b-scf3ha4f4q] {
    margin-bottom: 24px;
}

    .form-group label[b-scf3ha4f4q] {
        display: block;
        color: #374151;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
        letter-spacing: -0.025em;
    }

    .form-group input[b-scf3ha4f4q] {
        width: 100%;
        padding: 16px 20px;
        border: 2px solid #e2e8f0;
        border-radius: 12px;
        font-size: 15px;
        color: #1a202c;
        background: #fafbfc;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
    }

        .form-group input:focus[b-scf3ha4f4q] {
            outline: none;
            border-color: #667eea;
            background: white;
            box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1),
                        0 1px 3px rgba(0, 0, 0, 0.1);
            transform: translateY(-1px);
        }

        .form-group input[b-scf3ha4f4q]::placeholder {
            color: #94a3b8;
            font-weight: 400;
        }

.forgot-password[b-scf3ha4f4q] {
    text-align: right;
    margin-bottom: 32px;
}

    .forgot-password a[b-scf3ha4f4q] {
        color: #667eea;
        font-size: 14px;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s ease;
    }

        .forgot-password a:hover[b-scf3ha4f4q] {
            color: #764ba2;
            text-decoration: underline;
        }

.login-button[b-scf3ha4f4q] {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    letter-spacing: -0.025em;
}

    .login-button:hover[b-scf3ha4f4q] {
        background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        transform: translateY(-2px);
    }

    .login-button:active[b-scf3ha4f4q] {
        transform: translateY(0);
        box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
    }

.signup-prompt[b-scf3ha4f4q] {
    margin-top: 32px;
    text-align: center;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

    .signup-prompt a[b-scf3ha4f4q] {
        color: #667eea;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s ease;
    }

        .signup-prompt a:hover[b-scf3ha4f4q] {
            color: #764ba2;
            text-decoration: underline;
        }

/* Fluent UI specific overrides */
fluent-text-field[b-scf3ha4f4q] {
    width: 100%;
}

fluent-text-field[b-scf3ha4f4q]::part(control) {
    padding: 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    background: #fafbfc;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
}

fluent-text-field[b-scf3ha4f4q]::part(control):focus {
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1),
                0 1px 3px rgba(0, 0, 0, 0.1);
}

fluent-button[appearance="accent"][b-scf3ha4f4q] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

fluent-button[appearance="accent"]:hover[b-scf3ha4f4q] {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
}

/* Validation message styling */
.validation-message[b-scf3ha4f4q] {
    color: #ef4444;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}

/* Status message styling */
.status-message[b-scf3ha4f4q] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
}

    .status-message.error[b-scf3ha4f4q] {
        background-color: #fef2f2;
        color: #dc2626;
        border: 1px solid #fecaca;
    }

    .status-message.success[b-scf3ha4f4q] {
        background-color: #f0fdf4;
        color: #16a34a;
        border: 1px solid #bbf7d0;
    }

/* Checkbox styling */
fluent-checkbox[b-scf3ha4f4q] {
    --accent-fill-rest: #667eea;
    --accent-fill-hover: #5a67d8;
    --accent-fill-active: #4c51bf;
}

fluent-checkbox[b-scf3ha4f4q]::part(control) {
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    transition: all 0.2s ease;
}

fluent-checkbox:hover[b-scf3ha4f4q]::part(control) {
    border-color: #c7d2fe;
}

/* Responsive Design */
@media (max-width: 640px) {
    .login-container[b-scf3ha4f4q] {
        padding: 32px 24px;
        width: 100%;
        max-width: 400px;
        margin: 16px;
        border-radius: 16px;
    }

    .login-header h1[b-scf3ha4f4q] {
        font-size: 28px;
    }

    .login-header p[b-scf3ha4f4q] {
        font-size: 15px;
    }

    .form-group input[b-scf3ha4f4q],
    fluent-text-field[b-scf3ha4f4q]::part(control) {
        padding: 14px 16px;
        font-size: 16px; /* Prevents zoom on iOS */
    }

    fluent-button[appearance="accent"][b-scf3ha4f4q] {
        padding: 14px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    body[b-scf3ha4f4q] {
        padding: 16px;
    }

    .login-container[b-scf3ha4f4q] {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .login-header[b-scf3ha4f4q] {
        margin-bottom: 32px;
    }

    .login-header h1[b-scf3ha4f4q] {
        font-size: 24px;
    }
}

/* _content/Application/Components/Account/Pages/Register.razor.rz.scp.css */
*[b-iyu8jg81qu] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-iyu8jg81qu] {
    font-family: 'Segoe UI Variable', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

body[b-iyu8jg81qu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="80" cy="40" r="1.5" fill="white" opacity="0.08"/><circle cx="40" cy="80" r="1" fill="white" opacity="0.1"/><circle cx="90" cy="90" r="1" fill="white" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.login-container[b-iyu8jg81qu] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 48px;
    border-radius: 24px;
    width: 440px;
    max-width: 90%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

.login-header[b-iyu8jg81qu] {
    text-align: center;
    margin-bottom: 40px;
}

    .login-header h1[b-iyu8jg81qu] {
        color: #1a202c;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 12px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .login-header p[b-iyu8jg81qu] {
        color: #64748b;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

/* Form styling for register page */
.form-group[b-iyu8jg81qu] {
    margin-bottom: 24px;
}

    .form-group label[b-iyu8jg81qu] {
        display: block;
        color: #374151;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
        letter-spacing: -0.025em;
    }

/* Fluent UI specific overrides */
fluent-text-field[b-iyu8jg81qu] {
    width: 100%;
}

fluent-text-field[b-iyu8jg81qu]::part(control) {
    padding: 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    background: #fafbfc;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
}

fluent-text-field[b-iyu8jg81qu]::part(control):focus {
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1),
                0 1px 3px rgba(0, 0, 0, 0.1);
}

fluent-button[appearance="accent"][b-iyu8jg81qu] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.025em;
}

fluent-button[appearance="accent"]:hover[b-iyu8jg81qu] {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
}

fluent-button[appearance="accent"]:active[b-iyu8jg81qu] {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}

fluent-stack[b-iyu8jg81qu] {
    gap: 24px;
}

/* Form container spacing */
.form-container[b-iyu8jg81qu] {
    width: 100%;
}

/* Single column layout adjustments */
.content[b-iyu8jg81qu] {
    align-items: center;
}

/* Validation message styling */
.validation-message[b-iyu8jg81qu] {
    color: #ef4444;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}

/* Status message styling */
.status-message[b-iyu8jg81qu] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
}

    .status-message.error[b-iyu8jg81qu] {
        background-color: #fef2f2;
        color: #dc2626;
        border: 1px solid #fecaca;
    }

    .status-message.success[b-iyu8jg81qu] {
        background-color: #f0fdf4;
        color: #16a34a;
        border: 1px solid #bbf7d0;
    }

/* Links styling */
a[b-iyu8jg81qu] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

    a:hover[b-iyu8jg81qu] {
        color: #764ba2;
        text-decoration: underline;
    }

.signup-prompt[b-iyu8jg81qu] {
    margin-top: 32px;
    text-align: center;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

    .signup-prompt a[b-iyu8jg81qu] {
        color: #667eea;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s ease;
    }

        .signup-prompt a:hover[b-iyu8jg81qu] {
            color: #764ba2;
            text-decoration: underline;
        }

/* Checkbox styling */
fluent-checkbox[b-iyu8jg81qu] {
    --accent-fill-rest: #667eea;
    --accent-fill-hover: #5a67d8;
    --accent-fill-active: #4c51bf;
}

fluent-checkbox[b-iyu8jg81qu]::part(control) {
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    transition: all 0.2s ease;
}

fluent-checkbox:hover[b-iyu8jg81qu]::part(control) {
    border-color: #c7d2fe;
}

/* Responsive Design */
@media (max-width: 640px) {
    .login-container[b-iyu8jg81qu] {
        padding: 32px 24px;
        width: 100%;
        max-width: 400px;
        margin: 16px;
        border-radius: 16px;
    }

    .login-header h1[b-iyu8jg81qu] {
        font-size: 28px;
    }

    .login-header p[b-iyu8jg81qu] {
        font-size: 15px;
    }

    fluent-text-field[b-iyu8jg81qu]::part(control) {
        padding: 14px 16px;
        font-size: 16px; /* Prevents zoom on iOS */
    }

    fluent-button[appearance="accent"][b-iyu8jg81qu] {
        padding: 14px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    body[b-iyu8jg81qu] {
        padding: 16px;
    }

    .login-container[b-iyu8jg81qu] {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .login-header[b-iyu8jg81qu] {
        margin-bottom: 32px;
    }

    .login-header h1[b-iyu8jg81qu] {
        font-size: 24px;
    }
}
/* _content/Application/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.social-login[b-2kjwq8yrp9] {
    margin-top: 32px;
    padding-top: 32px;
    position: relative;
}

.social-login.show-divider[b-2kjwq8yrp9] {
    border-top: 1px solid #e2e8f0;
}

.social-login.show-divider[b-2kjwq8yrp9]::before {
    content: 'OR';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 0 16px;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

.social-login.no-divider[b-2kjwq8yrp9] {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.social-button[b-2kjwq8yrp9] {
    width: 100%;
    padding: 16px 24px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
}

    .social-button:hover[b-2kjwq8yrp9] {
        background: #fafbfc;
        border-color: #c7d2fe;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transform: translateY(-1px);
    }

    .social-button:active[b-2kjwq8yrp9] {
        transform: translateY(0);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .social-button:last-child[b-2kjwq8yrp9] {
        margin-bottom: 0;
    }

/* Microsoft-specific button styling */
.microsoft-button[b-2kjwq8yrp9] {
    border-color: #0078d4;
    background: white;
    color: #323130;
}

    .microsoft-button:hover[b-2kjwq8yrp9] {
        background: #f3f9ff;
        border-color: #106ebe;
        box-shadow: 0 4px 20px rgba(16, 110, 190, 0.15);
    }

    .microsoft-button:active[b-2kjwq8yrp9] {
        background: #deecf9;
        transform: translateY(0);
    }

/* Icon containers */
.microsoft-icon[b-2kjwq8yrp9],
.provider-icon[b-2kjwq8yrp9] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .microsoft-icon svg[b-2kjwq8yrp9] {
        width: 21px;
        height: 21px;
    }

    .provider-icon svg[b-2kjwq8yrp9] {
        width: 20px;
        height: 20px;
    }

/* Provider text styling */
.provider-text[b-2kjwq8yrp9] {
    font-weight: 600;
    letter-spacing: -0.025em;
    flex: 1;
    text-align: center;
    transition: color 0.2s ease;
    white-space: nowrap;
    padding-right: 40px; /* Compensate for icon width to center text */
}

/* Microsoft button text color */
.microsoft-button .provider-text[b-2kjwq8yrp9] {
    color: #323130 !important;
}

.microsoft-button:hover .provider-text[b-2kjwq8yrp9] {
    color: #106ebe !important;
}

/* Add subtle loading state */
.social-button:active .microsoft-icon[b-2kjwq8yrp9],
.social-button:active .provider-icon[b-2kjwq8yrp9] {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}

/* Button content wrapper */
.button-content[b-2kjwq8yrp9] {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    padding: 0;
}

/* Fluent UI button overrides for social login */
fluent-button.social-button[b-2kjwq8yrp9] {
    width: 100%;
    background: white !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    margin-bottom: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    min-height: 56px;
}

fluent-button.social-button:hover[b-2kjwq8yrp9] {
    background: #fafbfc !important;
    border-color: #c7d2fe !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

fluent-button.microsoft-button[b-2kjwq8yrp9] {
    border-color: #0078d4 !important;
    background: white !important;
    color: #323130 !important;
}

fluent-button.microsoft-button:hover[b-2kjwq8yrp9] {
    background: #f3f9ff !important;
    border-color: #106ebe !important;
    box-shadow: 0 4px 20px rgba(16, 110, 190, 0.15) !important;
}

fluent-button.microsoft-button:active[b-2kjwq8yrp9] {
    background: #deecf9 !important;
    transform: translateY(0);
}

/* Ensure content alignment in Fluent buttons */
fluent-button.social-button[b-2kjwq8yrp9]::part(control) {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 16px 24px !important;
    text-align: left !important;
}

/* Override Fluent button default flex direction */
fluent-button.social-button[b-2kjwq8yrp9]::part(content) {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

/* Responsive Design */
@media (max-width: 640px) {
    .social-login.show-divider[b-2kjwq8yrp9] {
        margin-top: 24px;
        padding-top: 24px;
    }

    .social-login.no-divider[b-2kjwq8yrp9] {
        margin-top: 0;
        padding-top: 0;
    }

    fluent-button.social-button[b-2kjwq8yrp9] {
        font-size: 14px !important;
        margin-bottom: 12px;
        min-height: 52px;
    }

    fluent-button.social-button[b-2kjwq8yrp9]::part(control) {
        padding: 14px 20px !important;
    }

    .button-content[b-2kjwq8yrp9] {
        gap: 12px !important;
    }

    .social-login.show-divider[b-2kjwq8yrp9]::before {
        font-size: 11px;
        padding: 0 12px;
    }

    .provider-text[b-2kjwq8yrp9] {
        font-size: 14px;
        padding-right: 32px;
    }

    .microsoft-icon[b-2kjwq8yrp9],
    .provider-icon[b-2kjwq8yrp9] {
        width: 20px;
        height: 20px;
    }

        .microsoft-icon svg[b-2kjwq8yrp9] {
            width: 18px;
            height: 18px;
        }

        .provider-icon svg[b-2kjwq8yrp9] {
            width: 18px;
            height: 18px;
        }
}

@media (max-width: 480px) {
    .social-login.show-divider[b-2kjwq8yrp9] {
        margin-top: 20px;
        padding-top: 20px;
    }

    .social-login.no-divider[b-2kjwq8yrp9] {
        margin-top: 0;
        padding-top: 0;
    }

    fluent-button.social-button[b-2kjwq8yrp9] {
        font-size: 13px !important;
        min-height: 48px;
    }

    fluent-button.social-button[b-2kjwq8yrp9]::part(control) {
        padding: 12px 16px !important;
    }

    .button-content[b-2kjwq8yrp9] {
        gap: 10px !important;
    }

    .provider-text[b-2kjwq8yrp9] {
        font-size: 13px;
        padding-right: 26px;
    }

    .microsoft-icon[b-2kjwq8yrp9],
    .provider-icon[b-2kjwq8yrp9] {
        width: 18px;
        height: 18px;
    }

        .microsoft-icon svg[b-2kjwq8yrp9],
        .provider-icon svg[b-2kjwq8yrp9] {
            width: 16px;
            height: 16px;
        }
}
