#multi-step-form {
    min-width: 460px;
    max-width: 460px;
    width: 460px;
    min-height: 550px;
    max-height: 700px;
    height: auto;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: "Montserrat", sans-serif !important;
}

#multi-step-form ::placeholder {
  color: #949494;
  opacity: 1; /* Firefox */
}

#multi-step-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #949494;
}

#multi-step-form input,
#multi-step-form select {
	font-size: 16px;
}

#multi-step-form h2 {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

#multi-step-form p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #666;
	line-height: 20px;
}

#multi-step-form 
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.flex {
	display: flex !important;
}

.iti.iti--allow-dropdown {
    display: block !important;
}

.two-cols {
    display: flex;
    column-gap: 10px;
}

#multi-step-form .field-label.terms-conditions {
	font-size: 10px;
	line-height: 14px;
}

#percentage-text {
    position: absolute;
    right: 10px;
    font-weight: normal;
    margin-top: 18px;
    opacity: 50%;
}

.credit-options {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.credit-option {
    width: 100%;
    /* height: 65px; */
    border: 1px solid #EEECE3;
    border-radius: 5px;
    text-align: left;
    /* padding: 18px; */
    margin-bottom: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.1);
    align-content: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
}

.credit-option input {
    display: none;
}

.credit-option img {
    width: 45px;
    height: 45px !important;
    margin: 6px 15px 6px 15px;
}

.credit-option span {
    display: block;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
	line-height: normal;
	margin-left: 6px;
}

.credit-option input + label {
	border: 1px solid #fff;
	transition: all .2s ease-in-out;
}

.labelradio:hover {
	border: 1px solid #EEECE3;
	background-color: #EEECE3;
	transition: all .2s ease-in-out;
}

.credit-option input:checked + label {
    background-color: #EEECE3;
    border: 1px solid #B78B1E;
    cursor: pointer;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	transition: all .2s ease-in-out;
}

button.next-step {
    width: 100%;
    background-color: #B78B1E;
    color: white;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #B78B1E;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-family: "Montserrat", sans-serif;
	margin: 20px 0 0 0 !important;
}

button.next-step:hover {
    background-color: #EEECE3 !important;
    border: 1px solid #B78B1E;
    color: #B78B1E !important;
}

.labelradio {
    display: flex;
    /* margin-bottom: 10px; */
    border-radius: 5px;
    width: 100%;
    /* height: 65px; */
    cursor: pointer;
	align-items: center;
}

.field-label {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    display: block;
	color: #333;
	line-height: 24px;
	text-align: left;
}

#multi-step-form input[type="text"],
#multi-step-form input[type="email"],
#multi-step-form input[type="number"],
#multi-step-form select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#multi-step-form input[type="checkbox"] {
    margin-right: 5px;
}

.prev-step {
    cursor: pointer;
    margin-bottom: 10px !important;
}
.prev-step:hover {
    text-decoration: underline;
}

button.next-step {
    margin: 30px 0 0 0;
}

.hidden-step {
    display: none !important;
}

#pedirCreditoButton {
    display: none;
}

#step-2-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible; /* Ensure no hidden content */
    text-align: left;
}

/* #multi-step-form .step {
    display: block;
	height: auto;
} */

#multi-step-form .step-container {
	height: auto;
	overflow: visible;
}

#multi-step-form input[type="range"] {
    width: 100%;
    position: absolute;
    left: 0;
    top: 64px;
    background: #EEECE3;
    outline: none;
    transition: opacity .15s ease-in-out;
}

#multi-step-form input[type="range"]::-webkit-slider-thumb {
    background: #B78A1E;
    cursor: pointer;
}

#multi-step-form input[type="range"]::-moz-range-thumb {
    background: #B78A1E;
    cursor: pointer;
}

/*#multi-step-form input[type="range"] + input[type="text"] {
    width: 40px;
    border: none;
    background: none;
    font-weight: bold;
    text-align: center;
}*/

#disclaimer {
    display: block;
    margin-top: 10px;
    font-size: 8px;
    color: #666;
	line-height: 12px;
}

.bp-wrapper {
    display: flex;
    background-color: #EEECE3;
    padding: 20px 40px;
    border-radius: 0 0 10px 10px;
	position: relative;
	bottom: 0;
	max-width: 460px;
	width: auto;
}

.bp-wrapper a {
    color: #B78B1D !important;
    font-size: 12px !important;
    line-height: 14px;
    font-weight: bold;
}

.bp-disclaimer {
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
	color: #333;
	text-align: left;
	padding-left: 14px;
}

.next-step {
    font-weight: bold;
    text-transform: uppercase;
}

.radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.credit-option input:checked + label {
    background-color: #EEECE3;
    border: 1px solid #B78B1E;
	transition: all .2s ease-in-out;
}

.wrapped-content {
    padding: 30px;
}

.spin-container,
.thank-you-message {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #B78B1E;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

button.lead-go:disabled {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: white;
    cursor: not-allowed;
    opacity: 0.5;
}

.terms-conditions a {
    color: #b78b1d !important;
    font-size: 10px !important;
}

  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
	#step-2-content {
        display: block; /* Or use 'flex'/'grid' if needed */
        width: 100%; /* Ensure it occupies the full width */
    }
	
	.labelradio:hover {
		border: 1px solid #B78B1E;
		background-color: #EEECE3;
		transition: all .2s ease-in-out;
	}
	
    .credit-option {
        width: 100%;
        /* height: 150px; */
    }
	
	.credit-option img {
		margin: 6px 10px 6px 10px;
	}
    
    .labelradio {
        width: 100%;
        /* height: 150px; */
    }
    
    .credit-option span {
        font-size: 12px;
    }
    
    #multi-step-form {
        height: auto;
        min-height: 550px;
    }

    #multi-step-form h2 {
        font-size: 20px;
    }

    #multi-step-form p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 14px;
    }

    .bp-wrapper {
        padding: 10px;
    }

    .bp-disclaimer {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    #multi-step-form {
        width: 100%;
        min-width: 350px;
        max-width: calc(100vw - 40px);
		min-height: 550px;
		max-height: 700px;
		/* height: 605px; */
        position: relative;
    }
    
    button.next-step {
        padding: 10px;
        font-size: 14px;
    }

    #multi-step-form input[type="text"],
    #multi-step-form input[type="email"],
    #multi-step-form input[type="number"],
    #multi-step-form select {
        padding: 8px;
    }

    .field-label {
        font-size: 12px;
        text-align: left !important;
    }
    
    .two-cols {
        display: block;
        column-gap: 0;
    }
	
	.bp-wrapper{
		padding: 20px !important;
		/* margin-top: 15px; */
        position: relative;
        bottom: -24px;
	}
    
}

@media (max-width: 375px) {
    #multi-step-form {
        width: 100%;
        min-width: 342px;
        max-width: 342px;
		min-height: 550px;
		max-height: 700px;
		/* height: 605px; */
        position: relative;
    }
    
}


/* Make the input container take 100% width */
#multi-step-form .input-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px; /* Adjust margin as needed */
}

/* Style the input to take full width and add padding for the icon */
#multi-step-form .input-container input {
    width: 100%;
    padding-right: 30px; /* Add padding to prevent the icon from overlapping with the text */
    box-sizing: border-box;
}

/* Style for the checkmark icon */
#multi-step-form .input-container .check-icon {
    position: absolute;
    right: 10px; /* Position it on the right inside the input */
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none; /* Prevent the icon from blocking input interaction */
}

/* Optional: Adding green border for valid input */
 #multi-step-form .input-container input.valid {
    border-color: #279a33; /* Green border when valid */
}

 #multi-step-form .input-container input.invalid {
    border-color: red; /* Green border when valid */
}