/*
 Theme Name:   Camellador Staging
 Theme URI:    https://camellador.com
 Description:  Camelaldor Staging environement
 Author:       Hortz Industries
 Author URI:   https://simphony.com.co
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/




/* Estilos para el modal de confirmación de logout */
.custom-logout-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.custom-logout-modal div {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
}

.custom-logout-modal p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.custom-logout-modal button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.custom-logout-modal #confirm-logout {
    background-color: #7a1fff; /* Color principal de Camellador */
    color: #ffffff;
    transition: background-color 0.3s ease;
}

.custom-logout-modal #confirm-logout:hover {
    background-color: #5e19cc; /* Un tono más oscuro para el hover */
}

.custom-logout-modal #cancel-logout {
    background-color: #dddddd;
    color: #333333;
    transition: background-color 0.3s ease;
}

.custom-logout-modal #cancel-logout:hover {
    background-color: #cccccc;
}

.rol-heading{
	font-size: 14px!important;
	font-weight:'bold';
}

.rol-heading-02{
	font-size: 14px!important;
	font-weight:700!important;
	color:#5d19ec!important;
}
    

.profile-cover.profile-cover-no-img{
	height:280px!important;
}


/*ESTILOS PARA PACKAGES*/

.plan-benefits {
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.plan-benefits h3 {
    font-size: 1.5em;
    color: #7a1fff; /* Color principal de Camellador */
    margin-bottom: 10px;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    color: #333;
}

.benefits-list .icon-check {
    width: 24px;
    height: 24px;
    background: url('check-icon.png') no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

/**

.blur-premium {
    filter: blur(8px);
    pointer-events: none;
}

.blur-premium.no-blur {
    filter: none;
    pointer-events: auto;
}

.premium-button-container {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.premium-button {
    background-color: #7a1fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.premium-button:hover {
    background-color: #5900cc;
}

.blur-premium-content {
    pointer-events: none;
}**/



/*ESTILOS CHAT CAMELLADOR*/

.chat-input-container {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 25px;
    background: white;
    padding: 5px;
    position: relative;
    height: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	margin-top:20px;
}

#ml-conv-textarea {
    flex-grow: 1;
    resize: none;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    border-radius: 25px;
    text-indent: 45px; /* Mueve el texto a la derecha para que no quede debajo del micrófono */
    padding-right: 50px; /* Espacio para el botón de enviar */
}

.btn {
    background: #7a1fff;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.btn:hover {
    background: #5900cc;
}

.chat-send {
    background-color: #4CAF50; /* Verde para enviar */
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.chat-audio {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF9800;
}

#chat-audio-btn{
	display:none;
}

/* --- CAMELLADOR PREMIUM ANALYTICS --- */
.camellador-blur-analytics {
    filter: blur(6px) grayscale(0.2) brightness(1.1);
    pointer-events: none;
    user-select: none;
    opacity: 0.7;
    transition: filter 0.3s, opacity 0.3s;
    position: relative;
}
.camellador-premium-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.85);
    z-index: 10;
    border-radius: 12px;
    text-align: center;
}
.camellador-premium-overlay h3 {
    color: #7a1fff;
    font-size: 1.3em;
    margin-bottom: 10px;
}
.camellador-premium-overlay p {
    color: #333;
    margin-bottom: 18px;
    font-size: 1.1em;
}
.camellador-premium-btn {
    background: #7a1fff;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(122,28,255,0.08);
    transition: background 0.2s;
    margin-bottom: 8px;
}
.camellador-premium-btn:hover {
    background: #5e19cc;
}
