@charset "UTF-8";

@font-face {
    font-family: 'Logo';
    src: url('../fonts/Emizen.ttf') format('truetype'); /* Especifica el formato 'truetype' */
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 1.8em !important;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}
.logo {
    font-family: 'Logo';
    font-size: 26px;
    color: #017cba !important;
}

.logo_dash {
    font-family: 'Logo';
    font-size: 30px;
    color: #ffffff !important;
    margin-top: -6px;
}

.version{
    font-size: 12px;
    margin-top: 8px;
    color: #6d6b6b;
    font-weight: 400;
    font-family: monospace;
}

.btn-live{
    height: 150px;
    font-size: 40px;
    
}

.navbar {
    background-color: #efefef !important;
    margin-bottom: 10px;
}
.navbar-nav .nav-link {
    color: #161616 !important; /* Aquí puedes poner cualquier color en formato hexadecimal */
  }
.inactivo {
    background-color: rgb(255, 201, 201) !important;
}

.bigger {
    width: 70px;
}

.icon-md {
    font-size: 1.3rem !important;
}

.name {
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
}

.grupo-btn {background-color: #dfdfdf;
    padding: 4px;
    border-radius: 5px;
}

.modal-header{
    background-color: #f7f7f7 !important;
    color: #006293 !important;
}

.modal-title{
    font-size: 18px;
    font-weight: 600;
}

.btn-pizarra
{
    height:200px;
    width:300px;
    font-size: 24px;
    margin: 10px;
    font-weight: 300;  
   
    border-radius: 15px;
    background-image: url('../img/monitor.png'); /* Ruta de la imagen de fondo */
    background-size: contain; /* Hace que la imagen cubra todo el botón */
    background-position: center; /* Alinea la imagen al centro del botón */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    font-weight: 400;
    font-family: "Poppins";
}

.btn-pizarra-sel {
    transition: transform 0.2s ease-in-out;
}

.btn-pizarra-sel:hover {
    transform: scale(1.1);
}

.btn-pizarra-section{
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(5, 5, 5, 0.4);
}
.btn-pizarra-selected
{
    height:100px;
    width:150px;
    font-size: 12px;
    margin: 10px;
    font-weight: 300;  
   
    border-radius: 15px;
    background-image: url('../img/monitor_selected.png'); /* Ruta de la imagen de fondo */
    background-size: contain; /* Hace que la imagen cubra todo el botón */
    background-position: center; /* Alinea la imagen al centro del botón */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    font-weight: 400;
    font-family: "Poppins";
    transform: scale(1.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-pizarra-deselected
{
    height:100px;
    width:150px;
    font-size: 12px;
    margin: 10px;
    font-weight: 300;  
   
    border-radius: 15px;
    background-image: url('../img/monitor_deselected.png'); /* Ruta de la imagen de fondo */
    background-size: contain; /* Hace que la imagen cubra todo el botón */
    background-position: center; /* Alinea la imagen al centro del botón */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    font-weight: 400;
    font-family: "Poppins";
}

.header_call_compuesta
{
    background-color: #def0ff;
}

.header_call_personalizada
{
    background-color: #ffebde;
}

.btn-llamada{
    height:60px;
}

.celda-call {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    padding: 10px;
    border: 1px solid #cfcaca;
}
.texto-prioridad {
    font-size:16px;
}

.panel-call {
    background-color: #515151;
    padding: 10px;
    border-radius: 15px;
    color:#fff;
}

.piz-estado{
 font-size: 20px;
 font-weight: 400;
}

.piz-activo{
    font-size: 20px;
    font-weight: 400;
    color:rgb(255, 255, 255);
    background-color: #005a00;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}

.piz-inactivo{
    font-size: 20px;
    font-weight: 400;
    color:rgb(255, 255, 255);
    background-color: #3f3f3f;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}

.tab-feed{
    padding: 30px;
    background-color: #f3f3f3;
}

.switch-estado{width: 100px !important; height: 34px; color:#059240}

.row-permisos{
    height: 40px;
    font-size: 15px;
    background-color: #f7f7f7;
}

.row-permisos:nth-child(even) {
    background-color: #efefef; /* color claro tipo Bootstrap */
  }

.switch-permisos {font-size: 24px;}
.form-check-input:checked {
    background-color: #2aaa08 !important;
    border-color: #2aaa08 !important;
}
    /* Estilo personalizado para la pestaña activa */
    .nav-tabs .nav-link.active  {
        background-color: #274965;  /* Color de fondo llamativo */
        color: white !important;     /* Color de texto blanco */
        border: 2px solid #9c9c9c;  /* Borde más grueso */
        box-shadow: 0 4px 6px rgba(5, 5, 5, 0.4);  /* Sombra para darle profundidad */
    }

    /* Estilo para las pestañas no activas */
    .nav-tabs .nav-link {
        color: #007bff;  /* Color de texto normal */
    }

    .nav-tabs .nav-link {
        background-color: #f8f9fa; /* Color de fondo al pasar el mouse */
        color: #0056b3;  /* Color de texto al pasar el mouse */
        border:1px solid #efeeee;
    }

    /* Hover para las pestañas no activas */
    .nav-tabs .nav-link:hover {
        background-color: #e0e0e0; /* Color de fondo al pasar el mouse */
        color: #353535 !important;  /* Color de texto al pasar el mouse */
    }