.ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    justify-content: center;
    PADDING-TOP: 50PX;
    PADDING-BOTTOM: 50PX;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #666;
    height: 40PX;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: 0;
    margin-left: auto;
}
.wpcf7 form {
    position: relative;
    font-family: 'Montserrat';
    font-size: 16px;
}
.uap-become-affiliate-bttn {
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat';
    padding: 8px 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #ffe097;
    border: none;
    color: #1e1e1e;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.uap-become-affiliate-wrapp {
    margin: 15px 0;
    text-align: center;
}
.uap-ap-theme-4 .uap-ap-menu {
    clear: both;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background-color: #FFE097;
}
.uap-ap-theme-4 .uap-ap-menu .uap-ap-menu-tab-item a {
    color: black;
}
.uap-ap-theme-4 .uap-ap-menu .uap-ap-menu-item:hover, .uap-ap-theme-4 .uap-ap-menu .uap-ap-menu-tab-item:hover, .uap-ap-theme-4 .uap-ap-menu .uap-ap-submenu-item:hover .uap-ap-menu-tab-item {
    background-color: #d39900!important;
}

.uap-ap-theme-4 .uap-ap-menu .uap-ap-submenu-item .uap-public-ap-menu-subtabs {
    margin-top: 67px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    background-color: #fce199;
}
.uap-ap-theme-4 .uap-ap-menu .uap-public-ap-menu-subtabs .uap-ap-menu-item a {
    color: black!important;
}
.uap-ap-theme-4 .uap-ap-menu .uap-ap-menu-item-selected, .uap-ap-theme-4 .uap-ap-menu .uap-ap-menu-tab-item-selected {
    background-color: #d39900!important;
    padding-left: 0!important;
}
.uap-user-page-content input[type=submit] {
    text-align: center;
    background: #fce199;
    color: #000;
    border-color: #cf9a13;
    min-width: inherit;
}
.uap-button-primary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #cf9a13;
    vertical-align: middle;
    transition: .25s;
    background-color: #fce199;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1.33;
}

.tutor-color-black {
    color: var(--tutor-body-color);
    DISPLAY: NONE;
}

div.star-rating {
    float: left;
    width: 26px;
    height: 17px;
    text-indent: 5em;
    text-align: top;
    display: flex;
    background: transparent;
    overflow: hidden;
}

.uap-profile-box-title {
    height: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

.uap-ap-wrap .uap-ap-field {
    padding: 2px 0;
    max-width: 500px;
    display: none;
}
.tutor-course-spotlight-wrapper .tutor-conversation .comment-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}