html, body {
	margin: 0;
	height: 0;
	width: 100%;

}
body {
	background-color: #101826;
	font-family: sans-serif;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.btn_nl {
    background : url("../assets/flags/nl.png");
    background-repeat: no-repeat;
    background-position: center; 
    border : none;
    cursor: pointer;
    text-indent: -99999px;
/*    background-size: 200px auto;*/
	width: 50px;
	height: 25px;
    padding-top: 0px !important;
    border-radius: 2px;
    margin-right: 5px;

  
}
.btn_en {
    background : url("../assets/flags/uk.png");
    background-repeat: no-repeat;
    background-position: center; 
    border : none;
    cursor: pointer;
    text-indent: -99999px;
	width: 50px;
	height: 25px;
    padding-top: 0px !important;
    border-radius: 2px;

}
.container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
	height: 100vh; 
	width: 100%;
	background-image: url('../assets/skater.png');
	background-attachment: fixed;
	padding-bottom: 2px;
}
.mainLeft {
    margin: 8px;
}
.leftContainer {
	margin: 40px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}
.leftHeader h1 {
	color: #fff;
	line-height: 5px;
	font-family: monospace;
	font-size: 2vw;
}
.leftHeader h2 {
	color: #4C4FED;
	font-size: 1vw;
	font-weight: 100;
}
.leftContent {
	padding-top: 50px;
	padding-bottom: 50px;
}
.leftContent h1 {
	color: #fff;
	font-size: 2vw;
}
.leftContent h4 {
	color: #fff;
	margin: 5px 0px;
}
.leftContent p {
	color: #777E8D;
	font-size: 0.9vw;
}
.competitionContainer {
	display: grid;
    grid-template-columns: 1fr 2fr;
    height: 100px;
}
.competitionContainer img {
	height: 7vw;
	width: 7vw;
	border-radius: 50%;
}
.competitionContainer p {
	color: #fff;
	line-height: 10px;
	font-size: 1vw;
}
.competitionContainer .competitionName {
	color: #777E8D;
}
.leftFooter {
}
.footerMenu {
	padding-top: 70px;
	color: #777E8D;
}
.footerMenu a {
	color: #777E8D;
	text-decoration: none;
	font-size: 1vw;
}
.footerMenu a:hover {
	color: #4C4FED;
}
.footerCopy p{
	font-size: 0.8vw;
	color: #777E8D;
}
.mainRight {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin: 15px;
	border-radius: 15px;
}
.input-container {
    display: flex;
    flex-direction: column;
    width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.input-label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
}

.input-field {
    border: 0;
    box-shadow: 0 0 1.5px 1.5px #ccc;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.input-field:hover, .input-field:focus {
    border-color: #6c63ff; 
    box-shadow: 0 0 12px rgba(108, 99, 255, 0.4); 
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
}
.custom-select {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: white;
    color: #bbb;
	box-shadow: 0 0 1.5px 1.5px #ccc;
    border-radius: 8px;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.custom-select:hover {
    border-color: #6c63ff; 
    box-shadow: 0 0 12px rgba(108, 99, 255, 0.4); 
}
.custom-select-wrapper::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6566ED;
}
.custom-file-wrapper {
    position: relative;
    display: inline-block;
   
}

.custom-file-input {
    position: relative;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: white;
    box-shadow: 0 0 1.5px 1.5px #ccc;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.custom-file-input:hover {
    border-color: #5F60DE;
}

.custom-file-input:focus {
    outline: none;
    ox-shadow: 0 0 12px rgba(108, 99, 255, 0.4); 
}

.custom-file-input::before {
    content: 'Choose file';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    background-color: #6566ED;
	box-shadow: 0 0 1px 1px #5455C6;
	padding:7px;
	border-radius: 8px;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::file-selector-button {
    visibility: hidden;
}


.notification {
	isplay: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
	background-color: #EFEFFE;
	border: 0;
	box-shadow: 0 0 1.5px 1.5px #ccc;
    border-radius: 8px;
    padding: 5px 5px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}
.notification p {
	color: #847EC1;
}
.notification .notiIcon {
	float: left;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 15px;
	padding: 0px 5px;
	border: 1px solid #847EC1;
	color: #847EC1;
	border-radius: 5px;
}
.progresBar {
	display: inline-block;
	margin: 10px;
}
.bar {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #E6E6E9;
	margin: 8px;
	border-radius: 25px;
	box-shadow: 0 0 1px 1px #D9D9D9;
}
.currentBar {
	background-color: #6566ED;
	width: 40px;
	box-shadow: 0 0 1px 1px #5455C6;
}
.buttonContainer {
	margin: 20px auto;
	width: 600px;
}
.backButton {
    border: 0;
    box-shadow: 0 0 1px 1px #ccc;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    margin-right: 10px;
}
.backButton:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}
.nextButton {
    border: 0;
    box-shadow: 0 0 1.5px 1.5px #5455C6;
    background-color: #6566ED;
    color: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}
.nextButton:hover {
	background-color: #5F60DE;
	cursor: pointer;
}
.toggle-btn {
  background-color: #6566ED;
  box-shadow: 0 0 1.5px 1.5px #5455C6;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

.toggle-btn:hover {
  background-color: #5F60DE;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 24px;
}

.arrow.rotate-up {
  transform: rotate(180deg); /* Rotate arrow to point up */
}

@media (max-width: 980px) {
	.container {
		display: block;
		grid-gap: 20px;
		width: 100%;
		background-attachment: fixed;
	}
	.leftContainer {
		display: inline-block;
		height: auto;
		margin: 10px;
	}
	.mainLeft {
		margin: 2%;
		width: 96%;
	}
	.mainRight {
		display: inline-block;
		margin: 2%;
		width: 96%;
	}
	.input-container {
		width: 90%;
	}
	.leftHeader h1 {
		font-size: 2em;
	}
	.leftHeader h2 {
		font-size: 1em;
	}
	.leftContent h1 {
		font-size: 1.5em;
	}
	.leftContent p {
		font-size: 1em;
	}
	.competitionContainer img {
		height: 5em;
		width: 5em;
	}
	.competitionContainer p {
		font-size: 1em;
		line-height: 1.5em;
	}
	.footerMenu a {
		font-size: 1em;
	}
	.footerCopy p{
		font-size: 1em;
	}
/*	.input-field {
		width: 100%;
	}*/
	.buttonContainer {
		width: 100%;
		padding-left: 0;
	}
	.leftContent {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footerMenu {
		padding-top: 10px;
	}
}