
#affiliateId {
	display: none;
}

.client-form {
	text-align: center;
}

.client-form-separator {
	border-top: 1px dashed #F6F6F6;
	margin: 30px 0;
}

.title-item {
	font-weight: 700;
}

select,
option {
	font-size: .95em;
}

span {
	font-weight: 400;
}

div.birthday-section {
	display: flex;
	flex-flow: row;
	justify-content: center;
}

div.birthday-section p {
	margin-right: 10px;
	font-weight: 400;
}

div.birthday-section select {
	margin-right: 10px;
	padding-right: 30px;
	min-width: 60px;
}

div.birthday-section select#birthday-year {
	min-width: 80px;
}

#client-form input[type='text'],
#client-form input[type='email'],
#client-form input[type='number'],
#client-form textarea {
	line-height: 1em;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
}

.client-form .radio-group label {
	margin-bottom: 0;
}

.client-form .radio-group {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 0;
	flex-wrap: wrap;
}

.radio-group div {
	display: flex;
	align-items: center;
}

#client-form input[type='radio'],
#client-form input[type='checkbox'] {
	margin-right: 5px;
}

/* 1. Hide the native input without breaking accessibility */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* 2. Style the label as the new upload box */
.custom-file-dropzone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 400px;
	height: 120px;
	border: 2px dashed #cbd5e1;
	border-radius: 12px;
	background-color: #f8fafc;
	color: #475569;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	margin: 10px auto;
	box-sizing: border-box;
}

.custom-file-dropzone:hover {
	background-color: #e2e8f0;
	border-color: #94a3b8;
}

.upload-instruction {
	font-size: 0.85em;
	color: #1e293b;
	margin: 5px 0;
}

.custom-file-dropzone .icon {
	font-size: 1.5rem;
}

.custom-file-dropzone .file-name {
	font-size: 0.9em;
	color: #c00000;
	font-weight: bold;
}

#client-form input[type='submit'] {
	cursor: pointer;
	background-color: #c00000;
	color: white;
	border: none;
	padding: 12px 30px;
	font-size: 1.1em;
	border-radius: 5px;
	margin: 20px auto;
	display: block;
	width: 100%;
	max-width: 200px;
	transition: background-color 0.3s;
}

#client-form select {
	padding: 8px;
	margin: 5px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

div.birthday-section {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

div.birthday-section p {
	margin: 0;
	font-weight: 400;
}

#myProgress {
	margin: 20px auto;
	width: 100%;
	max-width: 500px;
	background-color: #eee;
	border-radius: 5px;
	overflow: hidden;
}

#myBar {
	width: 0%;
	height: 20px;
	background-color: #c00000;
}

label[for="contactUser"],
.contactUser,
#contactUser {
	display: none;
}
