html,
body{
    font-size: 15px;
	background-color: #fdba1d;
}

.cstmcontainer{
	max-width: 670px;
}

.langbtn,
.langbtn:link,
.langbtn:visited{
	background-color: white;
	color: black;
	font-size: 0.83rem;
	padding: 0 2em;
	line-height: 3em;
	border-radius: 1.5em;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

.scr1text1{
	font-size: 3.4526rem;
	font-weight: normal;
	color:#fdba1d;
}

.scr1text2{
	font-size: 2.64rem;
	font-weight: normal;
	color:#fdba1d;
}

.btnreverse,
.btnreverse:link,
.btnreverse:visited{
    background-color: #fdba1d;
    color: #d31f28;
    font-size: 2rem;
    padding: 0.5em 2em;
	font-weight: normal;
	line-height: 1.4em;
	border-radius: 1.2em;
	display: inline-block;
	text-decoration: none;
}

.page2title{
	font-size: 1.6rem;
	font-weight: normal;
	color:#000000;
}

.submit-btn-page2-step1,
.btnreverse:link,
.btnreverse:visited {
	background-color: #ed1c28;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
	font-weight: normal;
	line-height: 1.4em;
	border-radius: 2em;
	display: inline-block;
	text-decoration: none;
	border: none; 

}

.dropdown {
	width: 100%;
	padding: 0.75rem;
	border-radius: 2rem; /* Round Borders */
	border: 1px solid #ccc;
	background: white;
	font-size: 16px;
	appearance: none; /* Removes default dropdown styling */
}
/* Ensure the wrapper has a relative position */
.dropdown-container {
    position: relative;
    display: inline-block;
    width: 50%;
}

.dropdown-container::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image:  url("../images/red_down_arrow.svg"); 
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; /* Ensures it's not clickable */
}



.page2step2title{
	font-size: 2rem;
	font-weight: bold;
	color:#d31f28;
}
.form-control {
    border-radius: 2rem; /* Adjust for your preference */
}
.form-select {
    border-radius: 2rem; /* Adjust for your preference */
}

input.form-control, 
select.form-select {
    background-color: #f0f0f0; /* Light Grey Background */
}

input.form-control::placeholder, 
select.form-select {
    color: black; /* Ensures placeholder text is black */
}

input::placeholder {
    color: black !important;
    opacity: 1; /* Ensures full opacity */
}

.form-check-input:checked {
    background-color: #fdba1d !important;
    border-color: #fdba1d !important;
}


.submit-btn-page2-step1,
.btnreverse:link,
.btnreverse:visited {
	background-color: #ed1c28;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
	font-weight: normal;
	line-height: 1.4em;
	border-radius: 2em;
	display: inline-block;
	text-decoration: none;
	border: none; 

}
.submit-btn-page2-step2,
.btnreverse:link,
.btnreverse:visited {
	background-color: #fdba1d;
    color: #000000;
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
	font-weight: normal;
	line-height: 1.4em;
	border-radius: 2em;
	display: inline-block;
	text-decoration: none;
	border: none; 

}
.form-container{
    background-color: white; /* White Background */
    padding: 2rem; /* Adds spacing inside */
    border-radius: 1rem 1rem 0 0; /* Rounded corners only at the top */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
    max-width: 500px; /* Controls form width */
    margin: auto; /* Centers the form */
}
#error .form-container{
	background-color: rgba(255,250,231,0.95)
}

.popuptitle{
	font-size: 4.4rem;
	font-weight: bold;
	color:#d31f28;
}

.popupsubtitle{
	font-size: 1.93rem;
	font-weight: regular;
	color:#000000;
}
.thankyou-title{
	font-size: 2.93rem;
	font-weight: bold;
	color:#d31f28;
}
.thankyou-subtitles{
	font-size: 1rem;
	font-weight: regular;
	color:#000000;
}
.list-unstyled li::before {
	content: "• ";
	color: #FFBF26;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: right !important; /* Force right alignment */
	direction: rtl;
	padding-right: 1.5rem; /* Removes unwanted padding */
    margin-right: 0; /* Ensures it's fully right-aligned */
    list-style-position: inside; /* Keeps bullet points inside the container */
}

.not-available-popup-title{
	font-size: 4.4rem;
	font-weight: bold;
	color:#d31f28;
}

.not-available-popup-subtitle{
	font-size: 2.3rem;
	font-weight: normal;
	color:#000000;
}
.submit-btn-page2-step2-another-time{
	background-color: #fdba1d;
    color: #000000;
    font-size: 1.33rem;
    padding: 0.5rem 3rem;
	font-weight: normal;
	line-height: 1.4em;
	border-radius: 2em;
	display: inline-block;
	text-decoration: none;
	border: none; 
}
.step5-title{
	font-size: 3.4rem;
	font-weight: bold;
	color:#d31f28;
}

.step5-subbigtitles{
	font-size: 1.6rem;
	font-weight: bold;
	color:#000000;
}
.step5-subsmalltitles{
	font-size: 1.6rem;
	font-weight: normal;
	color:#000000;
}
.step-6-title{
	font-size: 1.93rem;
	font-weight: bold;
	color:#d31f28;
}
.step-7-title{
	font-size: 2.35rem;
	font-weight: bold;
}
.ovtext{
	z-index: 10;
	position: relative;
	line-height: normal;
}
.ovline{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.6em;
	background-color: #ffbf26;
	z-index: 5;
}

.info-section {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.info-box {
    background: #ebebeb;
    padding: 10px;
    border-radius: 8px;
    flex: 1;
    margin: 0 5px;
}
.info-title {
	font-size: 0.8rem;
    font-weight: bold;
}
.info-content {
	font-size: 0.8rem;
    font-weight: normal;
}
.user-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.highlight {
    color: #d31f28; /* Red text */
    background: #ffbf26; /* Yellow highlight */
	font-weight: bold;
	display: inline-block;
}

.unique-code {
    border: 2px solid #ffbf26; /* Yellow border */
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
}

.code {
    font-weight: bold;
    color: black;
}

.label {
    color: #FFBF26;
}

.user-info-content {
	word-break: break-all;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.entext{
	direction: ltr;
}
.ui-datepicker-inline{
	width: 100%;
	direction: ltr;
}

.timebooking input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.timebooking input ~ label{
	border-color: #dadada;
	border-style: solid;
	border-width: 1px;
	font-size: 0.75rem;
	color: #000000;
	line-height: 3em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	padding: 0 1em;
}
.timebooking input:disabled ~ label{
	opacity: 0.3;
}
.timebooking input:checked ~ label {
	background-color: #fab91c;
	border-color: #fab91c;
}
label.error{
	color: #d31f28;
	font-size: 0.85rem;
}
input.error,
select.error{
	border-color: #d31f28;
}
.scntsep{
	border-bottom: #C2C2C2 solid 5px;
}

.yellowtext{
	color: #fdba1d;
}


@media (max-width: 768px) {
	.moblesspx.form-container,
	#thankyou.form-container{
		padding-left: 0.25rem;
  		padding-right: 0.25rem;
	}
	.step5-title{
		font-size: 2.4rem;
	}
	.thankyou-title{
		font-size: 2rem;
	}
}