*{
    letter-spacing: 0.4px;
    --color-black: #000000;
    --link-color:#B25600;
    --color-gray:#333333;
}
.signin_container,
.signup_container {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background:var(--color-white) url(/signin_modules/images/signInBg.png)
    no-repeat center center / 90% 115%;
}

.signin_header_part {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    width: 100%;
}

.header_rht {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: var(--color-black);
}

.contact_link {
    color: var(--link-color);
    text-decoration: none;
}

.contact_link:hover {
    text-decoration: underline;
}

.form_container {
    border-radius: 10px;
    width: 100%;
    max-width: 486px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.1), 0px 361px 101px rgba(0, 0, 0, 0.05);
}

/* .form_container::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #c8e9ff1a;
    z-index: -1;
    inset: 0;
} */
:is(.onBoardOtp_container) :where(.form_container, .form_content)::after {
    content: none !important;
}

.signin_container button:disabled,
.signup_container button:disabled ,
.onBoardOtp_container button:disabled {
    cursor: not-allowed;
    background-color: #766012;
    color: var(--color-black);
    border: none;
    border-radius: 4px;
}
.form_content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 24px;
    z-index: 1;
}

/* .form_content::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: var(--color-white);
    border-radius: 50%;
    top: -250px;
    left: -200px;
    transform: rotate(47.453deg);
    filter: blur(212px);
    opacity: 0.7;
    z-index: -1;
} */

.form_content::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: var(--color-white);
    border-radius: 50%;
    bottom: -250px;
    right: -200px;
    transform: rotate(47.453deg);
    filter: blur(212px);
    opacity: 0.7;
    z-index: -1;
}

.top_glow_curve {
    position: absolute;
    top: -10px;
    left: -30px;
    right: -30px;
    height: 65px;
    background: var(--color-white);
    z-index: 1;
    border-radius: 50%;
    transform: scaleX(1.2);
}

.top_glow_radial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 1;
}

/* .inner_shadow {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    box-shadow: inset 0 0 12px rgba(21, 77, 83, 0.24);
    pointer-events: none;
    z-index: 2;
} */

.card_head_txt {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
    color: var(--color-black);
}

.card_subtitle,
.password_format_label {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-gray);
    text-align: center;
    margin-bottom: 40px;
    line-height: 150%;
}

:is(.signin_container,.signup_container,.onBoardOtp_container) .form_group {
    position: relative;
    margin-bottom: 26px;
}

.form_label {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    color: var(--color-gray);
}

.form_input {
    width: 100%;
    outline: none;
    background-color: transparent;
    border: transparent;
    border: 1px solid #999286;
    border-radius: 4px;
    padding: 12px 15px;
    color: var(--color-black);
    font-size: 14px;
    transition: border-color 0.3s;
}

.form_input:focus {
    border-color: var(--link-color);
}

input[type="email"]::placeholder,
input[type="password"]::placeholder {
    color: #666666;
}

.form_options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember_me_txt {
    display: flex;
    align-items: center;
}

.remember_me_txt input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #9C9C9C;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.remember_me_txt input[type="checkbox"]:checked {
    background-color: var(--link-color);
    border-color: var(--link-color);
}

.remember_me_txt input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 8px;
    height: 14px;
    border: solid #ffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.remember_me_txt .form_label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
    color: var(--color-gray);
}

.forgot_link_txt {
    font-size: 14px;
    font-weight: 500;
    color: var(--link-color);
    text-decoration: none;
}

.forgot_link_txt:hover {
    text-decoration: underline;
}
.forgot_form_container .form_group {
    margin-bottom: 40px;
}
.form_notes_bottom {
    font-size: 12px;
    color: #888888;
    /* margin-bottom: 25px; */
    line-height: 1.5;
    text-align: center;
    margin-top: -5px;
}
.form_notes_bottom p {
    font-weight: 400;
    font-size: 13px;
    color: #5E5E5E;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.password_sent .form_notes_bottom p{
    margin-top: 12px;
}
.form_notes_bottom a {
    color: #B25600;
    text-decoration: none;
}

.form_notes_bottom a:hover {
    text-decoration: underline;
}

.btn-primary {
    width: 100%;
    background-color: #FECB18;
    color: #12262e;
    border: none;
    border-radius: 4px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #FECB18;
}

.back_link_container {
    text-align: center;
    margin-top: 24px;
}

.back_link {
    color: #B25600;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.back_link:hover {
    text-decoration: underline;
}

.forgot_success_icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}
.spinner {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.error-message {
    color: #ff4d4d;
    font-size: 13px;
    position: absolute;
    font-weight: 400;
    bottom: -20px;
}
.form_input_wrapper {
    position: relative;
}
.form_input_wrapper .form_input {
    padding-right: 40px; 
}
.password-toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("/signin_modules/images/eye-slash.svg") no-repeat center;  
    background-size: 18px;
    cursor: pointer;
    opacity: 0.6;
    /* filter: invert(1); */
    padding: 20px;
}

.password-toggle.show {
    background: url("/signin_modules/images/eye.svg") no-repeat center; /* optional: show hidden state */
    opacity: 1;
    background-size: 18px;
    filter: opacity(0.5);
}

.input-error {
    border-color: #ff4d4d !important;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* signup styles  */

.or_text {
    font-size: 16px;
    font-weight: 500;
    color: #9c9c9c;
    text-align: center;
    margin: 20px 0;
}

.onBoardOtp_container{
    display: flex;
    align-items: center;
    justify-content: center;
}
:is(.signup_container,.onBoardOtp_container) .google_btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    box-shadow: inset 0 0 12px rgba(21, 77, 83, 0.24);
    border: 1px solid #505050;
    border-radius: 50px;
    padding: 10px;
}
:is(.signup_container,.onBoardOtp_container) .form_notes_bottom {
    margin-block: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

:is(.signup_container,.onBoardOtp_container) .otp_inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    position: relative;
}

:is(.signup_container,.onBoardOtp_container) .otp_inputs .otp-input {
    width: 50px;
    height: 50px;
    background-color: var(--color-white);
    border: 1px solid rgba(153, 146, 134, 1);
    border-bottom: 1px solid #505050;
    border-radius: 4px;
    padding: 12px 15px;
    color: #83817E;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

:is(.signup_container,.onBoardOtp_container) .btn-primary {
    margin-top: 15px;
    text-transform: capitalize;
}

:is(.signup_container,.onBoardOtp_container) .back_to_sign {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    margin: 30px auto 0px;
}
:is(.signup_container,.onBoardOtp_container) .back_to_sign p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #9c9c9c;
}
:is(.signup_container,.onBoardOtp_container) .back_to_sign .arrow_icon {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/signin_modules/images/prev_page_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
:is(.signup_container,.onBoardOtp_container) .password_formats {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
:is(.signup_container,.onBoardOtp_container) .password_formats ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}

:is(.signup_container,.onBoardOtp_container) .password_formats .password_format_label {
    background: url(/signin_modules/images/password_disable.png) no-repeat;
    background-size: 15px;
    padding-left: 25px;
    background-position: left 4px;
    margin: unset;
    text-align: left;
}

:is(.signup_container,.onBoardOtp_container) .password_formats .password_format_label.active {
    background: url(/signin_modules/images/password_enabled.png) no-repeat;
    background-size: 15px;
    background-position: left 4px;
}

.otp_inputs .error-message {
    bottom: -25px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgb(30 30 30 / 93%) inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
    color: var(--color-black) !important;
    caret-color: var(--color-black) !important; 
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset !important; 
  -webkit-text-fill-color: var(--color-black) !important;
  transition: background-color 9999s ease-in-out 0s !important; 
  /* border-color: #00ffff !important;  */ 
    caret-color: var(--color-black) !important; 
}
.orBorderLine{
    margin: 25px 0px;
    width: 100%;
    height: 1px;
    background: #999286;
    position: relative;
}
.orBorderLine span{
    background-color: #ffff;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.continueWithMicroBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0.5px solid #5E5E5E;
    border-radius: 2px;
    padding: 14px 34px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 25px;
}
.welcomeAbroadWrap{
    /* max-width: 850px; */
    margin: 20px auto;
    width: 100%;
}
.welcomeAbroadCont{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.welcomeAbroadTitle{
    display: flex;
    gap: 5px;
    align-items: center;
}
.welcomeAbroadTitle h3{
    font-size: 32px;
    font-weight: 500;
    color: #000000;
}
.abroadtitle{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.agreementBoardCard{
    width: 100%;
    margin-top: 20px;
    background: #fff;
    padding: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.1), 0px 361px 101px rgba(0, 0, 0, 0.05);
}
.boardCardTitle{
    font-size: 26px;
    font-weight: 500;
    color: #000000;
}
.boardCardSubTitle{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 10px;
}
.termsConditionWrap{
    margin-top: 40px;
}
.termsSubTitle{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}
.termsConditionSec{
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #D5C4A7;
}
.termsConditionCont{
    height: calc(80vh - 390px);
    overflow-y: auto;
}
.termsConditionCont::-webkit-scrollbar {
    width: 8px;
}
.termsConditionCont::-webkit-scrollbar-track {
    background: #83817E1A;
    border-radius: 20px;
    margin: 8px 0;  
}
.termsConditionCont::-webkit-scrollbar-thumb {
    background: #FECB18;
    border-radius: 20px;
    border: 2px solid transparent;  
    background-clip: content-box;
}

.agreeContinueBtn{
    background-color: #FECB18;
    border-radius: 2px;
    padding: 12px 34px;
    font-size: 15px;
    border: 0px;
    margin-top: 25px;
    text-transform: uppercase;
    display: flex;
    margin-left: auto;
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    transition: 0.4s;
}
.agreeContinueBtn.show{
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}
.loginOtpWrap{
    border-radius: 10px;
    width: 100%;
    max-width: 486px;
    position: relative;
    box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.1), 0px 361px 101px rgba(0, 0, 0, 0.05);
}
.loginOtpSec{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    padding: 50px 24px;
}
.otpInputSec{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 35px;
}
.veifyOtpBtn{
    margin: 50px 0px 20px 0px;
}
.otpInputSec .otpInput{
    width: 60px;
    height: 60px;
    text-align: center;
}
.otpInputSec .otpInput:focus{
    border: 1px solid #B25600;
}
.fromNotes{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    justify-content: center;
}
.resendOtpSec{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.resendOtpSec .otpCountTitle{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.resendOtpSec .otpCountTitle span{
    color: #B25600;
    font-weight: 500;
}
.resendOtpSec .resendOtpTitle{
    font-size: 16px;
    color: #B25600;
    font-weight: 500;
    cursor: pointer;
}

/* Policy Card & Checkbox Design */
.policyDocumentCard {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #EBE4D8;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease-in-out;
}

.policyDocumentCard:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.policyCardIcon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policyCardContent {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.policyCardLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #0F3BE8;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.policyCardLink:hover {
    color: #0A29A3;
    text-decoration: underline;
}

.policyCardFilename {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}

.policyCheckboxWrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    cursor: pointer;
    user-select: none;
}

.policyCheckboxWrap input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1.5px solid #A0A0A0;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}

.policyCheckboxWrap input[type="checkbox"]:checked {
    background-color: #FFFFFF;
    border-color: #B25600;
}

.policyCheckboxWrap input[type="checkbox"]:checked::after {
    content: "";
    width: 6px;
    height: 11px;
    border: solid #B25600;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.policyCheckboxLabel {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}

/* Consent Approval Component */
.consent-approval {
    margin-top: 20px;
}

.consent-question {
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 14px;
}

.consent-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.consent-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    color: #374151;
    cursor: pointer;
    transition: all 200ms ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    outline: none;
    user-select: none;
    min-width: 120px;
}

.consent-option:hover {
    border-color: #9ca3af;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.consent-option:focus-visible {
    border-color: #B25600;
    box-shadow: 0 0 0 3px rgba(178, 86, 0, 0.15);
}

.consent-option:active {
    transform: scale(0.98);
}

.consent-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Approve - selected state */
.consent-option.consent-approve.selected {
    background: #059669;
    border-color: #059669;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.25);
}

.consent-option.consent-approve.selected .consent-icon {
    stroke: #ffffff;
}

.consent-option.consent-approve.selected:hover {
    background: #047857;
    border-color: #047857;
    box-shadow: 0 3px 10px rgba(5, 150, 105, 0.3);
}

/* Reject - selected state */
.consent-option.consent-reject.selected {
    background: #dc2626;
    border-color: #dc2626;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.25);
}

.consent-option.consent-reject.selected .consent-icon {
    stroke: #ffffff;
}

.consent-option.consent-reject.selected:hover {
    background: #b91c1c;
    border-color: #b91c1c;
    box-shadow: 0 3px 10px rgba(220, 38, 38, 0.3);
}

.consent-error {
    font-size: 13px;
    color: #dc2626;
    margin-top: 10px;
    font-weight: 500;
    display: none;
}

.consent-error.visible {
    display: block;
    animation: fadeIn 200ms ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}


/* consent css  */
.consentWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.consentContainer {
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 8px;
    background: transparent;
}
 

.consentLeftSidebar {
    background:var(--color-white);
    border-radius: 8px;
    padding: 20px 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.consentLeftSidebar .consentTitle {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 8px;
}

.consentLeftSidebar .consentSubTitle {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-gray);
    font-weight: 400;
    margin-bottom: 18px;
}

.consentStepper {
    position: relative;
}
.consentStep {
    position: relative;
    min-height: 90px;
    padding-left: 25px;
}

/* Vertical line */
.consentStep:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 20px;
    width: 1px;
    height: 65px;
    background: #E4E4E3;
}

.stepDot {
    position: absolute;
    left: 0;
    top: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px solid var(--link-color);
    background: #fff;
}

.consentStep.active .stepDot {
    background: #B2560066;
}
.consentStep.verified .stepDot {
    background: #00A65C;
    border: none;
    transition: 0.3s;
}
.consentStep.verified .stepDot::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #00A65C;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.consentStep.verified .stepDot::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 6px;
    border: solid var(--color-white);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    left: 5px;
    top: 2px;
    transition: 0.3s;
}
.stepTitle {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
}
.consentStep.active .stepTitle {
    color: var(--link-color);
}
.stepCount {
    font-size: 14px;
    color: #83817E;
    font-weight: 400;
}

.consentRightContent {
    background: var(--color-white);
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.consentRightContent .consentRightTitle {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 14px;
}

.consentLink {
    border: 1px solid #D5C4A7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    gap: 12px;
    margin-bottom: 10px;
}

.documentIcon {
    width: 48px;
    height: 48px;
    position: relative;
    flex-shrink: 0;
}
.documentIcon img,
.externalIcon img{
    width: 100%;
}
.consentLinkText {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.consentLinkTitle {
    font-size: 14px;
    color: #0000EE;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 2px;
}
.externalIcon{
    width: 16px;
    height: 16px;
    margin: 0px;
}
.consentLinkDescription {
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
}

.consentTextBox {
    width: 100%;
    height: 280px;
    resize: none;
    border: 1px solid #D5C4A7;
    border-radius: 6px;
    padding:16px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-gray);
    outline: none;
    margin-bottom: 12px;
    text-align: left;
}
.consentAgreement {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}
.consentAgreement input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #83817E;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
.consentAgreement input:checked {
    background: #FECB18;
    border-color: #FECB18;
}
.consentAgreement input:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid var(--color-black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    top: 2px;
}
.consentAgreement label {
    font-size: 16px;
    color: var(--color-gray);
    font-weight: 500;
    cursor: pointer;
}

.consentFooter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.consentNextBtn{
    width: auto;
    padding: 20px 42px;
    display: flex;
    align-items: center;
}
 
