body {}

:root {
    --biogen-color: #0089ce;
    --avonex-color: #522398;
    --plegridy-color: #2573ba;
    --spinraza-color: #028ba6;
    --tecfidera-color: #7e0b6d;
    --tysabri-color: #0397d6;
    --vumerity-color: #0080a3;
    --text-color: #333;
    --error-color: #ff0000;
    --footer-heads: #ce0059;
    --footer-text: #404040;
    --form-BG: #ececec;
    --form-BG2: #f9f9f9;
}

body {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.noWrapTxt {
    white-space: nowrap;
}

.container {
    max-width: 980px;
}

.crx-wl-submit-result {
    color: red;
    font: bold;
  }

a:hover {
    text-decoration: inherit;
    color: currentColor;
}

header ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 12px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: var(--spinraza-color);
    font-size: 13px;
}

header ul li a {
    color: var(--white);
}

header ul li:not(:last-of-type) a::after {
    content: '|';
    padding: 0 15px;
}

.headerInfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.headerInfo a img {
    width: auto;
    height: 72px;
}

.headerInfo>img:nth-child(2) {
    width: 200px;
}

.headerInfo>img:last-of-type {
    width: 180px;
    transform: translateY(-25px);
}

.introWrap {
    padding: 0 60px;
    font-family: 'Raleway', sans-serif;
    border-bottom: 2px solid var(--spinraza-color);
}

.introWrap h1 {
    text-align: center;
    font-weight: 700;
    color: var(--spinraza-color);
    font-size: 24px;
}

.introWrap p {
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
}

.introWrap p strong {
    color: var(--spinraza-color);
}

.introWrap p:first-of-type {
    font-size: 18px;
    margin: 0 0 15px;
}

.introWrap p:not(:first-of-type) {
    margin-left: -20px;
    margin-right: -20px;
}

.introWrap p:last-of-type {
    font-size: 9px;
    margin-bottom: 30px;
}

.footerWrap {
    border-top: 2px solid var(--spinraza-color);
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 0 20px;
}

.footerWrap img {
    height: 42px;
}

.footerTxt {
    font-size: 9px;
}

.footerTxt ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-weight: 700;
    font-size: 9px;
}

.footerTxt ul li a {
    color: var(--footer-text);
}

.footerTxt ul li:not(:last-of-type) a::after {
    content: '|';
    padding: 0 10px;
}

.footerTxt p {
    margin-bottom: 0;
    margin-top: 2px;
}

.brandContentWrap * {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Figtree', sans-serif;
}

.brandContentWrap p {
    margin-bottom: 8px;
    font-weight: 400;
}

.brandContentWrap .TnCWrap p {
    margin-bottom: 5px;
}

.brandContentWrap p a {
    font-weight: 700;
    color: var(--spinraza-color);
}

.brandContentWrap sup {
    font-size: 70%;
}

.brandContentWrap strong {
    color: var(--black);
    font-weight: 700;
}

.brandContentWrap .TnCWrap {
    border-top: 1px solid var(--spinraza-color);
    border-bottom: 2px solid var(--spinraza-color);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.brandContentWrap .TnCWrap h4 {
    color: var(--spinraza-color);
    font-weight: 700;
}

.brandContentWrap .TnCWrap p:last-of-type {
    font-size: 10px;
}

.brandContentWrap .isiWrap h4 {
    color: var(--spinraza-color);
    font-weight: 700;
    margin-bottom: 7px;
}

.brandContentWrap .isiWrap ul {
    margin: 0 0 3px;
    padding: 0;
    list-style: none;
}

.brandContentWrap .isiWrap ul li {
    position: relative;
    padding-left: 10px;
}

.brandContentWrap .isiWrap ul li:not(:last-of-type) {
    margin-bottom: 2px;
}

.brandContentWrap .isiWrap ul li::before {
    content: '•';
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    color: #f58026;
    font-size: 24px;
}

.brandContentWrap .isiWrap ul ul li::before {
    content: 'o';
    font-size: 11px;
}

.brandContentWrap .isiWrap p a {color: currentColor; text-decoration: underline !important;}

.formWrap {
    margin-top: 20px;
    margin-bottom: 60px;
}

.formWrap h1 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.formWrap h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.formSteps {
    margin: 30px 0 15px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formSteps li {
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 20px;
    border: 1px solid var(--form-BG);
    background: var(--form-BG);
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    color: #d1d2d4;
}

.formSteps li:not(:last-of-type) {
    margin-right: 60px;
}

.formSteps li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    height: 3px;
    background: var(--form-BG);
    width: 61px;
    left: 22px;
    top: 10px;
    z-index: -1;
}

.formSteps li.active {
    border-color: var(--biogen-color);
    background: var(--white);
    color: var(--text-color);
}

.formWrap p {
    font-size: 12px;
    font-weight: 500;
}

.formField {
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.formField.stateWrap {
    display: flex;
    align-items: center;
}

.formField label {
    font-size: 16px;
    margin-bottom: 0;
}

.formField .form-control {
    border-radius: 0;
    height: 24px;
    padding: 0 5px;
    border-color: var(--text-color);
    font-size: 12px;
}

.formField.formField.stateWrap select.form-control {
    width: 100%;
    max-width: 240px;
    margin-left: 20px;
}

.errorMsg {
    width: 100%;
    font-size: 9px;
    color: var(--error-color);
    font-weight: 500;
}

.formField.stateWrap .errorMsg {
    transform: translateY(-5px);
}

.radioWrap {
    display: flex;
    align-items: center;
}

.radioWrap.verticalBtns {
    flex-direction: column;
    align-items: flex-start;
}

.radioWrap .radioBtn {
    margin-top: 12px;
}

.radioWrap:not(.verticalBtns) .radioBtn:not(:last-of-type) {
    margin-right: 30px;
}

.radioWrap .radioBtn input {
    display: none;
}

.radioWrap .radioBtn label {
    position: relative;
    padding-left: 27px;
}

.radioWrap .radioBtn label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: var(--white);
    border: 3px solid var(--white);
    outline: 2px solid var(--footer-text);
    border-radius: 20px;
}

.radioWrap .radioBtn input:checked~label::before {
    background: var(--footer-text);
}

.patientInfoWrap {
    background: var(--form-BG2);
    padding: 40px 50px 25px;
    margin-bottom: 30px;
}

.patientInfoWrap label {
    font-size: 12px;
    font-weight: 500;
}

.patientInfoWrap label span {
    font-size: 8px;
}

.patientInfoWrap .errorWrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.patientInfoWrap .phoneMsg input {
    display: none;
}

.patientInfoWrap .phoneMsg label {
    font-size: 8px;
    white-space: nowrap;
    font-weight: 700;
    position: relative;
    padding-left: 14px;
}

.patientInfoWrap .phoneMsg label span {
    font-weight: 400;
}

.patientInfoWrap .phoneMsg label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    background: var(--white);
    border: 1px solid var(--white);
    outline: 1px solid var(--footer-text);
}

.patientInfoWrap .phoneMsg input:checked~label::before {
    background: var(--footer-text);
}

.btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btnWrap > button {
    border: none;
    background: var(--spinraza-color);
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 80px;
    border-radius: 10px;
}

.btnWrap button .fa {font-size: 17px; padding-left: 2px; font-weight: bold;}

.authorizeTxtWrap h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.authorizeTxtWrap p {
    font-size: 14px;
    font-weight: 400;
}

.authorizeTxtWrap p strong {
    font-weight: 600;
}

.authorizeTxtWrap p span {
    font-size: 11px;
}

.authorizeTxtWrap p a {
    color: currentColor;
}

.authorizeInfoWrap {
    padding: 0 40px;
}

.authorizeInfoWrap label {font-size: 14px;}

.authorizeInfoWrap ul {
    background: var(--form-BG2);
    list-style: none;
    margin: 30px 0;
    padding: 20px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
}

.authorizeInfoWrap ul li {
    width: 50%;
}

.authorizeInfoWrap ul li:not(:last-of-type) {
    margin-bottom: 20px;
}

.patientCheck {
    padding: 20px 40px;
    background: var(--form-BG2);
}

.patientCheck .formField {
    margin-bottom: 0;
}

.otpWrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 40px;
}

.otpWrap .otpOption input {
    display: none;
}

.otpWrap .otpOption label {
    background: url('../image/icon-unchecked.png') no-repeat left bottom;
    background-size: 24px auto;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    line-height: 27px;
    margin-bottom: 0;
}
.otpWrap .otpOption input:disabled ~ label {background-image: url('../image/icon-disabled.png');}

.otpWrap .otpOption input:checked~label {
    background-image: url('../image/icon-checked.png');
}
.numberErrorWrap {position: relative;}
.numberErrorWrap > img {position: absolute; left: -25%; top: 30%; width: 20px; display: none;}

.printWrap {
    text-align: center;
}

.printWrap p {
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
    text-align: center;
    margin: 30px auto 40px;
}

.webCardWrap {
    display: inline-block;
    position: relative;
}

.webCardWrap img {
    width: 100%;
    max-width: 540px;
}

.webCardWrap table {
    text-align: left;
    position: absolute;
    left: 40px;
    bottom: 60px;
    font-size: 18px;
    line-height: 150%;
}

.webCardWrap table strong {
    padding-left: 3px;
    font-weight: 600;
}

#multipleLocations .modal-body h1 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

#multipleLocations .modal-body p {
    margin: 10px 0;
    font-size: 14px;
}

#multipleLocations .modal-body table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}

#multipleLocations .modal-body thead {
    font-weight: 600;
}

#multipleLocations .modal-body tr {
    border-bottom: 1px solid var(--text-color);
}

#multipleLocations .modal-body tr td {
    padding: 7px 0;
}

#multipleLocations .modal-body tr td:last-of-type {
    width: 85px;
}

#multipleLocations .modal-body tr td button {
    font-size: 12px;
    border: none;
    color: var(--white);
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
    border-radius: 8px;
    background: var(--spinraza-color);
    font-weight: 600;
    text-transform: uppercase;
}

#multipleLocations .modal-body .radioBtn label {
    font-size: 14px;
    padding-left: 24px;
}

#multipleLocations .modal-body .radioBtn label::before {
    width: 14px;
    height: 14px;
    outline: 1px solid;
    border-width: 2px;
}

.modal-dialog {
    max-width: 540px;
}

.modal-content {
    border-radius: 0;
    border: 1px solid;
    box-shadow: 0 0 20px #555;
}

.modal-body {
    padding: 25px 25px 15px;
}

.modal-body .close {opacity: 1 !important; font-size: 18px; font-weight: normal;}

.modal-body img {
    width: 48px;
    margin: 0 auto 10px;
    display: block;
}

.modal-body p {
    margin-bottom: 10px;
}

.modal-body p a {
    text-decoration: underline;
}

.modal-body p,
.modal-body label {
    text-align: left;
    font-size: 18px;
    line-height: 140%;
}

.modal-body .formField label {
    margin-bottom: 0;
}

.modal-body .formField .radioBtn label {
    padding-left: 32px;
}

.modal-body .formField label::before {
    width: 20px;
    height: 20px;
    border-width: 4px;
    top: 2px;
}

.modal-body .formField .form-control {
    max-width: 160px;
    margin: 40px auto 20px;
    height: 28px;
    border-color: var(--black);
    font-size: 14px;
}

.modal-body .btnWrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.modal-body .btnWrap div {
    font-size: 11px;
    width: 210px;
}

.mobileOnlyTxt {display: none;}

@media only screen and (max-width: 1080px) {
    .numberErrorWrap > img {left: -30px;}

    .introWrap p:first-of-type {margin: 0 auto 15px;}

    .introWrap p:not(:first-of-type) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .headerInfo {
        flex-direction: column;
        align-items: center;
    }

    .headerInfo img {
        margin-bottom: 15px;
        transform: translateY(0) !important;
    }

    .introWrap {
        padding: 0;
    }

    .formField.stateWrap {
        display: block;
    }

    .formField.stateWrap select {
        margin-left: 0 !important;
        margin-bottom: 5px;
    }

    .patientInfoWrap {
        padding: 10px 20px 5px;
    }

    .patientInfoWrap .errorWrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .authorizeInfoWrap {
        padding: 0 10px;
    }

    .authorizeInfoWrap ul {
        padding: 5px 10px;
    }

    .authorizeInfoWrap ul li {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .otpWrap {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .webCardWrap table {
        font-size: 2.7vw;
        left: 25px;
        bottom: 11vw;
        line-height: 130%;
    }

    .footerWrap {
        flex-direction: column;
        align-items: center;
    }

    .footerWrap img {
        margin: 30px auto 20px;
    }

    .footerTxt {
        width: 100%;
    }

    .footerTxt ul {
        margin-bottom: 5px;
    }

    .footerTxt:not(.mobileOnlyTxt) p {display: none;}

    .mobileOnlyTxt {display: block; text-align: center;}

    .phoneMsg {align-self: flex-end;}
}

@media only screen and (max-width: 520px) {
    header ul {
        flex-wrap: wrap;
        padding: 5px 10px;
    }

    header ul li:first-of-type {
        width: 100%;
        border-bottom: 1px solid var(--white);
    }

    header ul li:last-of-type {
        border-left: 1px solid var(--white);
    }

    header ul li {
        width: 50%;
        padding: 5px 10px;
    }

    header ul li a::after {
        display: none;
    }

    .footerTxt ul {
        flex-wrap: wrap;
    }

    .footerTxt ul li {
        width: 100%;
    }

    .footerTxt ul li a::after {
        display: none;
    }
}



.hideElement {
    display: none;
}

/* .formField .errorMsg {visibility: hidden;}
.formField .error.errorMsg {visibility: visible;} */

.formField .errorMsg {
    display: none;
}

.formField.error .errorMsg {
    display: block;
}

.grecaptcha-badge {
    display: none;
}

.crx-gray-out {
    z-index: 9999;
}

.crx-loader {
    z-index: 9999;
}

#RegFinishTab {
    position: relative;
}

.grecaptcha-badge {
    position: absolute !important;
    bottom: 60px !important;
    right: 15px !important;
    width: 70px !important;
    transition: 0.3s all ease !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}
button.btnResendSubmit {background: none; border: none; color: var(--biogen-color); padding: 0;}

.errorMsgVerifyPopUp {
    width: 100%;
    font-size: 9px;
    max-width: 160px;
    margin: -20px auto 0;
    color: var(--error-color);
    font-weight: 500;
    height: 20px;
}

 

.fixedISI {position: fixed; z-index: 1; width: 100%; height: 135px; left: 0; bottom: 0; background: var(--white);}
.fixedISI * {font-size: 13px;}
.fixedISIHeader {background: var(--spinraza-color); padding: 3px 0;}
.fixedISIHeader .container {display: flex; justify-content: space-between; align-items: center;}
.fixedISIHeader .container h4 {color: var(--white); font-size: 10px; margin-bottom: 0; font-weight: 400;}
.fixedISIHeader .container .fa {color: var(--white); font-size: 18px; cursor: pointer;}
.fixedISIContent {padding: 5px 0 5px;}
.fixedISIContent h4 {color: var(--spinraza-color); font-weight: 700;}

.confirmWrap {min-height: 100vh;}