﻿#bsa-form-cont .bsa-label span {
    color: red;
}

#bsa-form {
}

.form-img img {
    margin-bottom: 20px;
}

#bsa-form {
    margin-top: 4rem;
}
    /*#bsa-form .input-row .form-group {*/
    #bsa-form .input-row [class^="col-"] {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 10px;
        margin-bottom: 1rem;
    }
        /*#bsa-form .input-row .form-group label {*/
        #bsa-form .input-row [class^="col-"] label {
            flex-basis: 150px;
            flex-grow: 1;
            flex-shrink: 0;
            text-align: right;
            font-weight:700;
        }

        #bsa-form .input-row [class^="col-"] .input-wrapper {
            width: 100%;
        }

    #bsa-form .input-row .col-xs-12 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #bsa-form input,
    #bsa-form select {
        border: 1px solid #9B9DA6;
        color: #000;
        padding: .4rem;
        width: 100%; /*calc(100% - 134px)*/
    }

    #bsa-form select {
        outline: none;
        text-decoration: none;
        height: 42.844px;
    }

        #bsa-form select option {
            color: black;
        }

        #bsa-form select.error {
            border: 1px solid red;
        }

    #bsa-form input.error {
        border: 1px solid red;
    }

#bsa-submit {
    background: #01558C 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    font: normal normal bold 12px/17px Noto Sans !important;
    padding: 10px 30px 10px 30px !important;
    justify-content: left;
    box-shadow: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #01558C;
    margin-top: 55px;
}
.thank-you-btn{
    margin-left:unset !important;
    margin-top:30px;
}
.backtohome-btn {
    background: #01558C 0% 0% no-repeat padding-box;
    font: normal normal bold 12px/17px Noto Sans !important;
    padding: 10px 30px 10px 30px !important;
    border: 2px solid #01558C;
    text-align: left;
    color: #FFFFFF;
}
    .backtohome-btn:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #01558C;
        border-radius: 0px 0px 0px 0px;
        color: #01558C;
        font: normal normal bold 12px/17px Noto Sans !important;
    }
#bsa-form p.legal {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

    #bsa-form p.legal a {
        color: inherit;
        text-decoration: underline;
    }


#bsa-form p.thank-you {
    font-weight: bold;
}

#bsa-form p.unsupported-region {
    font-weight: bold;
    color: red;
}


.thank-you {
    padding: 60px 30px;
}

.g-recaptcha {
    margin-top: 25px;
    margin-left: -18rem;
}

#bsa-email {
    padding-right: 10px !important;
}

.largerCheckbox {
    height: 40px !important;
    width: 45px !important;
    min-height: 40px !important;
    z-index: 2;
}

#bsa-submit:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #01558C;
    border-radius: 0px 0px 0px 0px;
    color: #01558C;
    font: normal normal bold 12px/17px Noto Sans !important;
}

#bsa-submit::after {
    content: "";
    background-image: unset;
}

#bsa-submit:hover::after {
    content: "";
    background-image: unset;
}
/* For iOS Safari specific issues */
@supports (-webkit-touch-callout: none) {
    .largerCheckbox {
        height: 40px !important;
        width: 45px !important;
        min-height: 40px !important;
        -webkit-min-height: 40px !important;
        z-index: 2;
    }
}

#capta-error {
    margin: 3px 1px 4px 16rem;
}

.breadcrumb-wrapper {
    top: 48px !important;
}

.txtoptin {
    text-align: justify !important;
    font-weight: unset !important;
    font: normal normal normal 16px/24px Noto Sans !important;
    color:#000;
}

.email-com {
    padding-left: 9rem;
    font: normal normal normal 16px/24px Noto Sans !important;
    color:#000;
}
 
.submitbtn {
    margin-left: 9rem;
    align-items: start !important;
    justify-content: left !important;
}
.radio-group {
    display: flex;
    gap: 15px;
    /*    flex-wrap: wrap;*/
    flex-direction: column; /* Horizontal alignment */
    justify-content: flex-start; /* Align items from start */
}

.radio-item {
    flex: 0 0 auto; /* Don't grow or shrink */
    margin-right: 20px; /* Space between items */
    position: relative;
}

.radio-label {
    display: inline-flex !important;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 5px 0;
}

.radio-custom {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
}

    .radio-custom::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #01558C;
        opacity: 0;
        transition: all 0.3s ease;
    }
/* Hide default radio button */
.radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio-col {
    transform: translateX(18%);
    margin-bottom: 15px;
}
.radio-input{
    margin-top:10px;
}

.label-text {
    text-align: left;
    font: normal normal normal 16px/22px Noto Sans;
    letter-spacing: 0px;
    color: #231F20;
}

.radio-label input[type="radio"]:checked + .radio-custom {
    border-color: #9B9DA6;
}

    .radio-label input[type="radio"]:checked + .radio-custom::after {
        opacity: 1;
    }

.others-div {
    display: inline;
    align-items: baseline;
    width: 81.5%;
    margin-left: 9rem;
}

.seed-advisor-row {
    padding-top: 94px;
}

.legal {
    text-align: left;
    font: normal normal normal 12px/18px Noto Sans;
    letter-spacing: 0px;
    padding-left: 25px;
    padding-right: 25px;
}
.checkmark {
    width: 45px;
    height: 40px !important;
    display: block;
    border: 1px solid #9B9DA6;
}

.checkbox-wrapper {
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 9rem;
    transform:translateY(25px);
}

    /* Hide the browser's default checkbox */
    .checkbox-wrapper input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
        z-index: 2;
    }


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkbox-wrapper input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #a5a7af;
}


    /* Show the checkmark when checked */
    .checkbox-wrapper input:checked ~ .checkmark:after {
        display: block;
    }

/* Style the checkmark/indicator */
.checkbox-wrapper .checkmark:after {
    left: 15px;
    top: 2px;
    width: 14px;
    height: 29px;
    border: solid #01558C;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}
#formInstructions {
    margin-top:1rem;
}
@media only screen and (max-width: 990px) {

        #bsa-form .input-row [class^="col-"] {
            display: block;
        }


        .error-message {
            margin: var(--size-xs) 0 var(--size-sm) 0;
        }

        #bsa-form .input-row [class^="col-"] label {
            display: inline-block;
            text-align: center;
        }

        #bsa-submit {
            display: table;
        }

        .radio-col {
            transform: translateX(3.2%);
        }

        .checkbox-wrapper {
            margin-left: 0rem !important;
            margin-right: 20rem !important;
            z-index: 2;
        }

        .txtoptin {
            margin-top: -1.6rem;
            margin-bottom: 4rem;
            margin-left: 6rem;
            font: normal normal normal 16px/24px Noto Sans !important;
            color: #000;
        }


        .g-recaptcha {
            margin-left: 0rem;
        }

        .thank-you {
            padding: 15px 30px;
        }

        .seed-advisior-img {
            width: 350px;
            height: 198px;
        }


        .email-com {
            padding-left: unset !important;
            font: normal normal normal 16px/24px Noto Sans !important;
        }

        .emailOptCheck {
            font: normal normal normal 16px/24px Noto Sans !important;
        }

        .submitbtn {
            margin-left: unset !important;
        }

        .footer {
            padding-left: 15px;
            padding-right: 15px;
        }

        #bsa-intro {
            padding-bottom: 0px;
        }

        .legal-div {
            padding-bottom: unset;
        }

        .legal {
            margin-left: 16px;
            margin-right: 16px;
        }

        .others-div {
            margin-left: unset !important;
            width: unset !important;
        }

        #formInstructions {
            margin-top: 3rem;
        }
    }