::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #E0E0E0;
}

::-webkit-scrollbar-thumb {
    background: #BDBDBD;
}

::-webkit-scrollbar-thumb:hover {
    background: #939393;
}

html,
body,
#root {

    html,
    body,
    #root {
    min-height: 100vh;
}

html {
    scrollbar-gutter: stable;
    }

    /* // Specific For SRA SVG Since It was Exported With 10px margin underneath. Hot Fix for demo */
    svg#master-artboard {
        margin-bottom: -10px;
    }

    /* FET doesn't play nice with inline styling, this is for keeping the password field with two icons to the left instead of being forced to the center */
    #oldCredential::part(input),
    #newCredential::part(input),
    #newPassword::part(input),
    #oldPassword::part(input),
    #verifyNewPassword::part(input),
    #login-credential::part(input) {
        text-align: left !important;
        padding-left: 48px !important;
        padding-right: 16px !important;
    }

    .react-multi-carousel-list {
        height: 408px;
        padding-left: 3px;
        margin-left: -3px;
    }
    #authnwidget {
        width: 100%;

        .card {
            max-width: initial;
            border-radius: 4px;
            height: 100%;
            padding-top: 120px;

            .org-logo {
                position: absolute;
                top: 0px;
                right: 0px;
                transform: scale(0.5);
            }
        }
    }
}

/* variable fonts */
@font-face {
    font-family: 'Open Sans';
    font-stretch: 50% 200%; 
    font-weight: 300 700;
    font-display: swap;
    src: url('/assets/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}     

/* static fonts for fallback */
/* medium */
@font-face {
    font-family: 'Open Sans';
    font-stretch: 50% 200%; 
    font-weight: 'medium';
    font-display: swap;
    src: url('/assets/fonts/Open_Sans/static/OpenSans-Medium.ttf') format('truetype');
}     
/* bold */
@font-face {
    font-family: 'Open Sans';
    font-stretch: 50% 200%; 
    font-weight: 'bold';
    font-display: swap;
    src: url('/assets/fonts/Open_Sans/static/OpenSans-Bold.ttf') format('truetype');
}   
/* light */
@font-face {
    font-family: 'Open Sans';
    font-stretch: 50% 200%; 
    font-weight: 'light';
    font-display: swap;
    src: url('/assets/fonts/Open_Sans/static/OpenSans-Light.ttf') format('truetype');
}   
/* italic */
@font-face {
    font-family: 'Open Sans';
    font-stretch: 50% 200%; 
    font-weight: 'italic';
    font-display: swap;
    src: url('/assets/fonts/Open_Sans/static/OpenSans-Italic.ttf') format('truetype');
}   
/* semibold */
@font-face {
    font-family: 'Open Sans';
    font-stretch: 50% 200%; 
    font-weight: 'semi-bold';
    font-display: swap;
    src: url('/assets/fonts/Open_Sans/static/OpenSans-SemiBold.ttf') format('truetype');
}   
/* regular */
@font-face {
    font-family: 'Open Sans';
    font-stretch: 50% 200%; 
    font-weight: 'regular';
    font-display: swap;
    src: url('/assets/fonts/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
}