@charset "UTF-8";

@font-face {
    font-family: 'Segoe UI', sans-serif;
}

:root {
    --primary-color: #0044FF;
    --back-color: #535455;
    --background-color: white;
    --disabled-background-color: #CFD9FC;
    --error-color: #C13D4A;
    --border-color: #ced4da;
}

label {
    visibility: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    font-style: normal;
}

ul {
    list-style-type: none;
    padding: 0;
    line-height: normal;
}

    ul .password-requirements-list {
        padding-left: 1.5em;
    }

        ul.password-requirements-list > li:before {
            display: inline-block;
            content: "-";
            width: 1em;
            margin-left: -1em;
        }

    ul .threeOfFour-password-requirements-list {
        list-style-type: disc;
        padding-left: 1.5em;
    }

.verificitation-code-input-error {
    border-color: #C13D4A;
}

p {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    font-style: normal;
    font-size: 16px;
}

button {
    background-color: var(--primary-color);
    border: none;
    color: var(--background-color);
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    min-width: 94px;
    min-height: 38px;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 8px 0 8px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--background-color) !important;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

#B2BExchange {
    font-family: 'Segoe UI', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    border: none;
    background-color: white;
    text-decoration-line: underline;
    display: block;
    margin: 0 auto;
    color: #0044FF;
    padding: 0;
    text-transform: capitalize;
}

    #B2BExchange:hover {
        color: var(--primary-color);
    }

    #B2BExchange:focus {
        box-shadow: none;
    }

.claims-provider-list-buttons > .intro {
    display: none;
}

.divider {
    border-bottom: 1px solid;
    color: #535455;
    margin: 33px 0 30px 0;
}

    .divider > h2 {
        display: none;
    }

input {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid var(--border-color);
    border-radius: 0 0 0 0;
    margin: 10px 0 10px 0;
    width: 348px;
}

.attrEntry:has(input):has(.error[aria-hidden="false"]) input {
    border-color: #C13D4A;
}

button:disabled,
button[disabled] {
    background-color: var(--disabled-background-color);
}

div[data-claim_id="email"] button,
div[data-claim_id="email"] div {
    margin: 0 0 0 8px;
}

a {
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    font-style: normal;
    color: var(--primary-color);
    margin: 0;
    width: 40%;
}

    a:hover {
        color: var(--primary-color);
    }

.Paragraph {
    display: none;
    visibility: hidden;
    height: 0;
    min-height: 0;
    font-size: 0;
}

.textInParagraph {
    margin: 0;
    width: 167px;
    height: 24px;
    font-size: 16px;
}

.bg-secondary {
    min-height: 100vh;
    background: url('https://prdirtnextgengeneralsa.blob.core.windows.net/prd-irt-nextgen/img/background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.logo-right_IRT {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
    width: 71px;
    height: 14.535px;
    display: flex;
    margin-bottom: 15px;
}

.attrEntry {
    display: flex;
    flex-direction: column;
}

.sendNewCode {
    min-height: 0;
    margin: 2px 0 0 0;
}

.container {
    height: 100%;
}

.card {
    border-radius: 0 0 0 0;
    width: 438px;
    height: fit-content;
    padding-bottom: 30px;
}

.entry-item {
    display: grid;
}

.card-header {
    margin: 59px 0 0 0;
    background-color: var(--background-color);
    border-color: transparent;
    padding: 0;
}

.card-body {
    margin: 0 46px 0 43px;
    padding: 0;
}

.password-label {
    height: 0;
    width: 0;
}

.password-requirements-area {
    margin-bottom: 5px;
    background-color: #F2F1F1;
    padding-bottom: 4px;
}

.password-must-contain {
    margin-left: 0.4em;
}

.helpLink {
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.verify {
    justify-content: end;
}

.verificationInfoText {
    font-size: 0;
    height: 0;
    min-height: 0;
    visibility: hidden;
}

.verificationSuccessText {
    display: none;
    height: 0;
    min-height: 0;
    font-size: 0;
    visibility: hidden;
}

.password-toggle:before {
    float: right;
    margin: -10% 8px 0 0;
    position: relative;
    z-index: 2;
}

.verificitation-code-input-error:focus {
    outline: 0;
}

.success-verification-area {
    margin-bottom: 40%;
}

.error {
    color: var(--error-color);
    line-height: normal;
    font-size: 12px;
    margin-bottom: 10px;
}

    .error p {
        font-size: 12px;
    }

    .error[aria-hidden=true] {
        margin: 0;
    }

    .error:not([aria-hidden]) {
        margin: 0;
    }

.buttons {
    display: flex;
    justify-content: flex-end;
}

.change-password-btn {
    bottom: 85px;
}

.login-password-toggle:before {
    float: right;
    margin: -37px 8px 0 0;
    position: relative;
    z-index: 2;
}

.intro {
    margin: 37px 0 0 0;
}

    .intro > h2 {
        font-family: 'Segoe UI',sans-serif;
        font-style: normal;
        font-size: 20px;
        margin: 36px 0 20px 0;
        font-weight: bold;
        line-height: 23px;
        color: #222222;
        text-transform: capitalize;
    }

    .intro > p {
        font-family: 'Segoe UI',sans-serif;
        font-style: normal;
        margin: 37px 0 15px 0;
        font-size: 20px;
        font-weight: bold;
    }

.email-area > p {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.password-area > p {
    margin-bottom: 4px;
}

.bi {
    color: #76777A;
    font-size: 18px;
}

.verificationErrorText {
    line-height: normal;
}

.Paragraph {
    visibility: hidden;
    min-height: 0;
    height: 0;
    font-size: 0;
    margin: 0;
}

.bi::before {
    color: #76777A;
}

#createAccount {
    margin-left: 5px;
}

#cancel {
    background: var(--background-color);
    color: var(--back-color);
}

#newPassword_label {
    visibility: visible;
    width: inherit;
    height: inherit;
    font-size: 16px;
}

#email_ver_but_resend {
    background: var(--background-color);
    text-transform: capitalize;
    color: var(--primary-color);
    text-decoration: underline;
    padding: 0;
    margin: 0;
}

#emailVerificationControl_but_send_new_code {
    background: var(--background-color);
    text-transform: capitalize;
    color: var(--primary-color);
    text-decoration: underline;
    padding: 0;
    align-self: start;
}

#email_ver_but_edit {
    visibility: hidden;
    height: 0;
    min-height: 0;
}

#email_label {
    visibility: visible;
}

#verifying_blurb {
    visibility: hidden;
}

#password, #newPassword, #reenterPassword {
    padding-right: 32px;
}

    #newPassword::-ms-reveal {
        display: none;
    }

    #password::-ms-reveal {
        display: none;
    }

#forgotPassword {
    margin: 10px 0 0 0;
}

#reenterPassword::-ms-reveal {
    display: none;
}

#next {
    margin-right: 0;
    margin-top: 9px;
}

#emailVerificationControl_info_message {
    visibility: hidden;
    min-height: 0;
    height: 0;
    font-size: 0;
}

#newPassword_label {
    visibility: hidden;
    min-height: 0;
    height: 0;
    font-size: 0;
}

#requiredFieldMissing {
    visibility: hidden;
    min-height: 0;
    height: 0;
    font-size: 0;
    margin: 0;
}

#userMsgCreatePassword {
    visibility: hidden;
    min-height: 0;
    height: 0;
    font-size: 0;
    margin: 0;
}

#fieldIncorrect {
    visibility: hidden;
    height: 0;
    min-height: 0;
    font-size: 0;
    margin: 0;
}

.hidden-element {
    display: none;
    visibility: hidden;
    height: 0;
    min-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 0;
    min-width: 0;
}
.rebrand-banner {
    background-color: #c9dfe7;
    margin: 9px 6px -27px 8px;
}

.display-none {
    display: none;
}