<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.buttons #cancel {
    padding: 0;
    margin-left: auto;
    background: 0 0;
    border: 0;
    width: inherit;
    position: absolute;
    background-color: transparent;
    top: 2px;
    left: 15px;
    font-size: 1em;
    color: #505050;
    box-shadow: none;
    text-align: left;
}

[data-name="SelfAsserted"] .intro {
    display: none !important;
    text-align: left;
    margin-top: 2rem;
}

button#emailVerificationControl_but_change_claims {
    display: none !important;
}

#attributeList ul li {
    list-style: none;
    margin: 1rem 0;
}

.buttons #continue {
    margin: 0 auto;
    width: 60%;
    height: 50px;
    background-color: #26265e;
    opacity: 1;
    border-radius: 0.5rem;
    border: none;
    color: #fff;
    font-size: 1em;
    box-shadow: 0 0 30px 0 #dae1f7;
}
.buttons button#continue[aria-disabled="true"] {
    opacity: 0.6;
}
.buttons #cancel:before {
    padding: 10px;
    vertical-align: sub;
    zoom: 90%;
    display: inline-block;
    content: url(https://uscridemanagerstorageacc.blob.core.windows.net/auth/img/left-arrow.svg);
}

#attributeVerification #attributeList ul {
    display: flex;
    flex-direction: column;
}

#attributeList ul {
    padding: 0;
}

ul {
    padding: 0;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.buttons button.sendButton {
    width: 60%;
    height: 50px;
    background-color: #26265e;
    color: #fff;
    border-radius: 0.5rem;
}

div#email_intro {
    width: 100%;
    float: left;
    text-align: left;
}

#attributeList ul li .attrEntry .itemLevel {
    display: none;
}

#attributeList ul li .helpLink {
    display: none;
}

.show {
    display: block !important;
}

#attributeList ul li .attrEntry .verify .verifyButton {
    width: inherit;
    padding: 0 20px;
    height: 50px;
    background-color: #26265e;
    color: #fff;
    margin-right: 5px;
    border-radius: 0.5rem;
}

.accountButton,
.buttons button {
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    background-image: none;
    background-color: #26265e;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: inherit;
    line-height: 1.3333333;
    margin-top: 2rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
    margin-left: 0;
    padding: 10px 16px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: inherit;
    color: #fff;
    width: 63%;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    box-shadow: 0 0 30px 0 #dae1f7;
}

.sendButton {
    width: inherit;
    padding: 0 20px;
    border: 0;
    font-size: 1em;
    height: 50px;
    right: 0;
    bottom: -38px;
    background-color: #26265e;
    color: #fff;
    border-radius: 0.5rem;
}

.editButton {
    border: none;
    color: #fff;
    background-color: #26265e;
    width: 60%;
    height: 50px;
    border-radius: 0.5rem;
}

.sendButton {
    width: inherit;
    padding: 0 20px;
    border: 0;
    font-size: 1em;
    height: 50px;
    right: 0;
    bottom: -38px;
    background-color: #26265e;
    color: #fff;
    border-radius: 0.5rem;
}

div#email_info,
div#email_success {
    float: left;
    text-align: left;
}

.attrEntry .verificationInfoText {
    margin-bottom: 5px;
}

#attributeList ul li.EmailBox label,
#attributeList ul li.Password label,
#attributeList ul li.TextBox label {
    display: none !important;
}

#attributeList ul li .attrEntry .verify .editButton {
    border: none;
    color: #fff;
    background-color: #26265e;
    width: 60%;
    height: 50px;
    border-radius: 0.5rem;
}

.accountButton:hover,
.buttons button:hover {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #3673B0 !important;
    color: #fff !important;
}

.accountButton:hover,
.buttons button#continue[aria-disabled="true"]:hover {
    background-color: #26265e;
}

.buttons #cancel:hover {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent !important;
    color: #505050 !important;
}

#attributeList ul li .attrEntry .verify {
    margin-top: 2rem;
    padding-bottom: 10px;
    position: relative;
}

/* #135FAA is the correct blue. remove #1662c7 and #296ec6? */
</pre></body></html>