/**
 * Theme Name: Romancy Child
 * Description: Estilos customizados CPlay para Romancy Child theme
 * Author: CPlay
 * Template: romancy
 * Text Domain: romancy-child
 */
 
 
.cplay-container-footer {
    background: #312e81;
    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: #312e81;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

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


/* plugin de marcação 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;
}
