/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.0.7

All css files are placed in /css/ folder
*/

.um-field-label label{
    position: relative;
    display: inline-block;
}
.um-field-label label::after{
    position: absolute;
    content: '*';
    right: -10px;
    top: 0;
    color: red;
}
#um_field_204_mobile_number .um-field-label label::after,
#um_field_204_confirm_user_password .um-field-label label::after{
    display: none;
}
#menu-item-217 a span:before {
    content: "\f234"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

#menu-item-219 a span:before {
    content: "\f2f5"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

#menu-item-218 a span:before {
    content: "\f007"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

a.ui-bg-blue.ui-btn.button-primary {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
    background-color: #f45932 !important;
    color: #fff;
}
a.ui-bg-blue.ui-btn.button-primary:hover {
    text-decoration: none;
}