/* Styles definition here */
#fbuilder .cpefb_error {background:#ffbdbd; color:#FF0000;}
#fbuilder .cpefb_error message {display:none;}


/* Aspect general pentru butoanele de oră */
#fbuilder .slots div a {
    border-radius: 999px;
    padding: 8px 18px;
}

/* Sloturi deja rezervate (folosite în rezervări anterioare) */
#fbuilder .slots .htmlUsed a {
    background: #d3d6dc !important;   /* gri deschis */
    color: #6a6f7a !important;        /* text gri mai închis */
    text-decoration: line-through !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

/* Slotul selectat acum de utilizator */
#fbuilder .slots .currentSelection a {
    background: #1d7adf !important;   /* albastru accent */
    color: #ffffff !important;
}