.head {
  max-width: 750px;
  width: 100%;
}

main {
  width: 100%;
  max-width: 750px;
}

header {
  width: 100%;
}
body {
  background: linear-gradient(to bottom, #87ceeb, #ffffff);
  background-repeat: no-repeat;
  background-color: #fff;
}

.bg-main {
  background-color: #0d3642;
}

.text-main {
  color: #0d3642 !important;
}

.f-4 {
  font-weight: 400;
}

.highlight {
  color: #56b01a !important;
  font-size: 24px !important;
  font-weight: 700;
}

.otp-in {
  width: 40px;
  height: 40px;
}

.form-group {
  margin: 10px 0px !important;
}

label {
  color: rgba(13, 54, 66, 0.767);
  font-size: 14px;
  font-weight: 400;
}

.reddot::after {
  content: " *";
  color: red;
}

input,
select {
  background-color: #f3f4f9 !important;
  border-radius: 4px !important;
}

button {
  font-size: 18px !important;
  font-weight: 600 !important;
  background-color: #0d3642 !important;
}

button:active {
  background-color: #56b01a !important;
}

button:disabled {
  background-color: #7f949a !important;
}

.progress-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: conic-gradient(#0d3642 0%, #0d3642 0%, #7f949a 0%, #7f949a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.progress-text {
  max-width: 36px !important;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
}

button:hover {
  background-color: #0d3642;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-left: 30px solid #0d3642;
  border-bottom: 21px solid transparent;
}

.pr-2 {
  padding-right: 30px;
}

.active {
  background-color: #0d3642 !important;
}

.radio-con {
  width: 48% !important;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 39px !important;
  background-color: #f3f4f9;
}

.radio-con > label {
  font-size: 14px;
}

.active > label {
  color: white;
}

input[type="radio"] {
  accent-color: #56b01a;
}

.step {
  animation: fadeIn 0.5s forwards;
}

.move {
  animation: logo 0.5s forwards;
}

.coin-img {
  animation: fadeIn 0.5s forwards, hovering 2s ease-in-out infinite;
}

@keyframes hovering {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes logo {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.border-main {
  border-color: #0d3642 !important;
}

#resend {
  font-size: 12px !important;
}

#prev {
  background-color: transparent !important;
  color: #0d3642 !important;
  border: #7f949a 0.5px solid !important;
}

@media only screen and (min-width: 768px) {
  /* body {
    display: none;
  } */
  label,
  input {
    font-size: 18px;
  }
  .radio-con > label {
    font-family: 18px;
  }
}

input:focus {
  backdrop-filter: blur(0px) !important;
  filter: none !important;
}

input:active {
  backdrop-filter: blur(0px) !important;
  filter: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input:focus,
  textarea:focus,
  select:focus {
    filter: none !important;
    /* Remove blur */
    outline: none !important;
    /* Remove default outline, if needed */
  }
}

input[type="date"] {
  display: block !important;
  /* Ensure it's displayed */
  visibility: visible !important;
  /* Ensure it's visible */
  opacity: 1 !important;
  /* Ensure it's fully opaque */
}

.otp-con {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.otp-pop-up {
  height: fit-content;
}

.otp-in {
  width: 35px;
  height: 35px;
}

.otpbtn {
  /* box-shadow: 0px 0px 2px 1px rgba(255, 216, 24, 1); */
  background-color: #0d3642;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

#resend {
  text-decoration: underline;
}

body {
  /* height: 100vh; */
}

footer {
  width: 100%;
  max-width: 750px;
}
