/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 10:23:02 */
#olo-frontend-password:not(.editing_password) .acf-input-wrap,
#olo-frontend-password .description{
	display:none;
}
#olo-frontend-password.editing_password .description{
	display:block;
}
#olo-frontend-password .description {
    position: absolute;
    right: 8px;
    z-index: 10;
    top: 8px;
    font-size: 12px;
    cursor: pointer;
    text-transform: unset;
}
body.account-updated #olo-form-success {
    display: block !important;
    background: green;
    color: #fff;
    text-align: center;
    padding: 8px;
}