/*============================================================= Imports =============================================================*/
@import url('loginpage.css');

:root {
    --BackGround: url(/images/background0.png);
}

:focus {
    outline: 0 !important;
}

.input-validation-error {
    border: 1px solid darkred;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.grid-item {
    display: flex;
    flex-direction: column;
}

form {
}

.error-message {
    color: #EA6868;
}

.form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid lightgray;
    font-size: 0.9rem;
}

    .form-control:focus {
        border-bottom-color: lightgray;
        box-shadow: none;
    }

    .form-control.form-control-last {
        border-bottom: 0;
    }

    .form-control::placeholder {
        opacity: 0.6;
    }

    .form-control.input-validation-error {
        border: 1px solid darkred;
    }

#main-layout {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-image: var(--BackGround);
    background-size: cover;
}

#account-button {
    height: auto;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
}

#search-field {
    border: 0px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}

#left-Logo {
    width: 10%;
    height: 8%;
    position: fixed;
    left: 2%;
    bottom: 3%;
    background-image: url(../images/Avalon-High-quality-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#right-Logo {
    width: 12%;
    height: 12%;
    position: fixed;
    right: 1%;
    bottom: 1%;
    background-image: url(../images/Allegiance-logo-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#account-button-wrapper :hover {
    background-color: #f4f7ff;
}

input[type=text], input[type=password], input[type=date] {
    padding-left: 6px;
}

/*--------------------------------TO DO: Move css to seperate files ------------------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

/*------ General ------*/
.w-260px {
    width: 260px;
}

.h-80px {
    height: 80px;
}

/*------Sign-In--------*/
#sign-in-home {
    background: white;
    border-radius: 10px;
    width: 425px;
}

    #sign-in-home h5 {
        color: #207dce;
        font-size: 1.25rem;
    }

#sign-in {
    background: white;
    border-radius: 10px;
    max-width: 400px;
}

.sign-in-btn {
    background-color: #207dce;
    color: white;
}

.sign-time-text {
    display: flex;
    font-size: 0.8rem;
}

.secondary-button {
    color: #207dce;
    background-color: none;
    outline: #207dce solid 1px;
}

.sign-in-btn-resolve {
    background-color: #29BE9B;
    border-radius: 9999px;
    height: 50px !important;
    border: 0;
    width: 100%;
}

.show-password {
    position: absolute;
    top: 16px;
    right: 10px;
}

#registered-p a {
    text-decoration-line: underline;
}

termsAndConditions-p a {
    text-decoration-line: underline;
}

#viewPassword:hover {
    cursor: pointer;
}

#viewRegistrationPassword:hover {
    cursor: pointer;
}

#viewRegistrationRepeatPassword:hover {
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
}

.resolve-background {
    max-width: 412px;
    margin: auto;
}

/*------Sign Up-------*/
.sign-up-btn {
    text-underline-position: under;
    text-decoration: underline;
    font-weight: bold;
    color: #207dce;
}

    .sign-up-btn a {
        color: #207dce;
    }

#sign-up {
    background: white;
    border-radius: 10px;
    max-width: 600px;
}

/*----Successfully Registered------*/
#successfully-registered {
    background: white;
    border-radius: 10px;
    max-width: 600px;
}

    #successfully-registered h4 {
        color: #207dce;
        font-size: 1.75rem;
    }

    #successfully-registered h5 {
        color: #207dce;
        font-size: 1.25rem;
    }

/*------Reset Password----*/
#reset-password {
    background: white;
    border-radius: 10px;
    max-width: 600px;
}

.reset-password-header {
    color: #207dce;
    font-size: x-large;
    font-weight: bold;
}

/*------Link Account---------*/
#link-account {
    background: white;
    border-radius: 10px;
    max-width: 400px;
}

.link-account-btn {
    background-color: #207dce;
}

/*------Select Account------*/
#select-account {
    background: white;
    border-radius: 10px;
    max-width: 700px;
}

.select-account-child {
    max-width: 500px;
}

.select-account-header {
    color: #207dce;
    font-size: x-large;
    font-weight: bold;
    padding: 6px;
}

.no-account-header {
    color: #207dce;
    font-size: larger;
    font-weight: bold;
    padding: 6px;
}

.account-select {
    height: 85px;
    width: 400px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgrey;
    background-color: #adb5bd2e;
    color: dimgray;
}

/*-----Profile-----*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

.profile-container {
    background: white;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    max-width: 90%;
    max-Height: 78%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.profile-info-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    max-height: calc(100vh - 310px);
}

.profile-image-container-round {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

    .profile-image-container-round label {
        z-index: 3;
        color: black;
    }

    .profile-image-container-round img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .profile-image-container-round .profile-icon-container-round {
        margin: auto;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 100%;
        background-color: rgba(211,211,211, 0.7);
        margin-bottom: 0;
        height: 100%;
        border-radius: 50%;
    }

        .profile-image-container-round .profile-icon-container-round i {
            color: white;
            font-size: 20px;
            margin: 10px;
        }

    .profile-image-container-round:hover .profile-icon-container-round {
        opacity: 1;
        border-radius: 50%;
    }

.profile-close-p {
    position: absolute;
    display: flex;
    right: 30px;
    font-weight: 500;
}

.profile-btn-primary {
    color: #fff;
    background-color: #207dce;
    border-color: #207dce;
    width: 150px;
}

    .profile-btn-primary:hover {
        color: #fff;
        background-color: #207dce;
        border-color: #207dce;
        width: 150px;
    }

.profile-btn-outline-primary {
    color: #207dce;
    border-color: #207dce;
    width: 150px;
}

    .profile-btn-outline-primary:hover {
        color: #207dce;
        border-color: #207dce;
        width: 150px;
    }

.profile-edit-btn {
    background-color: white;
    color: #207dce;
}

    .profile-edit-btn:hover {
        background-color: white;
        color: #207dce;
    }

.profile-delete-btn {
    background-color: white;
    color: #EA6868;
}

    .profile-delete-btn:hover {
        background-color: white;
        color: #EA6868;
    }

.profile-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 10px;
    border-radius: 4px;
    gap: 5px;
    /*border: 1px solid;*/
}

    .profile-card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.profile-card-container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 4px;
}

.profile-grid-container {
    display: grid;
    grid-template-columns: auto auto;
}

/*------Select Impersonating Account------*/
#select-impersonating-account {
    background: white;
    border-radius: 10px;
    max-width: 700px;
}

.select-impersonating-account-child {
    max-width: 500px;
}

.select-impersonating-account-header {
    color: #207dce;
    font-size: x-large;
    font-weight: bold;
    padding: 6px;
}

/*------General-------*/
.width-35percent {
    width: 35%;
}

.form-headings {
    color: #207dce;
    font-size: 1.75rem;
    font-weight: bold;
}

.input-field {
    width: 100%;
    height: 40px;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.forgot-password {
    text-underline-position: under;
    text-decoration: underline;
    font-weight: bold;
    color: #207dce;
}

.account-links {
    color: #207dce;
    text-underline-position: under;
    text-decoration: underline;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.azureAd-btn-p {
    margin-bottom: 4px;
}

.azureAd-btn {
    color: #207dce;
    font-weight: bold;
    font-size: larger;
}

    .azureAd-btn.btn:hover {
        color: #207dce;
    }

    .azureAd-btn.btn:focus {
        box-shadow: none;
    }

/*------ License Subscribtions ------*/
#license-subscribtions-main {
    height: 65%;
}

    #license-subscribtions-main p {
        color: gray;
    }

    #license-subscribtions-main .basic-price-overlay p {
        color: #fff;
    }

    #license-subscribtions-main .corporate-price-overlay p {
        color: #fff;
    }

    #license-subscribtions-main .enterprice-price-overlay p {
        color: #fff;
    }

.license-subscribtions {
    background: white;
    border-radius: 10px;
    max-width: 400px;
}

    .license-subscribtions h1 {
        font-size: 3.5rem;
    }

.license-subscribtions-img {
    position: absolute;
    right: 2px;
    bottom: 10px;
    width: 18%;
}

.basic-price-overlay {
    z-index: 1;
    position: absolute;
    left: 28%;
    top: 25%;
    color: #fff;
}

.corporate-price-overlay {
    z-index: 1;
    position: absolute;
    left: 28%;
    top: 10%;
    color: #fff;
}

.enterprice-price-overlay {
    z-index: 1;
    position: absolute;
    left: 15%;
    top: 10%;
    color: #fff;
}

.license-tag {
    width: 92%;
    margin-left: 13%;
}

.enterprice-license-tag {
    width: 92%;
    margin-left: 13%;
}

.additional-charge-text {
    font-size: small;
}

.read-more-btn {
    text-underline-position: under;
    text-decoration: underline;
    font-weight: bold;
    color: #207dce;
}

    .read-more-btn.btn:focus {
        box-shadow: none;
    }

    .read-more-btn.btn:hover {
        color: #207dce;
        text-decoration: underline;
    }

.subscribe-btn {
    color: #fff;
    background-color: #00C08C;
    border-color: #00C08C;
}

    .subscribe-btn.btn:hover {
        color: #fff;
    }

    .subscribe-btn.btn:focus {
        box-shadow: none;
    }

/*------ Registered Clients ------*/
#registeredClients {
    background: white;
    border-radius: 10px;
    max-width: 600px;
}

    #registeredClients p {
        color: #207dce;
        font-weight: bold;
    }

.registeredClients-header {
    color: #207dce;
    font-size: larger;
    font-weight: bold;
}

/*-------- Signed In Page --------*/
.sign-out-btn {
    background-color: white;
    border: #EA6868 solid 1px;
    color: #EA6868;
}

.sign-out-text {
    color: #207dce;
}

.forgot-close-p {
    width: 100%;
    display: flex;
    justify-content: end;
    font-weight: 500;
}

.close-p {
    position: absolute;
    width: 590px;
    display: flex;
    justify-content: end;
    margin-top: 4px;
    font-weight: 500;
}

.close-btn {
    border: none;
    background: transparent;
}

.custom-select2-dropdown {
    background-color: #fff;
    border: 1px solid #284dae;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    min-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}

.input-label {
    position: absolute;
    width: 100%;
    justify-content: left;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
    padding-left: 12px;
}

    input, .input-label .input-text {
        font-family: 'Segoe UI';
        font-size: 16px;
        padding-top: 8px;
        font-weight: 100;
    }

    input, .input-label .input-Cellphone-text {
        font-family: 'Segoe UI';
        font-size: 16px;
        padding-top: 8px;
        font-weight: 100;
    }

    input, .input-label .input-cellphone-digits {
        font-family: 'Segoe UI';
        font-size: 16px;
        padding-top: 8px;
        font-weight: 100;
    }

    input, .input-label .input-divider {
        font-weight: 100;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        font-size: 27px;
    }

        input:focus + .input-label .input-text {
            font-size: 12px;
            transform: translate(0, -150%);
            background-color: transparent;
            padding-left: 4px;
            padding-right: 4px;
            color: blue;
        }

        input:focus + .input-label .input-Cellphone-text {
            font-size: 12px;
            transform: translate(0, -150%);
            background-color: transparent;
            padding-left: 4px;
            padding-right: 4px;
            color: blue;
        }

    .input-label .input-text {
        transition: all 0.15s ease-out;
    }

    .input-label .input-Cellphone-text {
        transition: all 0.15s ease-out;
    }

.show-password-resolve {
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 20px;
}

input:focus + .input-label .input-text, :not(input[value=""]) + .input-label .input-text {
    font-size: 12px;
    transform: translate(0, -150%);
    background-color: transparent;
    padding-left: 4px;
    padding-right: 4px;
}

input:focus + .input-label .input-Cellphone-text, :not(input[value=""]) + .input-label .input-Cellphone-text {
    font-size: 12px;
    transform: translate(0, -150%);
    background-color: transparent;
    padding-left: 0px;
    padding-right: 4px;
}

/*------ Text Fields -------*/
.pure-material-textfield-outlined {
    --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    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: 0.5;
    overflow: hidden;
}

    /* Input, Textarea */
    .pure-material-textfield-outlined > input,
    .pure-material-textfield-outlined > select,
    .pure-material-textfield-outlined > textarea {
        box-sizing: border-box;
        margin: 0;
        border: solid 1px; /* Safari */
        border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        border-top-color: transparent;
        border-radius: 4px;
        padding: 10px 13px 10px;
        width: 100%;
        height: inherit;
        color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
        background-color: transparent;
        box-shadow: none; /* Firefox */
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        transition: border 0.2s, box-shadow 0.2s;
    }

        /* Span */
        .pure-material-textfield-outlined > input + span,
        .pure-material-textfield-outlined > select + span,
        .pure-material-textfield-outlined > textarea + span {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
            width: 100%;
            max-height: 100%;
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
            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 > select + span::before,
            .pure-material-textfield-outlined > select + 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, 0, 0, 0), 0.6);
                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 > select + 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 > select + 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 > select,
    .pure-material-textfield-outlined:hover > textarea {
        border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
        border-top-color: transparent;
    }

        .pure-material-textfield-outlined:hover > input + span::before,
        .pure-material-textfield-outlined:hover > select + span::before,
        .pure-material-textfield-outlined:hover > textarea + span::before,
        .pure-material-textfield-outlined:hover > input + span::after,
        .pure-material-textfield-outlined:hover > select + span::after,
        .pure-material-textfield-outlined:hover > textarea + span::after {
            border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
        }

        .pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
        .pure-material-textfield-outlined:hover > select:not(:focus):placeholder-shown,
        .pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
            border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
        }

    /* Placeholder-shown */
    .pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
    .pure-material-textfield-outlined > select:not(:focus):placeholder-shown,
    .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
        border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    }

        .pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
        .pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span,
        .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
            font-size: inherit;
            line-height: 56px;
        }

            .pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
            .pure-material-textfield-outlined > select: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 > select: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 > select:focus,
    .pure-material-textfield-outlined > textarea:focus {
        border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        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 > select:focus + span,
        .pure-material-textfield-outlined > textarea:focus + span {
            color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

            .pure-material-textfield-outlined > input:focus + span::before,
            .pure-material-textfield-outlined > input:focus + span::after,
            .pure-material-textfield-outlined > select:focus + span::before,
            .pure-material-textfield-outlined > select: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 > select:disabled,
    .pure-material-textfield-outlined > select:disabled + span,
    .pure-material-textfield-outlined > textarea:disabled,
    .pure-material-textfield-outlined > textarea:disabled + span {
        border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
        border-top-color: transparent !important;
        color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
        pointer-events: none;
    }

        .pure-material-textfield-outlined > input:disabled + span::before,
        .pure-material-textfield-outlined > input:disabled + span::after,
        .pure-material-textfield-outlined > select:disabled + span::before,
        .pure-material-textfield-outlined > select: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, 0, 0, 0), 0.38) !important;
        }

        .pure-material-textfield-outlined > input:disabled:placeholder-shown,
        .pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
        .pure-material-textfield-outlined > select:disabled:placeholder-shown,
        .pure-material-textfield-outlined > select: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, 0, 0, 0), 0.38) !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 > select:disabled:placeholder-shown + span::before,
            .pure-material-textfield-outlined > select: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 > select,
        .pure-material-textfield-outlined > select + 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 > select + span::before,
        .pure-material-textfield-outlined > select + span::after,
        .pure-material-textfield-outlined > textarea + span::before,
        .pure-material-textfield-outlined > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}
