#firebase-otp-login-form {
 
}

#firebase-otp-login-form input {
    max-width: 300px;
} 

#fol-message {
    margin-top: 10px;
    color: red;
}
.otp-validation-code{
    opacity: 0;
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;

}
.otp-validation-code.active{
    opacity: 1;
    transition: all 0.3s ease-in-out;
    max-height: fit-content;
    padding-top: 20px;
    display: flex;
    gap: 20px;
}
.phone-otp{
    display: flex;
    align-items: center;
    gap: 20px;
}
.iti{
    max-width: 300px;
    width: 100%;
}
#otp-phone-step label{
	color: #fff;
}
#phone_number{
	padding: 3px 15px;
	color: #fff;
}
#send-otp-btn{
	background-color: var(--bricks-color-eswjyy);
    color: var(--bricks-color-cqyrtp);
    border-top: 1px solid var(--bricks-color-cqyrtp);
    border-left: 1px solid var(--bricks-color-cqyrtp);
    border-radius: 8px;	
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 40px;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;	
    width: 100%;
    margin-top: 20px;
}
.otp-checkout-login h4{
    font-size: 20px;
    margin-bottom: 10px;	
}
.g_id_signin {
    margin: 0 auto; 
}
 
.google-button-wrapper {
	background-color: #202124;
    color: var(--bricks-color-cqyrtp);
    border-top: 1px solid var(--bricks-color-cqyrtp);
    border-left: 1px solid var(--bricks-color-cqyrtp);
    border-radius: 8px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 40px;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 20px; 
  display: flex;
  justify-content: center;
}
/*
 * Tab Navigation Styles
*/

 
.otp-dev-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  border-bottom: 1px solid #444; 
}

 
.otp-dev-tabs li {
  margin: 0;
  padding: 12px 20px;
  cursor: pointer;
  color: #999;  
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease-in-out;
}

.otp-dev-tabs li:hover {
  color: #fff;
}

.otp-dev-tabs li a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

 
.otp-dev-tabs li.active {
  color: #fff;  
  border-bottom-color: #fff;  
}
 
.otp-dev-tab-pane {
  display: none;  
}

.otp-dev-tab-pane.active {
  display: block;  
}
  