body {
    padding: 0;
    margin: 0;
}

#frmResetPassword ul {
    margin: 0 0 -10px 0;
    padding: 0 0 0 20px;
    list-style-type: none;
}

#frmResetPassword ul li {
    margin-bottom: 15px
}

#resetPasswordCriterias ul li:before {
    content: ".";
    font-size: 30px;
    margin: -20px 10px 40px -18px;
    display: inline-block;
    max-height: 0px;
    top: -4px;
    position: relative;
}

/* ResetPasswordCriterias dir RTL */

:dir(rtl) #resetPasswordCriterias ul li:before {
    content: ".";
    font-size: 30px;
    margin: -20px 10px 40px 18px;
    display: inline-block;
    max-height: 0px;
    top: -4px;
    position: relative;
}

/**/

#resetPasswordAspValidationSummary ul {
    padding: 0 0 0 0;
}

#sec_answer_error {
    padding-left: calc(50% + 20px);
    top: -10px;
    position: relative;
    line-height: initial;
    padding-right: 20px;
}

.modal-alert-danger .round-modal {
    padding: 0 45px;
}

#mobile_number_error {
    padding-right: calc(50% + 20px);
    top: -10px;
    position: relative;
    line-height: initial;
    padding-left: 63px;
}

.op5-hr-light {
    height: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E4E2;
    box-shadow: 0 20px 20px -20px #333;
}

#discoverOptions ul {
    margin: -10px 0 -10px 0;
    padding: 0 0 5px 25px;
}
.glooko .logo img {
    height: 55px;
}

.glooko .logo img:first-child {
    margin-right: 15px;
}

.glooko .myAccount-body {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.14);
    box-shadow: 0 0 15px rgba(0,0,0,0.14);
}

.glooko-web .myAccount-body {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.14);
    box-shadow: 0 0 15px rgba(0,0,0,0.14);
}

.glooko-web .logo img:last-child {
    height: 80px;
    margin-left: 30px;
    padding-top: 20px;
}

.glooko-web .credential-block.credential-sign-in {
    padding-bottom: 30px;
}

body.glooko-web {
    background: #fff;
}

    body.glooko-web .modal-dialog {
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.16);
        box-shadow: 0 0 15px rgba(0,0,0,0.16);
    }

    body.glooko-web .o-container {
        padding: 30px 15px;
    }

        body.glooko-web .o-container .o-container {
            padding: 0;
        }

    body.glooko-web .credential-signup-text {
        padding: 0 30px;
    }

        body.glooko-web .credential-signup-text > p.credential-signup-text {
            padding: 0;
        }

    body.glooko-web .credential-container {
        max-width: 42rem;
        width: 100%;
    }

        body.glooko-web .credential-container .account-setup-block {
            width: 100%;
        }

        body.glooko-web .credential-container.forgot-container {
            max-width: 42rem;
        }

            body.glooko-web .credential-container.forgot-container .credential-title {
                line-height: 1;
                margin-bottom: 10px;
            }

        body.glooko-web .credential-container .credential-block.credential-sign-in {
            width: 100%;
        }

    body.glooko-web.o-login-right {
        display: none;
    }

    body.glooko-web .credential-signup-text {
        margin: 0 auto;
        max-width: 42rem;
    }

    body.glooko-web .credential-block.credential-sign-in .btn-outline-primary {
        position: initial;
    }

    body.glooko-web .account-setup-container .modal-dialog {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.mobile-ui.omnipod .credential-block.credential-sign-in .form-check-inline.float-right {
    width: 100% !important;
    padding-top: 5px !important;
    margin-right: 0 !important;
}

.omnipod.mobile-ui .credential-block {
    background: transparent;
}

.omnipod .myAccount-body {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.14);
    box-shadow: 0 0 15px rgba(0,0,0,0.14);
}

    .omnipod .myAccount-body .btn {
        width: auto;
        line-height: 1.5;
        margin-top: 0 !important;
    }

.omnipod .logo img {
    height: 55px;
}

    .omnipod .logo img:first-child {
        margin-right: 15px;
    }

.omnipod footer {
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    margin-top: -15px;
}

    .omnipod footer a {
        line-height: 24px;
        font-size: 13px;
        background: #eee;
        padding: 5px 15px;
        width: 100%;
        display: block;
        margin-bottom: 15px;
        color: #444;
        font-family: "Helvetica-Bold",Arial,sans-serif;
    }

    .omnipod footer p {
        text-align: left;
        color: #666;
        padding: 0 20px 20px;
    }

.btn:not(.dropdown-toggle) {
    min-width: 150px;
}

a.border-bottom.border-primary:hover {
    text-decoration: none;
}

.btn-outline-primary {
    background-color: #fff;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus:hover {
        background-color: #293896;
        color: #fff;
        border-color: #293896;
    }

.o-login-right .btn-light:focus {
    background: #f9bf3b;
    border-color: #f9bf3b;
    color: #fff;
}

.error-icon {
    background: url(../images/error.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
}

.success-icon {
    background: url(../images/success.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
}

.input-has-value .credential-label, .input-validation-error .credential-label {
    left: 10px;
    opacity: 1;
    visibility: visible;
    top: -10px;
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
    color: #1B1A1A;
}

.form-group.input-has-value label {
    display: block;
    font-size: 12px;
    line-height: unset;
}

.bg-light .form-group.input-has-value label {
    background: #f8f9fa;
}

.input-validation-error, .form-control.input-validation-error {
    border-color: #dc3545;
}

#summaryModelOnly {
    top: -10px;
    position: relative;
    font-size: 12px;
    padding: 0 15px;
    display: block;
    line-height: 14px;   
}

.op5-SummaryModelOnly {
    padding: 0 0 0 0 !important;
}

.field-validation-error, .error {
    color: #dc3545 !important;
    font-size: 12px;
}

    .input-validation-error + .credential-label {
        color: #dc3545 !important;
    }

.validation-summary-errors ul {
    padding: 0;
    color: #dc3545 !important;
}

.field-validation-error > label.error {
    margin-bottom: 0 !important;
}

.error-list {
    margin-bottom: 20px;
    margin-top: -30px;
    text-align: center;
}

    .error-list .field-validation-error {
        font-weight: bold;
        display: block;
        margin-bottom: 0 !important;
    }

    .error-list ul {
        list-style: disc;
        display: inline-block;
        font-size: 14px;
        list-style-position: inside;
    }

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: .5em;
            -webkit-box-shadow: rgba(0,0,0,0.75) 1.5em 0 0 0,rgba(0,0,0,0.75) 1.1em 1.1em 0 0,rgba(0,0,0,0.75) 0 1.5em 0 0,rgba(0,0,0,0.75) -1.1em 1.1em 0 0,rgba(0,0,0,0.5) -1.5em 0 0 0,rgba(0,0,0,0.5) -1.1em -1.1em 0 0,rgba(0,0,0,0.75) 0 -1.5em 0 0,rgba(0,0,0,0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0,0,0,0.75) 1.5em 0 0 0,rgba(0,0,0,0.75) 1.1em 1.1em 0 0,rgba(0,0,0,0.75) 0 1.5em 0 0,rgba(0,0,0,0.75) -1.1em 1.1em 0 0,rgba(0,0,0,0.75) -1.5em 0 0 0,rgba(0,0,0,0.75) -1.1em -1.1em 0 0,rgba(0,0,0,0.75) 0 -1.5em 0 0,rgba(0,0,0,0.75) 1.1em -1.1em 0 0;
        }

.modal-dialog.modal-dialog-custom {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.modal-content {
    border: 0;
}

.modal-custom {
    position: relative !important;
}

.close {
    opacity: 1;
}

.custom-radio .custom-control-label::before {
    border-width: 2px;
    border-color: #293896;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #293896;
    border-radius: 50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: #293896;
}

.selectize-input > .item {
    line-height: 24px;
}

#frm_sms .selectize-input > .item {
    font-size: 14px;
    line-height: 20px;
}

.selectize-input.has-items > .item {
    white-space: nowrap;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-input input {
    top: -4px;
}

#frm_sms .selectize-input > .item {
    max-width: calc(100% - 20px);
}

.form-control {
    text-align: left;
}

.form-group-view .form-control {
    text-align: left;
}

.selectize-control .form-control {
    font-size: 14px;
}

.tooltip-custom {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #743DBC;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: -25px;
    top: -5px;
    cursor: pointer;
    font-family: "SalesforceSans-Regular",Arial,sans-serif;
}

    .tooltip-custom:hover {
        z-index: 1;
    }

    .tooltip-custom:after {
        content: attr(data-tip);
        position: absolute;
        left: -15px;
        top: 30px;
        background: #fff;
        border: 1px solid #743DBC;
        color: #000;
        padding: 5px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        min-width: 80px;
        min-height: 25px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.4;
        z-index: 99;
    }

    .tooltip-custom.tooltip-multiline:after {
        width: 260px;
        white-space: normal;
        text-align: left;
    }

    .tooltip-custom:before {
        content: '';
        width: 12px;
        height: 12px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #743DBC;
        border-left: 1px solid #743DBC;
        display: block;
        position: absolute;
        background: #fff;
        left: 0;
        top: 24px;
        z-index: 991;
        opacity: 0;
        visibility: hidden;
    }

    .tooltip-custom.active:after, .tooltip-custom.active:before, .tooltip-custom:hover:after, .tooltip-custom:hover:before {
        opacity: 1;
        visibility: visible;
    }

.footer {
    background: #fff;
}

    .footer ul {
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .footer ul::after {
            display: block;
            clear: both;
            content: "";
        }

        .footer ul li {
            list-style: none;
            display: inline-block;
            padding: 0 15px;
        }

.footer .customer_care {
    padding: 10px;
    background: #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

#footer-link-list {
    padding: 15px 100px;
    font-size: 14px;
    text-align: left;
}

    #footer-link-list li {
        width: 25%;
        float: left;
        padding: 5px;
    }

.legal_line {
    padding: 15px 100px;
    color: #999;
    font-size: 13px;
    text-align: center;
}

#footer-international img {
    width: 40px;
}

#footer-international li {
    padding: 0 5px;
}

.navbar-brand img {
    max-height: 40px;
}

.o-login-navbar {
    background: #293896;
    text-align: center;
    min-height: 100px;
}

.logo img {
    padding-top: 16px;
}

.browser-title {
    font-size: 1.2rem;
    margin: 3rem 0 1rem;
}

.browser-update {
    color: #fff;
    height: calc(100vh - 100px);
    position: relative;
}

.browser-update-note {
    background: rgba(255,255,255,0.2);
    padding: 10px;
    text-align: center;
    line-height: 2;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    font-family: "SalesforceSans-Bold",Arial,sans-serif;
}

.browser-update-option {
    min-height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .browser-update-option > div {
        padding: 9rem 0;
        width: 180px;
        font-size: 13px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: calc(100vh - 100px);
    }

        .browser-update-option > div .btn {
            border-radius: 20px;
            padding-right: 15px;
            min-width: 180px;
            border-color: #fff;
            border-width: 2px;
            color: #fff;
            font-size: 14px;
            margin-bottom: 9rem;
            background-color: transparent;
        }

            .browser-update-option > div .btn:hover {
                background: #fff;
                color: #444;
            }

        .browser-update-option > div:nth-child(1) {
            background: -webkit-gradient(linear,left top,left bottom,from(#003f70),to(#013863));
            background: linear-gradient(#003f70,#013863);
        }

        .browser-update-option > div:nth-child(2) {
            background: #00a0e6;
        }

        .browser-update-option > div:nth-child(3) {
            background: -webkit-gradient(linear,left top,left bottom,from(#293896),to(#212c77));
            background: linear-gradient(#293896,#212c77);
        }

.browser-avaiable {
    margin-bottom: .5rem;
}

.plaform-icon img:not(:last-child) {
    margin-right: 5px;
}

.credential-container.forgot-container {
    max-width: 896px;
    width: 896px;
}

    .credential-container.forgot-container .credential-block {
        padding: 30px;
        border-radius: 8px;
        width: 100%;
    }

    .credential-container.forgot-container .credential-title {
        font-size: 38px;
        font-family: "Helvetica-Bold",Arial,sans-serif;
        font-weight: 700;
    }

.credential-block-close {
    background: url(../images/close.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.forgot-container.credential-container .required-text {
    font-family: "SalesforceSans-Regular",Arial,sans-serif;
}

.forgot-container.credential-container .credential-block .btn-outline-primary {
    position: initial;
    width: auto !important;
    min-width: 230px;
}

.o-container {
    font-size: 15px;
    position: relative;
    margin: auto;
    font-size: 18px;
    width: 100%;
}

.o-login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    overflow: hidden;
}

.o-login-body {
    background: url(../images/login-bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f0f1f2;
    margin: 0;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.o-login-image {
    width: 100%;
    text-align: center;
}

.o-login-right {
    background: #293896;
    padding: 30px;
    color: #fff;
    max-width: 50%;
    font-size: 18px;
    position: relative;
    padding-bottom: 70px;
}

    .o-login-right .btn-block {
        position: absolute;
        bottom: 20px;
        left: 30px;
        right: 30px;
        width: calc(100% - 60px) !important;
    }

    .o-login-right .btn-light:hover {
        background: #f9bf3b;
        border-color: #f9bf3b;
        color: #fff;
    }

    .o-login-right .credential-title {
        color: #f9bf3b;
    }

    .o-login-right p {
        margin-top: 11px;
        font-size: 1rem;
    }

    .o-login-right ul {
        list-style-position: inside;
    }

        .o-login-right ul li {
            font-size: 1.2em;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.2;
            padding-top: 10px;
            padding-bottom: 10px;
        }

.credential-container {
    max-width: 64rem;
    width: 100%;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.credential-block {
    position: relative;
    min-width: 50%;
    padding: 30px 50px 30px 30px;
    background: #fff;
    padding-bottom: 70px;
    width: 100%;
}

    .credential-block .form-control:not(textarea), .credential-block .form-control:not(textarea) input {
        text-align: left;
        height: 48px;
    }

    .credential-block.credential-sign-in {
        padding-bottom: 70px;
    }

        .credential-block.credential-sign-in .btn-outline-primary {
            position: absolute;
            bottom: 20px;
            left: 30px;
            right: 30px;
            width: calc(100% - 60px) !important;
        }

    .credential-block .form-check-input {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 4px;
    }

.credential-title {
    font-weight: bold;
    font-size: 32px;
    color: #003f70;
}

.credential-label {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    font-size: 14px;
    position: absolute;
    bottom: 50%;
    left: 10px;
    padding: 1px 5px;
    height: 18px;
    line-height: 1.2;
    -webkit-transform: translate(0,50%) scale(1.2);
    transform: translate(0,50%) scale(1.2);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform-origin: left;
    transform-origin: left;
    height: 18px;
    background: #fff !important;
}


/* ================================
   Input Labels (LTR / RTL support)
   ================================ */
.input-label {
    display: flex; /* full-width flex container */
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #1B1A1A;
    margin-bottom: 6px;
    gap: 3px; /* consistent spacing between text & star */
    line-height: 1.2; /* stable vertical rhythm */
    white-space: nowrap; /* prevent wrapping */
    width: 100%;
}

    /* prevent star squeezing */
    .input-label .asterisk {
        color: #BB0000;
        flex-shrink: 0;
    }

    /* LTR: text + star on left */
    .input-label.ltr {
        justify-content: flex-start;
        flex-direction: row;
    }

    /* RTL: text + star on right */
    .input-label.rtl {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

/* ================================
   Floating label state
   ================================ */
.form-group.input-has-value label.input-label {
    font-size: 16px !important; /* lock font size */
    line-height: 1.2 !important; /* lock line height */
    gap: 3px !important; /* consistent spacing */
    display: flex !important; /* stay flex container */
}

    /* preserve alignment when floating */
    .form-group.input-has-value label.input-label.ltr {
        justify-content: flex-start;
        flex-direction: row;
    }

    .form-group.input-has-value label.input-label.rtl {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

/* ================================
   Utility classes for direction
   ================================ */
.force-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.force-rtl {
    direction: rtl !important;
    text-align: right !important;
}

/* Prevent star squeezing & fix vertical alignment */
.input-label::before,
.input-label::after {
    flex-shrink: 0;
    line-height: 1;
}

/* ================================
   Dynamic asterisk positioning
   ================================ */

/* Default (LTR): asterisk on left side */
.input-label.required.ltr::before {
    content: "*";
    color: #BB0000;
    font-weight: 600;
    flex-shrink: 0;
    margin-right: 3px;
    position: relative;
    top: -2px; /*  slightly lift asterisk upward */
}

/* RTL: asterisk on right side */
.input-label.required.rtl::after {
    content: "*";
    color: #BB0000;
    font-weight: 600;
    flex-shrink: 0;
    margin-left: 3px;
    position: relative;
    top: -2px; /*  slightly lift upward */
}

.input-label.shrink {
    width: auto !important; /* let label occupy only the text width */
    display: inline-flex; /* align text properly */
    align-items: center;
}



input.form-control:focus::-webkit-input-placeholder {
    color: #fff;
}

input.form-control:focus::-moz-placeholder {
    color: #fff;
}

input.form-control:focus::-ms-input-placeholder {
    color: #fff;
}

input.form-control:focus::placeholder {
    color: #fff;
}

input.form-control:focus + label {
    left: 10px;
    opacity: 1;
    visibility: visible;
    top: -10px;
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
    color: #1B1A1A;
}

select.form-control:focus + label.credential-label {
    left: 10px;
    opacity: 1;
    visibility: visible;
    top: -10px;
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
    color: #1B1A1A;
}

select.default-value {
    color: #767676;
}

.input-has-value select {
    color: #000;
}

.p-relative {
    position: relative;
}

input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
    border: 1px solid #293896;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    border: 1px solid #d6dade;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.selectize-control.form-control {
    padding: 0;
    border: 0;
}

.selectize-control {
    max-width: 200px;
}

.selectize-input {
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-dropdown {
    padding: 0;
}

.selectize-dropdown-content {
    background: #fff;
}

.credential-container .form-control {
    font-size: 18px;
}

.credential-container .credential-title {
    font-family: "SalesforceSans-Bold",Arial,sans-serif;
    font-weight: normal;
}

.modal-dialog {
    max-width: 610px;
}

.pc-profile {
    background: #fff;
    position: relative;
    padding: 2px 250px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .pc-profile .row {
        max-width: 48rem;
        margin: 0 auto;
    }

    .pc-profile svg {
        width: 25px;
        margin-bottom: 2px;
        fill: #293896;
    }

    .pc-profile .col-auto {
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pc-profile .tab-active-img {
        display: none;
    }

    .pc-profile img {
        max-width: 20px;
        max-height: 20px;
        margin-bottom: 2px;
    }

    .pc-profile .active {
        color: #ff6347;
    }

        .pc-profile .active .tab-active-img {
            display: inline-block;
        }

        .pc-profile .active .tab-default-img {
            display: none;
        }

.myAccount-nav {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.myAccount-nav, .myAccount-body {
    min-width: 750px;
    margin: auto;
    width: 100%;
}

    .myAccount-nav.row, .myAccount-body.row {
        max-width: 750px;
    }

.myAccount-nav {
    border-radius: 6px 6px 0 0;
    background: #003f70;
    color: #fff;
}

    .myAccount-nav .nav-tabs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
    }

        .myAccount-nav .nav-tabs li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            text-align: center;
        }

    .myAccount-nav a {
        padding: 20px 15px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        display: inline-block;
    }

        .myAccount-nav a.nav-link.active {
            border-color: transparent;
            background-color: transparent;
            color: #fff;
        }

        .myAccount-nav a.nav-link.active, .myAccount-nav a:hover {
            position: relative;
            border-color: transparent !important;
        }

            .myAccount-nav a.nav-link.active:after, .myAccount-nav a:hover:after {
                content: "";
                width: calc(100% - 30px);
                height: 2px;
                position: absolute;
                bottom: 15px;
                background: #fff;
                left: 15px;
            }

.myAccount-body {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
}

.profile-name {
    display: block;
    max-width: 110px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-profile {
    position: absolute;
    right: 15px;
    top: 15px;
}

    .dropdown-profile .btn {
        padding-right: 35px;
        position: relative;
    }

    .dropdown-profile .profile-round {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: inline-block;
        background: #293896;
        color: #fff;
        font-size: 12px;
        line-height: 25px;
        position: absolute;
        right: 0;
    }

.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dropdown-toggle:after {
        border-left: 2px solid #333;
        border-top: 2px solid #333;
        border-bottom: 0;
        border-right: 0;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(-136deg);
        transform: rotate(-136deg);
        border-radius: 2px;
        vertical-align: 3px;
    }

.form-disabled:not(.active) .form-group-username .form-control {
    text-align: center;
}

.field-validation-valid label {
    margin-bottom: 0;
    color: #dc3545;
}

.field-validation-valid.field-validation-error + .p-relative input {
    border-color: #dc3545;
    color: #dc3545;
}

/* Change Password styling based on mock-ups provided by Insulet for GCx */
#frmChangePassword ul {
    margin: 0 0 -10px 0;
    padding: 0 0 0 20px;
    list-style-type: none;
}

#frmChangePassword ul li {
    margin-bottom: 15px
}

/* Validation styling based on mock-ups provided by Insulet for GCx */
.validation-summary-errors ul,
#frmChangePassword .validation-summary-errors ul {
    padding-left: 0;
}

.form-disabled.active .form-group-view {
    pointer-events: none;
}

    .form-disabled.active .form-group-view .tooltip-custom, .form-disabled.active .form-group-view .selectized, .form-disabled.active .form-group-view .selectize-control, .form-disabled.active .form-group-view .input-group-prepend {
        display: none;
    }

    .form-disabled.active .form-group-view input[type="radio"] + .custom-control-label:before {
        opacity: .4;
    }

    .form-disabled.active .form-group-view .form-control {
        border: 0;
        padding-left: 0;
        padding-right: 0;
        -moz-appearance: window;
        -webkit-appearance: none;
    }

    .form-disabled.active .form-group-view .credential-label {
        top: -14px;
        left: 0;
        padding-left: 0;
    }

.form-view-disabled {
    pointer-events: none;
}

    .form-view-disabled input[type="radio"] + .custom-control-label:before {
        opacity: .4;
    }

.required-text {
    font-size: 18px;
}

.required-field {
    color: #dc3545;
}

.tab-space {
    margin-left: 2em; /* Adjust '2em' to the desired tab width */
}

.form-invalid input {
    border-color: #dc3545;
}

.form-invalid .credential-label {
    color: #dc3545;
}

.form-invalid .invalid-feedback {
    display: block;
    color: #dc3545;
}

.setup-title {
    text-align: center;
    font-size: 24px;
    color: #293896;
    font-weight: bold;
}

.setup-steps {
    border-radius: 20px;
    width: 250px;
    background: #293896;
    border: 2px solid #293896;
    margin: 5px auto 20px;
}

    .setup-steps > div {
        color: #293896;
        border-radius: 20px;
        width: 35%;
        background: #fff;
        padding: 2px 15px;
        font-size: 14px;
        text-align: center;
        font-family: "SalesforceSans-Bold",Arial,sans-serif;
    }

.setup-steps-full > div {
    width: 100%;
}

.setup-steps-second > div, .setup-steps-half > div {
    width: 50%;
}

.setup-steps-third > div {
    width: 75%;
}

.account-setup-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .account-setup-container.credential-container .form-control {
        font-size: 14px;
    }

    .account-setup-container .credential-block {
        border-radius: 10px;
    }

.account-setup-block {
    width: 746px;
    max-width: 746px;
    min-width: 100%;
    border-radius: 10px;
    padding: 30px 30px 50px;
    position: relative;
    background: #fff;
}

    .account-setup-block .form-control {
        text-align: center;
    }

.search-result {
    margin: 15px -30px 30px;
    padding: 8px 30px;
    background: #eee;
    font-weight: bold;
}

.card.rounded.bg-light {
    color: #666;
}

    .card.rounded.bg-light h5 {
        font-weight: bold;
        margin-bottom: 15px;
    }

.custom-control-label {
    word-break: break-all;
}

#frmSignUp label.small {
    margin-top: -8px;
    display: inherit;
}

#frmSignUp .custom-control-label {
    word-break: break-word;
}

#frm_Consent .custom-control-label {
    word-break: break-word;
}

.signup-img {
    max-width: 150px;
    height: 38px;
    width: 100%;
}

.mobile-ui .g-recaptcha.d-inline-block {
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
}

.mobile-ui .text-center.mb-5.text-muted {
    margin-bottom: 30px !important;
}

.mobile-ui .selectize-control.form-control {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

    .mobile-ui .selectize-control.form-control .selectize-input .selectize-dropdown-content {
        line-height: 30px;
    }

    .mobile-ui .selectize-control.form-control .selectize-input #SMSFactor_SelectedPhoneCodeWithCC-selectized {
        top: 0;
    }

        .mobile-ui .selectize-control.form-control .selectize-input #SMSFactor_SelectedPhoneCodeWithCC-selectized:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: 0;
        }

    .mobile-ui .selectize-control.form-control .selectize-input > .item {
        line-height: 45px;
        max-width: initial;
        width: initial;
        display: inline;
    }

    .mobile-ui .selectize-control.form-control + .input-group-prepend + .p-relative {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.mobile-ui .appstore-icon img {
    max-width: 150px;
}

.mobile-ui .o-login-navbar {
    min-height: 70px;
}

.mobile-ui .logo-credential img {
    max-height: 90px;
}

.mobile-ui .btn {
    width: 100%;
    line-height: 30px;
}

    .mobile-ui .btn + .btn {
        margin-top: 20px;
    }

.mobile-ui .custom-control {
    margin-top: 5px;
}

.mobile-ui .o-login-body {
    min-height: auto !important;
}

.mobile-ui .credential-signup-text {
    margin-bottom: 0;
}

.mobile-ui .modal-title {
    font-size: 18px;
}

.mobile-ui .o-container {
    font-size: 14px;
    margin: initial;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

    .mobile-ui .o-container .o-container {
        padding: 5px;
    }

    .mobile-ui .o-container .container {
        padding: 0;
    }

    .mobile-ui .o-container .myAccount-body {
        padding: 0;
        background: #eee;
    }

        .mobile-ui .o-container .myAccount-body > .col-12 {
            padding: 15px;
        }

        .mobile-ui .o-container .myAccount-body .input-group-prepend + .p-relative {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

.mobile-ui .form-check-input {
    width: 14px;
    height: 14px;
}

.mobile-ui .forgot-container.credential-container .credential-block .btn-outline-primary {
    width: 100% !important;
}

.mobile-ui.o-login-body {
    background: #fff;
}

.mobile-ui .credential-title {
    color: #293896;
    margin-bottom: 10px !important;
}

.mobile-ui .credential-container {
    max-width: 380px;
    display: block;
}

    .mobile-ui .credential-container.forgot-container .o-login-image {
        display: none;
    }

    .mobile-ui .credential-container.forgot-container .credential-block {
        padding: 20px 35px 20px 20px;
    }

    .mobile-ui .credential-container.forgot-container .credential-block-close {
        width: 15px;
        height: 15px;
        right: 15px;
        top: 15px;
        background-size: contain;
    }

    .mobile-ui .credential-container.forgot-container .credential-title {
        font-size: 20px;
        margin-bottom: 5px !important;
    }

    .mobile-ui .credential-container.forgot-container .required-text {
        font-size: 16px;
    }

.mobile-ui .credential-block {
    background: #f6f4f5;
    border-radius: 10px;
    padding: 20px 5px 20px 5px;
}

.mobile-ui .credential-title {
    font-size: 22px;
    text-align: center;
}

.mobile-ui .credential-signup-text {
    color: #777;
}

.mobile-ui .copyright-text {
    font-size: 12px;
    line-height: 1.4;
}

.mobile-ui .modal {
    padding: 28px 15px 15px 15px;
}

.mobile-ui .btn-outline-primary {
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
}

    .mobile-ui .btn-outline-primary:hover, .mobile-ui .btn-outline-primary:focus:hover {
        background-color: #293896;
        color: #fff;
    }

    .mobile-ui .btn-outline-primary:focus {
        color: #293896;
        background: #fff;
    }

.mobile-ui .credential-block.credential-sign-in .btn-outline-primary {
    position: initial;
    width: 100% !important;
}

.mobile-ui .btn-link, .mobile-ui .form-check-inline {
    font-weight: bold;
}

.mobile-ui .credential-block.credential-sign-in .form-check-inline.float-right {
    width: auto !important;
    margin-right: -20px !important;
    padding-top: 0 !important;
}

.mobile-ui .account-setup-block {
    padding: 0;
    width: 100%;
}

.mobile-ui .col-form-label {
    padding-top: 0;
    padding-bottom: 0;
}

.mobile-ui .form-control-plaintext {
    padding-top: 0;
}

.mobile-ui .setup-steps {
    width: 75%;
    margin-bottom: 30px;
}

#frm_LoginInfo .field-icon {
    left: -10px;
    top: -6px;
    top: unset;
}

#frm_LoginInfo .row .col-md-6 {
    max-width: 475px;
}

#frm_LoginInfo .p-relative input {
    max-width: 443px;
}

.mobile-ui .credential-container .form-control {
    font-size: 14px;
    line-height: 1;
    height: 54px;
    border-radius: 5px;
}

#frm_sms label.credential-label {
	font-size: 12px;
    line-height: initial;
}

/*.mobile-ui select.form-control {
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    background-size: 14px;
}*/

.mobiquity .o-login-navbar {
    border-bottom: 2px solid #e24f43;
    height: 100px;
}

.mobiquity .o-container {
    padding: 15px;
    overflow: visible;
    max-width: 100%;
    width: 100%;
}

.mobiquity .tooltip-custom:after {
    right: 0;
    left: initial;
}

.mobiquity .credential-container {
    margin: auto;
}

.mobiquity .forgot-container div[class*="col-md"] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.link-normal {
    text-decoration: none;
    color: #000;
}

.form-control:disabled, .form-control[readonly] {
    background: #fff;
}

.form-updated .credential-label {
    padding-right: 30px;
}

    .form-updated .credential-label:after {
        content: "";
        width: 8px;
        height: 14px;
        border-right: 2px solid #4caf50;
        border-bottom: 2px solid #4caf50;
        display: block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 4px;
    }

.demo-test form {
    margin: 50px;
}

.rc-anchor-error-msg-container {
    text-align: center;
}

/* OP5 footer styles END */

.op5-account-setup {
    color: #808080 !important;
    font-family: 'Opensans-regular','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 16px;
}

.op5-boldtext {
    font-family: 'OpenSans-Bold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.op5-form-label {
    padding-top: 15px;
    padding-bottom: 15px;
}

#divSmsSubmit .op5-form-label {
    min-width: 100%;
    padding: 13px 5px;
}

.op5-checklist-padding {
    padding-top: 20px;
}

    @font-face {
        font-family: "SalesforceSans-Regular";
        src: url("../font/SalesforceSans-Regular.woff2") format("woff2");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "SalesforceSans-Bold";
        src: url("../font/SalesforceSans-Bold.woff2") format("woff2");
        font-weight: normal;
        font-style: normal;
    }

    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

@font-face {
    font-family: 'IBMPlexSans-SemiBold';
    src: url('../font/IBMPlexSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../font/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../font/OpenSans-Italic.ttf') format('truetype');
}

/* OP5 styles */
.o-login-op5-navbar {
    text-align: center;
    min-height: 100px;
    box-shadow: 0 0 1em 0 rgba(0,0,0,.07);
}

.mobile-ui .op5-container {
    max-width: 969px;
    font-family: 'OpenSans-Regular','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-ui .op5-signin-container {
    padding-left: 0px;
    padding-right: 0px;
}

.op5-global a {
    color: #743DBC;
    font-family: 'OpenSans-Regular','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
    .op5-global a:hover {
        color: #743DBC;
        text-decoration: underline;
    }

.op5-global h1, .op5-global h2, .op5-global h3, .op5-global h4, .op5-global h5, .op5-global h6 {
    margin-bottom: .5rem;
    font-family: 'IBMPlexSans-SemiBold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    letter-spacing: -0.86px;
}

.op5-global .required-text {
    font-family: 'Opensans-regular','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
}

.op5-hr {
    border: none;
    height: 60px;
    width: 100%;
    border-bottom: 2px solid lightgray;
    margin: -50px auto 10px;
}

.op5-hr-light {
    border: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E4E2;
    box-shadow: 0 20px 20px -20px #333;
}

.op5-hr-gray {
    border: none;
    height: 20px;
    width: 100%;
    border-bottom: 2px solid #dddbda;
    margin: -20px auto 20px;
}

.op5-hr-light-gray {
    border: none;
    height: 20px;
    border-bottom: 1px solid #E5E4E2;
    box-shadow: 0 20px 20px -20px #333;
    margin: -20px auto 20px;
}

.op5-inputbox-error-row {
    height: 68px;
}

.op5-inputbox-error-row:has(.field-validation-error.visible) {
    min-height: 85px;
}

.op5-credential-info {
    background-color: #FFEDCC;
    border-left: 8px solid #FFA700;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 22px;
}


/* OP5 footer styles BEGIN */
.op5-footer-hr {
    border: none;
    height: 20px;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    margin: -12px auto 28px;
}

.op5-footer-nav-link {
    padding-top: 28px;
    width: 100%;
}

    .op5-footer-nav-link a {
        color: #1B1A1A !important;
        font-size: 0.88em !important;
        margin-bottom: 1px;
        color: black;
        text-decoration: underline;
        line-height: 1;
        vertical-align: top;
        font-family: 'IBM Plex Sans','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    }

        .op5-footer-nav-link a:hover {
            text-decoration: none;
        }

.op5-footer-nav-link-eu {
    padding-top: 26px;
    width: 100%;
}

    .op5-footer-nav-link-eu a {
        color: #1B1A1A !important;
        font-size: 0.88em !important;
        margin-bottom: 11px;
        display: block;
        color: black;
        text-decoration: none;
        line-height: 1.7;
        vertical-align: top;
        font-family: 'IBM Plex Sans','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    }

        .op5-footer-nav-link-eu a:hover {
            text-decoration: underline;
        }        

.op5-footer {
    border-radius: 150px 0px 0px 0px;
    background-color: #F1EFE9;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: 'IBM Plex Sans','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    margin-top: auto;
}

    .op5-footer .list-group-item {
        padding: .40rem .40rem;
    }

    .op5-footer .social a {
        color: #293896;
    }

    .op5-footer .title {
        position: relative;
    }

.op5-footer-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

.op5-footer-disclaimer {
    color: #1B1A1A !important;
    margin-bottom: 45px;
    font-size: 0.78em !important;
    font-family: 'IBM Plex Sans','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
}

.op5-footer-title-left {
    margin-left: -16px;
}

.op5-footer-social-left {
    margin-left: 0px;
}

.footer-logo {
    margin-left: 16px;
    width: 100%;
    height: 58px;
    background: url("/images/logo-footer.svg") no-repeat center center;
    display: inline-block;
    background-size: auto 90%;
}

.footer-social-facebook {
    width: 40px;
    height: 40px;
    background: url("/images/facebook-footer.svg") no-repeat;
    display: inline-block;
}

    .footer-social-facebook:hover {
        width: 40px;
        height: 40px;
        background: url("/images/facebook-footer-on.svg") no-repeat;
    }

.footer-social-twitter {
    width: 40px;
    height: 40px;
    background: url("/images/twitter-footer.svg") no-repeat;
    display: inline-block;
}

    .footer-social-twitter:hover {
        width: 40px;
        height: 40px;
        background: url("/images/twitter-footer-on.svg") no-repeat;
    }

.footer-social-x {
    width: 40px;
    height: 40px;
    background: url("/images/x-footer.svg") no-repeat;
    display: inline-block;
}

    .footer-social-x:hover {
        width: 40px;
        height: 40px;
        background: url("/images/x-footer-on.svg") no-repeat;
    }

.footer-social-instagram {
    width: 40px;
    height: 40px;
    background: url("/images/instagram-footer.svg") no-repeat;
    display: inline-block;
}

    .footer-social-instagram:hover {
        width: 40px;
        height: 40px;
        background: url("/images/instagram-footer-on.svg") no-repeat;
    }

.footer-social-youtube {
    width: 40px;
    height: 40px;
    background: url("/images/youtube-footer.svg") no-repeat;
    display: inline-block;
}

    .footer-social-youtube:hover {
        width: 40px;
        height: 40px;
        background: url("/images/youtube-footer-on.svg") no-repeat;
    }

.round-button {
    font-family: 'OpenSans-Bold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    border-radius: 22px;
    background-color: #976ecd;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    max-width: 350px;
    height: 44px !important;
}

    .round-button:hover {
        background-color: #ffa700;
        color: black;
    }

.round-button-light {
    font-family: 'OpenSans-Bold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    border-radius: 22px;
    background-color: white;
    border: solid 1px;
    color: #976ecd !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    max-width: 350px;
    height: 44px !important;
}

    .round-button-light:hover {
        background-color: #ffa700;
        color: black !important;
        border-color: #ffa700;
        text-decoration: none;
    }

.round-button-light-nohover {
    font-family: 'OpenSans-Bold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    border-radius: 22px;
    background-color: white;
    border: solid 1px;
    color: #976ecd !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    max-width: 350px;
    height: 44px !important;
}

.round-button-alert {
    font-family: 'OpenSans-Bold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    border-radius: 22px;
    background-color: red;
    border: none;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    max-width: 350px;
    height: 44px !important;
}

.round-modal {
    border-radius: 12px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.modal-header-icon {
    position: relative;
    top: -85px;
    text-align: center;
}

.modal-header-icon_check_circle {
    position: relative;
    top: -60px;
    text-align: center;
}

.modal-header-icon_check_circle_discoverhcp {
    position: relative;
    top: -38px;
    text-align: center;
}

.modal-header-row {
    height: 35px;
}

.modal-responsive-op5 {
    padding: 35px 10px 35px 10px;
    font-family: 'OpenSans-Regular','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.modal-responsive-op5-override {
    padding: 0px !important;
}

    .modal-responsive-op5 a {
        text-decoration: none !important;
        max-width: 290px !important;
    }

    .modal-responsive-op5 .round-button {
        font-family: 'OpenSans-Bold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
        font-size: 16px !important;
        color: white;
    }

    .modal-responsive-op5 .round-button:hover {
        color: black;
    }

.modal-responsive-op5-a-override a {
    max-width: 367px !important;
    min-width: max-content !important;
}
.modal-subtitle-op5 {
    top: -5px;
}

.modal-disclaimer {
    color: #a9a8a8;
    font-style: italic;
    font-family: 'OpenSans-Italic','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.modal-phonenumber {
    color: black;
    font-weight: 600;
}

.list-group-item {
    background-color: #f1efe9;
    border: 0px;
    padding: -.75rem -.75rem;
}

.form-row {
    align-items: center !important;
}

.form-row .next, .form-row .back {
    text-align: center;
}

.tooltip-custom-account-setup-credential {
    right: -14px;
    top: -7px;
    font-size: 11px;
}

label.error {
    display: block;
    list-style-type: square;
}

#summaryPass {
    display: block;
    list-style-type: square;
}

.error-extra-padding label {
    padding-top: 10px;
}

#aspValidationSummary {
    padding-left: 15px;
}

.password-default {
    color: #1b1a1a;
    display: flex;
    align-items: center;
    padding-left: 27px;
    padding-top: 0px;
    margin-top: 10px;
    position: relative;
}

    .password-default:before {
        position: absolute;
        content: "";
        top: 2px;
        background: url(/images/check_circle_off.png) no-repeat;
        height: 20px;
        width: 30px;
        left: 2px;
    }
    
.change-password.password-default:before {
    position: absolute;
    content: "";
    top: 2px;
    background: url(/images/circle_off.png) no-repeat;
    height: 20px;
    width: 30px;
    left: 2px;
}

.password-valid {
    color: #1b1a1a;
    display: flex;
    align-items: center;
    padding-left: 27px;
    padding-top: 0px;
    margin-top: 10px;
    position: relative;
}

    .password-valid:before {
        position: absolute;
        content: "";
        top: 2px;
        background: url(/images/check_circle_on.png) no-repeat;
        height: 20px;
        width: 30px;
        left: 2px;
    }

.password-message {
    position: relative;
    left: 5px;
}


:dir(rtl) .password-default {
    color: #1b1a1a;
    display: flex;
    align-items: center;
    padding-right: 27px;
    padding-top: 0px;
    margin-top: 10px;
    position: relative;
}

:dir(rtl) .password-default:before {
    position: absolute;
    content: "";
    top: 2px;
    background: url(/images/check_circle_off.png) no-repeat;
    height: 20px;
    width: 20px;
    right: 0px;
}

:dir(rtl) .password-valid {
    color: #1b1a1a;
    display: flex;
    align-items: center;
    padding-right: 27px;
    padding-top: 0px;
    margin-top: 10px;
    position: relative;
}

:dir(rtl) .password-valid:before {
    position: absolute;
    content: "";
    top: 2px;
    background: url(/images/check_circle_on.png) no-repeat;
    height: 20px;
    width: 20px;
    right: 0px;
}

:dir(rtl) .password-message {
    position: relative;
    right: 5px;
}


.obc-header-image {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.index-obc-header-image {
    margin-bottom: 1.2rem;
}

.index-obc-logo {
    width: 102px;
    height: 56px;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -42px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.field-icon-left {
    float: left;
    margin-left: 10px;
    margin-top: -42px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.title-trademark {
    position: relative;
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
}

.speech {
    position: relative;
    vertical-align: baseline;
    top: -40px;
    left: -8px;
}

.speech-obc {
    position: relative;
    vertical-align: baseline;
    top: -30px;
    left: -8px;
}

h2 {
    font-weight: 500;
}

.horizontal_image {
    display: inline-block;
    float: left;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: rgba(27, 26, 26, 0.6);
    /*-webkit-filter: blur(5px) grayscale(50%);*/
    /*-webkit-transform: scale(0.9);*/
}

.overlay-image {
    opacity: 35%;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    border-width: 2px;
    border-color: #767676;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #8250C3;
    border-radius: 50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-color: #8250C3; /* Insulet purple */
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
    border-color: #8250C3;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: black; /* Selected radio text should be black */
}

.verification-instructions {
    color: #1b1a1a !important;
}

a.round-button {
    color: white;
}

a.round-button,
a.round-button-light {
    font-family: 'OpenSans-Bold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
    font-size: 16px !important;
}

a.round-button:hover,
a.round-button-light:hover {
    color: unset;
    text-decoration: none;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 0.1em solid #000;
}

.separator:not(:empty)::before {
    margin-right: 1em;
}

.separator:not(:empty)::after {
    margin-left: 1em;
}

.div-center {
    margin: 0 auto;
}

.login-page-btn {
    max-width: none;
    margin-top: 1.5rem;
}

.wrap-label {
    display: block !important;
    white-space: nowrap;
}

@media (max-width:767.98px) {
    .wrap-label {
        white-space: normal !important; /* Enable wrapping on mobile */
    }
}

@media(min-width:576px) {
    .modal-sm {
        max-width: 400px;
    }
}

@media screen and (max-width:1175px) {
    .pc-profile {
        padding-left: 0;
    }
}

@media(max-width:991.98px) {
    #footer-link-list li {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .mobile-ui .op5-container {
        max-width: 100%;
    }
}       

@media screen and (max-width:768px) {
    .pc-profile {
        padding-right: 0;
    }
}

@media(max-width:768px) {
    .myAccount-nav, .myAccount-body {
        min-width: 100%;
    }

        .myAccount-nav a {
            padding-left: 5px;
            padding-right: 5px;
        }

    .account-setup-block {
        width: 100%;
    }
}

@media(max-width:767.98px) {

    #mobile_number_error {
        padding-right: 10px;
    }    

    #sec_answer_error {
        padding-left: 20px;
    }
    
    #divSmsSubmit .op5-form-label {
        min-width: 100%;
        padding: 0px 8px;
    }

    .btn:not(.dropdown-toggle) {
        min-width: 100px;
        margin-bottom: 17px;
    }

    .selectize-control {
        width: 100%;
        min-width: 100%;
        margin-bottom: 15px;
    }

        .selectize-control + .input-group-prepend + .p-relative {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

    .tooltip-custom:after {
        right: -15px;
        left: initial;
    }

    #footer-link-list {
        padding: 15px;
    }

        #footer-link-list li {
            width: 100%;
            text-align: center;
        }

    .legal_line {
        padding: 15px;
    }

    .credential-container.forgot-container {
        width: 100%;
    }

    .o-login-image {
        margin-top: 20px;
    }

    .o-login-right {
        padding: 30px;
    }

        .o-login-right .btn-block {
            position: initial;
            width: 100% !important;
            margin-top: 30px;
        }

    .o-login-right {
        max-width: 100%;
    }

    .credential-container {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .credential-block {
        padding: 30px;
    }

    .credential-block {
        width: 100%;
    }

        .credential-block.credential-sign-in {
            padding: 5px;
        }

            .credential-block.credential-sign-in .form-check-inline.float-right {
                width: 100%;
                padding-top: 5px;
            }

            .credential-block.credential-sign-in .btn-outline-primary {
                position: initial;
                width: 100% !important;
                margin-top: 30px;
            }

    .setup-steps {
        width: 100%;
    }
}

/* media queries BEGIN */
@media(max-width:575.98px) {
    .credential-container.forgot-container .credential-title {
        font-size: 24px;
    }

        .credential-container.forgot-container .credential-title + .mb-5.text-muted {
            margin-bottom: 20px !important;
        }

    .o-container {
        font-size: 14px;
    }

        .o-container .g-recaptcha.d-inline-block {
            -webkit-transform-origin: left !important;
            transform-origin: left !important;
        }

    .credential-container .form-control {
        font-size: 14px;
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* media queries END */

/* Log-in header hyphen word break START */

.header-text {
    word-wrap: break-word;
    hyphens: auto;
}

.underline {
    text-decoration: underline;
}

/* Design for specific seamless path styles */
.login-create-border {
    border-radius: 8px;
}
.login-forgot-underline{
    text-decoration: underline;
}

/* General color & font styling based on mock-ups provided by Insulet for GCx */
.bg-op5-orange {
    background-color: #ffca66;
}

.ff-op5-bold {
    font-family: 'OpenSans-Bold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

.ff-op5-header {
    font-family: 'IBMPlexSans-SemiBold','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
}

.fs-xs {
    font-size: 12px;
}

.fs-sm {
    font-size: 14px;
}

.fs-md {
    font-size: 16px;
}

.fs-lg {
    font-size: 18px;
}

.fs-xl {
    font-size: 20px;
}

/* Cookie Policy and one trust table styles (Leave in case we need to force styles or changes) */
.desc-text {
    margin-bottom: 2rem;
}

.cookie-policy-container {
    padding-bottom: 70px;
}

.ot-sdk-cookie-policy-title {
    margin-bottom: 0rem !important;
}

.ot-sdk-cookie-policy-group {
    margin-bottom: 0rem !important;
}

.ot-sdk-show-settings {
    background-color: #976ecd !important;
    margin-bottom: 1rem !important;
}

.ot-sdk-show-settings:hover {
    background-color: #ffa700 !important;
    color: black !important;
}

#ot-sdk-cookie-policy h1 {
    font-size: 2rem !important;
    font-weight: bold !important;
}

#ot-sdk-cookie-policy h2 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

#ot-sdk-cookie-policy h4 {
    font-size: 1rem !important;
    font-weight: bold !important;
    margin-bottom: 1rem !important;
}

#ot-sdk-cookie-policy h5 {
    font-size: 0.83rem !important;
    font-weight: bold !important;
}

#ot-sdk-cookie-policy h6 {
    font-size: 0.75rem !important;
    font-weight: bold !important;
}

#ot-sdk-cookie-policy p {
    font-size: unset !important;
    font-family: unset !important;
    color: #212529 !important;
    line-height: 1.5 !important;
}

.notification-info {
    background-color: #d8f8fa; 
    padding: 12px 16px;
    border-right: 4px solid #00c8d7; 
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px; 
}

.notification-warning {
    background-color: #fff3e0;
    padding: 12px 16px;
    border-right: 4px solid #ffa726; 
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px; 
}

.notification-info-ltr {
    background-color: #d8f8fa;
    padding: 12px 16px;
    border-left: 4px solid #00c8d7;
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px;
}

.notification-info-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;

    background-color: #d9f5f7;
    padding: 16px 20px;
    border-left: 6px solid #00c8d7;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

.notification-info-icon .icon {
    background-color: #00c8d7;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.notification-warning-ltr {
    background-color: #fff3e0;
    padding: 12px 16px;
    border-left: 4px solid #ffa726;
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px;
}