/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 
.cplay-container-footer{
    background: #1e1b4b;
    color: white;
    padding: 7px;
    text-align: center;
    font-size: 0.9rem;
}




.cplay-container-footer p{
    margin: 2px;
   
}

.cplay-logo-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background-color: #1e1b4b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07); /* discreto, visível em fundo claro e escuro */

}

.cplay-logo-bar img {
    max-height: 20px;
    height: 20px;
    width: auto;
    max-width: 100%;
    display: block;
}


/* plugin de marcaçao easy appointment*/

.ea-bootstrap .ui-datepicker .no-slots, .ea-bootstrap .ui-datepicker .no-slots:hover{
    background-color: rgba(239, 68, 68, 0.5) !important;
    color: #fff;
    cursor: default;
}


