body {
    width: 100%;
    top: 0;
    left: 0;
    background-color: #dff3f1;
}

h3 {
    color: #3b9389;
}

.flex {
    display: flex;
}

.mb-3 {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.mb-3.tnc {
    margin-top: -10px;
}

.form-control {
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    border: 0 solid #fff;
}

.form-select {
    border: 0 solid #fff;
}


.titleWrapper {
    background-image: url("../assets/images/banner-bg-2.jpg");
}

.formWrapper {
    background-color: #dff3f1;
}

.formName {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 10px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainLogo {
    width: 230px;
    /* padding: 30px 30px 30px 0; */
    padding: 0 30px 0 0;
}

/* @media only screen and (max-width: 600px) {
    .mainLogo {
        width: 240px;
        max-width: 70%;
    }
} */


.gpLogo img {
    height: 60px;
    padding: 0 20px 20px;
}

@media only screen and (max-width: 600px) {
    .gpLogo img {
        height: 50px;
        padding: 0 10px 20px;
    }
}

.formName h1 {
    color: #3b9389;
    font-size: 2.8rem;
}

.formWrapper .formDescription {
    width: 100%;
    max-width: 1210px;
    padding-bottom: 30px;
}

.formWrapper .formDescription p {
    font-size: 23px;
    line-height: 1.8em;
    letter-spacing: 1.1px;
    text-align: center;
}

.formWrapper #submitForm {
    width: 100%;
    max-width: 950px;
}

.formWrapper #submitForm .form-label {
    line-height: 38px;
    margin-bottom: 0;
    font-weight: 600;
}

.formWrapper #submitForm .formTitle {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 20px !important;
    border-top: 3px solid #cbeee7;
}

.caution {
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.caution p {
    font-size: 14px;
}

.formWrapper #submitForm .babyForm .rowHead {
    background-color: #ddf6f2;
    background: url("../assets/images/babyForm-bg.jpg") top center;
    background-size: cover;
    border-radius: 15px;
    /* margin: 0 12px; */
    margin: 10px 12px 0 12px;
}

.formWrapper #submitForm .babyForm .rowHead p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 700;
    font-size: 20px;
    padding: 15px;
    text-shadow:
        1px 1px 0 #3c9289,
        1px 2px 0 #3c9289,
        1px 3px 0 #3c9289,
        1px -1px 0 #3c9289,
        1px -2px 0 #3c9289,
        1px -3px 0 #3c9289,

        2px 1px 0 #3c9289,
        2px 2px 0 #3c9289,
        2px 3px 0 #3c9289,
        2px -1px 0 #3c9289,
        2px -2px 0 #3c9289,
        2px -3px 0 #3c9289,

        3px 1px 0 #3c9289,
        3px 2px 0 #3c9289,
        3px 3px 0 #3c9289,
        3px -1px 0 #3c9289,
        3px -2px 0 #3c9289,
        3px -3px 0 #3c9289,

        -1px 1px 0 #3c9289,
        -1px 2px 0 #3c9289,
        -1px 3px 0 #3c9289,
        -1px -1px 0 #3c9289,
        -1px -2px 0 #3c9289,
        -1px -3px 0 #3c9289,

        -2px 1px 0 #3c9289,
        -2px 2px 0 #3c9289,
        -2px 3px 0 #3c9289,
        -2px -1px 0 #3c9289,
        -2px -2px 0 #3c9289,
        -2px -3px 0 #3c9289,

        -3px 1px 0 #3c9289,
        -3px 2px 0 #3c9289,
        -3px 3px 0 #3c9289,
        -3px -1px 0 #3c9289,
        -3px -2px 0 #3c9289,
        -3px -3px 0 #3c9289;
}

.formWrapper #submitForm .babyForm .rowHead p span {
    font-size: 22px;
}

.formWrapper #submitForm .babyForm .rowHead p,
.formWrapper #submitForm .babyForm .rowHead span {
    color: #fff;
}

.formWrapper #submitForm .babyForm .row:not(.addChild) {
    margin-right: 0;
    margin-left: -12px;
    margin-bottom: 20px;
}

.bbsub2 {
    margin-right: 0;
    margin-top: 0;
}

.formWrapper #submitForm .babyForm .row .cancelButton {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}


.formWrapper #submitForm .babyForm .row .cancelButton .material-symbols-rounded {
    font-size: 25px;
    padding: 8px;
    color: #fff;
    background-color: #5dc3b6;
    border-radius: 50%;
    box-shadow: 3px 3px 3px #c5eae3;
}

.formWrapper #submitForm .babyForm .row .cancelButton:hover .material-symbols-rounded {
    color: #5dc3b6;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 3px 3px 3px #c5eae3;
}

.formWrapper #submitForm .babyForm .addChild .addChildBtn button {
    min-width: 156px;
    background-color: #5dc3b6;
    border: 0 solid #ffffff00;
    border-radius: 30px;
    vertical-align: middle;
    padding: 8px 18px;
}

.formWrapper #submitForm .babyForm .addChild .addChildBtn label button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formWrapper #submitForm .babyForm .addChild span {
    color: #fff;
    font-weight: 700;
}

.formWrapper #submitForm .babyForm .addChild .addChildBtn button:hover {
    background-color: #fff;
}

.formWrapper #submitForm .babyForm .addChild button:hover span {
    color: #5dc3b6;
}

.formWrapper #submitForm .babyForm .addChild .addChildBtn label button .material-symbols-rounded {
    /* margin-left: 5px; */
    margin-right: -5px;
    font-size: 18px;
}

.formWrapper #submitForm .babyForm .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
    padding-right: 0px;
    margin-left: -25px;
}

.dateFormat {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.formWrapper #submitForm .tnc {
    margin-top: 40px;
    margin-bottom: 20px !important;
}

.formWrapper #submitForm .tnc .col-12 h3 .red {
    font-size: 25px;
}

.formWrapper #submitForm .tnc img {
    margin-bottom: 10px;
    max-width: 100%;
}

.formWrapper #submitForm .tnc h2 {
    color: #3b9389;
    margin-bottom: 10px;
}

.formWrapper #submitForm .tnc h5 {
    margin-top: 10px;
}

.formWrapper #submitForm .tnc ol {
    padding-left: 1rem;
    margin-bottom: 0;
    padding-top: 20px;
}

.formWrapper #submitForm .tnc ol ol {
    list-style-type: lower-alpha;
}

.formWrapper #submitForm .tnc li {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 3px 15px;
}

.formWrapper #submitForm .tnc p {
    font-size: 14px;
    margin-top: 20px;
}


.formWrapper #submitForm .tnc .col-12+.col-12 {
    margin-top: 20px;
}

.formWrapper #submitForm .tnc a {
    word-break: break-all;
    font-size: 14px;
    color: #3c9289;
    /* text-decoration: none; */
    /* border-bottom: 1px solid #3c9289;
    padding-bottom: 5px; */
}

/* .formWrapper #submitForm .tnc .form-check {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 1.5em;
} */

.formWrapper #submitForm .tnc .form-check-input {
    width: 1.2em;
    height: 1.2em;
}

.formWrapper #submitForm .tnc .form-check-inline {
    padding-left: 0;
}

.formWrapper #submitForm .tnc .form-check-inline .form-check-input {
    margin-left: 0;
    float: none;
}

.formWrapper #submitForm .tnc .form-check label {
    font-size: 14px;

}

.btnContainer {
    padding: 40px;
}

.formWrapper #submitForm button[type="submit"] {
    width: 30vw;
    max-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(to right, #55dddd, #3d9388);
    text-decoration: none;
    padding: 20px 20px 20px 20px;
    border: 0 solid #ffffff00;
    border-radius: 50px;
    box-shadow: 3px 3px 3px #c5eae3;
}

.formWrapper #submitForm button[type="submit"] h3 {
    color: #fff;
}

.formWrapper #submitForm button[type="submit"]:hover {
    color: #fff;
    background-image: linear-gradient(to right, #5edcce, #a9e3e4);
    box-shadow: 3px 3px 3px #3d9388;
}

.termsWrapper {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 20px;
}

.inner {
    background-color: #f0f0f0;
    height: 500px;
    overflow: scroll;
}

.agreement.mb-3 {
    margin-top: 5px !important;
    margin-bottom: 40px !important;
}

.form-control {
    padding: .375rem 1.2rem;
    border-radius: 20px;
}

.form-select {
    padding: .375rem 1.2rem;
    border-radius: 20px;
}



/* check6Label.style.color = '#198754';
check6.style.borderColor = '#198754';
check6check.style.display = 'none'; */

/* #check6 {
    background-color: #0d6efd;
    border-color: #0d6efd;
} */

/* #check6[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
} */

/* #check6:checked[type=checkbox] {
    --bs-form-check-bg: inherit;
    background-color: #fff;
    ;
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
} */

/* #check6:checked {
    background-color: inherit;
    border-color: inherit;
} */

/* .was-validated #check6:invalid {
    background-color: #dc3545;
    border-color: #dc3545;
} */

.form-check .invalid-feedback {
    font-size: 0.75em;
}

.was-validated #check6:checked~.form-check-label {
    color: #dc3545;
}

.was-validated #check6:valid:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.was-validated #check6:invalid {
    background-color: #dc3545;
    border-color: #dc3545;
}

.was-validated #check6:checked:focus {
    box-shadow: 0 0 0 .25rem #dc354580;
}

.invalid-feedback-vanished {
    display: none;
}





@media only screen and (min-width: 768px) {
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
        margin-right: -25px;
    }
}

/* @media only screeen and (max-width: 1024px) {
    .babyForm .col-11 {
        flex: 0 0 auto;
        width: 95%;
    }

    .babyForm .col-1 {
        flex: 0 0 auto;
        width: 2%;
        padding-right: 0px;
        margin-left: 30px;
        margin-right: -10px;
    }

    .babyForm .row .cancelButton {
        padding-top: 30px;
    }
} */
@media only screen and (max-width: 992px) {
    .col-12 {
        margin-top: 2px;
    }

    .formWrapper #submitForm .babyForm .row:not(.addChild) {
        margin-right: 0;
        margin-left: -12px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .formWrapper #submitForm .mb-3:nth-child(9) .col-12.col-md-2 label span {
        margin-left: 1px;
    }

    .formWrapper #submitForm .babyForm .col-11 {
        width: 97%;
    }

    .formWrapper #submitForm .babyForm .col-1 {
        width: 4%;
        margin-left: 0;
        margin-right: -8px;
        margin-top: 0px;
    }

    .babyForm .row .cancelButton {
        padding-top: 30px;
    }

    .formWrapper #submitForm .babyForm .col-11 .row:nth-child(3) .col-12:nth-child(2) {
        margin-bottom: 20px;
    }

    .formWrapper #submitForm .babyForm .addChild {
        margin-top: 30px;
    }

    .formWrapper #submitForm .tnc .col-12 h3 .red {
        font-size: 25px;
    }
}



@media only screen and (max-width: 768px) {
    .sub {
        line-height: 38px;
        /* margin-top: 15px !important; */
        margin-bottom: 0;
        font-weight: 600
    }

    .mb-3 {
        margin-top: -20px;
        margin-bottom: 23px !important;
    }

    h3 {
        font-size: 25px;
    }

    .titleWrapper {
        background-image: url(../assets/images/banner-bg-2-m.jpg);
    }

    .formWrapper {
        padding: 20px 20px 0 20px !important;
    }

    .formName {
        padding: 0;
    }

    .mainLogo {
        width: 37%;
        max-width: 70%;
        padding: 0 20px 10px 0;
    }

    .formName h1 {
        font-size: 30px;
    }

    .formWrapper .formDescription {
        padding-bottom: 0;
    }

    .formWrapper .formDescription p {
        font-size: 17px;
        letter-spacing: 0px;
    }

    .formWrapper #submitForm .formTitle {
        margin-top: 15px;
        padding-top: 20px;
        margin-bottom: 20px !important;
        border-top: 2px solid #cbeee7;
        padding-bottom: 2px;
    }

    .caution p {
        font-size: 13px;
    }

    .form-select {
        padding: 8px 1.2rem;
    }

    .form-control {
        padding: 0.6rem 1.2rem;
        border-radius: 30px;
    }

    .formWrapper #submitForm .form-label {
        line-height: 2.3;
        /* padding-top: 4px; */
        margin-bottom: 0;
    }

    .form-control {
        padding: 8px 1.2rem;
        border-radius: 30px;
        border: 0 solid #fff;
        margin-bottom: 2px;
    }

    /*.formWrapper #submitForm .babyForm .row:not(.addChild) {
        margin-right: -12px;
    }*/

    .formWrapper #submitForm .babyForm .row:not(.addChild) {
        margin-right: -30px;
        margin-left: -12px;
        margin-bottom: -5px !important;
        margin-top: 12px;
        width: 100%;
    }

    .formWrapper #submitForm .mb-3:nth-child(9) .col-12.col-md-2 label span {
        margin-left: 5px;
    }

    .formWrapper #submitForm .babyForm .rowHead {
        margin-top: 20px;
        background-color: #ddf6f2;
        background: url(../assets/images/babyForm-bg.jpg) top center;
        background-size: cover;
        border-radius: 10px;
    }

    .formWrapper #submitForm .babyTitle {
        margin-top: 30px;
        padding-top: 20px;
        margin-bottom: 20px !important;
        border-top: 2px solid #cbeee7;
        padding-bottom: 2px;
    }

    .formWrapper #submitForm .babyForm .rowHead p {
        font-size: 18px;
        padding: 12px;
    }

    .formWrapper #submitForm .babyForm .rowHead p span {
        font-size: 20px;
    }

    /* .bbFormCont .col-4 {
        margin-right: -8px;
    }

    .bbFormCont select {
        margin-right: -5px;
    } */

    .formWrapper #submitForm .babyForm .col-11 {
        width: 100%;
    }

    .formWrapper #submitForm .babyForm .col-1 {
        width: 0%;
        margin-left: 0;
        margin-right: -25px;
        margin-top: 20px;
    }

    /* .formWrapper #submitForm .babyForm .addChild {
        margin-top: -20px;
    } */

    /* .formWrapper #submitForm .babyForm .addChild .addChildBtn label {
        margin-top: 50px;
    } */

    .formWrapper #submitForm .babyForm .row .cancelButton .material-symbols-rounded {
        font-size: 22px;
        padding: 7px;
        color: #fff;
        background-color: #5dc3b6;
        border-radius: 50%;
        box-shadow: 3px 3px 3px #c5eae3;
    }

    .formWrapper #submitForm .formTitle {
        margin-top: 30px;
    }

    .formWrapper #submitForm .tnc ol {
        padding-top: 15px;
    }

    .formWrapper #submitForm .tnc li {
        font-size: 13px;
        padding: 1px 0 0 10px;
    }

    .formWrapper #submitForm .tnc .form-check label {
        font-size: 13px;
    }

    .formWrapper #submitForm .tnc {
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .formWrapper #submitForm .tnc .col-12 h3 .red {
        font-size: 25px;
    }

    .formWrapper #submitForm .tnc img {
        width: 40%;
    }

    .formWrapper #submitForm .tnc h5 {
        font-size: 17px;
    }

    .form-check {
        padding: 10px 0 0px 1.5em;
    }

    .formWrapper #submitForm button[type="submit"] {
        width: 170px;
        padding: 7px;
    }

    .formWrapper #submitForm button[type="submit"] h3 {
        font-size: 18px;
    }

    .btnContainer {
        padding: 30px 0 0 0;
    }

    .bbGap {
        margin-bottom: 15px;
    }

    .formWrapper #submitForm .babyForm .col-11 .row:nth-child(3) .col-12:nth-child(2) {
        margin-bottom: 5px;
    }

    .babyForm .row .cancelButton {
        padding-top: 0px;
    }
}

/*---------------------------------------------------------*/


/*------------------------selection------------------------*/

select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 0 solid #fff;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
}

select option {
    background-color: #fff;
    color: #333;
    padding: 8px 12px;
}

.form-select::-webkit-scrollbar {
    width: 10px;
}

.form-select::-webkit-scrollbar-track {
    background-color: #c5eae3;
}

.form-select::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.form-select::-webkit-scrollbar-thumb:hover {
    background-color: #3c9289;
}

.form-select option:disabled {
    color: #3c9289;
    background-color: #c5eae3;
}

.form-select option:selected {
    color: #3c9289;
    background-color: #c5eae3;
}

.form-select option:value {
    color: #3c9289;
    background-color: #c5eae3;
}

.form-select option[va] {
    color: #3c9289;
    background-color: #c5eae3;
}

.form-select option[disabled][selected] {
    display: none;
}

/*------------------------selection------------------------*/

#goRegister {
    display: none;
}

#goRegister .btnContainer {
    gap: 20px;
}

#eventQuestion {
    display: none;
}

#answerReceived {
    display: none;
}