﻿@font-face {
    font-family: 'FrutigerLTStd-Roman';
    src: url('../fonts/Frutiger/FrutigerLTW01-55Roman.eot');
    src: url('../fonts/Frutiger/FrutigerLTW01-55Roman.eot') format('embedded-opentype'), url('../fonts/Frutiger/FrutigerLTW01-55Roman.woff2') format('woff2'), url('../fonts/Frutiger/FrutigerLTW01-55Roman.woff') format('woff'), url('../fonts/Frutiger/FrutigerLTW01-55Roman.ttf') format('truetype'), url('../fonts/Frutiger/FrutigerLTW01-55Roman.svg') format('svg');
}
@font-face {
    font-family: 'FrutigerLTStd';
    src: url('../fonts/Frutiger/FrutigerLTW01-65Bold.eot');
    src: url('../fonts/Frutiger/FrutigerLTW01-65Bold.eot') format('embedded-opentype'), url('../fonts/Frutiger/FrutigerLTW01-65Bold.woff2') format('woff2'), url('../fonts/Frutiger/FrutigerLTW01-65Bold.woff') format('woff'), url('../fonts/Frutiger/FrutigerLTW01-65Bold.ttf') format('truetype'), url('../fonts/Frutiger/FrutigerLTW01-65Bold.svg') format('svg');
}

:root {
    --card-pregnancy-header-height: 48px;
}

body {
    background-color: #f0f4f5;
    /*  margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; *//* CRITICAL */
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.centered-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
}
.container-body {
    padding-left:12px;
    padding-right:12px;
}
.ui-helper-hidden-accessible {
    position: absolute;
    left: -9999px;
}
.button-spacer {
    padding-right:24px;
    text-align: right !important;
}
.index-margin-top {
    margin-top: 44px;
}
.footer-text-spacer {
    justify-content:end;
    text-align:end;
    width: 65%;

}

.form-control {
    padding: 8px 12px !important;
    margin-top:4px;
}

div.form-control.medical-condition-control,
div.form-control.radio-button-control {
    padding: 3px 12px 4px 12px !important;
}

.medical-condition-select,
.radio-button-control-select {
    height: 35px;
}
label.radio-custom-label-YesNo.icon {
    margin-top: 3px;
}
div.form-control-radio-btn.form-control {
    padding: 3px 12px 4px 12px !important;
}

.checkbox-span {
    padding-left: 4px;
    padding-top: 3px;
    font-size: 14px;
}
.checkbox-span-pregnancy {
    padding-left: 4px;
/*    padding-top: 4px;
*/    font-size: 14px;
}
.checkbox-span-add-pregnancy {
    padding-left: 8px;
    padding-top: 5px;
    font-family: FrutigerLTStd;
    font-size: 16px;
/*    font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #231f20;
}
.form-container {
    margin-top: 64px;
}
.progress {
    background-color: #95BBDF;
    height: 8px;
    margin-top:8px;
}

.progress-bar {
    background-color: #005EB8;
    border-radius: 4px;
}
.back-btn-spacer {
    margin-top:22px;
}

@media (min-width: 1024px) {
    .spacer {
        margin-left: 17%;
        margin-right: 17%;
    }
    .index-margin-top {
        margin-top: 76px;
    }
    .footer-text-spacer {
        width: 280px;
    }

}

@media (min-width: 1024px) and (max-width: 1439px) {
    .double-liner-left {
        width: 45%;
    }
    .double-liner-gp {
        width: 50%;
    }
    .NoNHS-span {
        padding-top: 1px;
    } 
}
@media (min-width: 851px) and (max-width: 1023px) {
    .spacer {
        margin-left: 4.5%;
        margin-right: 4.5%;
    }
}
@media (min-width: 680px) and (max-width: 850px) {
    .spacer {
        margin-left: 6.8%;
        margin-right: 6.8%;
    }
    .footer-text-spacer {
        width: 60%;
    }
}
@media (min-width: 680px) and (max-width: 700px) {
    .label-date-padding-20 {
        padding-top: 20px;
    }
}

@media (min-width: 499px) and (max-width: 679px) {
    .spacer {
        margin-left: 1.8%;
        margin-right: 1.8%;
    }
}
@media (max-width: 498px) {
    .spacer {
        margin-left: 3.7%;
        margin-right: 3.7%;
    }

    .review-white-container {
        width: 100% !important;
        margin: 0 !important;
    }
    .blue-background {
        margin-left: 8px !important;
    }

    .review-white-container-other {
        margin: 0 !important;

    }
    .review-white-container {
        margin-bottom: 8px !important;
    }

        .review-white-container:last-of-type {

        }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: FrutigerLTStd;
}
.d-4 {
    margin:16px;
}

#warningBtn,
#warningBtn:hover,
#previousStepBtn,
#previousStepBtn:hover {
    cursor: pointer;
}

p {
    font-family: FrutigerLTStd-Roman;
    color: #231f20;
    /*    color: #212B32;
*/
}
.container-fluid {
    padding:0;
}
/*header, .subheader {
    height: 66px;
}*/
header {
    width: 100%;
    background-color: #005EB8;
    color: white;
}
.subheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 46px;
    margin-right: 46px;
}
.mse-logo {
    display:flex;
    align-items:center;
}
.text-right {
    float: right;
}

nav.navbar.navbar-expand-lg {
}

navbar.header {
    background-color: #005EB8;
    color: white;
    padding-top: 16px;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}
.nhsImg {
    height: 34px;
}

.headerText {
    font-size: 16px;
   /* font-weight: bold;*/
    font-family: FrutigerLTStd;
}

footer {
    margin-top: auto;
    width: 100%;
    font-size: 14px;
    color: #231f20;
    background-color: #d8dde0;
    border-top: 4px solid #005EB8 !important;
    align-items: center;
    font-family: FrutigerLTStd-Roman;
    padding: 16px 0;
}
.footer-container {
    display: flex;
    justify-content: space-between;
}
.margin-48-32 {
    margin: 48px 32px;
}
.index-info-margin {
    margin:44px 32px 48px 24px;
}

.index-info-margin p {
    padding: 0;
}
.infoBox-padding {
    padding:48px 32px;
}
.infoBox-padding p {
    margin-bottom: 0 !important;
}
    .row-title {
        padding: 24px;
    }
.prev-step-review {
    align-items:center;
}

.image-margin-top {
    margin-top: -4px;
}
.margin-48-32 p {
    padding: 0;
}

.yellowContainer {
    background-color: #FFF9C4;
    border: 1px solid #FFEB3B;
    border-radius: 4px;
    font-size: 16px;
    color: #212B32;
    padding: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.yellowContainer-Submitted {
    margin-bottom: 64px;
    padding-left: 148px;
}
.yellowBox,
.yellowBox-index {
    background-color: #FFEB3B;
    font-size: 24px !important;
    max-width: 267px;
/*    font-weight: bold;*/
    text-align: start;
    padding: 16px 32px 16px 32px;
    margin-top: -12px;
    margin-left: -2px;
    border-radius: 4px;
    border-bottom-left-radius: 1px;
    font-family: FrutigerLTStd;
}

.yellowBox-review,
.yellowBox-submission {
    background-color: #FFEB3B;
    font-size: 24px !important;
/*    font-weight: bold;*/
    text-align: center;
    padding: 16px 32px;
    margin-top: -16px;
    margin-left: -1px;
    border-radius: 4px;
    max-width: 203px;
    height: 56px;
}
.yellowBox-submission {
    padding: 12px 32px;
    text-align: start  !important;
}
    .yellowBox-text {
        margin-top: 24px;
        margin-left: 32px;
        margin-bottom: 48px;
    }
.yellowBox-review-title {
    font-family: FrutigerLTStd;
    font-size: 24px;
/*    font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #231f20;
}
.mobile-divider {
    display: none;
}


img.Icons24alertadvisory-message {
    width: 24px;
    height: 24px;
    margin: 12px 4px 12px 12px;
    object-fit: contain;
}
.bmi-result-box {
    margin-top: 32px;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
}
.span-yellowBox {
    margin-bottom: 0;
}
.height-weight-container {
    margin-top:8px;
}
.prevpregnancy-date-span {
    display: inline;
}
    .prevpregnancy-date-span::before {
        content: ""; /* Adds a dash before the content */
    }

.button-margin-right {
    padding-right:24px;
}

.modal-content {
    border-radius: 4px !important;
}

.invalid-nhs {
    border: 2px solid red;
}

.invalid-phone {
    border: 2px solid red;
}

.form-control:disabled {
    border-color: #768692;
}

.form-control.is-invalid {
    border: 2px solid #DA291C !important;
}
    .form-control.is-invalid:focus {
        border:1px solid #425563 !important;
        box-shadow: 0 0 0 2px #DA291C;
    }

.invalid-feedback {
    display: block !important; /* override Bootstrap */
    color: #DA291C;
    font-family: FrutigerLTStd-Roman;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.6s ease, max-height 0.6s ease;
    margin-top: 0;
}
    .invalid-feedback.visible {
        opacity: 1;
        max-height: 60px;
    }

@media (min-width: 680px) {
    .d-sm-block {
        display:none !important;
    }
    .tab-pane {
        padding: 12px;
        padding-bottom: 24px;
    }

    .mobile-spacer {
        margin-top: 24px;
    }

    .margin-top-24-none {
        margin-top: 0 !important;
    }

    .previousPregnancyRadiobtn {
        justify-content: center !important;
    }
    .pregnancy-types {
        display: flex;
        align-items: center !important;
    }
    .prevpregnancy-date-span {
        display: inline; 
    }
        .prevpregnancy-date-span::before {
            content: " - ";
        }
}
@media (min-width: 680px) and (max-width: 1439px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 833px) {
    .label-genderIdentity {
        padding-top: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1439px) {
    div.col-lg-6.col-md-12.col-sm-12.mobile-spacer.adress-field {
        width: 100% !important;
    }
}

@media (max-width: 679px) {
    .yellowBox,
    .yellowBox-review {
        padding: 12px 24px;
    }

    .yellowBox-text {
        margin: 20px 24px 28px 24px;
    }

    .index-info-margin {
        margin: 24px 28px 24px 24px;
    }

    .button-spacer {
        padding-right: 20px;
    }

    footer {
        padding-bottom: 12px;
    }

    .footer-container {
        flex-direction: column;
        margin-right: 8px;
    }

    .footer-text {
        margin-top: 8px;
    }

    .p-one {
        margin-bottom: 16px !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .footer-text-spacer {
        text-align: start;
        margin-top: 12px !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .centered-container {
        margin-bottom: 64px !important;
    }

    .subheader {
        flex-direction: column !important;
        align-items: start;
        margin: 0 !important;
        text-align: start;
    }

    .mse-logo {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .app-name {
        margin: 12px !important;
    }

    .mobile-divider {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #327dc6;
    }

    .mobile-divider-footer {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #aeb7bd;
    }

    footer .spacer {
        margin: 0 !important;
    }

    .form-container {
        margin-top: 24px !important;
    }

    .progress {
        margin-top: 4px;
    }

    .alert-message-text {
        margin-right: 12px;
    }

    h1 {
        margin-bottom: 0;
    }

    .mobile-spacer {
        margin-top: 24px;
    }

    .margin-top-24-none {
        margin-top: 0 !important;
    }
    #Address {
        height: 64px;
    }
    .tab-pane {
        padding: 12px;
        padding-bottom: 24px;
    }

    .bmi-title {
        margin-top: 0 !important;
    }

    .bmi-label {
        padding: 0 12px !important;
        text-align: start !important;
        margin-bottom: 8px;
    }

    .bmi-label-metric {
        text-align: start !important;
        margin-bottom: 8px;
    }

    .responsive-layout {
        display: flex;
        align-items: center;
    }

    .small-text-spacing span {
        line-height: 1.13; /* Reduces space between NHS and details */
    }

    .responsive-text {
        font-size: 16px;
    }

    .step-icon img {
        width: 30px;
        height: 30px;
    }

    .m-BMI-weight {
        padding-left: 16px;
        padding-right: 0 !important;
    }

    .m-BMI-height {
        padding-bottom: 24px;
    }

    .vertical-line {
        border-right: none;
    }


    .m-horizontal-line {
        width: 100%;
        height: 1px; /* Adjust thickness */
        background-color: #E8Edee; /* Adjust color */
        margin: 32px 0 24px; /* 24px top & bottom margin */
    }

    div.col-md-6.col-sm-6.col-6.m-BMI-height {
        padding: 0 !important;
    }

    .m-float-right {
        text-align: right;
    }

    .bmi-result-box {
        padding: 0 !important;
        margin: 12px 0 !important;
        margin-bottom: 0 !important;
        margin-top: 36px !important;
    }

    .BMIrecommendation {
        padding: 24px !important;
        padding-top: 20px !important;
        padding-bottom: 28px !important;
        line-height: 1.5;
    }

    .yellowBox,
    .yellowBox-review {
        text-align: start;
    }

    .span-yellowBox {
        padding: 0 !important;
    }
    .card-header-pregnancy,
    .blue-background {
        height: 65px !important;
    }

    .card-header-medCondition {
        min-height: 65px !important;
        height: auto !important;
    }

    .blue-background {
        margin-left: 12px;
    }
    .prevpregnancy-date-span {
        display: block;
        margin-top: 5px;
    }
    .prevpregnancy-date-span::before {
        content: "";
    }
    #responsive-container {
        flex-direction: column;
    }
    .form-group-checkbox,
    .float-toggle {
        width: 100%;
    }
    .float-toggle {
        text-align:end;
    }
}

@media (max-width: 578px) {
    div .bg {
        width: 83%;
    }
}
@media (max-width: 678px) {
    .button-nhslookup-mobile {
        margin-top: 28px;
    }
    .modal-checkbox-custom + .modal-checkbox-custom-label:before {
        top: -3px !important;
    }

    .modal-checkbox-custom:checked + .modal-checkbox-custom-label:before {
        top: -3px !important;
    }
    .button-go-back-mobile {
        margin-top:12px;
    }
    .buttons-warning {
        align-items: center;
    }

    .button-pregnancy-delete {
        margin-top: 24px;
        margin-bottom: 20px;
    }
}
@media (min-width: 679px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}

.modal-dialog-nhslookup,
.modal-dialog-warning {
    justify-content: center;
}
.button-nhslookup-mobile {
    margin-bottom: 5px;
}
.noNHSNumberModal-label {
    line-height: normal;
    margin-bottom: 0px !important;
    text-align: left;
    padding-left: 4px;
    font-family: FrutigerLTStd-Roman;
    color: #231f20;
}

@media (min-width: 576px) {
    label .label-padding.label-padding-20 {
        padding-top: 0 !important;
    }
    .p-custom {
        padding: 0 !important;
    }
}

@media (max-width: 399px) {
    .yellowBox-review,
    .yellowBox-submission {
        width: 190px;
    }
    .modal-content-nhslookup {
        width: 282px !important;
        height: 556px !important;
    }
    .modal-content-warning {
        width: 282px !important;
    }
}
.asterisk-disabled {
    line-height: 1;
    position: relative;
    color: #b0b4bc;
}

.hideImage {
    display: none !important;
}
.bmi-title {
    margin-top:24px;
}

.BMIrecommendation p {
    margin-bottom: 0 !important;
}
.submit-ul-li {
    margin-bottom: 16px;
    list-style-position: outside;
    font-family:FrutigerLTStd-Roman;
}

.submit-ul-li-inside {
    margin-bottom: 16px;
    list-style-position: inside;
    font-family: FrutigerLTStd-Roman;
}
.submit-ul-li:last-child,
.submit-ul-li-inside:last-child {
    margin-bottom: 0;
}

.margin64 {
    margin-top: 64px;
}

.margin46 {
    margin-top: 46px;
}

.margin48 {
    margin-top: 48px;
}
.padding16 {
    padding-left: 16px;
    padding-top: 16px;
}

.margin16 {
    margin: 16px 16px 16px 16px;
}

.infoBox {
    border-left: 8px solid #005EB8;
    padding:0;
}

.margin-top-24 {
    margin-top: 24px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-12 {
    margin-top: 12px;
}
.margin-top-16 {
    margin-top: 16px;
}
.margin-top-48 {
    margin-top: 48px;
}
.margin-top-50 {
    margin-top:50px;
}
.margin-top-56 {
    margin-top: 56px;
}
.margin-top-64 {
    margin-top: 64px;
}

.margin-bt-24 {
    margin-bottom: 24px;
}

.margin-bt-12 {
    margin-bottom: 12px;
}
.padding46 {
    padding: 46px;
}
.padding48 {
    padding: 48px;
}

.bg {
    height: 48px;
    margin: 0 0 16px 115px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #683f00;
    background-color: #fff9c4;
    border-left: 8px solid #683f00;
}

input.form-control::-webkit-input-placeholder {
    color: #768692;
}

input.form-control::-moz-placeholder {
    color: #768692;
}

input.form-control::-ms-placeholder {
    color: #768692;
}

input.form-control::placeholder {
    color: #768692;
}

.btn-success {
    width: 212px;
    height: 48px;
    border-radius: 4px;
    color: #007F3B;
    box-shadow: 0 0 4px 0 #00401E;
}

.button, .btn-primary {
    text-align: center !important;
    vertical-align: middle;
    text-decoration: none;
    background-color: #007F3B;
    border: none;
    color: white;
    font-size: 19px;
/*    font-weight: bold;*/
    border-radius: 4px;
    box-shadow: 0 4px #003317;
    width: 212px;
    height: 44px;
    font-family: FrutigerLTStd;
    line-height: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding-top: 12px;
    padding-bottom: 8px;
}

.button:hover {
    background-color: #00662F;
}

.button.active {
    background-color: #007F3B;
}
    .button:focus {
        border-radius: 4px;
        box-shadow: 0 0 0 2px #fff, 0 0 0 3px #007f3b, 0 4px 0 3px #00401e;
        background-color: #007f3b;
    }

    .button.selected {
        background-color: #33AB61;
    }

    .button:disabled {
        background-color: #7fbf9d;
        box-shadow: 0 4px 0 0 #7c9688;
        color: #425563;
        cursor: not-allowed;
    }

.card-header,
.blue-background {
    transition: height 0.3s ease;
}
.card-header.expanded-header{
    height: 72px;
}

.blue-background.expanded-blue-background {
    height: 71px !important;
    transition: height 0.3s ease;
}


input#SubmitButton {
    text-align: center !important;
    vertical-align: middle;
    text-decoration: none;
    background: #007F3B url('img/icons-24-review-submit-review-submit-white.svg') no-repeat 50px 13px;
    border: none;
    color: white;
    font-size: 19px;
/*    font-weight: bold;*/
    border-radius: 4px;
    box-shadow: 0 4px #003317;
    width: 212px;
    height: 44px;
    font-family: FrutigerLTStd;
    line-height: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding-left: 30px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
    background-size: 24px 24px;
}
    input#SubmitButton:disabled {
        background-color: #7fbf9d;
        box-shadow: 0 4px 0 0 #7c9688;
        color: #425563;
        background: #7fbf9d url('img/icons-24-review-submit-review-submit-grey.svg') no-repeat 50px 13px;
        cursor: not-allowed;
    }

    input#SubmitButton:focus {
        border-radius: 4px;
        box-shadow: 0 0 0 2px #fff, 0 0 0 3px #007f3b, 0 4px 0 3px #00401e;
        background-color: #007f3b;
    }
.modal-delete-btn {
    height: 44px;
}

.form {
    background-color: white;
    border-radius: 4px;
}
.form-review {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.links {
    font-style: normal;
    color: #005EB8;
    font-size: 16px;
}

h1 {
    font-size: 36px;
/*    font-weight: bold;*/
    color: #231F20;
}
.step-title {
    font-size: 32px !important;
}
.step-sub-title {
    font-size: 24px !important;
    line-height: 1.33;
    margin-bottom:12px !important;
}
h3 {
    font-size: 24px;
    line-height: 1.33;
}

h2 {
    font-size: 32px;
    color: #231F20;
}

.form-group label {
/*    font-weight: bold;*/
    line-height: 1.25;
    color: #231f20;
    font-family: FrutigerLTStd;
    font-size: 16px;
}
.asterisk-submission {
    width: 5px;
    height: 5px;
    color: white;
    margin-left: 4px;
    margin-right: 4px;
}
span.asterisk {
    width: 5px;
    height: 5px;
    color: #005EB8;
    line-height: 1;
    position: relative;
    margin-top: 1px;
}
.asterisk-blue-review,
.asterisk-blue {
    width: 5px;
    height: 5px;
    color: #005EB8;
    line-height: 1;
    position: relative;
    margin-top: 2px;
}

.asterisk-blue{
    margin-top: 1px !important;
}

.asterisk-review {
    width: 5px;
    height: 5px;
    color: white;
}

.label-asterisk-padding {
    padding-left: 6px;
}
.previousPregnancyRadiobtn {
    display: flex;
    justify-content:space-between;
}

.radiobtn-box {
    border: 1px solid #425563;
    border-radius: 10px;
    height: 70px;
    font-size: 22px;
    color: #231F20;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

td {
    border-radius: 4px !important;
}

.hospital-border {
    border: 1px solid black;
    border-radius: 4px;
}
.a-clickable {
    text-decoration: underline;
    color: #231f20;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-family: FrutigerLTStd;
}

input.form-control, div.custom-select.form-control,
div.form-control.form-control-radio-btn,
div.label.select-genderidentity {
    border-radius: 4px !important;
    border-color: #425563;
    height: 40px !important;
}

select.form-control,
div.form-control,
textarea.form-control,
div.label.select-genderidentity,
div.custom-select.form-control {
    border-color: #425563;
}
    input.form-control:focus,
    select.form-control:focus,
    textarea.form-control:focus,
    div.form-control:focus,
    .select-genderidentity:focus{
        border-color: #425563;
        box-shadow: 0 0 0 2px #ffb81c;
    }

div.label.select-genderidentity:focus {
    border-color: #425563;
    box-shadow: 0 0 0 2px #ffb81c;
}

.input-group:focus-within {
    border-color: #425563 !important;
    box-shadow: 0 0 0 2px #ffb81c !important;
}

    div.custom-select.form-control.open {
        border-color: #425563;
        box-shadow: 0 0 0 2px #ffb81c;
    }
div.custom-select.form-control {
    padding-right: 8px !important;
}
    span.step {
        background: #cccccc;
        border-radius: 0.8em;
        -moz-border-radius: 0.8em;
        -webkit-border-radius: 0.8em;
        color: #ffffff;
        display: inline-block;
        font-weight: bold;
        line-height: 1.6em;
        margin-right: 5px;
        text-align: center;
        width: 1.6em;
    }

/* For Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.no-spinner {
    -moz-appearance: textfield;
}

.custom-spinner {
    border: 3px solid #006747;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-left-color: #fff;
    animation: spin 1s ease infinite;
}

.spinner-wrapper {
    position: absolute;
    top: 18%;
    left: 45%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

button.loading-state {
    background-color: #007a3d !important;
    color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: 48px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.button-d-none {
    display: none !important;
}

.modal-backdrop {
    background-color: black;
    opacity: 1;

}

.btn-info {
    font-size: 22px;
    color: #231F20;
    background-color: white;
    border-color: #426663;
    height: 70px;
}

    .btn-info:first-child {
        background-color: yellow;
    }

    .btn-info:hover {
        background-color: #95BBDF;
        border-color: #426663;
    }

    .btn-info.active {
        background-color: #005EB8;
        color: white;
        border-color: #426663;
    }

    .btn-info::selection {
        background-color: #005EB8;
        color: white;
        border-color: #426663;
    }

nav.labels {
    color: #231F20;
    font-size: 22px;
}

a.return {
    color: #231F20;
    font-size: 14px;
    font-weight: bold;
}

.form-check-input {
    border: 1px solid rgba(0, 94, 184, 1);
}

.mt-32 {
    margin-top: 32px;
}
padding-top-12 {
    padding-top: 12px;
}
.padding-top-24 {
    padding-top: 24px;
}

.padding-top-20 {
    padding-top: 20px;
}
.padding-top-32 {
    padding-top: 32px;
}
.margin-bt-40 {
    margin-bottom: 40px;
}
.margin-bt-46 {
    margin-bottom: 46px;
}

.margin-top-32 {
    margin-top: 32px;
}
.margin-top-36 {
    margin-top: 36px;
}

ul {
    list-style-type: none;
}

.BMISection {
    display: none;
}
.BMIrecommendation {
    padding-top: 24px;
    padding-left: 32px;
    padding-bottom: 48px;
    padding-right:32px;
}

.tab-pane {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-top-right-radius: 4px;
}
.nav-tabs .nav-link {
    padding: 24px;
    font-family: FrutigerLTStd; 
    font-size: 16px;
    line-height: 1.25;
    color: #231f20;
    text-decoration: underline;
    text-underline-position: under;
    background-color: #d8dde0;
    margin-bottom: 2px;
    margin-top: 5px;
    border-left: 4px solid white;
    border-right: 2px solid white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.nav-tabs .imperialUnit {
    border-left: 2px solid white;
    border-right: 4px solid white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.nav-tabs .nav-link.active {
    font-family: FrutigerLTStd;
   /* font-weight: bold;*/
    color: #005eb8;
    text-decoration: none;
    background-color: white;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: none;
    margin-bottom: -1px;
    margin-top: 0;
}
.bmi-input {
    max-width:200px;
}
.bmi-label, .bmi-label-metric {
    font-family: FrutigerLTStd;
    font-size: 24px;
    margin-top: 0;
    padding-top: 0;
}
.vertical-line {
    border-right: 1px solid #e8edee;
    height: 110px;
}
.label-padding-20 {
    padding-top: 20px;
}

option:hover {
    background-color: yellow;
}
.sel, .sel-sexualOrientation {
    position: relative;    
}

.options div,
.options-sexualOrientation  div{
    padding: 10px;
    padding-left: 14px;
}
.options,
.options-sexualOrientation {
    border: 1px solid #f0f4f5;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: 101%;
    overflow: auto;
    position: absolute;
    z-index: 999;
}

.label,
.label-sexualOrientation {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height:40px;
    padding-right:12px;
}

.selected {
    background-color: #ebf3f9;
    border-left: 4px solid #005eb8;
    font-family: FrutigerLTStd;
    padding-left: 10px !important;
}

.sel .options,
.sel-sexualOrientation .options-sexualOrientation {
    background-color: #ffffff;
    font-family: FrutigerLTStd-Roman;
    font-size: 20px;
    line-height: 1.2;
}

.sel .options div:hover,
.sel-sexualOrientation .options-sexualOrientation div:hover {
    border-left: 4px solid #005eb8;
    background-color: #f2f7fb;
    font-family: FrutigerLTStd;
    padding-left: 10px;
}
.icon-genderidentity {
    float: right;
}
.imageiconDiv {
    border: 1px solid #154191;
    height: 30px;
    background-color: #154191;
}

.blue-background {
    width: 48px;
    height: calc(var(--card-pregnancy-header-height) - 1px);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #003087;
    margin-left: 24px;
    display: flex;
    justify-content: center;
}
.blue-background img {
    width:32px;
}

.delete-button,
.delete-button-pregnancy {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    background-color: #327dc5;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    margin-left: 24px;
    margin-right: 16px;
}

.delete-button .delete-text,
.delete-button-pregnancy .delete-text {
    color: white;
    font-family: FrutigerLTStd;
    font-size: 14px;
   /* font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 4px;
}

.delete-button .delete-text {
    display: none;
}

.delete-button-pregnancy .delete-text-wrapper {
    overflow: hidden;
    width: 0;
    transition: width 0s linear 0.2s; /* delay with no transition effect */
}

.delete-button-pregnancy .delete-text {
    white-space: nowrap;
}

.delete-button img.delete-icon,
.delete-button-pregnancy img.delete-icon {
    width: 24px;
    height: 24px;
    transition: filter 0.3s ease;
    opacity: 0.4;
}

.delete-button:hover {
    width: 60px;
    height: 60px;
    border: 1px solid #da291c;
    flex-direction: column;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.delete-button:hover .delete-text {
    display: block;
}

.delete-button:hover .delete-icon,
.delete-button-pregnancy:hover .delete-icon {
    filter: brightness(1000%) contrast(200%);
    opacity: unset;
}

.delete-button-pregnancy {
    margin-right: 0 !important;
}

.delete-button-pregnancy:hover {
    width: 100px;
    border: 1px solid #da291c;
    margin-left: 8px !important;
    margin-right: 0 !important;
}

.delete-button-pregnancy:hover .delete-text-wrapper {
    width: auto;
    transition: width 0s; /* Show immediately */
}

.cancel-animation-button:hover,
#animationWarningContainer:hover,
#toggleButton:hover,
.clickable-item:hover {
    cursor: pointer;
}

.card {
    position: relative;
}

.card-header {
    background-color: #005EB8;
    color: white;
/*    font-weight: bold;*/
    height: 48px;
    padding: 8px 16px 8px 24px;
    border: solid 1px #005EB8;
}

.card-header-medCondition{
    height: 96px;
}

.card-header-pregnancy {
    padding-right: 0 !important;
}

.card-header-title {
    margin-right: 24px;
}
    .card-header-title h6,
    .card-header-title label{
        margin-bottom: 0 !important;
    }
.card-header-title-medCondition {
    float: left;
    margin: 0;
    word-wrap: break-word;
    white-space: normal;
    font-family: FrutigerLTStd;
/*    font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
}

.card-delete {
    z-index: 7;
    background-color: rgba(218, 41, 28, 0.7);
}
.card-header-title-pregnancy {
    font-family: FrutigerLTStd;
    font-size: 16px;
    /*font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.cardPreviousPregnancy,
.cardPreviousPregnancy-Review {
    padding-top: 8px;
}
.PreviousPregnancyCardClass,
.PreviousPregnancyCardClass-Review {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 16px;
}

.this-pregnancy p {
    margin-bottom: 0 !important;
}
.pregnancy-radio,
.covid-radio{
    display: none;
}
.pregnancy-radio + label,
.covid-radio + label {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
}

    .pregnancy-radio + label:before,
    .covid-radio + label:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        background-image: url('img/icons-32-radio-radio-unselected-blue.svg'); /* Replace with your unchecked icon */
        background-size: cover;
        background-repeat: no-repeat;
    }

.pregnancy-radio:checked + label:before,
.covid-radio:checked + label:before {
    background-image: url('img/icons-32-radio-radio-selected-blue.svg'); /* Replace with your checked icon */
}
.covid-label {
    font-family: FrutigerLTStd-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231F20;
}

.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:visited {
    text-align: center !important;
    vertical-align: middle;
    text-decoration: none;
    background-color: #4C6272;
    border: none;
    color: white;
    font-size: 19px;
   /* font-weight: bold;*/
    border-radius: 4px;
    box-shadow: 0 4px #263139;
    width: 212px;
    height: 44px;
    font-family: FrutigerLTStd;
}

    .btn-warning:hover, .btn-warning:active {
        background-color: #768692 !important;
    }

.padding-24 {
    padding: 24px;
    padding-bottom:48px;
}
.modal-padding {
    padding: 24px;
    padding-bottom: 36px;
}

.form-padding {
    padding: 32px 24px 48px 24px;
}

div.medicalCondintionModal.modal.show {
    background-image: url("img/overlay-blurred-white-happy.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    border-radius: 4px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    /*    border-right: 2px solid #231F20;
*/
}
div.pregnancyDeleteModal.modal.show {
    background: url("img/overlay-blurred-white-happy.svg") no-repeat center;
    background-size: auto 100%;
    position: absolute;
    border-radius: 4px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
div#nhsLookupModal.modal.fade.show {
    background: url("img/overlay-blurred-white-happy-big.svg") no-repeat right;
    background-size: cover;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

div#warningModal.modal.fade.show {
    background: url("img/overlay-blurred-white-happy-big.svg") no-repeat right;
    /* background-size: 100%;*/
    background-size: cover;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
div#manualGPModal.modal.fade.show {
    background: url("img/overlay-blurred-white-happy-big.svg") no-repeat right;
    background-size: cover;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

body.modal-open {
    overflow: auto !important;
}

.custom-MedicalCondition-modal-content {
    margin: 30px 12px 32px 12px;
    width: auto;
}
.custom-pregnancy-modal-content {
    width: 600px;
    min-height: 264px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.deleteModalLabel {
    font-family: FrutigerLTStd;
    font-size: 32px;
 /*   font-weight: bold;*/
    line-height: 1.25;
    color: #231f20;
    margin-bottom: 0;
}
.modal-backdrop.show {
    opacity: 0;
}

.action-item {
    padding: 0;
}

input.datepicker {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    padding-right: 25px;
}

.formatted-date,
.formatted-date:focus{
    border: none;
    outline: none;
    max-width: 150px;
}

ul.existingMedicalConditionsList {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
}

.medicalConditionlist {
    /*border: 1px solid #f0f4f5;*/
    padding: 20px 24px;
    background-color: #f0f4f5;
    border-radius: 4px;
}

.review-wrapper-previousPregnancy {
    padding: 0 !important;
}
.form-control-review {
    padding: 12px !important;
}
.review-white-container-previousPregnancy {
    width: 100% !important;
    margin: 0 !important;
    align-content: center
}

.wrap {
    display: flex;
}

.medicalConditionlist-wrap,
.review-wrapper {
    flex-wrap: wrap;
    align-items: center;
}

.medicalConditionItem,
.white-container-selection,
.babyDeliveryType-item,
.pregnancyHistory-item,
.miscarriageType-item,
.smokers-item,
.socialConcern-item,
.covidVaccination-item {
    width: 32%;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff;
    padding: 12px 16px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.medicalConditionItem,
.babyDeliveryType-item,
.pregnancyHistory-item {
    height: 104px !important;
}

    .medicalConditionItem:last-child,
    .covidVaccination-item:last-child{
        margin-bottom: 0px;
    }

/*Input number spinner*/
#numberInput {
    -moz-appearance: textfield; /* Remove default style in Firefox */
    appearance: textfield; /* Standard way */
    padding-right: 2.5em; /* Leave space for custom arrows if needed */
    box-sizing: border-box;
    width: 100%;
}

    #numberInput::-webkit-inner-spin-button,
    #numberInput::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.custom-number-input {
    position: relative;
}

.custom-number-input input {
    width: 100%;
    padding-right: 2em;
    box-sizing: border-box;
}

.custom-number-input .buttons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2px;
}

.custom-number-input .buttons div {

    height: 50%;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-number-input .buttons button svg {
    pointer-events: none;
}
.custom-number-input .buttons div:focus {
    outline: none;
}

#numberInput.form-control.input-validation-error.text-danger {
    color: #768692 !important;
    font-family: FrutigerLTStd-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

.span-information {
    font-family: FrutigerLTStd;
    font-size: 14px;
    /*font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #231f20;
}
.card-body-pregnancy,
.card-body-medCondition {
    padding: 24px !important;
    padding-bottom: 48px !important;
}

.card-body-pregnancy,
.card-body-medCondition {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.blue-header {
    background-color: #005EB8;
    color: #fff;
    padding: 16px 46px;
}

.blue-header-title {
}

.blue-header-title {
    font-family: FrutigerLTStd-Roman;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

.blue-header-subtitle {
    font-family: FrutigerLTStd-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.blue-header-title-surname {
    font-family: FrutigerLTStd;
    font-size: 24px;
   /* font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-transform:uppercase;
}

.dark-blue-header h6 {
    font-family: FrutigerLTStd-Roman;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
}

.wrapper,
.wrapper-title {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.box {
    padding: 32px 24px;
}

.blue-header {
    grid-column: 1 / 2;
    grid-row: 1/2;
    background-color: #005EB8;
    color: #fff;
    padding: 32px 24px;
}

.dark-blue-header {
    grid-column: 2;
    grid-row: 1 / 2;
    background-color: #003087;
    color: #fff;
    padding: 32px 24px;
}

.white-content {
    grid-column: 1;
    grid-row: 2;
}

.grey-content {
    grid-column: 2;
    grid-row: 2;
    background-color: #d8dde0;
    text-align: center;
    padding: 32px 0;
}

.grey-content .info-item,
.grey-content .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-item:not(:first-of-type) {
    margin-top: 24px;
}

@media screen and (max-width: 1023px) {
    .card-body-pregnancy {
        padding-bottom: 32px !important;
    }

    .medicalConditionlist {
        padding: 0 !important;
        background-color: white;
    }

    .review-white-container {
        align-content: center
    }

    .grey-content {
        grid-column: 1 !important;
        grid-row: 3 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        text-align: start !important;
        padding: 8px 24px 32px 24px !important;
    }

    .grey-content .info-item,
    .grey-content .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: start !important;
    }

    .info-item-label {
        margin-left: 40px;
        padding-left: 0 !important;
    }

    .wrapper {
        grid-template-columns: 1fr !important;
    }
    .card-header-title {
        margin-right: 0 !important;
    }
}
@media (min-width: 680px) and (max-width: 1023px) {

    .info-item {
        flex: 1 1 45% !important; /* allow two per row */
        margin-top: 24px !important;
    }
    .card-header-medCondition {
        min-height: 96px !important;
        height: auto !important;
    }
    .delete-button {
        margin-left:8px !important;
       }
}
@media (min-width: 851px) and (max-width: 1023px) {
    .wrapper-title {
        grid-template-columns: 3fr 1fr !important;
    }
    .medicalConditionItem,
    .pregnancyHistory-item {
        width: calc(100% / 3 - 10.7px) !important;
        margin-right: 16px !important;
        margin-left: 0px !important;
    }
        .medicalConditionItem:nth-child(3n),
        .pregnancyHistory-item:nth-of-type(3),
        .pregnancyHistory-item:nth-of-type(6),
        .pregnancyHistory-item:nth-of-type(9) {
            margin-right: 0 !important;
        }

    .pregnancyHistory-item-Other {
        border-top-right-radius: 4px !important;
    }
    .pregnancyHistory-item-Other {
        border-top-right-radius: 4px !important;
    }
}

@media (min-width: 851px) and (max-width: 920px) {
    li.cardItem {
        width: 49.2% !important;
        margin-right: 12px;
    }

    li.cardItem:nth-of-type(odd) {
        margin-right: 12px;
    }

    li.cardItem:nth-of-type(even) {
        margin-right: 0;
    }
    li.cardItem:nth-of-type(3) {
        margin-right: 12px !important;
    }

}

@media (min-width: 851px) and (max-width: 903px) {
    li.cardItem {
        width: 49.1% !important;
    }
}

@media (min-width: 921px) and (max-width: 1000px) {
    li.cardItem {
        width: 31.7% !important;
    }
}

@media (min-width: 1001px) and (max-width: 1023px) {
    li.cardItem {
        width: 31.9% !important;
    }
}

@media (min-width: 680px) and (max-width: 850px) {
    .wrapper-title {
        grid-template-columns: 2fr 1fr !important;
    }
}

@media screen and (max-width: 679px) {
    .wrapper-title {
        grid-template-columns: 1fr !important;
    }

    .dark-blue-header {
        grid-column: 1 !important;
        grid-row: 2 !important;
        text-align: start !important;
    }

    #displayedNHSNumber {
        text-align: start !important;
    }

    .info-item {
        flex: 1 100% !important; /* allow two per row */
        margin-top: 24px !important;
    }

    .mobile-margin-top {
        margin-top: 24px !important;
    }

    .col-sm-12-custom {
        flex: 0 0 auto;
        width: 100%;
    }

    .mobile-spacer-review {
        margin-top: 24px !important;
    }
    .edit-button {
        height: auto !important;
        width: 59px !important;
    }
    .review-container-title {
        align-items:baseline !important;
    }
    .previousPregnancyRadiobtn .d-flex {
        flex-direction: column !important;
        display: flex !important;
        align-items: flex-start !important;
        width: 100%;
    }

    .pregnancy-radio + label,
    .covid-radio + label {
        margin-left: 0;
        padding-left: 48px;
        margin-bottom: 12px;
    }

    .pregnancy-radio:last-of-type + label,
    .covid-radio:last-of-type + label{
        margin-bottom: 0 !important;
    }
    div.form-control.previousPregnancyRadiobtn {
        padding: 8px 1px !important;
    }
    .medicalConditionItem {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 8px !important;
    }

        .medicalConditionItem:first-of-type {
            margin-top: 4px !important;
        }

    li.cardItem {
        width: 100% !important;
        margin-right: 12px !important;
    }

    li.cardItem:nth-of-type(odd) {
        margin-right: 12px !important;
    }

    li.cardItem:nth-of-type(even) {
        margin-right: 0 !important;
    }
}

@media (min-width: 680px) and (max-width: 850px) {
    li.cardItem {
        margin-right: 12px;
    }

        li.cardItem:nth-of-type(odd) {
            margin-right: 12px;
        }

        li.cardItem:nth-of-type(even) {
            margin-right: 0;
        }
}
@media (min-width: 680px) and (max-width: 715px) {
    li.cardItem {
        width: 48.8% !important;
    }
}
@media (min-width: 716px) and (max-width: 800px) {
    li.cardItem {
        width: 48.9% !important;
    }
}
@media (min-width: 801px) and (max-width: 850px) {
    li.cardItem {
        width: 49% !important;
    }
}

@media (min-width: 1024px) {
    .medicalConditionItem,
    .white-container-selection,
    .babyDeliveryType-item,
    .pregnancyHistory-item,
    .miscarriageType-item,
    .smokers-item,
    .socialConcern-item,
    .covidVaccination-item {
        height: 104px !important;
    }

}

.button-up {
    width: 18px;
    height: 17.5px;
    margin: 0 0 1px;
    padding: 1.8px 5.5px;
    border-radius: 3px;
    background-color: #005eb8;
}
.Caret {
    width: 7px;
    height: 14px;
    transform: rotate(-90deg);
    border-radius: 1px;
    background-color: #ffffff;
}
.Caret-grey {
    width: 7px;
    height: 14px;
    transform: rotate(90deg);
    border-radius: 1px;
    background-color: #aeb7bd;
}

.button-down {
    width: 18px;
    height: 17.5px;
    margin: 1px 0 0;
    padding: 1.8px 5.5px;                                 
    border-radius: 3px;
    background-color: #e8edee;
}

.medicalConditionItem-Other,
.pregnancyHistory-item-Other {
    width: 100%;
    color: #fff;
    padding: 12px;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-top-right-radius: 1px;
}


@media (max-width: 1025px) {
    .medicalConditionItem-Other,
    .pregnancyHistory-item-Other,
    .review-white-container-other {
        margin-right: 0 !important;
    }
}
.other-item,
.other-item-pregnancy,
.other-item-review,
.other-item-pregnancy-review {
    height: 115px !important;
    border-bottom: none;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    position: relative;
    margin-bottom: 0 !important;
}
.other-item:after,
.other-item-pregnancy:after,
.other-item-review:after {
    background-color: #fff;
    bottom: -8px;
    content: "";
    height: 10px;
    left: 0px;
    position: absolute;
    /* right: -20px; */
    width: 100%;
}

.m-greyBox-custom {
    margin-top: 3px;
    margin-bottom: 8px;
}

.medicalConditionItem:nth-of-type(2n) {
    /*    margin-right: 0;*/
}

.medicalConditionItem:nth-of-type(2n+1) {
/*    margin-left: 0;
*/}

.radioBtnItem {
    width: 31%;
    margin: 1%;
    color: #fff;
    padding: 10px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

ul.medicalConditionCardClass,
ul.medicalConditionCardClass-Review {
    width: 100%;
    margin-bottom: 8px !important;
    margin-top: 8px;
}

li.cardItem {
    float: left;
    margin-top: 16px;
    width: 31.9%;
    margin-right: 18px;
    display: flex;
    text-align: start !important;
}
.submission-component {
    margin-top: 64px;
}

.submission-maternity-logo {
    width: 219px;
    height: 44px;
    margin-bottom:4px;
}
.submission-text {
    font-family: FrutigerLTStd;
    font-size: 24px;
    line-height: 1.33;
  /*  font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-top: 5px;
}
.submission-white-banner {
    background-color: #fff;
    border: 1px solid #005EB8;
    border-radius: 4px;
    padding: 24px 48px;
}
.responsive-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
}
.submission-label,
.submission-value {
    font-family: FrutigerLTStd;
    font-size: 24px;
/*    font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}
.submission-label {
 /*   font-weight: bold;*/
    margin-right: 8px;
    color:#231f20; 
}

.submission-value {
    color: #005eb8;
}

.maternity-text-mobile,
.submission-info-mobile {
    display: none;
}

.submission-content {
    display: flex;
    align-items: flex-start;
}

.maternity-text {
    font-family: FrutigerLTStd-Roman;
    margin-bottom: 0;
}


@media screen and (max-width: 1119px) {
    /* li.cardItem {
        width: 100%;
    }*/
}

li.cardItem:nth-of-type(3) {
    margin-right: 0;
}
@media (min-width: 680px) and (max-width: 850px) {
    li.cardItem:nth-of-type(3) {
        margin-right: 12px;
    }
}

@media screen and (min-width: 768px) {
}

.checkbox-custom,
.checkbox-custom-review,
.modal-checkbox-custom,
.radio-custom,
.radio-custom-YesNo {
    opacity: 0;
    position: absolute;
}


.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    max-height: 70px;
}

.checkbox-custom-label,
.checkbox-custom-label-review,
.checkbox-custom-label-disabled,
.modal-checkbox-custom-label,
.multiselect-checkbox-custom-label,
.radio-custom-label,
.radio-custom-label-YesNo {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before,
.multiselect-checkbox-custom + .multiselect-checkbox-custom-label:before {
    content: url('img/CheckboxUnchecked-Blue (1).svg');
}

.checkbox-custom:checked + .checkbox-custom-label:before,
.multiselect-checkbox-custom:checked + .multiselect-checkbox-custom-label:before {
    content: url('img/CheckboxChecked-Blue (1).svg');
}

.checkbox-custom-label,
.checkbox-custom-label-disabled,
.multiselect-checkbox-custom-label {
    display: flex;
    vertical-align: middle;
}

.checkbox-custom-label-disabled:before {
    content: url('img/icons-24-checkbox-checkbox-unchecked-inactive.svg');
}
.checkbox-custom-label-review::before {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px; /* space between checkbox and text */
}
.checkbox-custom-review + .checkbox-custom-label-review:before {
    content: url('img/icons-32-checkbox-checkbox-unchecked-white.svg');
}

.checkbox-custom-review:checked + .checkbox-custom-label-review:before {
    content: url('img/icon-32-CheckboxChecked-White (1).svg');
}

.medicalCondition-span {
    font-family: FrutigerLTStd-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    padding-left: 8px;
    vertical-align: bottom;
    text-align: start;
    margin-top: -3px;
}

.checkbox-custom-label-review {
    display: flex;
    vertical-align: middle;
}
.modal-checkbox-custom + .modal-checkbox-custom-label:before {
    content: url('img/CheckboxUnchecked-Blue (1).svg');
    top: 3px;
    position: relative;
}

.modal-checkbox-custom:checked + .modal-checkbox-custom-label:before {
    content: url('img/CheckboxChecked-Blue (1).svg');
    position: relative;
}


.radio-custom-YesNo + .radio-custom-label-YesNo:before {
    content: url(img/icons-32-radio-radio-unselected-blue.svg);
}

.radio-custom-label:before {
    content: url(img/RadioUnselected-Blue.svg);
}

div.form-control.radio-custom-div {
    padding:6px 12px;
}

.radio-custom + .radio-custom-label:before {
}

.radio-custom:checked + .radio-custom-label:before {
    content: url(img/RadioSelected-White.svg);
}

.radio-custom-YesNo:checked + .radio-custom-label-YesNo:before {
    content: url(img/icons-32-radio-radio-selected-blue.svg);
}

.radio-custom:focus + .radio-custom-label {
    background-color: #005EB8;
    color: #fff;
    border-color: #426663;
}

.radio-custom:checked + .radio-custom-label {
    background-color: #005EB8;
    color: #fff;
    border-color: #426663;
}

.radio-custom:hover + .radio-custom-label {
    background-color: #95BBDF;
}

.radio-custom:checked + .radio-custom-label:hover {
    background-color: #005EB8;
    color: #fff;
    border-color: #426663;
}

.radio-custom-YesNo + .radio-custom-label-YesNo {
    align-items: center;
}
.radio-custom-YesNo-span {
    line-height: 34px;
    padding-left: 6px
}
.myinput[type="checkbox"] {
    opacity: 0.5;
    position: absolute;
}
.mylabel {
    position: relative;
    display: flex;
    vertical-align: middle;
}

.myinput[type="checkbox"] + .mylabel:before {
    content: url('img/CheckboxUnchecked-Blue (1).svg') !important;
}
.myinput[type="checkbox"] + .mylabel:after {
    content: url('img/CheckboxUnchecked-Blue (1).svg') !important;
}

.myinput[type="checkbox"]:checked + .mylabel:before {
    content: url('img/CheckboxChecked-Blue (1).svg') !important;
}
.my-checkbox:before {
    content: '';
    height: 20px;
    display: inline-block;
    border: 1px solid black;
    border-radius: 3px;
    vertical-align: middle;
    width: 20px;
    text-align: center;
}

.my-checkbox.checked {
    font-weight: bold;
}

    .my-checkbox.checked:before {
        content: '✓';
    }

.my-checkbox [type=checkbox] {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}

.radio-button-spacing {
    padding-right:32px;
}


.checkbox.style-c {
    display: flex;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-c input:checked ~ .checkbox__checkmark {
    content: url('img/CheckboxChecked-Blue (1).svg');
}

.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
    content: url('img/CheckboxChecked-Blue (1).svg');
}

.checkbox.style-c .checkbox__checkmark {
    position: absolute;
    left: 0;
    transition: background-color 0.25s ease;
    content: url('img/CheckboxUnchecked-Blue (1).svg');
}
.other-checkmark {
    margin-top:8px;
}

.checkbox.style-c .checkbox__checkmark:after {
    content: url('img/CheckboxChecked-Blue (1).svg');
    position: absolute;
    opacity: 0;
}

.checkbox.style-c.checkbox-disabled .checkbox__checkmark {
    content: url('img/icons-24-checkbox-checkbox-unchecked-inactive.svg'); /* Your disabled checkbox image */
    opacity: 0.6;
    pointer-events: none;
}

.checkbox.style-c .checkbox__body {
    text-align: left;
    margin-top: 2px;
    font-family: FrutigerLTStd-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231F20;
}

.miscarriageType-span {
    font-family: FrutigerLTStd-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231F20;
    margin-top: -3px;
}

.siteItem {
    border-bottom: 1px solid #425563;
    border-top: 1px solid #425563;
}

    .siteItem:first-of-type {
        border-left: 1px solid #425563;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-left-color: #425563;
    }

    .siteItem:last-of-type {
        border-right: 1px solid #425563;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right-color: #425563;
    }
#metricBtn {
    color: #231F20;
    font-size: 19px;
    background-color: #e9ecef;
    border-top-right-radius: 4px;
}
#metricBtn:before {
    text-decoration: underline;
}

#metricBtn:after {
    text-decoration: none;
}

.heigh-weight-label {
    font-family: FrutigerLTStd;
    font-size: 24px;
  /*  font-weight: bold;*/
    line-height: 1.33;
    color: #231f20;
}
#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}


.divider {
    border-left: 1px solid #95BBDF;
}

.has-search-right {
    position: relative;
}

    .has-search-right .form-control {
        padding-right: 2.375rem;
    }

    .has-search-right .form-control-feedback {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        color: #aaa;
        margin-right:8px;
        margin-left:20px;
    }

.oval-confirmation {
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 0 0 #00401e;
    background-color: #007f3b;
}
#input-genderIdentity button,
#input-sexualOrientation button{
    overflow: visible;
    position: relative;
    float: right;
    height: 32px;
    width: 32px;
    color: #fff;
    text-transform: uppercase;
    background-color: #007f3b;
    border-radius: 50%;
    box-shadow: 0 2px 0 0 #00401e;
    margin-top: -36px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 6px;
}

.inputGroup {
    background-color: #fff;
    display: block;
    position: relative;
}

.inputGroup label {
padding: 8px 15px 8px 60px;
width: 100%;
display: block;
text-align: left;
color: #3c454c;
cursor: pointer;
position: relative;
z-index: 2;
overflow: hidden;
word-wrap: break-word;
}

.inputGroup label:before {
    width: 100%;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: #005EB8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 20px;
    height: 20px;
    content: "";
    border: 2px solid #005EB8;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;            
}

.inputGroup input:checked ~ label {
color: #fff;
}

.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    background-color: #FFF;
    border-color: #FFF;
    background-image: url(img/RadioSelected-White.svg);

}

.inputGroup input:checked ~ label {
border-bottom: 3px solid #003087;
}

.inputGroup-label,
.site-span-text {
    font-family: FrutigerLTStd-Roman;
    font-size: 14px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
.inputGroup input:hover + .inputGroup-label {
    background-color: #95BBDF;
}

.inputGroup input:hover + .inputGroup-label:after {
    background-color: #95BBDF;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
}
.grid-item {
    text-align: center;
}

.label-header,
.label-header-review {
    margin-bottom: 4px;
    font-family: FrutigerLTStd;
 /*   font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}


.label-header {
    display: block;
/*    font-weight: bold;*/
    margin-bottom: 4px;
}

.label-header-review {
    line-height: 1.25 !important;
}
.infoRound-blue-text {
    font-family: FrutigerLTStd;
    font-size: 14px;
/*    font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #231f20;
}

.label-header-blue {
    color: #005EB8 !important;
}

.white-content-labels {
    padding-left: 40px;
}
.review-white-banner {
    background-color: #fff;
    border: 1px solid #005EB8;
    border-radius: 4px;
    padding: 24px;
}
    .review-white-banner h1, h3 {
        margin-bottom: 0 !important;
        color: #231f20;
    }

    .review-container {
        padding: 0 24px;
    }

.review-card-body {
    flex: 0 0 100%;
    padding: 24px 16px 32px 16px !important;
}

.divider {
    border-top: 1px solid #005EB8;
    padding: 0;
    margin: 0;
}
.support-require-wrapper {
    border: 1px solid #dddddd;
    padding: 24px;
    border-radius: 4px;
    margin:24px 0;
}

.support-require {
    border: solid 1px #768692;
    background-color: #e8edee;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    position:relative;
    width: 100%;
}
.support-require-other {
    border: solid 1px #768692;
    background-color: #e8edee;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    position: relative;
    width: 100%;
}
.review-wrapper {
    border-radius: 4px;
    background-color: #f0f4f5;
    padding:24px;
}

.review-white-container,
.review-white-container-previousPregnancy {
    padding: 16px 16px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    width: 32%;
    margin: 6px;
    vertical-align: middle !important;
    align-content: center !important;
    font-family: FrutigerLTStd-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231f20;
}
.review-white-container-previousPregnancy {
    height: 80px;
    margin-bottom: 8px !important;
}
.review-white-container-previousPregnancy:last-child {
    margin-bottom: 0 !important;
}
.other-item-review,
.other-item-pregnancy-review {
    margin-bottom: 0 !important;
}
.review-white-container {
    height: 104px;
}
.review-white-container-other {
    width: 100%;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 0;
    height: 64px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-top-right-radius: 1px !important;
}
.review-container-title {
    font-family: FrutigerLTStd;
    font-size: 24px;
/*    font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.grey-textbox, .grey-textbox-large {    
    border: solid 1px #768692;
    background-color: #e8edee;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    position: relative;
    width: 100%;
}
.circle {
    width: 24px;
    height: 24px;
    background-color: #005eb8;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: FrutigerLTStd-Roman;
    margin-right: 4px;
    flex-shrink: 0;
    padding-top: 2px;
    font-weight: lighter !important;
}
.grey-textbox-large {
    height:72px;
}
.margin-left-36{
    margin-left:36px;
}

.margin-left-24 {
    margin-left: 24px;
}
.margin-bt-64 {
    margin-bottom: 64px;
}
.margin-bt-4 {
    margin-bottom: 4px;
}

.margin-bt-6 {
    margin-bottom: 6px;
}
.blue-wraper {
    background-color: #005EB8;
    color: #fff;
    padding: 32px 24px;
    border-radius:4px;
}
.btn-multiselect {
    display: block;
    width: 300px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*gp lookup*/
.gpSearchResultName {
    font-weight: bold;
    font-size: 20px;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
}
.gpSearchResultSurgeryName {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #003087;
}
.gpSearchResultAddress {
    font-size: 16px;
    line-height: 1.5;
    color: #231f20;
}
.gpSearchLbl {
    vertical-align: bottom;
}
#searchinggpresulttext {
    float: right;
    font-size: 0.6em;
    vertical-align: bottom;
    bottom: 0px;
    margin-top: 5px;
}

#gpNoResults-Div {
    display: none;
    width: auto;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

#gpNoResults {
    margin:24px;
    padding:16px;
    border-radius: 4px;
    background-color: #f0f4f5;
}
#manualGPDetails {
    margin: 24px;
    padding: 16px;
}
#gpNoResults-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #231f20;
}

#gpSearch-div {
/*    padding-top: 4px;
*/}
    #gpSearch-div ul {
        overflow-y: scroll;
        width: auto;
        height: 300px;
        border-top: 1px solid white;
        border-right: 10px solid white;
        border-radius: 4px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        margin-top: 20px;
    }

#gpSearch-div ul::-webkit-scrollbar {
    width: 4px;
}

    #gpSearch-div ul::-webkit-scrollbar-track {
        background: white;
    }
    #gpSearch-div ul::-webkit-scrollbar-thumb {
        background: #768692;
        border-radius: 2px;
    }

.list-results {
    margin-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

ul.ui-autocomplete {
    z-index: 1;
    width: 90%;
    left: -100px;
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
    padding-right: 10px;
}

ul.ui-autocomplete li {
    line-height: 1;
}
    ul.ui-autocomplete li:nth-child(even) {
        background: #f0f4f5;
    }
ul.ui-autocomplete li:hover {
    background-color: #f2f7fb;
    }
    ul.ui-autocomplete li:hover .dropdown-blue-border {
        border-left: 4px solid #005eb8;
    }
    ul.ui-autocomplete li:hover .list-results {
        margin-left: 8px;
    }
    .keywordSearch {
        color: #005eb8;
        text-decoration-line: underline;
        font-weight: bold;
    }

.text-b {
 /*   font-weight: bold;*/
    font-size: 14px;
}
.modalTitle {
    font-size: 32px;
/*    font-weight: bold;
*/    line-height: 1.25;
    text-align: center;
    color: #231f20;
}
.modal-text {
    line-height:normal;
}
#gp-Icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.input-label-font {
/*    font-weight: bold;*/
    font-size: 16px;
}
.input-group-append {
    cursor: pointer;
}
.cancel-button {
    font-size: 19px;
    line-height: 0.8;
    color: #005eb8;
    border-bottom: 1px solid #005eb8;
    font-family: FrutigerLTStd;
}
button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.alert-message-text {
    height: 24px;
    font-family: FrutigerLTStd-Roman;
    font-size: 14px;
    line-height: 1.71;
    color: #231f20;
    margin-right:12px;
}
.search-component {
    position:relative;
}

.search__dropdown,
.dropdown-generic {
    display: none;
}

    .search__dropdown.active,
    .dropdown-generic.active {
        background-color: #ffffff;
        width: 100%;
        position: absolute;
        display: block;
        list-style: none;
        padding-left: 0;
        border: 1px solid #f0f4f5;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        overflow-y: scroll;
        height: 350px;
        border-top: 10px solid white;
        border-right: 10px solid white;
        z-index:99;
    }

.input-wrapper {
    position: relative;
}

    .input-wrapper .input-nationality {
        padding-right: 40px; /* give space for icon */
    }

.dropdown-toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url('../../Content/img/icons-32-chevron-chevron-down-chevron-down-black.svg');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .dropdown-toggle-icon.active {
        background-image: url('../../Content/img/icons-32-chevron-chevron-up-chevron-up-black.svg');
    }

    .search__dropdown.active::-webkit-scrollbar,
    .dropdown-generic::-webkit-scrollbar {
        width: 4px;
    }

    .search__dropdown.active::-webkit-scrollbar-track,
    .dropdown-generic.active::-webkit-scrollbar-track {
        background: white;
    }
    .search__dropdown.active::-webkit-scrollbar-thumb,
    .dropdown-generic.active::-webkit-scrollbar-thumb {
        background: #768692;
        border-radius: 2px;
    }

.search__item {
    display: block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
}

.search__item:hover {
    background-color: #ebf3f9;
    border-left: 4px solid #005eb8;
    font-weight: bold;
    cursor: pointer;
}

.nationality-searchLbl {
    vertical-align: bottom;
}
#nationality-search-div {
}

#nationality-search-div ul {
overflow-y: scroll;
width: auto;
height: 300px;
border-top: 10px solid white;
border-right: 10px solid white;
border-radius: 4px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

#nationality-search-div ul::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
    width: 4px;
}

#nationality-search-div ul::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track {
    background: white;
}

#nationality-search-div ul::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
    background: #768692;

    border-radius: 2px;
}
#searchingresulttext {
    float: right;
    font-size: 0.6em;
    vertical-align: bottom;
    bottom: 0px;
    margin-top: 5px;
}
.nationalitySearchResult {
    font-weight: bold;
    font-size: 20px;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
}
.collapseAll-btn {
    font-family: FrutigerLTStd;
    font-size: 14px;
/*    font-weight: bold;*/
    color: #005eb8;
}
.collapse-anchor-tag a {
    text-decoration: none !important;
}
.returnToHome,
.prev-step-span {
    font-family: FrutigerLTStd;
    font-size: 14px;
/*    font-weight: bold;*/
    padding-left: 4px;
}
.step-progressbar {
    padding-left: 12px;
    padding-right: 12px;
    font-family: FrutigerLTStd-Roman;
    font-size: 18px;
    color: #231f20;
}
.step-progressbar-bold {
    font-family: FrutigerLTStd;
}

.step-icon img {
    padding-right:4px;
}
#manualGPLabelContainer {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #425563;
    background-color: #f0f4f5;
    border-left: 8px solid #425563;
    font-family: FrutigerLTStd;
}
.margin-4-0 {
    margin: 4px 0;
}
.m-bg {
    display:none;
}
.covid-container {
    justify-content: center;
}
.edit-button,
.edit-button-review {
    width: 82px;
    height: 32px;
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    border: solid 1px #005eb8;
    background-color: #95bbdf;
    text-align: center;
    font-size: 14px;
    cursor:pointer;
}
.review-medicalConditions {
    display: flex;
    flex-flow: row wrap;
}
.review-cardItem {
    display: flex;
}

/*Custom Dropdown*/
.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
 /*   display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #394a6d;*/
}

.custom-select__trigger {
    /*    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    cursor: pointer;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #394a6d;*/
}
.custom-select__trigger {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}
#EthnicOriginSpan {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
    display: inline-block;
}

.custom-select__trigger .arrow {
    flex-shrink: 0;
    margin-left: 20px;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #f0f4f5;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
    margin-top: 2px;
}
.scrollable {
    overflow-y: scroll;
    max-height: 468px;
    border-top: 10px solid white;
    border-right: 10px solid white;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    background-color: #ffffff;
    font-family: FrutigerLTStd-Roman;
    font-size: 20px;
    padding-left: 12px;
    top: 50%;
    height: 56px;
    line-height: 56px;
}

.custom-option.ethnicity {
    position: relative;
    display: block;
    background-color: #ffffff;
    font-family: FrutigerLTStd-Roman;
    font-size: 20px;
    padding-left: 12px;
    top: 50%;
    height: 56px;
    word-wrap: break-word;
    line-height: 56px;
    white-space: normal;
    line-height: 1.3;
    align-content: center;
}

.custom-option:hover {
    border-left: 4px solid #005eb8;
    background-color: #f2f7fb;
    font-family: FrutigerLTStd;
    padding-left: 8px !important;

}

.custom-option.selected {
    background-color: #ebf3f9;
    border-left: 4px solid #005eb8;
    font-family: FrutigerLTStd;
    padding-left: 8px !important;
}
.custom-option.selected:first-child {
    background-color: white;
    border-left: none;
    height: 8px;
}

.custom-option.ethnicity:hover,
.custom-option.ethnicity.selected,
.custom-option.ethnicity.selected:first-child {
    border-right: 10px solid white;
}
.custom-option.ethnicity.custom-option-empty,
.custom-option-empty{
    padding: 0 !important;
    height: 0 !important;
}
.dropdown-top-padding {
    padding-top: 10px;
}
.arrow {
    float: right;
    height: 32px;
}
.arrow::before {
    content: url(img/icons-32-chevron-chevron-down-chevron-down-black.svg);
    position: relative;
    top: -3px;
}

.open .arrow::before {
    content: url(img/icons-32-chevron-chevron-up-chevron-up-black.svg);
    position: relative;
    top: -3px;
}

.pregnancy-types {
    justify-content:center;
}

.form-control-previouspregnancies {
    padding: 24px 12px !important;
}

.icon-text-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
    .text {
        white-space: nowrap;
    }
}
@media (min-width: 1233px) {
    .review-white-container{
        width: calc(100% / 3 - 10.7px) !important;
        margin-right: 16px !important;
        margin-left: 0px !important;
    }

        .review-white-container:nth-of-type(3),
        .review-white-container-other {
            margin-right: 0 !important;
        }

}

@media (min-width: 1440px) {
    .inputGroup label:before {
        left: 10%;
    }

    .inputGroup label:after {
        left: 10px;
    }

    .inputGroup label {
        padding: 12px 1px 12px 40px;
        word-wrap: normal;
    }

    .label-padding-20-desktop-large,
    .label-padding-20-Nationality,
    .label-padding-20-UkEntryDate {
        padding-top: 20px;
    }

    div.col-xl-6.col-md-12.col-sm-12.mobile-spacer.adress-field {
        width: 50% !important;
    }

    label.label-padding.label-padding-20,
    label.label-genderIdentity.label-padding-20 {
        padding-top: 20px !important;
    }

    .white-container-selection,
    .review-white-container-previousPregnancy
    .babyDeliveryType-item,
    .miscarriageType-item,
    .smokers-item,
    .socialConcern-item,
    .covidVaccination-item {
        width: calc(100% / 3 - 10.7px) !important;
        margin-right: 16px !important;
        margin-left: 0px !important;
    }

        .other-item,
        .other-item-pregnancy,
        .other-item-review,
        .other-item-pregnancy-review,
        .socialConcern-item:nth-of-type(3),
        .covidVaccination-item:nth-of-type(3) {
            margin-right: 0 !important;
        }

    .covidVaccination-item {
        margin-bottom: 0 !important;
    }

    div.checkbox__body.checkbox__body-other {
        margin-top: 10px !important;
    }

    .spacer {
        margin-left: 174px;
        margin-right: 174px;
    }
}

@media(min-width: 1763px) {
    label.label-padding.label-padding-20,
    label.label-genderIdentity.label-padding-20,
    .label-padding-20-Nationality,
    .label-padding-20-UkEntryDate {
        padding-top: 0 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1232px) {
    .inputGroup label:before {
        left: 10%;
    }

    .inputGroup label:after {
        left: 10px;
    }

    .inputGroup label {
        padding: 12px 0.3px 12px 36px;
        word-wrap: normal;
    }
    .label-genderIdentity {
        padding-top: 20px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1055px) {
    .delete-button {
        margin-left: 8px;
    }
}


@media (min-width: 1024px) and (max-width: 1089px) {
    .label-genderIdentity {
        padding-top: 20px !important;
    }
}

@media (min-width: 1090px) {
    .label-genderIdentity {
        padding-top: 0 !important;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    div.col-xl-6.col-md-12.col-sm-12.mobile-spacer.adress-field {
        width: 100% !important;
    }
}

@media (max-width: 1023px) {
    .grid-container {
        grid-template-columns: auto;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }
    .grid-item {
        border-bottom: 1px solid #e8edee;      
    }
      
    .grid-item:last-of-type {
        border-bottom:none;
    }

    .inputGroup label:before {
        width: 100px;
        height: 10px;
        border-radius: 50%;
        left: 10%;
        top: 50%;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
    }
    .inputGroup label:after {
        left: 15px;
    }
    .inputGroup label {
        padding: 12px 1px 12px 50px;
        word-wrap: normal;
    }
    .medicalConditionItem,
    .white-container-selection,
    .review-white-container,
    .babyDeliveryType-item,
    .pregnancyHistory-item,
    .miscarriageType-item,
    .smokers-item,
    .socialConcern-item,
    .covidVaccination-item {
        width: 49%;
        margin: 1%;
    }

        .medicalConditionItem:nth-of-type(2n),
        .white-container-selection:nth-of-type(2n),
        .review-white-container:nth-of-type(2n),
        .babyDeliveryType-item:nth-of-type(2n),
        .pregnancyHistory-item:nth-of-type(2n),
        .miscarriageType-item:nth-of-type(2n),
        .smokers-item:nth-of-type(2n),
        .socialConcern-item:nth-of-type(2n),
        .covidVaccination-item:nth-of-type(2n) {
            margin-right: 0;
        }

        .medicalConditionItem:nth-of-type(2n+1),
        .medicalConditionItem-Other,
        .pregnancyHistory-item-Other,
        .white-container-selection:nth-of-type(2n+1),
        .review-white-container:nth-of-type(2n+1),
        .review-white-container-other,
        .babyDeliveryType-item:nth-of-type(2n+1),
        .pregnancyHistory-item:nth-of-type(2n+1),
        .miscarriageType-item:nth-of-type(2n+1),
        .smokers-item:nth-of-type(2n+1),
        .socialConcern-item:nth-of-type(2n+1),
        .covidVaccination-item:nth-of-type(2n+1) {
            margin-left: 0 !important;
        }


    .other-item{
        height: 90px !important;
    }
    .other-item-review,
    .other-item-pregnancy-review {
        height: 112px !important;
    }
    .site-m-margin {
        margin-top: 4px;
    }
    .covidVaccination-item {
        margin-bottom: 12px !important;
    }
}


@media (min-width: 1024px) {
    .card-body-medCondition {
        padding: 24px 16px 32px 16px !important;
    }

}
@media (min-width: 1024px) and (max-width: 1232px) 
{
    .review-white-container,
    .medicalConditionItem,
    .pregnancyHistory-item{
        width: calc(100% / 2 - 8px);
        margin-right: 16px !important;
        margin-left: 0px !important;
    }

        .review-white-container:nth-of-type(2n),
        .review-white-container-other,
        .medicalConditionItem:nth-of-type(2n),
        .pregnancyHistory-item:nth-of-type(2n) {
            margin-right: 0 !important;
        }

    li.cardItem {
        width: 49%;
        margin-right: 12px;
    }

    li.cardItem:nth-of-type(odd) {
        margin-right: 12px;
    }

    li.cardItem:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .white-container-selection,
    .review-white-container-previousPregnancy,
    .babyDeliveryType-item,
    .miscarriageType-item,
    .smokers-item,
    .socialConcern-item,
    .covidVaccination-item {
        width: calc(100% / 2 - 8px);
        margin-right: 16px !important;
        margin-left: 0px !important;
    }

    .white-container-selection:nth-of-type(2n),
    .review-white-container-previousPregnancy:nth-of-type(2n),
    .babyDeliveryType-item:nth-of-type(2n),
    .miscarriageType-item:nth-of-type(2n),
    .smokers-item:nth-of-type(2n),
    .socialConcern-item:nth-of-type(2n),
    .covidVaccination-item:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .medicalConditionlist {
        min-width: 600px;
    }
}

@media (min-width: 1233px) {
    .medicalConditionItem,
    .pregnancyHistory-item {
        width: calc(100% / 3 - 10.7px) !important;
        margin-right: 16px !important;
        margin-left: 0px !important;
    }

        .medicalConditionItem:nth-child(3n),
        .pregnancyHistory-item:nth-of-type(3),
        .pregnancyHistory-item:nth-of-type(6),
        .pregnancyHistory-item:nth-of-type(9) {
            margin-right: 0 !important;
        }

    li.cardItem {
        width: 31.7%;
    }

    .previousPregnancyHistory-checkbox {
        align-content:center;
    }
    .pregnancyHistory-item-Other {
        border-top-right-radius: 4px !important;
    }
}
@media (min-width: 1233px) and (max-width: 1439px) {
    .card-header-medCondition {
        min-height: 96px !important;
        height: auto !important; /* allows to grow */
    }
    .delete-button {
        margin-left: 8px !important;
    }
    .medicalConditionItem {
        height: 140px !important;
    }
}
@media (min-width: 851px) and (max-width: 894px) {
    .medicalConditionItem {
        height: 140px !important;
    }
}


@media (min-width: 1338px) and (min-width: 1379px) {
    li.cardItem {
        width: 31.85%;
    }
}

@media (min-width: 1379px) {
    li.cardItem {
        width: calc(100% / 3 - 12px);
    }
}

@media (max-width: 991px) {
    .wrapper {
        grid-template-columns: auto auto;
    }
    .m-emalAddress {
        margin-top:24px;
    }
}

@media (min-width: 579px) and (max-width: 598px) {
    .bg {
        margin: 0 !important;
    }
}
@media (min-width: 579px) {
    .m-bg {
        display:none !important;
    }
}

@media (max-width: 578px) {
    .m-bg {
        display: block;
        padding-right: 12px !important;
    }

    .bg {
        margin: 0 !important;
    }

    .desktop-bg {
        display: none;
    }

    .m-BMI-heigh-content input {
        width: 96px;
    }

    .m-BMI-weight input {
        width: 96px;
    }

    .medicalCondition-textField,
    .pregnancyHistory-textField {
        height: 90px !important;
    }
    .medicalConditionlist {
        padding: 20px 12px;
    }
} 
@media (max-width: 575px) {
    .m-BMI-information {
        padding:24px !important;
    }
    .m-BMI-heigh-content input{
        width:96px;
    }
    .m-BMI-weight input {
        width: 96px;
    }
    .label-padding-20 {
        padding: 0 !important;
        margin-bottom: 1px !important;
    }
    .m-spacer-24 {
        margin-top: 24px !important;
    }
}

@media (max-width: 679px) {
    .babyDeliveryType-item,
    .miscarriageType-item {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 8px !important;
        height: auto !important;
        padding: 32px 24px !important;
    }
    .pregnancyHistory-item
    {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 8px !important;
        min-height: 74px !important;
        padding: 32px 24px !important;
    }
    .pregnancyHistory-item-Other {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: -8px;
    }
    .yellowContainer-Submitted {
        padding-left: 0 !important;
    }

    .submission-gutter {
        margin: 0 12px;
    }
    .submission-component {
        margin-top: 24px;
    }
    .responsive-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .submission-label {
        margin-bottom: 4px;
        margin-right: 0;
    }
    .submission-icon-mobile {
        width: 64px;
        height: 64px;
        margin-right: 12px !important;
    }
    .submission-maternity-logo {
        width: 159.3px;
        height: 32px;
    }
    .maternity-text-mobile {
        display: block;
        padding:0;
        margin-top:8px;
    }
    .submission-info-mobile {
        display: block;
        padding: 0;
    }
    .maternity-text-desktop,
    .submission-info-desktop {
        display: none;
    }
    a {
        word-break: break-word;
        overflow-wrap: anywhere;
    }
    .submission-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .submission-icon {
        margin-right: 0 !important;
        margin-bottom: 16px;
        display: block;
        margin-left: auto;
        margin-right: auto !important;
    }
}
@media (max-width: 345px) {
    .babyDeliveryType-item,
    .pregnancyHistory-item,
    .miscarriageType-item {
        padding: 16px !important;
    }
}

@media (max-width: 540px) {
    .white-container-selection .review-white-container,
    .smokers-item, .socialConcern-item, .covidVaccination-item {
        width: 100%;
        margin: 1%;
        margin-bottom: 8px;
    }

    .medicalConditionItem-Other,
    .white-container-selection:nth-of-type(2n),
    .smokers-item:nth-of-type(2n),
    .socialConcern-item:nth-of-type(2n),
    .covidVaccination-item:nth-of-type(2n) {
        margin-right: 1% !important;
    }

    .medicalConditionItem-Other,
    .white-container-selection:nth-of-type(2n+1),
    .smokers-item:nth-of-type(2n+1),
    .socialConcern-item:nth-of-type(2n+1),
    .covidVaccination-item:nth-of-type(2n+1) {
        margin-left: 1% !important;
    }
}
@media (max-width: 470px) {
    .m-float-left {
        float: left !important;
        padding-left: 0 !important;
        margin-bottom: 28px;
    }
}
@media (max-width: 362px) {
    .nav-tabs .nav-link {
        width: 124px;
        padding: 20px 8px !important;
    }
    div#nav-tab.nav.nav-tabs {
        border-right: none !important;
        padding-right: 0;
        margin-right: 0;
    }
    .metricUnit {
        border-right: none !important;
    }
    .metricUnit.active {
        border-right: 1px solid #dee2e6 !important;
        margin-right: -1px;
    }
}
@media (max-width: 543px) {
    .m-radioBtnItem {
        width: 100%;
    }
    .m-radio-custom-label-YesNo {
        margin-right: 12px;
    }
    .covid-container {
        justify-content: flex-start !important;
    }
}
@media (min-width:680px) and (max-width: 706px) {
    .label-padding-20-review {
        padding-top: 20px;
    }
}
@media (min-width:680px) and (max-width: 681px) {
    .button-medicalCondition-mobile {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

@media (min-width: 813px) {
    .pregnancy-info {
        margin-top: 6px;
    }
}
@media (min-width: 851px) {
    .prevpregnancy-info {
        margin-top: 6px;
    }
}
@media (max-width: 416px) {
    .pregnancyHistory-textField {
        height: 162px !important;
    }
}

@media (max-width: 367px) {
    .miscarriageType-item {
        height: 105px !important;
        padding:24px !important;
    }
}
@media (min-width: 1567px) {
    .label-padding-20-UkEntryDate {
       padding-top: 20px;
    }
}
@media (max-width: 454px) {
    .submission-maternity-flex {
        flex-wrap: wrap;
    }
    .submission-maternity-component {
        width: 100%;
        position: relative;
    }
    .submission-maternity-logo {
        float: right;
        top: -30px;
        position: relative;
    }
    .maternity-text-padding {
        padding-right:0 !important;
    }
    .maternity-text-mobile {
        margin-top: -30px;
    }
}
@media (min-width:343px) and (max-width: 368px) {
    .custom-MedicalCondition-modal-content {
        margin: 0 !important;
        margin-top: 30px !important;
        width: 100%;
    }

}
@media (max-width: 342px) {
    .button-medicalCondition-mobile {
        padding: 0 !important;
        font-size: 14px !important;
        height: 32.45px !important;
    }
    .medicalConditionItem {
        min-height:104px !important;
        height: auto !important;
    }
}
