
@media (max-width: 767px) {
	.hidden-mobile {
	  display: none;
	}
}

@media (max-width: 576px) {
	.hidden-mobile {
	  display: none;
	}
}

@media only screen and (max-width: 576px) {
  .hidden-bar {
    display: none;
  }
 .responsive-iframe {
    width: 100%;
    border: none;
  }
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.otp-input:focus {
  border-color: #007bff;
  outline: none;
}