html{}

#formData input, #formData select, #formData textarea {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-primary);
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    font-family: "Quattrocento", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    min-height: 40px;
    color: var(--e-global-color-primary);
    height: 52px;
}

#formData textarea {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 100px;
}

#formData label {
    padding-bottom: 5px !important;
    font-family: "Quattrocento", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--e-global-color-primary);
}

#formData .form-group {
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 20px;
}

#formData .legal label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Quattrocento", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--e-global-color-primary);
}

#formData .legal label a {
    color: inherit !important;
}

input#btnContinue,
input#btnGeneratePDF,
input#btnMedicinaEsteticaSubmit,
input#btnSkincareSubmit,
input#btnCapilarSubmit,
input#btnConsultaGeneralSubmit {
    font-family: "Mansory", Sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    border-radius: 0px 20px 0px 20px !important;
    padding: 10px 80px 10px 80px !important;
    background-color: var(--e-global-color-fc4f09e) !important;
    color: #ffffff !important;
    border: none !important;
}

.form-content h2 {
    font-family: "Mansory", Sans-serif !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
    color: var(--e-global-color-primary) !important;
    margin-bottom: 20px !important;
}

.form-content h3 {
    font-family: "Mansory", Sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: var(--e-global-color-primary) !important;
    margin-bottom: 15px !important;
}

.form-content p {
    font-family: "Quattrocento", Sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: var(--e-global-color-primary) !important;
    margin-bottom: 15px !important;
}

/* Input Group Styles for Bootstrap compatibility */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    min-height: 40px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

/* Form group styles */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Row and column styles */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

[class*="col-"] {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 auto;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-8 {
    width: 66.666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-fill {
    flex: 1;
    width: auto;
}

.form-group input.type-button {
	appearance: none;
	-webkit-appearance: none;
	min-height: 30px;
}

form #formData .row .form-group label:has(input.type-button) {
	border: 1px solid currentcolor;
	border-radius: 0px !important;
	margin-right: 0.2rem;
	padding: 0em 0.5em !important;
    padding-bottom: 0 !important;
	vertical-align: middle !important;
	display: inline-flex;
	align-items: center;
	background: var(--e-global-color-secondary);
    height: 52px;
}

label.boolean {
    min-width: 87px;
    justify-content: center;
}

form #formData .row .form-group label:has(input.type-button:checked) {
	background: var(--e-global-color-primary);
	color: #fff !important;
}

.form-group label:has(input.type-button:not(:checked)):hover {
	opacity: 0.5;
}

@media screen and (min-width: 767px) {
	.col-xs-6 {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
    .col-xs-3,
    .col-xs-4,
    .col-xs-6,
    .col-xs-8 {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .col-auto {
        width: auto;
        flex: 0 0 auto;
    }
    
    .col-fill {
        width: 100%;
        flex: 1;
        margin-top: 10px;
    }
    
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}