- /*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/



#otp-login-box{
	display: inline-flex;
}
#login_phone{
    width: 100%;
    padding: 12px 15px;
    margin: 8px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;

}
#sendLoginOtpBtn{
    background: #188EF5;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    padding: 12px 15px;
    margin: 8px 0px;
    border-radius: 6px;
    font-size: 14px;
}
#otp-login-box input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

/* Common button styling */
#otp-login-box button {
  display: inline-block;
  background-color: #188EF5; /* same color for both */
  color: #fff;
  border: none;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

#otp-login-box button:hover {
  background-color: #188EF5;
}

.page-id-21836 .wpresidence-content-container-wrapper{
  margin-top: 10% !important;
}
.page-id-21836 .breadcrumb_container{
  padding: 0px!important;
}
select#country1 {
    padding: 12px 15px;
    width: 100%;
    margin: 8px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

select.country_list {
    padding: 12px 15px;
    width: 100%;
    margin: 8px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}