/* HEADER DEL CHAT */
.ocm-form-header {
    background: #111;
    color: #fff;
    padding: 14px 16px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ocm-form-header img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
}

.ocm-form-header span {
    font-size: 12px;
    opacity: 0.85;
}


/* CONTENEDOR PRINCIPAL */
.ocm-chat-form-popup {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}




/* CONTENEDOR DEL IFRAME */

.ocm-chat-form-popup {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin-left: 0px;
    display: block;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}



/*
.ocm-iframe {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}


/* INPUT DE MENSAJE */
.ocm-iframe iframe {
    border-radius: 12px;
}


.ocm-close-button {
    color: #fff;
    font-size: 1.1rem;
    top: 12px;
    right: 12px;
}



.ocm-chat-icon-opener {
    bottom: 6.7rem;
    left: 3.5rem;
    background: #e30613;
    border-radius: 20%;
    width: 90px;
    height: 64px;
    font-size: 1.6rem;
}

.ocm-chat-icon-opener:hover {
    background: #b8050f;
}


.ocm {
    font-family: Arial, Helvetica, sans-serif;
}


.ocm {
    font-family: Arial, Helvetica, sans-serif;
}
