body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #f5f5f5;
}

#container {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

h1 {
  color: #333;
}

label {
  display: block;
  margin: 15px 0 5px;
  color: #555;
}

#countryCode {
  width: 70px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#phoneNumber {
  width: calc(100% - 30px);
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 10px;
}

.phoneNumber {
    width: calc(100% - 30px);
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 10px;
  }

.otp {
  display: none;
}

.mobile-country {
  display: flex;
}

select {
  height: 38px;
}

.input-container {
  position: relative;
}

button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #45a049;
}

#alert-box {
  position: fixed;
  top: 20px;
  margin: auto;
  background-color: #a9e6ad;
  padding: 15px;
  border-radius: 4px;
  display: none;
}

.checkbox-text{
    display: none;
    align-items: center;
    margin: 80px;
}

#final_submit{
    margin-left: 20px;
}

#checkbox{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

#success{
    display: none;
}

.final-response{
    font-size: medium;
    background-color: #b2e4b4;
    padding: 30px;
    border-radius: 5px;
    display: none;
}
