/* Style the options (dropdown list items) */
.custom-select .select-items {
    position: absolute;
    background-color: #fff;
    border: 2px solid red;
    border-radius: 30px;
    z-index: 999999;
    display: none;
    width: 100%;
    overflow: hidden;
   
    overflow-y: auto; /* Add a scrollbar when the content exceeds the maximum height */
}

/* Custom select container */
.custom-select {
    position: absolute;
    display:block !important;
    margin-bottom: 10px;
	width:350px;
	
  }

.state-dropdown {
	margin-top:0;
	z-index:999;
}

.city-dropdown {
	margin-top:50px;
	z-index:99;
}

.address_dropdown {
	margin-top:100px;
	z-index:9;
}

/* Custom select container */
.custom-select-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90vh; /* 100% of the viewport height */
/* 	margin-bottom:15%; */
	padding-bottom:15%;
	background: url(https://www.stlouiswings.com/wp-content/uploads/2024/12/Select-Location-Menu-Background-scaled.webp
)  no-repeat center;
	background-size: cover;
}

/* Center horizontally 
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}*/

/* Submit button */
#submitBtn {
    border-radius: 20px;
    background-color: red;
    color: white;
    font-family: 'DIN';
/*     border-color: red; */
	border: 2px solid #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 6px 35px 7px 15px;
	position:absolute;
	cursor:pointer;
	margin-top:150px;
	margin-left:30px;
	
}

#submitBtn:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    right: 11px;
    top: 10px;
}

#submitBtn:before {
    content: "";
    position: absolute;
    right: 25px;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
}

  .custom-select * {
    box-sizing: border-box;
    font-weight: bold;
  }

  /* Hide the default select dropdown arrow */
  .custom-select select {
    display: none;
  }

  /* Style the custom select to look like a button */
  .custom-select .select-selected {
    display: block;
    padding: 8px 20px;
    border: 2px solid red;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
  }

  .custom-select .select-selected:after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 10px;
  }

  .custom-select.open .select-selected:after {
    border-color: red;
  }

  .custom-select.open .select-selected {
    border-radius: 30px 30px 0 0;
    border-bottom: 0;
  }


  .custom-select .select-prov {
    display: none;
    max-width: 100%;
    padding: 10px;
    background-color: red;
    color: #fff;
    padding: 1px 20px;
    position: relative;
  }

  .custom-select.open .select-prov {
    display: block;
  }

  .custom-select .select-prov:after {

    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 20px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 15px;

  }

  /* Style the options (dropdown list items) */
  .custom-select .select-items {
    position: absolute;
    background-color: #fff;
    border: 2px solid red;
    border-radius: 30px;
    z-index: 1;
    display: none;
    width: 100%;
    overflow: hidden;

  }

.custom-select .select-items .wrapper {
	overflow:auto;
/* 	height:164px; */
	max-height:264px;
}

  .custom-select.open .select-items {
    border-radius: 0 0 30px 30px;
    border-top: 0;

  }

  .custom-select .select-items .wrapper div {
    padding: 8px 20px;
    cursor: pointer;
  }

  .custom-select .select-items .wrapper div:hover {
    background-color: red;
    color: #fff;
  }

  

  /* Show the dropdown when the custom select is clicked */
  .custom-select.open .select-items {
    display: block;
	
  }




/* width */
.custom-select .select-items .wrapper::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.custom-select .select-items .wrapper::-webkit-scrollbar-track {
  border-radius: 2px;
	
}
 
/* Handle */
.custom-select .select-items .wrapper::-webkit-scrollbar-thumb {
  background: #333; 
  border-radius: 2px;
	height: 10px;
}

/* Handle on hover */
.custom-select .select-items .wrapper::-webkit-scrollbar-thumb:hover {
  background: red; 
}
#main { background-repeat:no-repeat !important; background-size:cover !important }
.form_select_group {
    width: 360px;
	text-transform:uppercase;
}

/* Spinner */
@keyframes ldio-g73ce5nq3n {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-g73ce5nq3n div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-g73ce5nq3n linear 1s infinite;
  background: #fe718d;
  width: 12px;
  height: 30px;
  border-radius: 6px / 12px;
  transform-origin: 6px 40px;
}.ldio-g73ce5nq3n div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #fe718d;
}.ldio-g73ce5nq3n div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #fe718d;
}
.loadingio-spinner-spinner-hp57zixv3qc {
  width: 380px;
  height: 293px;
/*   display: inline-block; */
	display:none;
  overflow: hidden;
	position:absolute;
	background: #0000000d;
	z-index:99999;
	margin-top:160px;
	
  
}
.ldio-g73ce5nq3n {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
  z-index:999999;
  margin-top:40px;
	margin-left:80px;
}
.ldio-g73ce5nq3n div { box-sizing: content-box; }

/* End of Spinner CSS */

@media(max-width:501px){
	#main .fusion-row {  display: block !important;}
	.custom-select-container {
  
/* 		check email of kelly 342025 */
/* 		  height: 60vh; 100% of the viewport height
			padding-bottom:40%; */
		
		height: 70vh;
        padding-bottom: 80%;
        padding-top: 20%;

		}
}
