/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2024 | 12:05:55 */
.cya_content_table td{
 	border-collapse: collapse; 
  	border: none; 
  	background-color: transparent;
	padding: 4px;
}

.cya_content_table {
  	border: none; 
	border-collapse: separate;
	overflow: hidden; 
	table-layout: fixed;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.cya_text_bold{
	color: #e1caa6;
  	font-weight: bold;
}

.cya-fields{
	color: white;
}

.cya_table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.cya_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.cya_cell {
  flex: 1;
  min-width: 120px;
  padding: 3px;
  box-sizing: border-box;
}

.button_row {
  justify-content: space-around; 
}

.registration-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
/*     height: 100vh; */
}

.registration-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}