﻿.html,
body {
    height: 100vh;
}

    body.normal {
        font-family: europa, sans-serif;
    }

.desktopBody input:focus,
.mobileBody input:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: black !important;
    background-color: #fff
}

.desktopBody {
    font-family: europa, sans-serif;
    font-size: 10pt;
    color: black;
    padding: 0px;
    margin: 0px;
    background-image: xxradial-gradient(#3c3c3c, #282425);
    background: #f2f2f2;
}

    .desktopBody #frmLogin {
        background: #f2f2f2;
        border-radius: xx8px;
        box-shadow: xx0 0 20px black;
    }

    .desktopBody .inputform {
        padding: 0;
        width: 450px;
        height: auto;
    }

.desktopLogo {
    margin-left: 10px;
    margin-top: 1px;
    width: 33%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.desktopOuter {
    width: 450px;
    margin: 0 auto;
}

.desktopBtnLogin {
    height: 25px;
    width: 120px;
    border: 0px;
    font-size: 15pt;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 10px;
    border: solid 1px #000;
    /* to button border color maybe #c7c7c7 ??? on desktop view*/
    background-color: #000000;
    display: block;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 20px;
}


.desktopBody #txtUsername,
.desktopBody #txtPassword,
.desktopBody #txtPasswordConfirm,
.desktopBody #txtPinConfirm {
    //width: 220px;
}

input {
    padding: 10px;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    background: #ffffff;
    font-family: europa, sans-serif;
    font-size: 11pt;
    height: 25px;
}

.mobileBody #txtUsername,
.mobileBody #txtPassword,
.mobileBody #txtPasswordConfirm,
.mobileBody #txtPinConfirm {
    width: 70%;
    -webkit-tap-highlight-color: transparent;
    color: black;
}

.mobileBody .input_wrapper #btnLogin,
.mobileBody .input_wrapper label,
.mobileBody .input_wrapper input {
    margin-bottom: 20px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.desktopNewPW {
    background-image: url(../_images/tooltip.png);
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

input :empty {
    border: xx1px solid #f26649;
}

.emptyInput {
    border: 1px solid #f26649;
}

.desktopBody #litMsgArea {
    display: block;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    text-align: center;
    background: #f2f2f2;
    font-size: 11pt;
    width: 220px;
}


.desktopBody #divReset a {
}

.desktopDivReset {
    height: 25px;
    width: 275px;
    margin-left: 30px;
    margin-top: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 90px;
}

#loginMessageArea {
    display: block;
    color: black;
    background: #FFF5E6;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

    #loginMessageArea .loginmessage {
        margin: 0px 30px;
        display: block;
        line-height: 17px;
        overflow-y: auto;
        max-height: 100%;
        padding: 6px 0px;
        text-align: center;
    }


.inputform {
    margin: 5px;
    width: 510px;
    height: 300px;
    margin-bottom: 5px;
    padding: 116px 8px 8px 120px;
    position: relative;
}

.inputformMobile {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    color: black;
    border-radius: 0px;
    padding: 0px;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 0px;
}

#logo {
    height: 80px;
    width: 220px;
    background: url(_images/ekos_whitebg.png) no-repeat;
    display: block;
    float: right;
    margin-right: 100px;
}

.mobileBody {
    font-family: europa, sans-serif;
    font-size: 11pt;
    color: #f2f2f2;
    padding: 0px;
    margin: 0px;
    background: #939598;
}


.mobileBtnLogin {
    height: 40px;
    width: 150px;
    border: 0px;
    font-size: 1.2rem;
    color: #fff;
    padding: 14px;
    border: solid 1px #fff;
    background-color: black;
    display: block;
    text-align: center;
    margin-top: 55px;
    margin-left: 240px;
}

.mobileDivReset {
    height: 25px;
    width: 275px;
    margin-left: 210px;
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
}

#registerForm {
    border: solid 1px #f0f0f0;
    width: 600px;
}

#heading {
    display: block;
    height: 150px;
    width: 100%;
    /*background: url(_images/logo.jpg) no-repeat 10px 10px;*/
}

#btnLogin:hover {

}



.mobileBody #formLogo {
    display: block;
    width: 25%;
    margin: 20px auto;
    margin-top: 30px;
}

.mobileBody #btnLogin {
    width: 70%;
    padding: 10px;
    text-decoration: none;
    height: 1.5rem;
    border-radius: 8px;
    text-decoration: none;
}

.mobileBody .mobileDivReset {
    width: auto;
    margin-left: 0;
}

.mobileBody #heading {
    height: 0px;
}

#divReset a {
}

.mobileBody {
    background: #f2f2f2;
}


.desktopBody #loginForm {
    margin: 0 auto !important;
}

@media screen and (max-width: 650px) {
    .mobileBody input {
        color: black !important;
    }

    .mobileBody #formLogo {
        display: block;
        width: 8rem;
        margin: 20px auto;
    }

    .mobileDivReset {
        margin-top: 10px;
    }

    .mobileBody #btnLogin {
        width: 70%;
        padding: 10px;
        text-decoration: none;
        height: 1.5rem;
    }

    .mobileBody {
        font-size: .75em;
    }
}



.inputformMobile {
    width: 80%;
    display: block;
    margin: 0 auto;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#mymeter_1 {
    margin: 1em auto;
    border-radius: 8px;
    height: 1em;
    border: solid 1px #ccc;
    display: block;
}

    #mymeter_1[data-score="1"] {
        background: -webkit-linear-gradient(left, #f26649, #f26649 15%, transparent 25%, transparent 100%);
        background: -ms-linear-gradient(left, #f26649, #f26649 15%, transparent 25%, transparent 100%);
        background: -ms-linear-gradient(left, #f26649, #f26649 15%, transparent 25%, transparent 100%);
        background: -ms-linear-gradient(left, #f26649, #f26649 15%, transparent 25%, transparent 100%);
        background: linear-gradient(left, #f26649, #f26649 15%, transparent 25%, transparent 100%);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #mymeter_1[data-score="2"] {
        background: -webkit-linear-gradient(left, #f2bf05, #f2bf05 40%, transparent 50%, transparent 100%);
        background: -ms-linear-gradient(left, #f2bf05, #f2bf05 40%, transparent 50%, transparent 100%);
        background: -moz-linear-gradient(left, #f2bf05, #f2bf05 40%, transparent 50%, transparent 100%);
        background: -o-linear-gradient(left, #f2bf05, #f2bf05 40%, transparent 50%, transparent 100%);
        background: linear-gradient(left, #f2bf05, #f2bf05 40%, transparent 50%, transparent 100%);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #mymeter_1[data-score="3"] {
        background: -webkit-linear-gradient(left, #f1cf00, #f1cf00 50%, transparent 75%, transparent 100%);
        background: -ms-linear-gradient(left, #f1cf00, #f1cf00 50%, transparent 75%, transparent 100%);
        background: -moz-linear-gradient(left, #f1cf00, #f1cf00 50%, transparent 75%, transparent 100%);
        background: -o-linear-gradient(left, #f1cf00, #f1cf00 50%, transparent 75%, transparent 100%);
        background: linear-gradient(left, #f1cf00, #f1cf00 65%, transparent 75%, transparent 100%);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #mymeter_1[data-score="4"] {
        background: -webkit-linear-gradient(left, #87bf99, #87bf99 90%, transparent 100%, transparent 100%);
        background: -ms-linear-gradient(left, #87bf99, #87bf99 90%, transparent 100%, transparent 100%);
        background: -moz-linear-gradient(left, #87bf99, #87bf99 90%, transparent 100%, transparent 100%);
        background: -o-linear-gradient(left, #87bf99, #87bf99 90%, transparent 100%, transparent 100%);
        background: linear-gradient(left, #87bf99, #87bf99 75%, transparent 100%, transparent 100%);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

.mobileSecurityInfo {
    display: block;
    height: 0px;
    opacity: 0;
    font-size: 0.8em;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
    font-family: europa, sans-serif;
    width: 70%;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
}

    .mobileSecurityInfo.active {
        display: block;
        opacity: 1;
        height: auto;
    }

    .mobileSecurityInfo .desktopOnly {
        display: none;
    }

.desktopSecurityInfo {
    display: block;
    opacity: 0;
    background: white;
    position: absolute;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 0 7px #ccc;
    font-size: 8pt;
    margin-top: -193px;
    margin-left: -177px;
    width: 240px;
}

    .desktopSecurityInfo.active {
        opacity: 1;
        margin-left: -191px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }

    .desktopSecurityInfo.out {
        opacity: 0;
        margin-top: -193px;
    }

.arrow:after {
    background: white;
    border: 2px solid white;
}

.arrow {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 70%;
}

    .arrow:after {
        content: "";
        position: absolute;
        left: -20px;
        width: 25px;
        height: 25px;
        -webkit-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px white;
        -moz-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px white;
        box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px white;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

#matchText {
    display: block;
    height: 0px;
    opacity: 0;
    font-size: 0.8em;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    font-family: europa, sans-serif;
    width: 70%;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    d -o-transition: all 0.8s ease;
}

    #matchText.active {
        display: block;
        opacity: 1;
        height: auto;
    }

.mobileSecurityInfo ul {
    -webkit-padding-start: 16px;
    padding-left: 16px;
}

ul {
    -webkit-padding-start: inherit;
    padding-left: inherit;
}

    ul ul {
        -webkit-padding-start: inherit;
        padding-left: inherit;
    }


.login-page {
    position: relative;
    background: #ECF8FF;
    display: grid;
    grid-template-columns: 60% 40%;
    font-family: 'Inter';
    margin: 0;
}

.referral-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1 1 auto;
    padding: 24px;
    gap: 8px;
}

.referral-header {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(91.45deg, #008CFB 0%, #0BCEC2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.referral-header-no-transp {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(91.45deg, #008CFB 0%, #0BCEC2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
}

.referral-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 160px;
    gap: 16px;
}

.referral-paragraph {
    /* body */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    /* WIP_Extended/Gray/Hex # 72829D _ Gray 60 */
    color: #72829D;
    margin: 0;
}

.referral-steps {
    /* body */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    /* WIP_Extended/Gray/Hex # 72829D _ Gray 60 */
    color: #72829D;
    margin: 0;
    gap: 4px;
}

.referral-link {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
}

.referral-url {
    /* Primary */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #0081E8;
}

.no-color-referral-url {
    /* Primary */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #72829D;
}

.referral-icon {
    width: 24px;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.login-container {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20%;
}

.login-form-container {

    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.login-header {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #0C1C37;
    display: flex;
    justify-content: start;
    width: 100%;
}

.login-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    color: #FFFFFF;
    background: linear-gradient(91.45deg, #006DC4 0%, #14ACAC 100%);
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-top: 4px;
}

.login-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0081E8;
}

.login-divider {
    border: 1px solid #DDE1EC;
    width: 100%;
}

.access-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0081E8;
    width: 100%;
}

.help-links {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #0C1C37;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.login-helper {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #0C1C37;
}

@media screen and (max-width: 1200px) {
    .login-page {
        grid-template-columns: 50% 50%;
    }
}

@media screen and (max-width: 768px) {
    .login-page {
        grid-template-columns: 1fr;
        grid-template-rows: 30% 70%;
    }

    .referral-container {
        align-items: center;
    }

    .login-container {
        border-radius: 16px 16px 0 0;
        padding: 0 5%;
    }

    .login-header {
        justify-content: center;
    }

    .referral-container {
        justify-content: center;
    }

    .referral-body {
        display: none;
    }
}

.pure-material-textfield-outlined {
    --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 71, 174, 255));
    position: relative;
    display: inline-block;
    padding-top: 6px;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

    /* Input, Textarea */
    .pure-material-textfield-outlined > input,
    .pure-material-textfield-outlined > textarea {
        box-sizing: border-box;
        margin: 0;
        border: solid 1px; /* Safari */
        border-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
        border-top-color: transparent;
        border-radius: 4px;
        padding: 15px 13px 15px;
        width: 100%;
        height: inherit;
        color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
        background-color: transparent;
        box-shadow: none; /* Firefox */
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        caret-color: rgb(var(--pure-material-primary-rgb, 71, 174, 255));
        transition: border 0.2s, box-shadow 0.2s;
    }

        /* Span */
        .pure-material-textfield-outlined > input + span,
        .pure-material-textfield-outlined > textarea + span {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            border-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
            width: 100%;
            max-height: 100%;
            color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
            font-size: 75%;
            line-height: 15px;
            cursor: text;
            transition: color 0.2s, font-size 0.2s, line-height 0.2s;
        }

            /* Corners */
            .pure-material-textfield-outlined > input + span::before,
            .pure-material-textfield-outlined > input + span::after,
            .pure-material-textfield-outlined > textarea + span::before,
            .pure-material-textfield-outlined > textarea + span::after {
                content: "";
                display: block;
                box-sizing: border-box;
                margin-top: 6px;
                border-top: solid 1px;
                border-top-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
                min-width: 10px;
                height: 8px;
                pointer-events: none;
                box-shadow: inset 0 1px transparent;
                transition: border-color 0.2s, box-shadow 0.2s;
            }

            .pure-material-textfield-outlined > input + span::before,
            .pure-material-textfield-outlined > textarea + span::before {
                margin-right: 4px;
                border-left: solid 1px transparent;
                border-radius: 4px 0;
            }

            .pure-material-textfield-outlined > input + span::after,
            .pure-material-textfield-outlined > textarea + span::after {
                flex-grow: 1;
                margin-left: 4px;
                border-right: solid 1px transparent;
                border-radius: 0 4px;
            }

    /* Hover */
    .pure-material-textfield-outlined:hover > input,
    .pure-material-textfield-outlined:hover > textarea {
        border-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
        border-top-color: transparent;
    }

        .pure-material-textfield-outlined:hover > input + span::before,
        .pure-material-textfield-outlined:hover > textarea + span::before,
        .pure-material-textfield-outlined:hover > input + span::after,
        .pure-material-textfield-outlined:hover > textarea + span::after {
            border-top-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
        }

        .pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
        .pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
            border-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
        }

    /* Placeholder-shown */
    .pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
    .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
        border-top-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 1);
    }

        .pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
        .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
            font-size: inherit;
            line-height: 68px;
        }

            .pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
            .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
            .pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
            .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
                border-top-color: transparent;
            }

    /* Focus */
    .pure-material-textfield-outlined > input:focus,
    .pure-material-textfield-outlined > textarea:focus {
        border-color: rgb(var(--pure-material-primary-rgb, 71, 174, 255));
        border-top-color: transparent;
        box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
        outline: none;
    }

        .pure-material-textfield-outlined > input:focus + span,
        .pure-material-textfield-outlined > textarea:focus + span {
            color: rgb(var(--pure-material-primary-rgb, 71, 174, 255));
        }

            .pure-material-textfield-outlined > input:focus + span::before,
            .pure-material-textfield-outlined > input:focus + span::after,
            .pure-material-textfield-outlined > textarea:focus + span::before,
            .pure-material-textfield-outlined > textarea:focus + span::after {
                border-top-color: var(--pure-material-safari-helper1) !important;
                box-shadow: inset 0 1px var(--pure-material-safari-helper1);
            }

    /* Disabled */
    .pure-material-textfield-outlined > input:disabled,
    .pure-material-textfield-outlined > input:disabled + span,
    .pure-material-textfield-outlined > textarea:disabled,
    .pure-material-textfield-outlined > textarea:disabled + span {
        border-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 0.6) !important;
        border-top-color: transparent !important;
        color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 0.6);
        pointer-events: none;
    }

        .pure-material-textfield-outlined > input:disabled + span::before,
        .pure-material-textfield-outlined > input:disabled + span::after,
        .pure-material-textfield-outlined > textarea:disabled + span::before,
        .pure-material-textfield-outlined > textarea:disabled + span::after {
            border-top-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 0.6) !important;
        }

        .pure-material-textfield-outlined > input:disabled:placeholder-shown,
        .pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
        .pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
        .pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
            border-top-color: rgba(var(--pure-material-onsurface-rgb, 114, 130, 157), 0.6) !important;
        }

            .pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
            .pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
            .pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
            .pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
                border-top-color: transparent !important;
            }

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-outlined > input,
        .pure-material-textfield-outlined > input + span,
        .pure-material-textfield-outlined > textarea,
        .pure-material-textfield-outlined > textarea + span,
        .pure-material-textfield-outlined > input + span::before,
        .pure-material-textfield-outlined > input + span::after,
        .pure-material-textfield-outlined > textarea + span::before,
        .pure-material-textfield-outlined > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}