.be_user_profile_page{
  	overflow:hidden;
  	width: 100%;
	display:flex;
	gap:5px;
}
.be_cancel_appointment{
	cursor:pointer;
}
span.be_password_error {
    color: #d00;
}
.be_profile_endpoints ul{
  list-style: none;
}
.be_user_profile_endpoints{
    width: 100%;
    float: none;
    overflow: hidden;
}
.be-clear {
    clear: both;
}
.be-position-top span.be_dashicon {
    margin-left: 10px;
}
.be_profile_endpoints ul{
	background: #ffffff;
	list-style: none;
	margin: 0;
	border: 1px solid #ccc;
	padding: 0;
}
.be_profile_endpoints li {
    border-bottom: 1px solid #ccc;
}
.be_profile_endpoints li a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    line-height: 28px;
    font-size: 16px;
}
.be_dashicon {
    float: right;
    line-height: 30px;
}
.be_custom_avatar {
    position: relative;
    margin-bottom: 15px;
}
.be_custom_avatar img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.be_custom_avatar form {
    margin: 0 auto;
    text-align: center;
}
.be_submit:hover{
  box-shadow: none;
}
input#be_file{
  height: 0;
  overflow: hidden;
  width: 0;
}
.be-button {
    display: inline-block;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    font-size: 0.875em;
    line-height: 1.618;
}
label.be-button {
    margin-right: 10px;
}
.be-fields-half, .be-fields{
  width: 100%;
  float: left;
}
.be-fields label{
  display: block;
}
/* account detail */
p.be_fields:nth-child(odd) {
    margin-right: 15px;
}
.be_input_field {
    width: 97%;
    color: #000;
}
/* media queries */
@media screen and ( max-width : 767px ) {
    .be_user_profile_endpoints {
        padding-top: 15px;
        clear: both;
    }
    p.be_fields:nth-child(odd) {
        margin-right: 0;
    }
}
@media screen and ( min-width : 768px ) {
    .be_user_profile_endpoints{
        width: 67%;
    }
    .be_custom_avatar {
        width: 30%;
    }
    .be-fields-half {
        width: 48%;
        float: left;
		margin-right: 2%;
    }
    .be-position-right .be_custom_avatar {
        float: right;
    }
    be-position-top .be_custom_avatar {
        margin: 15px auto;
    }
    .be-position-top .be_profile_endpoints, .be-position-top .be_user_profile_endpoints {
        width: 100%;
        overflow: hidden;
    }
    .be-position-top ul li {
        float: left;
    }
    .be-position-top .be_profile_endpoints ul {
        overflow: hidden;
    }
}
@media screen and ( min-width : 1000px ) {
    .be_profile_endpoints {
        width: 20%;
    }
    .be_user_profile_endpoints{
        width: 77%;
    }
    .be_custom_avatar {
        width: 20%;
    }
}
.be_profile_endpoints li i{
      float: right;
      line-height: 1.6;
  }
  .be_loading {
      display:none;
	-webkit-animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}
.be_my_bookings_status.booking_row div {
    padding: 18px;
    margin: 6px;
}
.booking_row{
	display:flex;
	flex-wrap:wrap;
}
.booking_column_3{
	flex:0 0 31%;
	min-width:31%;
	text-align:center;
	border-radius:5px;
}
.booking_pending{
	background:#e5e5e5;
	color:#777;
}
.booking_processing{
	background:#c6e1c6;
	color:#5b841b;
}
.booking_confirmation{
	background:#f8dda7;
	color:#94660c;
}
.booking_completed{
	background:#c8d7e1;
	color:#2e4453;
}
.booking_cancelled{
	background:#e5e5e5;
	color:#777;
}
.booking_refunded{
	background:#e5e5e5;
	color:#777;
}
.booking_failed{
	background:#eba3a3;
	color:#761919;
}