/* Custom Dashboard Styles for Listeo Child Theme */
.dashboard-content .pet-profile-info{
    position: relative;
}
.dashboard-content .pet-profile-info .buttons-to-right{
    top: 24px;
    right: 0;
}
.dashboard-content .pet-profile-card .button {
    padding: 6px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.dashboard-content .pet-profile-card .button.gray {
    background-color: #e9e9e9;
    color: #666;
}
.dashboard-content .pet-profile-card .button.gray:hover {
    background-color: #115740;
    color: #fff;
}
.dashboard-content .pet-attributes {
    display: block;
    margin-bottom: 0;
}

.dashboard-content .pet-attributes .pet-attribute, .dashboard-content .pet-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.dashboard-content .pet-attributes .pet-attribute p, .dashboard-content .pet-note p {
    font-size: 16px;
    font-weight: 600;
    color: #6D6B77;
    margin-bottom: 0;
}
.dashboard-content .edit-pet{
    padding: 40px;
}
.dashboard-content .profile-picture-handler .profile-avatar{
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
}
.dashboard-content .camera-icon{
    font-size: 22px;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .dashboard-content .pet-profile-info .buttons-to-right{
        top: 0;
        right: 0;
    }
}

.form-field-_friendly_address-container, .form-field-_geolocation_lat-container, .form-field-_place_id-container, .form-field-_geolocation_long-container, .form-field-_geolocation_lat-container, .add-listing-section.gallery.dynamic-features, #mceu_18, .mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last{
    display: none !important;
}
.dashboard-list-box  #my-listings-search-form{
    display: none !important;
}