﻿@font-face {
    font-family: mrcvRobotoMedium;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: mrcvRoboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: mrcvRobotoBold;
    src: url('../fonts/Roboto-Black.ttf');
}

@font-face {
    font-family: mrcvBioSans;
    src: url('../fonts/BioSansRegular.otf');
}

@font-face {
    font-family: mrcvBioSansBold;
    src: url('../fonts/BioSansBold.otf');
}

body {
    margin-bottom: 0;
}

.mrcvRoboto {
    font-family: mrcvRoboto !important;
}

.mrcvRobotoMedium {
    font-family: mrcvRobotoMedium !important;
}

.mrcvRobotoBold {
    font-family: mrcvRobotoBold !important;
}

.mrcvBioSans {
    font-family: mrcvBioSans !important;
}

.mrcvBioSansBold {
    font-family: mrcvBioSansBold !important;
}

:root {
    --mrcv-navy: #084A9B;
    --mrcv-blue: #3382E3;
    --mrcv-blue-grey: #A2BFE3;
    --mrcv-label-blue: #3382E3;
    --mrcv-dark-blue: #2473D5;
    --mrcv-grey: #ADBACB;
    --mrcv-font-grey: #4D4D4D;
    --mrcv-light-grey: #9BA8B9;
    --mrcv-off-white: #FCFDFC;
    --mrcv-error-red: #FF2700;
    --mrcv-font-error-red: #F54A4A;
    --mrcv-disabled-colour: #EAEDF2;
    --mrcv-background-grey: #F0F3F7;
    --mrcv-info-font-grey: #52575D;
    --mrcv-disabled-font-grey: #ADBACB;
    --mrcv-submit-green: #1DC16A;
    --mrcv-success-green: #2ACB42;
    --mrcv-green-button-hover: #4AD68C;
    --mrcv-orange: #FD7F23;
    --mrcv-light-blue: #8DC0FF;
    --mrcv-modal-cancel: #4F8FDD;
    --mrcv-modal-cancel-hover: #759BDC;
    --mrcv-credit-bad: #FD3E23;
    --mrcv-credit-bad-light: #FA614D;
    --mrcv-credit-fair: #F9A728;
    --mrcv-credit-fair-light: #F7B551;
    --mrcv-credit-good: #B0D22A;
    --mrcv-credit-good-light: #BCD852;
    --mrcv-credit-excellent: #1DC16A;
    --mrcv-credit-excellent-light: #47CA86;
    /*TVC Sprint*/
    --mrcv-gradient-light-blue: #8DC0FD;
    --mrcv-gradient-dark-blue: #3382E3;
    --mrcv-blue-100: #2473D5;
    --mrcv-pure-white: #FFFFFF;
    --mrcv-midblue-100: #06428E;
    --mrcv-pure-white: #FFFFFF;
    --mrcv-highlight-white: #7FB2EF;
    --mrcv-blue-grey: #ADBACB;
    --mrcv-red: #F54A4A;
    --mrcv-red-10-pc: #FEECEC;
    --mrcv-deep-blue-90: #1B4662;
    --mrcv-red-hover: #F77F7F;
}

.color-pure-white {
    color: var(--mrcv-pure-white);
}

.color-blue {
    color: var(--mrcv-label-blue);
}

.color-light-blue {
    color: var(--mrcv-light-blue);
}

.color-blue-100 {
    color: var(--mrcv-blue-100) !important;
}

.color-midblue-100 {
    color: var(--mrcv-midblue-100);
}

.background-grey {
    background-color: var(--mrcv-background-grey);
}


body {
    font-size: 14px;
    font-family: mrcvRoboto !important;
}

header {
    position: relative;
    z-index: 999;
}

buttons, button {
    font-family: mrcvBioSansBold !important;
}

.navbar {
    font-family: mrcvBioSans;
    padding: 0;
    padding-right: 56px;
    padding-left: 56px;
}

@media all and (max-width: 991px) {
    .navbar {
        padding-right: 20px;
        padding-left: 20px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: mrcvBioSansBold;
    color: var(--mrcv-navy);
}

p {
    font-size: 12px;
}

.h1-mrcv {
    font-size: 32px;
}

.circle-base {
}

label {
    white-space: nowrap;
    overflow: hidden;
    width: 74%;
}

textarea.form-control {
    border: 0 !important;
    border-top: 23px solid white !important;
    padding-top: 0 !important;
    box-shadow: 0 0 0 1px var(--mrcv-grey) !important;
}

    textarea.form-control:focus {
        border: 0 !important;
        border-top: 23px solid white !important;
        padding-top: 0 !important;
        box-shadow: 0 0 0 1px var(--mrcv-grey) !important;
    }

    textarea.form-control.modified-input-field {
        box-shadow: 0 0 5px rgba(29, 193, 106, 1) !important;
    }

.empty-circle {
    width: 11px;
    height: 11px;
    background: 0;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin-right: 10px;
}

.full-circle {
    background-color: white;
}

.text-white-all * {
    color: #fff !important;
}

.text-white-all span.info-icon {
    background-color: #fff !important;
}

.mrcv-modal-tutorial-header {
    text-align: left;
    font: Bold 24px/22px mrcvBioSans;
    letter-spacing: -0.36px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.mrcv-h1-heading { /*added as per design system in the Tenants Verifying Concierge Sprint 04/02/2022*/
    font-size: 2rem;
    font-family: mrcvBioSansBold;
}

.mrcv-h3-heading { /*added as per design system in the Tenants Verifying Concierge Sprint 04/02/2022*/
    font-size: 1rem;
    font-family: mrcvRobotoBold;
}

.mrcv-top-5-px {
    top: 5px !important;
}

.mrcv-min-w-660-px {
    min-width: 660px;
}

.mrcv-max-w-660-px {
    max-width: 660px;
}

.mrcv-w-85-pc {
    width: 85% !important;
}

.mrcv-min-h-560-px {
    min-height: 560px !important;
}

.mrcv-min-h-56-px {
    min-height: 56px !important;
}

.mrcv-max-w-1096-px {
    max-width: 1096px !important;
}

.mrcv-h-24-px {
    height: 24px;
}

.mrcv-w-170-px {
    width: 170px;
}

.mrcv-w-100-px {
    width: 100px;
}

.mrcv-m-t-40-px {
    margin-top: 40px;
}

.mrcv-m-t-4pt5-rem {
    margin-top: 4.5rem !important;
}

.mrcv-m-t-4-rem {
    margin-top: 4rem;
}

.mrcv-m-t-3pt5-rem {
    margin-top: 3.5rem !important;
}

.mrcv-m-t-2-rem {
    margin-top: 2rem;
}

.mrcv-m-t-25-pc {
    margin-top: 25%;
}

.mrcv-m-t-15-pc {
    margin-top: 15%;
}

.font-40 {
    font-size: 40px;
}

.font-18 {
    font-size: 18px;
}

.font-12px {
    font-size: 12px !important;
}

.font-14px {
    font-size: 14px;
}

.smaller-paragraph-copy-text {
    font-family: mrcvRoboto;
    font-size: 0.875rem;
    color: var(--mrcv-font-grey);
}

.paragraph-copy-text {
    font-family: mrcvRoboto;
    font-size: 1rem;
    color: var(--mrcv-font-grey);
}

.mrcv-h2-roboto {
    font-family: mrcvRobotoBold;
    font-size: 18px;
}

#welcome-dashboard {
    padding-bottom: 6.75rem;
}

.mrcv-modal-tutorial-subheading {
    text-align: left;
    font-size: 18px;
}

.mrcv-modal-tutorial-body-font {
    text-align: left;
    font-size: 14px;
}

.custom-label-italics {
    color: var(--mrcv-light-grey);
    font-size: 12px;
    font-style: italic;
}

.mrcv-modal-tutorial-close-message {
    text-align: left;
    font-size: 14px;
    color: white;
    text-decoration: underline;
    margin-top: 30px;
}

.dismiss-icon {
    height: 16px;
    width: 16px;
    margin-right: 10px;
}

.icon-spacing {
    height: 21px;
    margin-right: 10px;
}

.terms-and-conditions {
    font-family: mrcvRoboto;
    color: var(--mrcv-grey) !important;
    font-size: 12px;
    line-height: 22px;
}

.h3-mrcv {
    font-size: 18pt;
}

.mrcv-light-blue {
    color: var(--mrcv-blue-grey);
}

.mrcv-guarantor-number-colour {
    color: #2473D5;
}

.mrcv-label-blue {
    color: var(--mrcv-label-blue);
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.z-index-1 {
    z-index: 1;
}

/*FORMS*/
.form-control-mrcv {
    height: 55px;
    border: 1px solid var(--mrcv-grey);
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 16px;
    color: var(--mrcv-font-grey);
    padding: 20px 10px 2px 20px;
    background-color: var(--mrcv-off-white);
}

    .form-control-mrcv:focus {
        border-color: var(--mrcv-grey) !important;
        outline: 0;
        box-shadow: 0 0 0 0 !important;
        z-index: 0 !important;
    }

    .form-control-mrcv.income {
        padding: 20px 10px 2px 30px;
    }

.control-label-mrcv {
    position: absolute;
    left: 35px;
    top: 15px;
    font-size: 16px;
    color: var(--mrcv-grey);
    pointer-events: none;
}

.control-label-mrcv-smaller {
    position: absolute;
    left: 35px;
    top: 15px;
    font-size: 14px;
    color: var(--mrcv-grey);
    pointer-events: none;
    width: 86%;
}

.mrcv-date-input-field {
    pointer-events: none;
}

.control-label-has-value {
    position: absolute;
    left: 35px;
    top: 5px;
    font-size: 12px;
    color: var(--mrcv-label-blue);
}

.text-area-mrcv {
    height: 175px !important;
}

.validation-summary-list-error {
    display: inline-block;
    position: relative;
    text-indent: 10px;
    top: -3px;
}



.seperating-line {
    width: 100%;
    border: 1px dashed var(--mrcv-grey);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.calendar-input-icon {
    height: 45px;
    background-color: var(--mrcv-label-blue);
    padding: 10px;
    position: absolute;
    right: 15px;
    margin: 5px;
    border-radius: 3px;
    top: 0;
    width: 45px;
}

.field-icon-holder {
    position: absolute;
    left: 20px;
    top: 5px;
    background-color: var(--mrcv-blue-grey);
    padding: 10px 14px;
    border-radius: 3px;
    height: 45px;
    color: white;
    width: 45px;
    text-align: center;
}

.pound-icon {
    font-family: mrcvRobotoBold;
    font-size: 16px;
}

.icon-field-indent {
    text-indent: 40px;
}

.mrcv-radio-button {
    height: 55px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--mrcv-grey);
    border-radius: 2px;
    color: var(--mrcv-grey);
}

.mrcv-radio-button-selected {
    background-color: var(--mrcv-label-blue);
    color: white;
}

.custom-label {
    font-size: 16px;
    font-family: mrcvRobotoMedium !important;
    color: var(--mrcv-font-grey);
}

.income-label {
    font-size: 16px;
    font-family: mrcvRobotoMedium !important;
    color: var(--mrcv-grey);
}

.income-block {
    background-color: var(--mrcv-off-white);
    box-shadow: 0px 2px 5px #0000001A;
    border: 1px solid var(--mrcv-grey);
    border-radius: 2px;
}

.disparities-table table {
    background-color: var(--mrcv-label-blue);
    text-align: left;
    padding: 0.5rem 0 0 0.5rem;
}

.disparities-table td {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.disparities-table th {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.disparities-table tbody > tr > :nth-child(3) {
    background-color: #4793F0;
    padding-right: 2rem;
}

.disparities-table tbody > tr > :nth-child(1) {
    font-weight: bold;
}

.border-danger {
    border-width: 2px !important;
}

.ib-top, .ib-bottom {
    padding: 17px 15px 17px 15px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ib-bottom {
    background-color: var(--mrcv-background-grey);
}

.ib-text {
    font-size: 16px;
    font-family: mrcvRobotoMedium !important;
    color: var(--mrcv-font-grey);
    margin: 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ib-reference-text {
    font-size: 14px;
    font-family: mrcvBioSansBold !important;
    margin: 0;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 65%;
    padding-top: 1px;
    display: inline-block;
}

.text-green {
    color: var(--mrcv-submit-green);
}

.text-red {
    color: var(--mrcv-error-red);
}

.ib-text-action, .ib-text-action-grey {
    float: right !important;
    width: auto !important;
    font-family: mrcvBioSansBold !important;
    font-size: 14px;
}

    .ib-text-action-grey a {
        color: var(--mrcv-grey);
    }

    .ib-text-action a, .ib-text-action button {
        text-decoration: underline;
    }

    .ib-text-action button {
        color: #0366d6;
        vertical-align: inherit;
    }

.guarantor-overview-body {
    margin-block-end: 1em;
}

.check-icon {
    vertical-align: middle;
    display: table;
    width: 24px;
    height: 24px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/icons/ic_check_circle_24px.svg);
    mask-image: url(../img/icons/ic_check_circle_24px.svg);
    background-color: var(--mrcv-submit-green);
}

.error-icon-iv {
    width: 19px;
    height: 19px;
    border-radius: 60%;
    background: url(../img/icons/ic_error.svg);
    background-color: var(--mrcv-error-red);
    background-size: cover;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.margin-0 {
    margin: 0;
}

.sub-italics-text {
    color: var(--mrcv-light-grey);
    font-size: 12px;
    font-style: italic;
}

.custom-checkbox-holder {
    background-color: var(--mrcv-off-white);
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--mrcv-grey);
    border-radius: 3px;
}

    .custom-checkbox-holder.guarantor {
        height: auto;
        padding: 20px 20px 20px 7px;
    }

        .custom-checkbox-holder.guarantor label {
            white-space: normal !important;
        }

.hidden {
    visibility: hidden;
}

.no-display {
    display: none !important;
}

.mrcv-checkbox {
    height: 20px;
    width: 20px;
    border: 1px solid var(--mrcv-navy);
    border-radius: 2px;
    margin-right: 10px;
    display: table;
}

.checkbox-tick {
    width: 100%;
}

.mrcv-checkbox-label {
    color: var(--mrcv-blue);
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    align-items: center;
}

    .mrcv-checkbox-label.disabled {
        color: var(--mrcv-blue-grey);
    }

.btn-mrcv {
    height: 45px;
    border-radius: 2px;
    border: 0;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-link:focus {
    border: 1px solid transparent !important;
}

.btn-mrcv-submit {
    color: #fff;
    font-family: mrcvBioSansBold;
    font-size: 14px;
    background-color: var(--mrcv-submit-green);
    border-color: var(--mrcv-submit-green);
    border-radius: 2px;
    padding: 0.7rem 1rem;
}

.btn-mrcv--warning {
    background-color: var(--mrcv-red);
    color: var(--mrcv-pure-white);
    font-size: 1rem;
    height: auto;
    padding: 1.125em 2em;
    border: none;
    line-height: 1.2;
}

    .btn-mrcv--warning:hover {
        background-color: var(--mrcv-red-hover);
        color: var(--mrcv-pure-white);
    }

.btn-mrcv-submit:hover,
.btn-mrcv-submit:focus,
.btn-mrcv-submit:active,
.btn-mrcv-submit.active {
    color: #ffffff;
    background-color: #4AD68C;
    border-color: #4AD68C;
}

.btn-mrcv-submit:disabled {
    background-color: var(--mrcv-disabled-colour);
    border-color: var(--mrcv-disabled-colour);
}

.btn-mrcv-disabled {
    background-color: var(--mrcv-disabled-colour);
    border-color: var(--mrcv-disabled-colour);
    font-size: 14px;
    border-radius: 2px;
    padding: 0.7rem 1rem;
    color: inherit;
}

.btn-mrcv-cancel {
    color: #fff;
    font-family: mrcvBioSansBold;
    font-size: 14px;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 2px;
    padding: 0.7rem 1rem;
}

    .btn-mrcv-cancel:hover,
    .btn-mrcv-cancel:focus,
    .btn-mrcv-cancel:active,
    .btn-mrcv-cancel.active {
        color: #ffffff;
        background-color: #e35d6a;
        border-color: #e35d6a;
    }

.btn-mrcv-navy {
    color: #fff;
    font-family: mrcvBioSansBold;
    font-size: 14px;
    background-color: var(--mrcv-navy);
    border-color: var(--mrcv-navy);
    border-radius: 2px;
    padding: 0.7rem 1rem;
}

    .btn-mrcv-navy:hover,
    .btn-mrcv-navy:focus,
    .btn-mrcv-navy:active,
    .btn-mrcv-navy.active {
        color: #ffffff;
        background-color: #396eaf;
        border-color: #396eaf;
    }

    .btn-mrcv-navy:disabled {
        opacity: 0.2;
    }

.signin-button-navbar {
    margin-left: auto;
    padding-bottom: 9px;
    padding-left: 40px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #f0f3f7;
    color: #2473d5 !important;
    font-weight: 700;
}

    .signin-button-navbar:hover,
    .signin-button-navbar:focus,
    .signin-button-navbar:active,
    .signin-button-navbar.active {
        color: #f0f3f7 !important;
        background-color: #3382e3 !important;
    }

        .signin-button-navbar:hover img,
        .signin-button-navbar:focus img,
        .signin-button-navbar:active img,
        .signin-button-navbar.active img {
            filter: brightness(0) invert(1);
        }

.signin-img {
    width: 15px;
}

.btn-mrcv-success {
    background-color: var(--mrcv-success-green);
    color: white;
}

.pound-indent {
    position: absolute;
    font-size: 16px;
    color: var(--mrcv-font-grey);
    top: 5px;
    padding: 20px 10px 2px 20px;
}

.pound-indent-overview {
    position: absolute;
}

.btn-mrcv-blue {
    color: #fff;
    font-family: mrcvBioSansBold;
    font-size: 14px;
    background-color: var(--mrcv-label-blue);
    border-color: var(--mrcv-label-blue);
    border-radius: 2px;
    padding: 0.7rem 1rem;
    width: 100%;
}

    .btn-mrcv-blue:hover,
    .btn-mrcv-blue:focus,
    .btn-mrcv-blue:active,
    .btn-mrcv-blue.active {
        color: #ffffff;
        background-color: #478ee5;
        border-color: #478ee5;
    }

.btn-mrcv-dark-blue {
    color: #fff;
    font-family: mrcvBioSansBold;
    font-size: 14px;
    background-color: var(--mrcv-dark-blue);
    border-color: var(--mrcv-dark-blue);
    border-radius: 2px;
    padding: 0.7rem 1rem;
    width: 100%;
}

    .btn-mrcv-dark-blue:hover,
    .btn-mrcv-dark-blue:focus,
    .btn-mrcv-dark-blue:active,
    .btn-mrcv-dark-blue.active {
        color: #ffffff;
        background-color: #3C8EF2;
        border-color: #3C8EF2;
    }

.btn-mrcv-blue-iv {
    color: #fff;
    background-color: var(--mrcv-label-blue);
    border-color: var(--mrcv-label-blue);
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-family: mrcvBioSansBold;
}

    .btn-mrcv-blue-iv:hover,
    .btn-mrcv-blue-iv:focus,
    .btn-mrcv-blue-iv:active,
    .btn-mrcv-blue-iv.active {
        color: #ffffff;
        background-color: #478ee5;
        border-color: #478ee5;
    }

#submit-send-ref-no {
    font-size: 14px;
    background-color: var(--mrcv-blue);
}

.custom-checkbox-holder input:checked + label span {
    background-image: url('../img/icons/ic_done_24px.svg');
    background-size: cover;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding: 4px;
    padding-left: 3px;
}

.manual-checked-label-checkbox {
    background-image: url('../img/icons/ic_done_24px.svg');
    background-size: cover;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding: 4px;
    padding-left: 3px;
}

.not-visible {
    visibility: hidden;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 400px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.document-upload-file-formats {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

span.document-upload-file-formats {
    font-size: 12px;
}

.supporting-doc-container {
    padding: 17px 15px 17px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .supporting-doc-container span {
        overflow: inherit;
    }

.document-upload {
    position: relative;
}

.browse-button {
    font-family: mrcvBioSansBold;
    border-radius: 2px;
    position: relative;
    right: 0;
    height: 40px;
    width: 100px;
    min-width: 100px;
    margin-right: -13px;
    background-color: var(--mrcv-label-blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -2px;
    margin-bottom: 5px;
    font-size: 14px;
}

    .browse-button:hover {
        background-color: #478ee5;
        border-color: #478ee5;
    }

.manage-document-button {
    position: relative;
    right: 0;
    margin-right: -13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -2px;
    margin-bottom: 11px;
    color: #2473D5;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 0;
}

.forgot-password-anchor {
    color: var(--mrcv-grey) !important;
    font-size: 15px;
}

.mrcv-file-input-name {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

input:-webkit-autofill {
    color: var(--mrcv-font-grey) !important;
}

.mrcv-file-input {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    justify-content: space-between;
}

.input-validation-error {
    border: 1.5px solid var(--mrcv-error-red);
    /*    content: url("../img/icons/ic_done_24px.svg");
*/
}

    .input-validation-error + .error-icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: -10px;
        left: 5px;
        background: url(../img/icons/ic_error.svg);
        background-color: var(--mrcv-error-red);
        background-size: cover;
    }

    .input-validation-error .error-icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 20px;
        left: -10px;
        background: url(../img/icons/ic_error.svg);
        background-color: var(--mrcv-error-red);
        background-size: cover;
    }

    .input-validation-error:focus {
        border: 1.5px solid var(--mrcv-error-red) !important;
    }

.has-error {
    display: flex;
    color: var(--mrcv-error-red) !important;
}

.validation-summary-errors, .validation-summary-errors * {
    color: var(--mrcv-error-red) !important;
    font-size: 14px;
}

/*.text-danger {
    display: none;
}*/

.info-body {
    font-family: mrcvRoboto;
    font-size: 14px;
    color: var(--mrcv-info-font-grey);
}

.accordion {
    cursor: pointer;
    transition: 0.4s;
    text-align: left;
}

    .accordion:before {
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
    }

    .accordion.active:before {
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        content: "\f077";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
    }

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.info-heading {
    font-family: mrcvBioSansBold;
    font-size: 16px;
    color: var(--mrcv-navy);
    display: flex;
    align-items: baseline;
    margin-top: 20px;
    margin-bottom: 7px;
}

.info-icon {
    margin-right: 10px;
    display: flex;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/icons/ic_info_24px.svg);
    mask-image: url(../img/icons/ic_info_24px.svg);
    background-color: var(--mrcv-navy);
}

.info-side-padding {
    padding: 5%;
}

.error-icon-alone {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(../img/icons/ic_error.svg);
    background-color: var(--mrcv-error-red);
    background-size: cover;
    display: inline-block;
    margin-right: .5rem;
    vertical-align: top;
}

.bullet-icon-mrcv-tick {
    width: 20px;
    height: 20px;
    background: url(../img/icons/ic_mrcv_tick.svg);
    background-size: cover;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    float: left;
}

.mrcv-bullet-text {
    display: table;
}

#progress-list {
    font-family: mrcvRobotoMedium;
    user-select: none;
    padding-inline-start: 0;
    margin: 1rem 0 3rem 0;
}

    #progress-list li {
        width: 2.5em;
        height: 2.5em;
        text-align: center;
        line-height: 2.5em;
        border-radius: 3em;
        background: var(--mrcv-blue-grey);
        margin: 0 0.5em;
        display: inline-block;
        color: white;
        position: relative;
    }

        #progress-list li:first-child {
            margin: 0 0.5em 0 0;
        }

        #progress-list li::before {
            content: '';
            position: absolute;
            top: 1.15em;
            left: -1.5em;
            width: 2em;
            height: .3em;
            background: var(--mrcv-blue-grey);
            z-index: -1;
        }

        #progress-list li:first-child::before {
            display: none;
        }

    #progress-list .active {
        background: var(--mrcv-blue-grey);
    }

        #progress-list .active ~ li {
            background: var(--mrcv-background-grey);
            color: var(--mrcv-blue-grey);
        }

            #progress-list .active ~ li::before {
                background: var(--mrcv-background-grey);
            }

#progress-list {
    font-family: mrcvRobotoMedium;
    user-select: none;
    padding-inline-start: 0;
    margin: 1rem 0 3rem 0;
}

    #progress-list.guarantor {
        font-family: mrcvBioSansBold;
    }

    #progress-list li {
        width: 2.5em;
        height: 2.5em;
        text-align: center;
        line-height: 2.5em;
        border-radius: 3em;
        background: var(--mrcv-blue-grey);
        margin: 0 0.5em;
        display: inline-block;
        color: white;
        position: relative;
    }

        #progress-list li.guarantor {
            background: #2473D5;
            margin: 0 1em;
        }

        #progress-list li:first-child {
            margin: 0 0.5em 0 0;
        }

        #progress-list li.guarantor:first-child {
            margin: 0 1em 0 0;
        }

        #progress-list li::before {
            content: '';
            position: absolute;
            top: 1.15em;
            left: -1.5em;
            width: 2em;
            height: .3em;
            background: var(--mrcv-blue-grey);
            z-index: -1;
        }

        #progress-list li.guarantor::before {
            background: #2473D5;
            left: -3.5em;
            width: 4em;
            top: 1.15em;
            height: .2em;
        }

        #progress-list li:first-child::before {
            display: none;
        }

    #progress-list .active {
        background: var(--mrcv-blue-grey);
    }

        #progress-list .active.guarantor {
            background: #2473D5;
        }

        #progress-list .active ~ li {
            background: var(--mrcv-background-grey);
            color: var(--mrcv-blue-grey);
        }

            #progress-list .active ~ li.guarantor {
                background: #D2DBE6;
                color: #fff;
            }

            #progress-list .active ~ li::before {
                background: var(--mrcv-background-grey);
            }

            #progress-list .active ~ li.guarantor::before {
                background: #D2DBE6;
            }

.progress {
    width: 224px;
    height: 33px;
    margin: 20px 0px;
}

.error-holder {
    display: flex;
}

#pwd-entry, #pwd-confirm-entry, #pwd-entry-initial {
    background-position: 92% 50% !important;
}

.pwd-show {
    float: right;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/icons/ic_visibility_24px.svg);
    mask-image: url(../img/icons/ic_visibility_24px.svg);
    background-color: var(--mrcv-grey);
    position: relative;
    margin-top: -55px;
    z-index: 99;
    width: 22px;
    height: 15px;
    border: 1px solid red;
    padding: 26.5px;
}

.error-message > :first-child {
    display: inline-block;
    margin-bottom: .5rem;
}

.select-list-mrcv {
    padding-left: 20px;
    background: url(/img/icons/keyboard_arrow_down_24px.svg) no-repeat right .75rem center/24px 26px !important;
    /* Hide the previous default caret */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .select-list-mrcv .disabled {
        background-color: #F0F3F7 !important;
    }

.select-list-mrcv-no-label {
    padding-top: 10px;
}

.tenant-nav {
    width: 100%;
    position: fixed !important;
    top: 58.5px;
    /*overflow: hidden;*/
    z-index: 2;
    height: 70px;
    background-color: var(--mrcv-dark-blue);
}

.tenant-nav-holder {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.tenant-nav-button {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
    color: white;
    font-family: mrcvBioSans;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

    .tenant-nav-button:hover {
        color: white;
        text-decoration: none;
    }

    .tenant-nav-button.coming-soon {
        color: #92B9EA;
    }

.tenant-nav-button-active {
    background-color: var(--mrcv-navy);
    box-shadow: 0px 7px 12px #00137C4D;
    z-index: 90;
}

.tenant-nav-icon {
    margin-bottom: 10px;
    max-height: 17px;
    width: auto;
}

.coming-soon-banner {
    position: relative;
    padding: 9px;
    height: 18px;
    background-color: var(--mrcv-navy);
    color: white;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    box-shadow: 0px 3px 6px #00000029;
    white-space: nowrap;
    margin-top: -1.4rem;
}

.modal-body {
    background-color: var(--mrcv-label-blue);
    color: white;
    padding: 0;
}

.navy-background {
    background-color: var(--mrcv-navy);
}

.modal-content {
    border: 0;
    text-align: center;
}

.modal-body-mrcv {
    font-family: mrcvRobotoMedium;
    font-size: 14px;
    color: white;
}

.modal-header-mrcv {
    color: white !important;
}

.modal-padding {
    padding: 8% 5%;
}

/* Dashboard Modals */
.modal-content-dash {
    background-color: transparent;
}

.modal-header-dash {
    border-bottom: none;
}

    .modal-header-dash .close {
        text-shadow: none;
        font-size: 2rem;
        color: #fff;
    }

        .modal-header-dash .close img {
            width: 17px;
        }

.modal-body-dash {
    border-radius: .3rem;
    box-shadow: 2px 2px 5px #0000001A;
}

    .modal-body-dash .col-12 {
        border-radius: 0 .3rem .3rem 0;
    }

.credit-score-text-modal {
    position: absolute;
    padding-top: 7rem;
}

.credit-check-graphic-modal {
    width: 85%;
}

.credit-body-modal {
    padding: 2.5rem;
    padding-right: 4.5rem;
    padding-left: 4.5rem;
}

.modal-body-link-mrcv {
    font-family: mrcvRobotoMedium;
    font-size: 14px;
    color: var(--mrcv-light-blue);
    text-decoration: underline;
}

    .modal-body-link-mrcv:hover {
        color: #fff;
    }

.btn-modal-credit {
    box-shadow: 0px 7px 12px #00450829 !important;
    width: 100%;
    padding: .75rem !important;
}

.error-modal-subtitle {
    color: #AAD0FF !important;
    font-style: italic;
    font-size: 12px;
    justify-content: center;
    max-width: 400px;
    align-content: center;
    margin: 0 auto;
}

    .error-modal-subtitle a {
        color: #AAD0FF !important;
        text-decoration: underline;
    }

        .error-modal-subtitle a:hover {
            color: #99bbe5 !important;
            text-decoration: underline;
        }

.last-checked-credit-modal {
    letter-spacing: 0.3px;
}

.send-reference-modal {
    max-width: 1000px;
}

    .send-reference-modal .modal-body div {
        background-color: var(--mrcv-dark-blue);
    }

        .send-reference-modal .modal-body div.navy-background {
            background-color: var(--mrcv-navy);
        }

    .send-reference-modal button {
        height: 3rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .send-reference-modal .modal-body-mrcv {
        padding-top: 1rem;
    }

    .send-reference-modal small {
        color: #AAD0FF;
    }

#email-cv-to-address::placeholder {
    color: var(--mrcv-grey);
}

#email-cv-to-name::placeholder {
    color: var(--mrcv-grey);
}

#email-cv-to-message::placeholder {
    color: var(--mrcv-grey);
}

.mb-progress {
    margin-bottom: 1.3rem;
    cursor: pointer;
}

.grey-border {
    border: 1px solid var(--mrcv-grey);
}

.progress-bar-holder {
    border: 1px solid var(--mrcv-grey);
    border-radius: 1px;
    height: 2.1875rem;
    width: 100%;
    background-color: white;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

    .progress-bar-holder.progress-no-guarantor {
        border-color: #D2DBE6;
    }

.summary-card:hover .progress-bar-holder {
    border-color: #3C8EF2;
}

.progress-complete {
    border: 1px solid var(--mrcv-navy);
}

.progress-incomplete {
    border: 1px solid var(--mrcv-light-blue);
}

.progress-warning {
    border: 1px solid var(--mrcv-orange);
}

.progress-bar {
    font-family: mrcvRoboto;
    font-size: 12px;
    text-align: left;
    height: 100%;
    background-color: white;
    display: flex;
    color: var(--mrcv-font-grey);
    width: 100%;
    padding-left: 0.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.progress-no-guarantor .progress-bar {
    color: var(--mrcv-grey);
}

.progress-bar-complete {
    width: 100%;
    background-color: var(--mrcv-submit-green);
    color: #fff;
}

.progress-bar-danger {
    width: 100%;
    background-color: var(--mrcv-error-red);
    color: #fff;
    text-indent: 0;
}

.progress-bar-incomplete {
    background-color: var(--mrcv-grey);
    color: white;
}

.progress-bar-not-started {
    background-color: white;
    color: var(--mrcv-grey);
}

.summary-card:hover .progress-icon {
    background-color: #3C8EF2 !important;
}

.summary-card:hover .hover-show {
    display: inherit !important;
    padding-top: 5px;
}

.summary-card:hover .hover-hide {
    display: none;
}

.summary-card .credit-summary:hover .progress-icon {
    background-color: #3C8EF2 !important;
}

.credit-summary:hover span.progress-bar.credit-hover-color {
    background-color: #63A3F0 !important;
}

.progress-icon {
    height: 100%;
    display: flex;
    padding: 0.5rem;
    justify-content: center;
    background-color: var(--mrcv-grey)
}

    .progress-icon img {
        min-width: 14px;
        width: 14px;
    }

.progress-complete .progress-icon {
    background-color: var(--mrcv-navy);
}

.progress-incomplete .progress-icon {
    background-color: var(--mrcv-light-blue);
}

.progress-warning .progress-icon {
    background-color: var(--mrcv-orange);
}

.progress-no-guarantor .progress-icon {
    background-color: #D2DBE6;
}

.padding-body {
    padding: 2% 5%;
}

.p-mrcv {
    font-size: 14px;
    color: var(--mrcv-font-grey);
}

.mrcv-spacing-padding {
    padding-top: 50px;
}

.mrcv-spacing-padding-dash {
    padding-top: 12vh;
}

.credit-check-graphic {
    padding-top: 2.5rem;
}

.movingday-graphic {
    width: 150px;
    max-width: 200px;
}

.sign-in-graphic {
    height: 300px;
}

.guarantor-graphic {
    height: 400px;
}

.moving-day-text {
    position: absolute;
    display: flex;
    align-items: center;
    top: 3.2rem;
    margin-top: -1.4rem;
}

    .moving-day-text h1 {
        font-size: 1.5em;
        font-weight: 800;
    }

    .moving-day-text p {
        margin-top: 3rem;
        font-size: 1em;
        font-weight: 800;
    }

.moving-day-info {
    margin-right: -0.7rem;
    margin-top: -2.8rem;
}

.credit-score-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5em;
    text-align: center;
    min-width: 100%;
}

    .credit-score-text.modal-text {
        padding-top: 3rem;
    }

    .credit-score-text span.h1-mrcv {
        font-size: 36px !important;
    }

.blue-credit-background {
    background-color: var(--mrcv-dark-blue);
    color: #fff;
}

.credit-score-rating-text {
    font-size: 0.8em;
    white-space: nowrap;
}

    .credit-score-rating-text.pend {
        color: #D3DAE6;
    }

.poor {
    color: var(--mrcv-orange);
}

.gradient {
    background: radial-gradient(circle farthest-corner at 50% 150%, var(--mrcv-blue) 0%, var(--mrcv-dark-blue) 70%, var(--mrcv-blue) 70.1%);
}

.blue-gradient {
    background: transparent linear-gradient(180deg, #8DC0FD 0%, #3382E3 100%) 0% 0% no-repeat padding-box;
}

.coming-soon-text {
    font: normal normal 900 60px/123px Roboto;
    letter-spacing: -1.8px;
    color: #fff;
    white-space: nowrap;
}

.font-60px {
    font-size: 60px;
}

.font-16px {
    font-size: 16px;
}

.font-30px {
    font-size: 30px;
}

.font-white {
    color: white;
}

.font-light-blue {
    color: var(--mrcv-light-blue);
}

.font-dark-blue {
    color: var(--mrcv-dark-blue);
}

.star-input {
    width: 28px;
    height: 28px;
}

.read-only-label-mrcv {
    width: 50%;
    margin-bottom: 0;
}

.mrcv-read-only-field {
    width: 50%;
    background-color: #F0F3F7;
    border: 0;
    text-align: left;
    margin-bottom: 0;
    pointer-events: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 1;
    color: var(--mrcv-font-grey);
    padding-left: 0;
    text-overflow: ellipsis;
}

.mrcv-read-only-input-group {
    background-color: #F0F3F7;
    border: 0;
    border-radius: 3px;
    color: var(--mrcv-font-grey);
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 5px;
    margin-bottom: 10px;
}

.color-white-important {
    color: white !important;
}

.mrcv-spacing-bottom {
    margin-bottom: 50px;
}

.semi-circle-fill {
    background-color: var(--mrcv-label-blue);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-left-radius: 100% 50%;
    border-top-right-radius: 100% 50%;
    z-index: -1;
}

.large-icon-right {
    height: 50vH;
}

.info-nav-anchor {
    color: white;
    margin: auto;
}

.error-text {
    color: var(--mrcv-error-red);
}

.nav-bar-padding {
    padding: 0 4.2%;
}

.mrcv-nav-item-separator {
    color: var(--mrcv-background-grey);
    display: block;
    padding: 0.5rem 1.5rem;
}

.mrcv-nav-signin-button {
    color: var(--mrcv-background-grey);
}

.progress-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

    .progress-header a {
        color: var(--mrcv-grey);
        text-decoration: underline;
    }

.no-border {
    border: none;
}

#info_fulltime, #info_self, #info_student, #info_other {
    display: none;
}

.right-cred-border {
    border: 1px solid #CCD6E3;
}

span.background-credit-bad {
    background-color: var(--mrcv-credit-bad) !important;
    color: white;
}

span.background-credit-bad-light {
    background-color: var(--mrcv-credit-bad-light) !important;
    color: white;
}

span.background-credit-fair {
    background-color: var(--mrcv-credit-fair) !important;
    color: white;
}

span.background-credit-fair-light {
    background-color: var(--mrcv-credit-fair-light) !important;
    color: white;
}

span.background-credit-good {
    background-color: var(--mrcv-credit-good) !important;
    color: white;
}

span.background-credit-good-light {
    background-color: var(--mrcv-credit-good-light);
    color: white;
}

span.background-credit-excellent {
    background-color: var(--mrcv-credit-excellent) !important;
    color: white;
}

span.background-credit-excellent-light {
    background-color: var(--mrcv-credit-excellent-light) !important;
    color: white;
}

/* MRCV MicroCV Box */
.microcv-container {
    z-index: 1;
    border: 1px solid var(--mrcv-grey);
    border-radius: 4px;
    box-shadow: 0px 4px 7px #032B5F39;
    position: relative;
    z-index: 1;
    width: 595px;
    height: 290px;
    padding: 0 1.5rem 0 1.5rem;
    flex: 1 1 24rem;
}

.microcv-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.microcv-container p {
    text-decoration: underline;
    color: var(--mrcv-grey);
}

    .microcv-container p:hover {
        color: var(--mrcv-dark-blue);
    }

#vert-divider {
    border-left: 1px solid #38546d;
    background: #16222c;
    width: 1px;
    height: 80px;
    position: absolute;
    left: 49%;
}

.mcv-name {
    font-family: mrcvBioSansBold;
    font-size: 19px;
    color: var(--mrcv-navy);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mcv-gender {
    font-family: mrcvBioSans;
    font-size: 15px;
    color: var(--mrcv-navy);
}

.mcv-dob {
    font-family: mrcvBioSans;
    font-size: 13px;
    color: var(--mrcv-grey);
}

.mcv-employ-contact {
    font-family: mrcvRobotoMedium;
    font-size: 14px;
    position: relative;
}

.mcv-grey {
    color: var(--mrcv-grey);
}

.text-danger-guarantor {
    color: #FF2700 !important;
}

.pl-2-5 {
    padding-left: 2.5rem;
}

.mcv-employ-padding {
    padding: 2px 0;
}

.mcv-tenancy {
    color: var(--mrcv-navy);
    font-size: 13px;
    letter-spacing: -0.2px;
}

.mcv-stars-group {
    font-size: 0;
    white-space: nowrap;
    line-height: 27px;
}

.mcv-star {
    width: 23px;
}

.mcv-num-tenancies {
    color: var(--mrcv-grey);
    font-size: 11px;
    font-family: mrcvBioSansBold;
}

.mcv-landlord-rating h1 {
    font-size: 53px;
    font-family: mrcvRobotoBold;
    color: var(--mrcv-dark-blue);
}

.back-round-grey {
    background-color: var(--mrcv-background-grey);
    border-radius: 2px;
    padding: 0.6rem;
    margin-right: -15px;
}

.mcv-doc-required {
    background-color: #DBDEE1;
    border-radius: 2px;
    font-size: 12px;
    color: var(--mrcv-dark-blue);
    text-align: center;
    padding: 2px;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    overflow: hidden;
}

.mcv-doc {
    background-color: var(--mrcv-dark-blue);
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 2px;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}

.doc-tick {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
}

.mcv-credit {
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    white-space: nowrap;
    height: 38px;
}

.mcv-credit-left {
    background-color: var(--mrcv-navy);
    box-shadow: 4px 0px 6px #00174B5D;
    border-radius: 2px 0px 0px 3px;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 11px;
    justify-content: center;
    font: normal normal medium 12px/16px Roboto;
    letter-spacing: -0.18px;
    overflow: hidden;
}

.mcv-credit-right {
    background-color: var(--mrcv-navy);
    border-radius: 0px 2px 3px 0px;
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.18px;
    overflow: hidden;
}

.employ-tick {
    position: absolute;
    top: 2px;
    left: 13px;
}

.padding-docs-left {
    padding-right: 5px;
}

.padding-docs-right {
    padding-left: 5px;
}

.mcv-account-image {
    border-radius: 50%;
    object-fit: cover;
}

.microcv-container .mcv-account-image {
    width: 5rem;
    height: 5rem;
}

.modal-body .mcv-account-image {
    width: 15rem;
    height: 15rem;
}

.credit-score-card {
    margin-top: 5rem;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.credit-lh {
    line-height: 1.6;
}

.credit-last-date {
    color: var(--mrcv-navy);
    font-style: italic;
}

.left-border-radius {
    border-radius: 3px 0px 0px 3px;
}

.right-border-radius {
    border-radius: 0px 3px 3px 0px;
}

.mcv-head {
    margin-top: 2rem;
}

.mcv-shadow {
    box-shadow: 0px 4px 7px #032B5F39;
    z-index: 5;
    position: relative;
}

.mcv-buttons {
    background-color: var(--mrcv-navy);
    border-radius: 0 0 3px 3px;
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    padding: .9rem 1rem;
}

.mcv-buttons-container {
    display: flex;
    align-items: center;
    justify-content: start;
}

.mcv-avg-tenancy {
    font: mrcvRobotoMedium;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #2473D5;
}

#dashboard-rhs {
    z-index: 1;
}

.email-cv {
    margin-right: 15px;
}

.hide-cv {
    color: #fff;
    text-decoration: underline;
}

    .hide-cv:hover {
        color: #3C8EF2;
    }

.cv-button {
    color: #fff;
    background-color: #0B53B2;
    border-color: #0B53B2;
    box-shadow: 0px 7px 12px #00003C34;
    padding: .7rem 1rem .7rem 1rem;
    width: 30%;
    white-space: nowrap;
}

    .cv-button:hover,
    .cv-button:focus,
    .cv-button:active,
    .cv-button.active {
        color: #ffffff;
        background-color: #2364b9;
        border-color: #2364b9;
        box-shadow: 0px 7px 12px #00003C34;
    }

    .cv-button:disabled {
        opacity: 0.4;
    }

.moving-day-button {
    width: 13rem !important;
}

.credit-button {
    color: #fff;
    background-color: var(--mrcv-submit-green);
    border-color: var(--mrcv-submit-green);
    box-shadow: 0px 7px 12px #00000029;
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: 16rem;
    margin-top: 1.5rem;
    font-size: 16px;
    font-family: mrcvBioSansBold !important;
}

    .credit-button:hover,
    .credit-button:focus,
    .credit-button:active,
    .credit-button.active {
        color: #ffffff;
        background-color: var(--mrcv-green-button-hover);
        border-color: var(--mrcv-green-button-hover);
        box-shadow: 0px 7px 12px #00000029;
    }

    .credit-button:disabled {
        color: #ffffff;
        background-color: #3981d9;
        border-color: #3981d9;
        box-shadow: 0px 7px 12px #00000029;
        height: 42px;
    }

.credit-left-text {
    letter-spacing: 0.1px;
}

.dashcard p {
    font-size: 14px;
}

.dashcard-left {
    min-height: 150px;
}

.dashcard-left {
    border-radius: 4px;
    padding: 0.4em;
    border: 1px solid var(--mrcv-grey);
    background-color: white;
}

.address-history-item {
    background-color: var(--mrcv-off-white);
    box-shadow: 0px 2px 5px #0000001A;
    border: 1px solid var(--mrcv-grey);
    border-radius: 2px;
}

.address-history-address {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .address-history-address div:first-child {
        min-width: 0;
    }

    .address-history-address span:last-child {
        min-width: 78px;
    }

.address-history-address, .address-history-reference {
    padding: 17px 15px 17px 15px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.address-history-reference {
    background-color: var(--mrcv-background-grey);
}

.btn-send-tenant-rating {
    color: #fff;
    background-color: #E0B136;
    border-color: #E0B136;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 2px;
    cursor: pointer;
}

    .btn-send-tenant-rating:hover,
    .btn-send-tenant-rating:focus,
    .btn-send-tenant-rating:active,
    .btn-send-tenant-rating.active {
        color: #ffffff;
        background-color: #e3b84a;
        border-color: #e3b84a;
    }

.btn {
    border-radius: 2px !important;
}

.address-history-send-reference {
    margin: auto;
}

.ah-send-rating {
    font-size: 14px;
    font-family: mrcvBioSansBold !important;
    white-space: nowrap;
}

.accordion-button {
    background-color: var(--mrcv-blue);
    color: white;
    box-shadow: 0px 2px 5px #0000001A;
    border-radius: 2px;
    padding: 1rem 2rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .accordion-button h3 {
        margin-bottom: 0;
    }

.boost-t-score {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    font-family: mrcvRoboto;
    letter-spacing: 0.24px;
    color: var(--mrcv-light-grey);
}

.copyright-row {
    color: var(--mrcv-grey);
    font-size: 11px;
    flex-direction: row;
    margin-top: 7rem;
    margin-bottom: 1.5rem;
}

.copyright-block {
    position: fixed;
    bottom: 3.5rem;
    left: 1rem;
    z-index: -1;
}

.c-link {
    color: var(--mrcv-grey);
    text-decoration: none;
}

    .c-link:hover, .c-link:focus {
        color: #9ba7b6;
        text-decoration: underline;
    }

.cred-padding {
    padding: 2.4rem;
}

.credit-title {
    font-size: 14px;
    color: var(--mrcv-navy);
}

.c-bad {
    background-color: var(--mrcv-credit-bad-light);
}

.c-fair {
    background-color: var(--mrcv-credit-fair-light);
}

.c-good {
    background-color: var(--mrcv-credit-good-light);
}

.c-excellent {
    background-color: var(--mrcv-credit-excellent-light);
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0) !important;
}

.modal-dialog {
    padding: 2rem;
}

[tenantnav] {
    scroll-margin-top: 10rem;
}

.c-mrcv-label {
    padding-left: 0.75rem;
    font-size: 16px;
}

.label-auto-size {
    font-size: 16px;
}

.c-mrcv-checkbox {
    width: 90%;
    z-index: 99;
    height: 100%;
    opacity: 0;
    position: absolute;
}

.error-icon-doc {
    left: -10px !important;
}

.centered-icon {
    cursor: pointer;
    vertical-align: middle;
}

.dash-info-icon {
    filter: invert(0.3);
    cursor: pointer;
}

.dash-info-icon-blue {
    vertical-align: text-top;
    cursor: pointer;
    filter: invert(80%) sepia(59%) saturate(2344%) hue-rotate(212deg) brightness(94%) contrast(93%);
}

.dash-info-icon-blue {
    vertical-align: text-top;
    cursor: pointer;
    filter: invert(80%) sepia(59%) saturate(2344%) hue-rotate(212deg) brightness(94%) contrast(93%);
}

.show-document-valid {
    display: none;
}

.hover-pointer {
    cursor: pointer
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.photo-upload-button-container {
    border-color: gray;
    border-radius: 50%;
    border-style: dashed;
    width: 5.2rem;
    height: 5.2rem;
    border-width: 2px;
    display: flex;
    padding: 1rem;
}

    .photo-upload-button-container img {
        max-width: 100%;
    }

.lottie-scroll-down {
    height: 1rem;
    position: absolute;
    left: -1.2rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 2.3rem;
}

    .lottie-scroll-down.lottie-dashboard {
        position: relative;
        left: 0em;
        top: 0rem;
    }

#sectionsummary {
    flex: 0 0 13rem
}

.movingday-card {
    flex: 0 0 14rem;
    background-color: var(--mrcv-background-grey);
    border: 1px solid #CCD6E3;
    padding: 1.3rem;
}

.mcv-head {
    flex: 0 0 1.2rem !important;
}

#journey-help-floater {
    width: 100%;
    padding: 2rem;
    position: fixed;
    background-color: var(--mrcv-navy);
    z-index: 1;
    bottom: 0;
    left: 0;
}

    #journey-help-floater input {
        background-color: var(--mrcv-dark-blue);
        padding: 1rem 0;
        color: white !important;
    }

.form-group.form-group-locked {
    background-color: inherit;
    margin-bottom: 2.5rem;
}

    .form-group.form-group-locked .form-control {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #E0E2E5;
        color: var(--mrcv-font-grey);
    }

    .form-group.form-group-locked img {
        height: 45px;
        padding: 14px;
        position: absolute;
        right: 15px;
        margin: 5px;
        border-radius: 3px;
        top: 0;
        width: 45px;
    }

    .form-group.form-group-locked span {
        position: relative;
        top: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .form-group.form-group-locked span img {
            position: inherit;
            padding: 0;
            width: 17px;
            height: 17px;
            right: -20px;
            top: 5px;
            margin: 0;
            border-radius: 0;
        }

    .form-group.form-group-locked a {
        text-decoration: underline;
        font-family: mrcvBioSansBold;
        font-size: 14px;
        top: 5px;
        position: relative;
    }

@media (max-width: 768px) {
    .journey-help-hide.help-hidden {
        display: none !important;
    }

    .journey-help-show.help-hidden {
        display: none !important;
    }

    .moving-day-text {
        top: 3.4rem;
    }

        .moving-day-text p {
            margin-top: 3.5rem;
        }
}

.mobile-only {
    display: none !important;
}

.mobile-hidden {
    display: inherit !important;
}

.flex-spaced-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.flex-spaced-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.tooltip {
    font-size: 12px;
}

    .tooltip .tooltip-inner {
        text-align: start;
        display: flex;
        align-items: baseline;
        padding: 1rem 12px 1rem 0;
        border-radius: 2px;
        background-color: #21365F;
        max-width: 300px;
    }

        .tooltip .tooltip-inner span {
            padding-left: 12px;
        }

        .tooltip .tooltip-inner img {
            margin: 0 .8rem;
            width: 15px;
            min-width: 15px;
            max-width: 15px;
            height: 15px;
            min-height: 15px;
            max-height: 15px;
        }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #21365F;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #21365F;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    .mrcv-spacing {
        margin-top: 50px;
    }
}

@media all and (max-width: 1086px) {
    .copyright-row {
        flex-direction: column-reverse;
        justify-content: center;
    }
}

@media all and (max-width: 1100px) {
    .tenant-nav-holder {
        justify-content: flex-start;
        white-space: nowrap;
    }
}

@media all and (max-width: 1200px) {
    .dashcard {
        flex-direction: column-reverse;
    }

    .dashcard-right p {
        text-align: center !important;
    }

    .tablet-large-a {
        display: block;
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .mobile-only {
        display: inherit !important;
    }

    .mobile-hidden {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    .pr-register {
        padding-right: 0.5rem !important;
    }

    .pl-register {
        padding-left: 0.5rem !important;
    }

    .mrcv-spacing-addition {
        margin-top: 50px;
    }

    div.pl-register label.control-label-mrcv {
        left: 29px !important;
    }

    div.pl-register label.control-label-has-value {
        left: 29px !important;
    }
}

@media all and (max-width: 768px) {

    .w-50-mobile {
        width: 50% !important;
    }

    .mobile-flex-center {
        display: flex;
        justify-content: center !important;
        align-content: center !important;
        align-items: center !important;
    }

    .mobile-14px {
        font-size: 14px !important;
        background: red;
    }

    .label-auto-size {
        font-size: 1rem;
    }

    .c-mrcv-label {
        font-size: 1rem;
    }

    #pwd-entry, #pwd-confirm-entry, #pwd-entry-initial {
        background-position: 87% 50% !important;
    }

    .lottie-scroll-down {
        display: none;
    }

        .lottie-scroll-down.lottie-dashboard {
            display: inherit;
        }

    .credit-score-rating-text {
        font-size: 1rem;
    }

    .mobile-large-a {
        display: block;
        width: 100% !important;
        margin-bottom: 1rem;
    }

    #sectionsummary {
        flex: 0 0 24rem;
    }

    .movingday-card {
        flex: 0 0 25rem;
    }

    .mobile-flex-column {
        flex-direction: column !important;
    }

    .progress-bar-holder {
        height: 3.25rem;
    }

    .progress-bar {
        font-size: 16px;
    }

    .progress-icon {
        padding: 1rem;
    }

    .optional-guarantor {
        font-size: 14px !important;
    }

        .optional-guarantor img {
            width: 1rem;
        }

    .h1-mrcv {
        font-size: 26px;
    }

    .microcv-header {
        margin: -3.5rem -1.5rem 3.5rem -1.5rem;
    }

    .moving-day-text h1 {
        font-size: 25px !important;
    }

    .mrcv-right-side.background-grey.mrcv-spacing-padding {
        padding-top: 8rem;
    }

    #update-credit-check {
        box-shadow: none;
    }

    #cred-controls-div {
        flex-direction: column !important;
    }

    #credit-buttons-container {
        margin-top: 1rem;
    }

    .copyright-row {
        margin-bottom: 7.5rem;
    }

    @media all and (max-width: 935px) {
        .sign-in-graphic {
            height: 200px;
        }

        .guarantor-graphic {
            height: 300px;
        }
    }
    /* Media tags for different screen sizes etc. */
    /* Desktop */
    @media all and (min-width: 1024px) and (max-width: 1280px) {
    }
    /* Tablet Landscape */
    @media all and (min-width: 768px) and (max-width: 1024px) {
    }
    /* Tablet */
    @media all and (min-width: 480px) and (max-width: 768px) {
    }
    /* Phone landscape and smaller */
    @media all and (max-width: 480px) {
    }
    /* Portrait */
    @media screen and (orientation:portrait) {
    }
    /* Landscape */
    @media screen and (orientation:landscape) {
    }
    /* Non-Retina */
    @media screen and (-webkit-max-device-pixel-ratio: 1) {
    }
    /* Retina */
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    }
    /* iPhone Portrait */
    @media screen and (max-device-width: 480px) and (orientation:portrait) {
    }
    /* iPhone Landscape */
    @media screen and (max-device-width: 480px) and (orientation:landscape) {
    }
    /* iPad Portrait */
    @media screen and (min-device-width: 481px) and (orientation:portrait) {
    }
    /* iPad Landscape */
    @media screen and (min-device-width: 481px) and (orientation:landscape) {
    }
}
/*TVC Sprint - Start*/
.panel__background--gradient {
    background: linear-gradient(var(--mrcv-gradient-light-blue), var(--mrcv-gradient-dark-blue));
}

.tenant-nav-holder .tenant-nav-button {
    flex-basis: 10%;
}

#landing-page-modal {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.landing-modal {
    display: flex;
    min-height: 607px;
    max-width: 1216px;
}

.landing-modal__left-panel {
    flex: 380px;
}

.landing-modal__right-panel {
    background: var(--mrcv-pure-white);
    flex: 836px;
}

.bg--pure-white {
    background: var(--mrcv-pure-white);
}

.flex-716-px {
    flex: 716px !important;
}

.landing-modal__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 2.5rem 5.5rem 2rem;
    flex-wrap: wrap;
}

.landing-modal__close-icon {
    display: flex;
    justify-content: flex-end;
}

.landing-modal__hidden-slides {
    display: flex;
    justify-content: flex-start;
}

.landing-modal__close {
    position: absolute;
    top: 0px;
    right: 20px;
}

.landing-modal__body {
    margin: 0 5.5rem;
}

@media (max-width: 1100px) {
    .landing-modal__left-panel {
        display: none;
    }

    .modal-dialog {
        margin: 0 auto !important;
        max-width: 1216px !important;
    }

    #modal-slides-bottom {
        display: none;
    }

    #modal-slides-top {
        display: block !important;
        margin-bottom: 1.75rem;
    }

    .landing-modal__footer {
        justify-content: flex-end !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 0 auto !important;
        max-width: 1300px !important;
    }
}

@media (max-width: 600px) {
    .modal-dialog {
        padding: 0rem;
    }

    .landing-modal {
        height: 114%;
    }

    .landing-modal__header {
        margin-top: 155px !important;
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .landing-modal__body {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mrcv-modal__close {
        top: 6rem !important;
    }

    #modal-slides-top {
        display: block !important;
        top: 8.75rem !important;
        margin-bottom: 0 !important;
        left: 2.5rem !important;
    }

    .landing-modal__footer {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    #launcher {
        display: none;
    }

    .landing-modal__buttons {
        min-width: 95% !important;
    }
}

.modal-dialog {
    z-index: 1050;
}

.mrcv-modal__close {
    position: relative;
    right: 1.5rem;
    top: 1.5rem;
}

.centre-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
}

.landing-modal__footer {
    display: flex;
    justify-content: space-between;
    padding: 4rem 5.5rem;
    align-items: center;
    gap: 1.25rem;
}

.landing-modal__buttons {
    min-width: 50%;
    gap: 2.5rem;
}

#landing-modal-submit-button {
    height: 56px;
}

#modal-slides-top {
    position: relative;
    left: 5.5rem;
    top: 2.25rem;
    display: none;
}

.modal-slides-icon__1of2 {
    background-image: url("../img/icons/ic_modal-slides1of2.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 66px;
}

.modal-slides-icon__2of2 {
    background-image: url("../img/icons/ic_modal-slides2of2.svg");
}

.modal-dialog--pointer-auto {
    pointer-events: auto;
}

.mrcv-modal__close-button {
    font-size: 1rem;
    color: #507AAF !important;
    font-family: mrcvBioSansBold;
    cursor: pointer;
}

    .mrcv-modal__close-button:hover {
        text-decoration: underline !important;
    }

.right-panel__movinghub-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.movinghub-reason {
    display: flex;
    align-items: center;
}

.mrcv-tick-icon--white {
    filter: brightness(0) invert(1);
}

.movinghub-reason__text--hightlight {
    background-color: var(--mrcv-highlight-white);
    color: var(--mrcv-pure-white);
}

.myconcierge__submit-button--margin {
    margin: 2.5rem 0.75rem;
}

.mrcv-movologist-icon--height {
    height: 35%;
}

.myconcierge__submit-button {
    height: 56px;
    padding: 0.7rem 2rem;
}

.myconcierge_left-panel--padding {
    padding-left: 4% !important;
    padding-right: 6% !important;
}

#movingday-fixed-estimated-no {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#movingday-fixed-estimated-yes {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
    .mrcv-movologist-icon, .myconcierge__submit-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .right-panel__movinghub-info {
        align-items: center;
    }

    #myconcierge__submit-button-left {
        display: block !important;
        width: 100%;
        padding-block: 1.125rem;
    }

    #myconcierge__submit-button-right {
        display: none !important;
    }

    .myconcierge__move-date {
        padding-right: 0px;
    }

        .myconcierge__move-date img {
            right: 1.5rem;
        }

    #welcome-dashboard {
        padding-bottom: 1rem;
    }

    .myconcierge__move-date {
        padding-right: 15px !important;
    }

    .myconcierge__fixed-estimated-toggle {
        padding-left: 15px !important;
    }

    #secured-manual-moving-address .form-group {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .myconcierge_left-panel--padding {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }

    .myconcierge__warning-banner {
        min-width: 100%;
    }

    .movinghub-reason h2 {
        line-height: 1.75;
    }
}

.concierge-status-box {
    display: flex;
    flex-direction: row;
    min-height: 260px;
    max-width: 520px;
    border: 1px solid var(--mrcv-blue-grey);
    border-radius: 2px;
    flex-wrap: wrap;
}

.concierge-status-box__info {
    flex: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 2.5rem;
}

.concierge-status-box__image {
    flex: 50%;
    display: flex;
    flex-direction: row;
}

.concierge-status-box__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 65%;
    position: relative;
    left: 15px;
}

@media (max-width: 1024px) {
    .concierge-status-box {
        flex-direction: column-reverse;
        height: 560px;
        min-width: 342px;
        margin: 0 auto;
    }

    .concierge-status-box__info {
        flex: 244px;
    }

    .concierge-status-box__image {
        flex: 177px;
    }

    .concierge-status-box__image--center {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mrcv-concierge-box--text {
        font-size: 16px !important;
    }

    .mrcv-concierge-box__text--incomplete {
        font-size: 16px !important;
    }

    .progress-bar-holder {
        margin-top: 1rem;
    }

    .concierge-status-box__info {
        gap: 1.5rem;
    }
}

.concierge-status-box__tooltip {
    background: url("../img/icons/ic_help_question_mark.svg") no-repeat;
    height: 24px;
    width: 24px;
}

.concierge-status-box__tooltip--position {
    position: relative;
    top: 1rem;
    right: 1rem;
}

.height-auto {
    height: auto;
}

.py-4 {
    padding-block: 1rem !important;
}

.px-0 {
    padding-inline: 0;
}

.flex {
    display: flex;
}

.flex-align-items--center {
    align-items: center;
}

.flex-justify-content--center {
    justify-content: center;
}

.flex-direction--column {
    flex-direction: column;
}

.flex-gap-4 {
    gap: 1rem;
}

.flex-gap-5 {
    gap: 1.25rem;
}

.flex__space-between {
    justify-content: space-between;
}

.button--ghost {
    background-color: transparent;
    color: #2473D5;
    border: none !important;
    margin: 0 0.2rem;
}

.button--underlined {
    text-decoration: underline;
}

.text-overflow--ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.center-flex {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.concierge-mobile-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0;
}

.mrcv-concierge-box--text {
    font-family: mrcvRobotoBold;
    font-size: 14px;
    color: var(--mrcv-midblue-100);
}

.mrcv-concierge-box__text--incomplete {
    font-family: mrcvRobotoBold;
    font-size: 14px;
    color: var(--mrcv-blue-grey);
}

.mrcv-concierge-box__title {
    display: flex;
    justify-content: space-between;
}

.myconcierge__warning-banner {
    border: 1px solid var(--mrcv-red);
    border-radius: 2px;
    background-color: var(--mrcv-red-10-pc);
    max-width: 512px;
    font-size: 12px;
    min-height: 45px;
    color: var(--mrcv-red);
    display: flex;
    justify-content: center;
    align-items: center;
}



.mrcv-modal::after {
    position: absolute;
    content: '';
    background-color: var(--mrcv-deep-blue-90);
    opacity: 0.8;
    backdrop-filter: blur(10px);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.ml-0 {
    margin-left: 0;
}

.myconcierge__fields--left-padding {
    padding-left: 6px !important;
}

.myconcierge__fields--right-padding {
    padding-right: 6px !important;
}

#secured-manual-moving-address .myconcierge__fields--left-padding label {
    left: 27px;
}

@media (max-width: 768px) {
    .register-submit-buttons {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
    }

        .register-submit-buttons button, .register-submit-buttons span {
            min-width: 100%;
        }

        .register-submit-buttons span {
            text-align: center;
        }
}
/* Sprint28 - END */
