#embdFormContainer{
    margin-top: 40px !important;
}
#embdFormContainer .applicationFromOuter .appFormPageField {
    margin-bottom: 20px;
    position: relative
}
#embdFormContainer .applicationFromOuter  .appFormPageField > label {
    margin-bottom: 5px;
    font-weight: 600;
}


#embdFormContainer .applicationFromOuter  .appFieldInput::placeholder {
    color: #5f5f5f;
    font-family: GothamBook
}

#embdFormContainer .applicationFromOuter  input.appFieldInput:active,
#embdFormContainer .applicationFromOuter  input.appFieldInput:focus {
    border-color: #E16C00 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    position: relative;
    z-index: 2
}

#embdFormContainer .applicationFromOuter  .appFieldInput {
    width: 100%;
    border: 2px solid #dbe2ee;
    padding: .9375rem 1.25rem;
    color: #242021;
    font-family: GothamBook;
    font-size: 16px
}
#embdFormContainer .applicationFromOuter .appFieldSelectWrap {
    width: 100%;
    text-align: left;
    position: relative
}

#embdFormContainer .applicationFromOuter .appFieldSelectWrap::before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	color: #E16C00
}

#embdFormContainer .applicationFromOuter .appFieldSelectWrap.loading::before {
    content: "\f021"; /* Different Font Awesome icon for loading */
    animation: fa-spin .8s linear infinite; /* Spin animation */
}

/* Add this if Font Awesome's spin class is not included in your project */
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#embdFormContainer .applicationFromOuter .appFieldSelectWrap select:focus {
    border-radius: 0 !important;
    outline: 0 !important;
    border-color: #E16C00 !important;
    position: relative;
    z-index: 2
}
#embdFormContainer .applicationFromOuter .appFieldSelectWrap select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: .9375rem 1.25rem;
    z-index: 1;
    position: relative;
    background: 0 0;
    border: 2px solid #dbe2ee;
    font-size: 16px;
    color: #242021;
    font-family: GothamBook;
    padding-right: 2rem;
    border-radius: 0
}

/* #embdFormContainer .applicationFromOuter .appFieldSelectWrap select#caryear {
    padding: 2.65rem 2rem 1rem 1.25rem;
    font-family: GothamMedium
}
#embdFormContainer .applicationFromOuter .appFieldSelectWrap label[for="caryear"] {

    z-index: 1;
}

#embdFormContainer .applicationFromOuter .appFieldSelectWrap select#carmake {
    padding: 2.65rem 2rem 1rem 1.25rem;
    font-family: GothamMedium
}
#embdFormContainer .applicationFromOuter .appFieldSelectWrap select#carmodel {
    padding: 2.65rem 2rem 1rem 1.25rem;
    font-family: GothamMedium
}
#embdFormContainer .applicationFromOuter .appFieldSelectWrap select#carstyle {
    padding: 2.65rem 2rem 1rem 1.25rem;
    font-family: GothamMedium
}
*/
#embdFormContainer .applicationFromOuter .appFormPageField {
    text-align: left;
}
#embdFormContainer .applicationFromOuter .appFormPageField.appFieldTextWrap {
    margin-top: 22px
}


#embdFormContainer .applicationFromOuter .appFormPageField.appFieldTextWrap {
    flex: 1 auto;
    text-align: left;
    font-family: GothamBook;
    font-size: 13px;

    color: #5f5f5f
}
#embdFormContainer .applicationFromOuter .appFormPageField.appFieldTextWrap p {
    font-size: 12px;
    text-align: justify;
    padding: 0px;

    color: #212529;

}
#embdFormContainer .applicationFromOuter .appFormPageField.appFieldCheckboxWrap {
    text-align: left;
}

#embdFormContainer .applicationFromOuter .appFormPageField.appFieldCheckboxWrap .fieldWrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#embdFormContainer .applicationFromOuter .appFormPageField.appFieldCheckboxWrap .fieldWrap input {
    margin-top: 3px;
    flex: 0 0 15px;
    width: 15px;
}

#embdFormContainer .applicationFromOuter .appFormPageField.appFieldCheckboxWrap .fieldWrap label {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


#embdFormContainer .applicationFromOuter .appFormPageField.appFieldTextWrap a {
    font-family: GothamMedium;
    text-decoration: underline;
    color: #5f5f5f;
    font-size: 14px
}

#embdFormContainer .applicationFromOuter .appFormPageFooter .btnWrap {
    position: absolute;
    width: 76%;
    top: 91%;
    left: 13%;
}

#embdFormContainer .applicationFromOuter .appFormPageFooter .submitBtn {
    min-height: 125px;
	width: 90%;
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	font-size: 27px;
	font-weight: 900;
	box-shadow: 0 8px 16px 2px rgb(225 108 8 / 40%);
}
#embdFormContainer .applicationFromOuter .appFormPageFooter .btnWrap .btn {
	max-width: 100% !important;

}
#embdFormContainer .applicationFromOuter .appFormPageFooter .submitBtn i {
    font-size: 24px
}
#embdFormContainer .applicationFromOuter .appFormPageFooter .submitBtn{
    text-transform: uppercase;
	padding: 17px 2px;
	background-color: #f37335;
	background-image: linear-gradient(180deg, #fad126 0%, #f37335 100%);
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 900;
	box-shadow: 0 4px 10px 0 rgb(225 108 8 / 40%);
	border: 1px solid #f37335;
	cursor: pointer;
	letter-spacing: 1px
}
#embdFormContainer .applicationFromOuter .appFormPageFooter .submitBtn::after {
    content: "\f054"; /* Unicode for right chevron from FontAwesome */
    font-family: "Font Awesome 5 Free"; /* Specify FontAwesome font */
    font-weight: 900; /* Specify font weight for solid icons */
    margin-left: 10px;
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap {
    align-items: start;
    position: relative
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap input[type=checkbox] {
    position: absolute;
    width: auto;
    top: 10px;
    left: 0;
    opacity: 0;
    width: 1px;
    margin: 0;
    padding: 0
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap label {
    color: #12141d!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    margin: 0;
    padding-left: 28px
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap label:before {
    content: "";
    background: 0 0;
    border-radius: 3px;
    border: 1px solid #E16C00;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center
}

.max_cash_embeded_forms .appFormPageFields .appFieldCheckboxWrap input[type=checkbox]:checked+label:before {
    content: "\2714";
    font-size: 12px;
    color: #fff;
    background: #E16C00;
}
#embdFormContainer .applicationFromOuter .appFormPageField.appFieldCheckboxWrap {
    margin-bottom: 10px;
}

.max_cash_embeded_forms .appFormConfirmationMessage .btn {
    max-width: 300px;
    margin: auto;
}

@media (max-width:770px) {
    #embdFormContainer .applicationFromOuter .appFormPageFooter .btnWrap {
        position: absolute;
        width: 76%;
        top: 95%;
        left: 13%;
    }
}


@media (max-width:550px) {


    #embdFormContainer .applicationFromOuter .appFormPageFooter .btnWrap {
        position: absolute;
        width: 76%;
        top: 95%;
        left: 13%;
    }

    #embdFormContainer .applicationFromOuter .appFormPageFooter .submitBtn {
        font-size: 13px;
        min-height: 70px
    }

    #embdFormContainer .applicationFromOuter .appFormPageFooter .submitBtn i {
        font-size: 12px;
        margin-left: 0
    }
}

@media (max-width:450px) {


    #embdFormContainer .applicationFromOuter .appFormPageFooter .btnWrap {
        position: absolute;
        width: 76%;
        top: 96%;
        left: 13%;
    }

    #embdFormContainer .applicationFromOuter .appFormPageFooter .submitBtn {
        font-size: 13px;
        min-height: 70px
    }

    #embdFormContainer .applicationFromOuter .appFormPageFooter .submitBtn i {
        font-size: 12px;
        margin-left: 0
    }
}