/*

Theme Name:		        Aidea - Child
Theme URI: 		        https://aidea.forqy.website/
Description:            Child Theme for an Aidea
Text Domain: 			aidea-child
Version:				1.0.0

Template:		        aidea
Template Version: 		1.2.2

Author: 		        FORQY
Author URI:             https://forqy.website/

License:				GPL-3.0-or-later
License URI:			https://www.gnu.org/licenses/gpl-3.0-standalone.html

*/

.d-none {display:none!important;}

.barber-profiles {align-items: center;justify-content: center;}
.barber-profiles .wp-block-column {max-width:400px;}

.barber-pricing {}
.barber-pricing strong {font-size:125%}




#custom-confirm-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 450px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.popup-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
