﻿.mud-overlay {
    z-index: 700 !important; /* Asegura que esté por debajo del AppBar */
}


.f-sub-titulo-charter {
    font-weight: bold;
    font-size: 15px;
    color: #737373;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d8d8d8;
    height: 35px;
}

.f-sub-titulo-charter-2 {
    font-weight: bold;
    font-size: 13px;
    color: #737373;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
}

.cursor-pointer {
    cursor: pointer;
}

.fon-sync {
    font-size: 13px;
    color: #333333;
}

.grid-no-encabezado .e-gridheader {
    height: 1px;
    overflow: hidden;
}

.divCircular {
    height: 10px;
    width: 10px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.3s ease;
}

.overlay-visible {
    opacity: 1;
    visibility: visible;
}

.overlay-oculto {
    opacity: 0;
    visibility: hidden;
}

.panel-lateral {
    position: fixed;
    top: 65px;
    right: -100%; /* Empieza fuera de la pantalla */
    width: 700px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.4s ease-in-out;
    z-index: 100;
    padding: 10px;
    opacity: 0;
}

.panel-visible {
    right: 0; /* Se desliza hacia dentro */
    opacity: 1;
}

.panel-oculto {
    right: -100%; /* Se desliza hacia fuera */
    opacity: 0;
}

.contenedor-border {
    border: 1px solid lightgray;
}

.contenedor-border-h {
    border: 1px solid lightgray;
}

    .contenedor-border-h:hover {
        border-color: gray;
    }

.contenedor-principal {
    border: 1px solid lightgray;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

    .contenedor-principal:hover {
        border-color: gray;
    }

.contenedor-principal-header,
.cprincipal-header-c {
    background-color: #FAFAFA;
    color: #737373;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    max-height: 70px;
    width: 100%;
}

.cprincipal-header-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-principal-body {
    height: calc(100% - 35px);
    overflow: auto;
    width: 100%;
}

.h-comfac {
    height: 400px;
}

.contenedor-o-m {
    width: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease, width 0.4s ease, height 0.4s ease;
}

/* Estado visible */
.mostrar {
    opacity: 1;
    transform: scale(1);
    width: 100%;
    height: 400px;
}

/* Estado oculto (se hace pequeño y desaparece) */
.ocultar {
    opacity: 0;
    transform: scale(0);
    width: 0;
    height: 0;
    pointer-events: none;
}

.b-style {
    background-color: #d3d3d3;
    color: #363636;
}

    .b-style:hover {
        background-color: #0078D6;
        color: white;
    }

.w-butoon {
    width: 200px;
}

.f-t-indicadores {
    font-size: 28px;
}

.bg-c-charter-titulo {
    background-color: #d8d8d8;
}


.auto-grow-textarea-chat {
    width: 100%;
    min-height: 40px;
    max-height: 80px;
    overflow: auto;
    resize: none;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
}


.auto-grow-textarea {
    width: 100%;
    min-height: 40px;
    max-height: 250px;
    overflow: auto;
    resize: none;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
}



.test-area {
    overflow: hidden;
    resize: none;
    min-height: 30px; /* Altura inicial */
}


.contenedor-datos,
.contenedor-datos-c {
    border: 1px solid lightgray;
    padding: 5px 5px;
}

    .contenedor-datos:hover {
        border-color: gray;
    }

.contenedor-datos-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .contenedor-datos-c:hover {
        border-color: gray;
    }

.custom-button {
    background-color: white !important;
    color: black !important;
}

    .custom-button:hover {
        border: 1px solid black;
    }


.custom-richtext.e-rte-full-screen {
    margin-top: 65px;
    left: 0;
    height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
}

.f-i-seguimiento {
    font-size: 22px;
}


.cprincipal-header-fac-t1,
.cprincipal-header-fac-t2 {
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    max-height: 80px;
    width: 100%;
    /*    background-color: #2196f3;
    color: white;*/
    background-color: #FAFAFA;
    color: #737373;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cprincipal-header-fac-t2 {
    font-size: 14px;
    /*    background-color: #6bb9f7;
    color: white;*/
}

.color-icon-fac-t1,
.color-icon-fac-t2 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*    color: white;
    background-color: #2196f3;*/
}

.color-icon-fac-t2 {
    background-color: #FAFAFA;
    color: #737373;
}

.w-img-fac {
    width: 50px;
}

.sf-textbox-right-fac {
    text-align: right;
}
