.input-group-text-white {
    background-color: white;
}

.input-group.input-group-focus .input-group-prepend .input-group-text,
.input-group.input-group-focus .input-group-append .input-group-text {
    border-color: #9A9A9A;
}

.input-group-prepend {
    padding-right: 0px !important;
}

.page-header {
    margin-top: 70px;
    min-height: 35vh !important;
}

#cookieConsent {
    width: 100%;
    height: auto;
    min-height: 50px;
    background-color: #d3d3d3;
    padding: 15px;
}

.disclaimer,
.disclaimer p {
    font-size: 12px;
}

.header-logo {
    height: 100%;
    width: 72px;
}

.main {
    margin-top: 10px;
}

.faq-header {
    font-weight: 600;
}

.td-75 {
    width: 75px;
}

.cookie-message .navbar,
.cookie-message .navbar-collapse.show {
    padding-top: 54px;
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #0064a8;
    border-color: #0064a8;
}


@media screen and (max-width: 991px) {
    .cookie-message .navbar,
    .cookie-message .navbar-collapse.show {
        padding-top: 84px;
    }


}

@media (max-width: 991px) {
        .font-med {
        font-size: 1.25em !important;
    }
}

.cookie-message .main {
    padding-top: 54px;
}

footer {
    padding-bottom: 30px;
}

.nobr {
    white-space: nowrap;
}

.input-group-text-area-icon {
    align-items: baseline;
    padding-top: 13px;
}


.phone-disclaimer {
    text-align: left;
    margin-top: -12px;
}

.custom-select {
    padding-left: 12px;
}

.font-med {
    font-size:1.45em;
}

.space-buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.starting-balance-row {
    background-color: #d3d3d3 !important;
}


@media print {
    #mainNav {
        display: none;
    }
    #filterNav {
        display: none;
    }
    #statementNav {
        display: none;
    }
}

/* Card image */

.card-image {
    position: relative;
    margin: 0 auto;
    min-width: 200px;
    width: 100%;
    max-width: 500px;
}

.card-image img {
    width: 100%;
}

.card-image .card-account-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: #000 0px 0px 10px;
}


.card-image .card-account-container.overlay-light {
    color: black;
    text-shadow: #fff 0px 0px 10px;
}

.card-info h4, .card-info h5 {
    margin: 0;
    font-size: 28px;
    line-height: 40px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.card-info h4 {
    display: flex;
    align-items: center;
}

.card-info h4 span {
    display: inline-block;
    margin: 0 5px;
}

.card-info h4 span:first-child {
    margin-left: 0;
}

.card-info h4 span:last-child {
    margin-right: 0;
    font-weight: 400;
}

.card-info h5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-info h5 span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
}


/* Card rep */

.card-rep {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    aspect-ratio: 400 / 250;
    min-width: 300px;
    width: 100%;
    max-width: 400px;
    background-color: #a7a9ac;
    color: black;
    border-radius: 3mm;
}

.card-rep .readycard-logo {
    margin: 14px 0 0 20px;
    width: 66%;
}

.card-rep .branding-logo {
    margin: 0 14px 14px 0;
    width: 22%;
    align-self: flex-end;
}

.card-rep .card-account-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-rep h4, .card-rep h5 {
    margin: 0;
    font-size: 28px;
    line-height: 40px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.card-rep h4 {
    display: flex;
    align-items: center;
}

.card-rep h4 span {
    display: inline-block;
    margin: 0 5px;
}

.card-rep h4 span:first-child {
    margin-left: 0;
}

.card-rep h4 span:last-child {
    margin-right: 0;
    font-weight: 400;
}

.card-rep h5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-rep h5 span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
}

.card-info h4 {
    display: flex;
    align-items: center
}

.card-image-container {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
}

.card-info-below.card-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 5px;
}

.card-info-below.card-info h5 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}

.hp-card-error {
    margin-bottom: 30px;
}

.hp-card-error p.text-danger {
    font-size: 1.2em;
}

.hp-card-error p.text-danger strong {
    font-size: 1.4em;
}