/* */

/*Loqate Postcode Styling*/

.app-postError {
    display: none;
    margin-bottom: -2px;
}

.app-postDisplay {
    display: flex;
}

.app-postModal {
    border-radius: 10px;
    width: 25em;
    border: 0px; 
}

.modalBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
}

.closeModal {
    text-decoration: underline;
    cursor: pointer;
}

.hidden {
    display: none;
}

.modal-footer {
    display: flex;
    text-align: center;
    font-size: 13px;
    gap: 20%;
}

.modal-header {
    font-weight: bold;
    text-align: center;
}

.js-post {
    margin-top: .7rem !important;
}

@media screen and (max-width: 520px){
    
    .js-post{
        font-size: 11px !important;
    }

    .app-postDisplay{
        gap: 10%;
        margin-left: -11%;
    }

    .app-postModal {
        width: 90%; 
    }

    .modal-footer {
        font-size: 10px;
        gap: 9%;
    }

    .modal-conf {
        font-size: 14px !important;
    }
}

/*----------------------------------------*/
.adv-subheader-noMargin {
    margin: 0 !important;
}

.adv-text-lightbold {
    font-weight: 600;
}

.adv-bulletpoints-blue ul li {
    padding-bottom: 10px;
}

    .adv-bulletpoints-blue ul li::marker {
        color: #2E71FE;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }


.voyc-footer {
    display: flex;
    justify-content: center;
}

    .voyc-footer img {
        max-width: 15em;
    }

.pointer:hover {
    cursor: pointer;
}

input.largecheckbox {
    width: 32px;
    height: 20px;
}

.hidden {
    display: none;
}

.invalid {
    border-color: red !important;
}

.required {
    font-size: 10px;
    color: red;
    padding: 5px 10px;
}


.field-validation-error {
    color: #D8000C;
    display: block;
    margin-top: 4px;
}

.application-process__success {
    font-size: 25px;
    padding-top: 60px;
}
}

.cardAuth-confirm-container {
    display: flex;
    justify-content: center;
    margin-top: 3em;
    text-align: center;
}

    .cardAuth-confirm-container p {
        margin-right: 20px;
    }

    .cardAuth-confirm-container input {
        width: 20px;
    }


.blog__arrow__container::after {
    pointer-events: none;
}

.image-rounding {
    border-radius: 30px
}

.womans__aid__container {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}

.investors__in__people__container {
    display: flex;
    justify-content: center;
}

.reCaptcha__container {
    padding-top: 1em;
    padding-bottom: 2em;
}

.advantage__gif__container {
    display: flex;
    justify-content: space-around;
}

.validation__success {
    background-color: #ffff;
    color: #141b4d;
    font-weight: 600;
    font-size: 30px;
    padding: 0px;
}

input[type="number"] {
    padding: 0.67em 0.5em;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 2px solid #141b4d;
    border-radius: 8px;
}

.list__a__fixer {
    text-indent: initial;
}
/*****************/
/* Helpline Page */
/*****************/
.HelplinePage__entry {
    border-top: 1px solid gray;
    padding: 25px 0;
}

.HelplinePage__entry-content {
    display: flex;
    align-items: center;
}

    .HelplinePage__entry-content > .HelplinePage__entry-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30%;
        height: 150px;
    }

        .HelplinePage__entry-content > .HelplinePage__entry-logo > img {
            flex-shrink: 0; /* Image stretch fix for IE */
            max-width: 100%;
            max-height: 100%;
        }

    .HelplinePage__entry-content > .HelplinePage__entry-details {
        font-size: 16px;
        padding-left: 75px;
        width: 70%;
        word-wrap: break-word;
    }

        .HelplinePage__entry-content > .HelplinePage__entry-details > .HelplinePage__entry-title {
            margin-top: 0;
        }


@media (max-width: 850px) {
    .complaints__table td {
        width: 120px;
    }
}

@media (max-width: 700px) {

    .HelplinePage__entry-content > .HelplinePage__entry-details {
        padding-left: 50px;
    }
}

@media (max-width: 600px) {

    .HelplinePage__entry-content {
        align-items: flex-start;
        flex-direction: column;
    }

        .HelplinePage__entry-content > div {
            width: 100% !important;
        }

        .HelplinePage__entry-content > .HelplinePage__entry-logo {
            padding-bottom: 25px;
        }

        .HelplinePage__entry-content > .HelplinePage__entry-details {
            padding-left: 0;
        }
}


.table__scrollable {
    overflow-x: auto;
}

.site-tooltip-right .site-tooltip-right-text {
    left: -40px;
}

.site-tooltip-right {
    position: absolute;
    top: 28px;
    right: -30px;
    display: inline-block;
    width: 20px;
}

    .site-tooltip-right:hover {
        cursor: pointer;
    }

        .site-tooltip-right:hover .site-tooltip-right-text {
            visibility: visible;
        }

    .site-tooltip-right .site-tooltip-right-text {
        visibility: hidden;
        width: 250px;
        background-color: dimgray;
        color: #fff;
        text-align: left;
        border-radius: 6px 6px 0 6px;
        padding: 9px 11px;
        position: absolute;
        z-index: 1;
        font-size: 10px;
        left: -240px;
        bottom: 15px;
    }

@media (max-width: 1350px) {
    .site-tooltip-right {
        position: absolute;
        top: 24px;
        display: inline-block;
        width: 20px;
    }
}

@media (max-width: 460px) {
    #additional_income_label {
        font-size: 0.9em;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}

.helpline-info {
    word-break: break-all;
}

.helpline-info__logo {
    margin-bottom: 1rem;
    width: 7rem;
    height: 7rem;
    background: #dcd4f9;
    position: relative;
}

.helpline-info__logo img {
    padding: 5px;
    position: absolute;
    inset: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

/*Banner Styling*/


.noticeBanner {
    display: flex;
    background-color: white;
    z-index: 10;
    box-shadow: 0 4px 6px -6px #222;
    position: fixed;
    top: 0;
    width: 100%;
    height: 9rem;
    justify-content: center;
    gap: 5%;
}

.banner-content {
    margin: 1.5% 0 .5% 0;
    width: 50%;
}

.cross {
    margin: 67px 0 auto 0;    
    cursor: pointer;
}

.noticeBanner h1 {
    font-size: 20px;
    font-weight: bold;
}

.noticeBanner p {
    font-size: 15px;
}
    .noticeBanner + .header-main {
        padding-top: 9rem;
    }

/*My Account Icon*/
.myAccount {
    display: none;
}



/*Mobile View*/
@media only screen and (max-width: 1020px) {
    /*Banner Styling*/
    .noticeBanner {
        gap: 5%;
        height: 15rem;
    }

        .noticeBanner h1 {
            font-size: 15px;
            font-weight: bold;
            margin-top: 15px;
        }

        .noticeBanner p {
            font-size: 12px;
        }

        .noticeBanner + .header-main {
            padding-top: 15rem;
        }

    .banner-content {
        width: 75%;
    }

    .cross {
        width: 30px;
        height: 30px;
        margin: auto 0 auto 0;
    }


    /*My Account Icon*/
    .myAccount {
        display: block !important;
        margin: 10% 0 auto 0; 
    }

    .mobile-menu{
        display: flex;
    }

    .burger-mobile{
        margin-left: 10%;
    }
}
   

@media(min-width: 768px) {
    .helpline-info {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
}

/* Going Green */

.bg-custom.arc,
.bg-custom.arc-bottom {
    position: relative;
    margin-bottom: 5rem;
}

    .bg-custom.arc-bottom:after,
    .bg-custom.arc:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        height: 2rem;
        width: 100%;
    }

    .bg-custom.arc-top:before,
    .bg-custom.arc:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        height: 2rem;
        width: 100%;
    }

.bg-custom {
    background: var(--custom-color);
}

    .bg-custom.arc:before {
        background-image: radial-gradient(102% 4rem at center top, transparent 49.5%, var(--custom-color) 50%);
    }

    .bg-custom.arc:after {
        background-image: radial-gradient(102% 4rem at center top, var(--custom-color) 49.5%, transparent 50%);
    }

    .bg-custom.arc-top:before {
        background-image: radial-gradient(102% 4rem at center top, transparent 49.5%, var(--custom-color) 50%);
    }

    .bg-custom.arc-bottom:after {
        background-image: radial-gradient(102% 4rem at center top, var(--custom-color) 49.5%, transparent 50%);
    }

main.content-wrap > :is(.arc, .arc-bottom):last-child {
    margin-bottom: -1rem;
}

/* Self Serve */
.contact-steps, .contact-success {
    width: 90%;
    max-width: 40rem;
    margin: 0 auto;
}

    .contact-steps .contact-step-lozenge {
        border: 2px solid;
        border-radius: 4rem;
        margin-bottom: 2rem;
        padding: 2rem;
    }

        .contact-steps .contact-step-lozenge {
            border-color: #2e71fe;
        }

    .contact-steps .info {
        background: #d3f9b5 url(img/page-content/contact-portal.svg) 1rem 1rem/2rem no-repeat;
        padding: 1.3rem 1rem 1.3rem 4rem;
    }

.contact-steps__more-help {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    display: flex;
    margin-top: 3rem !important;
    margin-bottom: 4rem !important;
}

.contact-steps .space-between > * {
    margin: 0 0 2rem;
}

.contact-steps__more-help > * {
    margin: 0 auto;
}

.contact-steps .contact-form__fields {
    border: 2px solid #2e71fe;
    margin: 0 0 1rem;
    padding: 2rem;
}

    .contact-steps .contact-form__fields legend {
        float: left;
        width: 100%;
        margin: 0 0 1em;
        padding: 0;
        font-weight: 500;
    }

.contact-steps .contact-form__fields label {
    clear: both;
    margin-bottom: 1rem;
    display: block;
}

.text-danger {
    color: #dc3545; 
    font-size: 0.9rem;
    margin-top: 0.25rem;
    display: block;
}

.btn--solid-blue:hover {
    cursor: pointer;
}

.show-contact-form:hover {
    cursor: pointer;
}

.contact-information {
    margin-top: 5rem !important;
    text-align: center;
    border-bottom: .5px solid black;
}

@media (width >= 660px) {
    .contact-steps__missed-payment {
        text-align: center;
        justify-content: center;
        gap: .5em;
        display: flex;
    }
}

.contact-steps__missed-payment {
    margin: 0;
}


@media (width >= 601px) {
    .contact-steps .contact-form__fields label {
        align-items: flex-start;
        gap: 1rem;
        display: flex;
    }

    .contact-steps .contact-form__fields label > * {
        flex: 1;
    }
}

@media (width >= 1024px) {
    .contact-methods .row::before, .contact-methods .row::after {
        content: "";
        background: #fff;
        flex: 0 0 1px;
        width: 1px;
    }

    .contact-methods .row .col:first-child {
        order: -1;
    }

    .contact-methods .row .col:last-child {
        order: 1;
    }
}

@media (width >= 768px) {
    .row {
        gap: 4rem;
        display: flex;
    }
}