/* BGIL form desktop css start */

.bagic-form-popup {
    position: fixed;
    background-color: rgba(0 0 0 /.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
}

.bagic-form-popup-body {
    /*max-width: 864px;*/
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #707070;
    overflow: auto;

}

.bagic-form-body {
    background-color: #fff;
    border: 1px solid #707070;
    height: 100%;
    width: 100%;
    max-width: 1235px;
    margin: 0 auto;
    max-height: max-content;
    overflow: auto;
    border-radius: 30px;
    padding: 44px 94px 58px;
    position: relative;
}

.bagic-form-cancle-img {
    cursor: pointer;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.bagic-form-cancle-img img {
    mix-blend-mode: exclusion;
}

.bagic-form-head-body {
    padding: 0px 0 43px 0;
}

.bagic-form-heading {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Titillium-regular';
    color: #000000;
    padding-bottom: 10px;
}

.bagic-form-info {
    font-size: 20px;
    color: #171717;
    font-weight: 400;
}

.bagic-form-message {
    font-size: 20px;
    color: #28A25D;
    font-weight: 600;
    padding-top: 24px;
    text-align: center;
}

.bagic-form-flax {
    display: flex;
    justify-content: space-between;
}

.data__filled {
    display: block;
}

.bagic-form-subbtn {
    text-align: center;
    margin-top: 30px;
}

.bagic-form-btn {
    font-size: 20px;
    font-weight: 600;
    width: 185px;
    background: #0062ab;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 31px;
    cursor: pointer;
    border: none;
}

.fnamedata__datatxt,
.email__datatxt,
.mobinumber__datatxt,
.address__datatxt,
.pincode__datatxt,
.education__datatxt,
.profession__datatxt,
.other__datatxt,
.age__datatxt {
    font-size: 18px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid grey;
    padding-bottom: 9px;
    outline: 0;
    width: 100%;
}

.other__datatxt {
    margin-top: 37px;
}

.formdata__education .education__datatxt,
.formdata__profession .profession__datatxt {
    color: #808080;
}

.education__datatxt option,
.profession__datatxt option {
    color: #000;
}

.education__datatxt,
.profession__datatxt {
    cursor: pointer;
}

.formdata__dropdown {
    position: relative;
}

.formdata__dropdown::after {
    content: '';
    background-image: url('../../../../../../content/dam/bagic/agent/become-agent-new/down-arrow-popup-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 11px;
    position: absolute;
    bottom: 16px;
    right: 0px;
    transition: all 0.3s;
}

.dropdown-active{
    transform: rotate(180deg);
}

.otherFirstInput {
    display: none;
}

.otherSecondInput {
    display: none;
}

.data__filled {
    font-size: 14px;
    color: #DE6666;
    font-weight: 400;
}

/* .mobilenumber-code {
    font-size: 18px;
    font-weight: 400;
    margin-right: 4px;
    border-bottom: 1px solid grey;
    color: grey;
} */

.formdata__fnamedata,
.formdata__emailid,
.formdata__addressdata,
.formdata__mobinumber-body,
.formdata__pincode,
.formdata__education,
.formdata__profession,
.formdata__age {
    margin-bottom: 37px;
    width: 46%;
}

/* .formdata__fnamedata{
    position: relative;
}

.formdata__fnamedata::after {
    content: '*';
    color: red;
    position: absolute;
    top: 10px;
    left: 48px;
} */

.discclaimer-check .checkbox-inp {
    display: flex;
    align-items: start;
    gap: 10px;
}

.checkbox-inp input {
    margin-top: 4px;
    opacity: 1;
}

.checkbox-inp label{
    font-size: 20px;
    font-family: 'Titillium-regular';
}

.dsp-none {
    display: none;
}

/* added by AJ27  */
.is-invalid {
    border-bottom: 1px solid #DE6666;
}

.is-valid {
    border-bottom: 1px solid #0062ab
}

.error {
    font-size: 14px;
    color: #DE6666;
    font-weight: 400;
}

/* added by AJ27  */

/* BGIL form desktop css end */

@media screen and (max-width:992px) {
    .bagic-form-body {
        min-width: 730px;
    }
}


@media screen and (min-width:320px) and (max-width:767px) {
    .container {
        width: 100%;
    }

    /* BGIL form mobile css start */
    .bagic-form-head-body {
        padding: 0px 0 14px 0;
    }

    /* .bagic-form-popup-body{
        height: 100%;
    } */

    .bagic-form-cancle-img {
        width: 25px;
        height: 25px;
        top: 16px;
        right: 11px;
    }

    .bagic-form-heading {
        font-size: 24px;
        text-align: center;
        padding-inline-start: 0;
    }

    .bagic-form-info {
        font-size: 16px;
        text-align: center;
        padding: 19px 0 14px 0;
    }

    .bagic-form-body {
        /* max-width: 360px; */
        min-width: unset;
        max-height: max-content;
        max-height: max-content;
        padding: 45px 35px;
        overflow: auto;
    }

    .bagic-form-flax {
        display: block;
    }

    .formdata__fnamedata,
    .formdata__emailid,
    .formdata__addressdata,
    .formdata__mobinumber-body,
    .formdata__pincode,
    .formdata__education,
    .formdata__profession {
        margin-bottom: 20px;
        width: 100%;
    }

    .formdata__age {
        margin-bottom: 25px;
        width: 100%;
    }

    .fnamedata__datatxt,
    .email__datatxt,
    .mobinumber__datatxt,
    .address__datatxt,
    .pincode__datatxt,
    .education__datatxt,
    .profession__datatxt,
    .other__datatxt,
    .age__datatxt {
        width: 100%;
    }

    .other__datatxt {
        margin-top: 20px;
    }

    .discclaimer-check .checkbox-inp {
        display: flex;
        align-items: start;
        gap: 10px;
    }

    .checkbox-inp input {
        margin-top: 4px;
    }

    .checkbox-inp label {
        font-size: 14px;
    }

    .bagic-form-subbtn {
        margin-top: 25px;
    }

    /* BGIL form mobile css end */
}