/* Style Sheet from SinergiaCRM customization */

.stic-container {
    max-width: var(--responsive--alignwide-width) !important;
}
.stic-form h5 {
    background-color: #eee;
    padding: 0;
    border-bottom: 1px solid grey;
    font-size: 17px;
}
.stic-form ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.stic-form li {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}
.stic-form li label {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 3px;
    text-align: justify;
}
.stic-form li label b {
    font-size: 17px;
}
.stic-form li label.stic-check-label {
    width: 90%;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 3px;
    margin-bottom: 0;
}
.stic-form li span {
    width: 100%;
    display: inline-block;
}
.stic-form li .input-text {
    width: 100%;
    font-size: 13px;
}
.stic-form li.stic-send span {
    display: inline-block;
    width: auto;
}
.stic-form li.stic-send .forgot-pass {
    display: inline-block;
    margin-left: 10px;
}
.stic-form li.last {
    padding-bottom: 0;
}
.stic-form .input-text {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    /* background: transparent; */
}
.stic-form input[type="file"] {
    border: 0;
    padding: 0;
    line-height: normal;
    height: auto;
    font-size: 13px;
}
.stic-form textarea.input-text {
    height: 150px;
    line-height: normal;
}
.stic-form-two-col li {
    margin-right: 3%;
    width: 48.2%;
}
.stic-form-two-col li.last {
    margin-right: 0;
    padding-bottom: 15px;
}
.stic-form-one-col li {
    margin-right: 3%;
    width: 97%;
}
.stic-form-one-col li.last {
    margin-right: 0;
    padding-bottom: 15px;
}

.stic-form-list-view {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 25px;
    padding: 10px;
    width: 100%;
}
.stic-form-list-view ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.stic-form-list-view li {
    border-top: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    padding: 10px 0;
    vertical-align: top;
    width: 48%;
}
.stic-form-list-view li:first-child,
.stic-form-list-view li:first-child + li {
    border-top: medium none;
}

.stic-form-list-view li label {
    width: 25%;
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
}
.stic-form-list-view li span {
    width: 65%;
    display: inline-block;
}
.stic-tab-content {
    width: 100%;
    border: 0;
}
.stic-tab-content .success,
.entry-content .success {
    background: #cfffc6;
    border-left: 5px solid #6db05f;
    color: #4c933e;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    width: 100%;
}
.stic-tab-content .info,
.entry-content .info {
    background: #0071ce;
    border-left: 5px solid #88c0e2;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    margin: 1em 0;
    width: 100%;
}
.stic-tab-content .warning,
.entry-content .warning {
    background: #f4bd07;
    border-left: 5px solid #f68922;
    color: #000000;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    margin: 1em 0;
    width: 100%;
}
.stic-login-form .error,
.stic-tab-content .error,
.entry-content .error {
    background: #ffc6c6;
    border-left: 5px solid #a53c3c;
    color: #a53c3c;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    width: 100%;
}

.stic-login-form .error,
.stic-login-form .success {
    margin-top: 15px;
}

.stic-check-container {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.stic-info {
    font-style: italic;
}
/*stic-login-form
===========================*/
.stic-login-form,
.stic-forgotpas-form {
    width: 340px;
    min-height: 500px;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #eee;
    max-width: 100%;
}

.stic-login-form h3,
.stic-forgotpas-form h3 {
    margin: 0;
    padding: 0 0 25px 0;
}

/*stic-login-form
===========================*/
.stic-tab {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.stic-tab li {
    display: inline-block;
    position: relative;
}
.stic-tab li a {
    padding: 5px 15px;
    display: block;
    background: #eee;
    color: #666;
    border: 1px solid #ddd;
    border-bottom: none;
}
.stic-tab li a:hover {
    text-decoration: none;
    color: #000;
}

.stic-tab li.active:after,
.stic-tab li:hover:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #777;
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.stic-tab-content {
    border: 1px solid #ddd;
    border-top: none;
    width: calc(100% - 50px) !important;
    display: inline-block;
    padding: 25px;
}
.stic-tab-content h3 {
    margin: 0;
    padding: 0 0 20px 0;
}
.stic-tab-content table {
    margin: 0;
    padding: 0;
}
.stic-tab li.active a {
    border-color: #777;
}
/* pagination
===========================*/
.pagination {
    float: right;
}
.pagination li {
    float: left;
    list-style: outside none none;
    padding: 0 0 0 20px;
}
.pagination .current {
    color: #000000 !important;
}

.stic-send .right {
    float: right;
}

.main-col a {
    color: #000000 !important;
    padding-right: 20px;
}
.main-col a:hover {
    color: #000000 !important;
    text-decoration: none;
}

/* Sign up form */
#accounts_fields {
    display: none;
} 

/* CUSTOM */
@media only screen and (min-width: 0px) and (max-width: 768px) {
    .stic-tab-content {
        padding: 10px;
    }
    .stic-form-list-view li {
        width: 100%;
    }
    .stic-form-list-view li:first-child + li {
        border-top: 1px solid #ddd;
    }
    .stic-form-two-col li {
        margin-right: 0;
        width: 100%;
    }
    .stic-tab li a {
        padding: 5px 10px;
        font-size: 13px;
    }
    .stic-login-form,
    .stic-forgotpas-form {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .content {
        width: 100%;
        margin: 0px;
    }
    .page .type-page .status-publish .hentry {
        margin-left: 6%;
        margin-right: 6%;
    }
    .entry-content {
        /* width: 100% !important; */
    }
    .singular .entry-header {
        margin: 0;
    }
    .stic-tab-content {
        font-size: 14px;
    }
    .pagination {
        margin-top: 24px;
    }
    textarea {
        padding: 10px !important;
    }
}

.entry-content th {
    line-height: 1.3;
    padding-bottom: 14px;
    text-align: left;
}
.stic-userinfo {
    font-size: 14px;
    margin-bottom: 30px;
    font-size: 17px;
    max-width: var(--responsive--alignwide-width) !important;
    width: auto !important;
    float: right;
    margin-right: 20px !important;
}
.stic-tab-content {
    width: auto;
}
.stic-tab-content .success,
.entry-content .success0 {
    margin-bottom: 10px;
}
.all-notes ul {
    width: auto;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.all-notes ul li {
    margin-top: 10px !important;
    padding-bottom: 20px !important;
}
.all-notes li .name {
    font-size: 16px !important;
    margin-bottom: 8px;
}
.all-notes li .description {
    width: 100%;
    padding-left: 0px !important;
    margin-bottom: 8px;
}
.all-notes li .name_autor {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 8px;
}
.all-notes li .asttachment {
    width: 100%;
    padding-left: 0px !important;
    margin-bottom: 8px;
}
.all-notes li .asttachment span {
    margin-top: 1px;
}
.attachmentli {
    margin-bottom: 20px;
}
.input_login {
    width: 93.6% !important;
}
.actions_login {
    margin-top: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    html {
        width: 100% !important;
    }
    #main #content {
        margin: 0 1.6%;
        width: auto;
    }
    .entry-content td,
    .comment-content td {
        width: 1.66% !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .stic-tab-content .success,
    .entry-content .success {
        width: 95.6% !important;
    }
    .bigdesp {
        width: 100% !important;
    }
    .textinputform {
        width: 95.6% !important;
    }
    .field_signup {
        width: 96% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stic-tab-content .success,
    .entry-content .success {
        width: 97.6% !important;
    }
    .bigdesp {
        width: 100% !important;
    }
    .textinputform {
        width: 97.6% !important;
    }
    .field_signup {
        width: 97% !important;
    }
}

@media only screen and (min-width: 768px) {
    .stic-tab-content .success,
    .entry-content .success {
        width: 97.6% !important;
    }
    .bigdesp {
        width: 97.6% !important;
    }
    .textinputform {
        width: 97.6% !important;
    }
}

.download-link {
    background: url(../images/download_icon.png) no-repeat scroll 2px 2px;
    padding-left: 30px;
    border: medium none !important;
    color: #b93207 !important;
}
.download-link:hover {
    text-decoration: underline;
}

/* SinergiaCRM customization */
li.required label::after {
    content: " *";
    color: red;
    font-weight: bold;
}
.info a {
    color: #ffffff !important;
}

/*Set css flex to forms*/
form[flex] ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.stic-form-one-col form[flex] ul li {
    max-width: 95%;
}

form[flex] ul li {
    max-width: 45%;
}

form[flex].col3 ul li {
    max-width: 30%;
}

/* Custom CSS */
.input-text[invalid] {
    color: red;
}

/* Custom CSME classes */
.stic-titulo-csme {
    color: #005b50;
    font-size: 1.1125rem;
}

/* Internal tabs with content */
.stic-ctabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* tab list item */
.stic-ctabs .stic-ctabs-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.stic-ctabs .stic-ctabs-list li {
    width: 100px;
    float: left;
    margin: 0px;
    margin-right: 2px;
    padding: 10px 5px;
    text-align: center;
    background-color: #eee;
    border-radius: 3px;
}

.stic-ctabs-list li.stic-ctabs-button {
    background-color: white;
}

.stic-ctabs-list li button {
    width: auto;
}

.stic-ctabs .stic-ctabs-list li:hover {
    cursor: pointer;
}
.stic-ctabs .stic-ctabs-list li a {
    text-decoration: none;
    color: black;
    -webkit-box-shadow: none; /*inset 0 -1px 0 rgb(15 15 15);*/
    box-shadow: none; /*inset 0 -1px 0 rgb(15 15 15);*/
}
/* Tab content section */
.stic-ctabs .stic-ctab {
    display: none;
    width: 96%;
    min-height: 250px;
    height: auto;
    border-radius: 3px;
    padding: 20px 15px;
    background-color: white;
    color: darkslategray;
    clear: both;
}
.stic-ctabs .stic-ctab h3 {
    border-bottom: 3px solid white;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 5px;
}
.stic-ctabs .stic-ctab p {
    line-height: 20px;
    letter-spacing: 1px;
}

/* When active state */
.stic-cactive {
    display: block !important;
}

.stic-tab-active {
    display: block !important;
}

.stic-ctabs .stic-ctabs-list li.stic-cactive {
    background-color: #eee !important;
    color: #cf3c1a !important;
}
.stic-cactive a {
    color: #cf3c1a !important;
}

ul.stic-button-list {
    display: flex;
    direction: row;
    flex-wrap: nowrap;
    margin-top: 25px;
    justify-content: flex-start;
    align-items: center;
}

.stic-button-list .stic-button {
    width: auto;
    margin: 0;
    padding-right: 15px;
}

.stic-ctab b {
    font-weight: 900;
    color: black;
}

/* media query */
@media screen and (max-width: 360px) {
    .stic-ctabs {
        margin: 0;
        width: 96%;
    }
    .stic-ctabs .stic-ctabs-list li {
        width: 80px;
    }
}

.stic-profile-picture {
    border: solid 3px grey;
    padding: 5px;
    max-width: 200px;
}

.stic-link-menu-text {
    font-weight: 500;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
}

.stic-primary-menu{
    padding: 25px;
    width: calc(100% - 50px);
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: none;
    float: left;
    justify-content: center !important;
    margin-inline-start: 0px !important;
}

.fc-daygrid-event {
    cursor: pointer;
}

ul.stic-primary-menu li {
    list-style: none;
    display: inline-block;
    padding: 10px;
}

input[disabled=disabled],
textarea[disabled=disabled],
select[disabled=disabled]{
    background-color: transparent;
    color:black !important;
}
.fc-daygrid-day-number {
    text-decoration: none;
}

.stic-primary-menu-list.current-menu-item > a {
    background: #0b5ed7;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 12px;
}

/* Para menú de usuario */

/* Contenidor principal */
.stic-dropdown {
    position: relative;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* La fletxeta */
.arrow-down {
    border: solid currentColor; /* 'currentColor' hace que herede el color blanco del texto */
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: -2px; /* Ajuste fino de centrado vertical */
}

/* Al pasar el cursor por el nombre, la flecha baja 3 píxeles */
.dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Espacio exacto entre el texto y la flecha */
    background-color: #1f2937; /* Gris oscuro elegante */
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

/* Efecto al pasar el cursor por el botón */
.dropdown-trigger:hover {
    background-color: #374151; /* Un gris un poco más claro */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
/* El contingut ocult per defecte */
.dropdown-content {
    position: absolute;
    top: calc(100% + 6px); /* Lo separa un poco del botón */
    left: 0;
    min-width: 220px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb; /* Borde sutil */
    
    /* Sombra elegante para dar efecto de elevación (Flotante) */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 
                0 4px 6px -2px rgba(0, 0, 0, 0.04);
    z-index: 100;
    overflow: hidden; /* Mantiene los bordes redondeados con los links */
    
    /* Estado inicial oculto con efectos listos para animar */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

/* Enllaços dins del desplegable */
.dropdown-content a {
    display: block;
    padding: 12px 16px;
    color: #4b5563;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

/* Hover de los enlaces normales */
.dropdown-content a:hover {
    background-color: #f3f4f6;
    color: #111827;
}

/* Mostrar al fer hover */
.stic-dropdown.is-active .dropdown-content {
    display: block;
}

/* Opcional: estil per al botó de sortir */
.dropdown-content a.logout {
    border-top: 1px solid #f3f4f6; /* Línea divisoria */
    color: #dc2626; /* Rojo sutil */
}

.dropdown-content a.logout:hover {
    background-color: #fef2f2; /* Fondo rojizo suave */
    color: #991b1b;
}

.stic-dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Cae suavemente en su lugar */
}

.stic-dropdown:hover .arrow-down {
    transform: rotate(-135deg); /* Gira hacia arriba */
}

.chat-input-area textarea {
    flex: 1;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    resize: none;
    height: 40px;
    font-family: inherit;
    outline: none;
}
.btn-send {
    background-color: #075e54;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}
.btn-send:hover { background-color: #128c7e; }

.chat-container { 
    display: flex; 
    flex-direction: column; 
    padding: 20px; 
    background: #e5ddd5; 
    font-family: sans-serif; 
    border-radius: 15px 15px 0 0; 
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);

    /* --- NUEVAS PROPIEDADES PARA EL SCROLL --- */
    height: 500px;          /* Altura fija (ajusta a tu gusto, ej: 60vh) */
    overflow-y: auto;       /* Activa el scroll vertical si el contenido supera la altura */
    scroll-behavior: smooth; /* Hace que el scroll automático sea fluido */
}

/* Opcional: Estilizar la barra de scroll para que no desentone */
.chat-container::-webkit-scrollbar {
    width: 6px;
}
.chat-container::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
}

.chat-input-area {
    background: #f0f0f0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #ddd;
    /* Arrodonim només les cantonades inferiors */
    border-radius: 0 0 15px 15px; 
}

/* Estil base de la bombolla */
.message { 
    max-width: 75%; 
    margin-bottom: 12px; 
    padding: 10px 15px; 
    border-radius: 18px; /* Arrodoniment general */
    position: relative; 
    font-size: 14px; 
    line-height: 1.4; 
    box-shadow: 0 1px 2px rgba(0,0,0,0.15); /* Ombra de la bombolla */
}

/* Bombolla rebuda (Esquerra) */
.received { 
    align-self: flex-start; 
    background: #ffffff; 
    border-top-left-radius: 2px; /* Cantonada punteguda estil WhatsApp */
}

/* Bombolla enviada (Dreta) */
.sent { 
    align-self: flex-end; 
    background: #dcf8c6; 
    border-top-right-radius: 2px; /* Cantonada punteguda estil WhatsApp */
    text-align: left; 
}

/* Info de sota (hora i check) */
.message-info { 
    font-size: 10px; 
    color: #8e8e8e; 
    margin-top: 4px; 
    display: flex; 
    justify-content: flex-end; 
    align-items: center;
    gap: 3px; 
}

.message-author { 
    font-weight: bold; 
    font-size: 11px; 
    color: #075e54; 
    display: block; 
    margin-bottom: 3px; 
}

.message-text { 
    white-space: pre-wrap; 
    word-wrap: break-word; 
    color: #303030;
}

.subject-highlight { border: 2px solid #ff4d4d !important; background-color: #fff2f2; }
.btn-disabled { opacity: 0.5; cursor: not-allowed; }
textarea:disabled { background-color: #f5f5f5; cursor: not-allowed; opacity: 0.7; }


@media only screen and (max-width: 767px) {
    
    /* 1. Corrección global de viewport (Sobreescribe el bug del 158%) */
    html, body {
        width: 100% !important;
        overflow-x: hidden !important;
    }

    /* 2. Formularios Flex: Apilado vertical idóneo para móviles */
    form[flex] ul {
        flex-direction: column !important;
    }
    form[flex] ul li, 
    form[flex].col3 ul li, 
    .stic-form-one-col form[flex] ul li { 
        max-width: 100% !important; 
        width: 100% !important; 
        margin-right: 0 !important;
    }

    /* 3. Pestañas / Navegación: Desplazamiento horizontal táctil fluído */
    .stic-tab, 
    .stic-ctabs .stic-ctabs-list,
    .stic-primary-menu {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch; /* Scroll nativo de iOS ultra suave */
        white-space: nowrap !important;
        width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box !important;
    }
    .stic-tab li, 
    .stic-ctabs .stic-ctabs-list li,
    ul.stic-primary-menu li {
        flex: 0 0 auto !important;
        float: none !important;
        display: inline-block !important;
    }
    /* Ocultamos las flechitas de indicador que desbordan los menús móviles */
    .stic-tab li.active:after, .stic-tab li:hover:after {
        display: none !important;
    }

    /* 4. Menú Desplegable de Usuario (Dropdown) */
    .dropdown-content {
        right: 0 !important; /* Evita que el submenú flote hacia fuera de la pantalla lateral */
        left: auto !important;
        min-width: 200px !important;
    }

    /* 5. Optimización del Chat en Smartphones */
    .chat-container {
        height: 60vh !important; /* Altura basada en el tamaño real de la pantalla del móvil */
        padding: 12px !important;
    }
    .message {
        max-width: 85% !important; /* Más anchura de lectura para no comprimir el texto en pantallas angostas */
    }
    .chat-input-area {
        padding: 8px !important;
    }

    /* 6. Mejoras generales en tablas de datos */
    .stic-tab-content table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important; /* Permite arrastrar tablas anchas con el dedo */
    }
    
    /* 7. Ajuste de textos informativos y alertas */
    .stic-tab-content .success, .entry-content .success,
    .stic-tab-content .info, .entry-content .info,
    .stic-tab-content .warning, .entry-content .warning,
    .stic-login-form .error, .stic-tab-content .error {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .stic-tab-content {
        border: none !important;
    }
    .stic-primary-menu {
        border: none !important;
    }
}
