


/********************************\
|************ Global ************|
\********************************/
:root {
    --background-color: --dashboard-background;
    --modal-clear-chat: #F0F8FF;
}

.aviso{
    text-align: center;
}

.checkboxuser{
    margin: 10px 0px;
}

.alerta-user{
    width: fit-content;
}

.form-control{
    height: 44px;
}

.vue-js-switch{
    z-index: 0 !important;
}
.modal-body a{
    color: #3490dc !important;
}
.clicable{
    cursor: pointer;
}
.observaciones_paragrafo{
    white-space: break-spaces;
}

.error_box, .message_box{
    position: fixed;
    z-index: 2;
    right: 10px;
    bottom: 5px;
}
.force_inline{
    display: inline !important;
}
.media-body{
    width:80%;
    display:block;
}
/* FADE VUEJS */
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.nota_interna{
    background: rgba(255,193,7, 0.5);
}

.invitado_color{
    background-color: #B5DDFE  !important;
}
/* SLIDE VUEJS */
.slide-enter-active {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
 }

 .slide-leave-active {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 }

 .slide-enter-to, .slide-leave {
    max-height: 1000px;
    overflow: hidden;

 }

 .slide-enter, .slide-leave-to {
    overflow: hidden;
    max-height: 0;
 }

.nom{
    display:none;
}

.body_1000{
    height: 1000px !important;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
}
#cargando_pagina{
    z-index:10 !important;
    position: absolute;
    height: 80%;
    width:80%;
    top: 10%;
    right: 10%;
    align-items: center;
    border-radius:10px;
}
#cargando_pagina .spinner-border{
    width:100px;
    height: 100px;
    color:black
}
.vue-js-switch .v-switch-core .v-switch-button[data-v-25adc6c0]{
    z-index: 1 !important;
}
.dropdown-item.active{
    color:white !important;
}
.btn-radius-zero{
    border-radius:0;
}
select.card{
    cursor: pointer;
}
.pagination{
    margin-top:10px;
}
.table {
    margin-bottom:0;
}

.fas.fa-trash,
.añadir_subetiqueta{
    transition: transform 0.5s;
}
.fas.fa-trash:hover,
.añadir_subetiqueta{
    transform: scale(1.5);
    cursor:pointer;
}
.multiselect__tags{
    border: 1px solid #ced4da;
    min-height: 44px;
    padding: 11px 40px 0 8px;
}
.btn-group.special {
  display: flex;
}
.special .btn {
  flex: 1
}
.table td{
    vertical-align: middle;
}

input[type="file"]{
    padding:3px;
}

.card-header{
    /*background-color: #1565C0;*/
    background-color: var(--background-color);
    color:white;
}
.card-header.card-header-mistiqs.clicable{
    cursor: pointer;
}
.card-header.card-header-mistiqs{
    background-color: #F7F7F7;
    color: #212529;
}

.alert-danger-header,
.alert-success-header{
    padding: 0.3rem 1rem;
}
.alert-success-header {
    background-color: #1d643b;
    border-color: #c7eed8;
}
.alert-danger-header {
    background-color: #761b18;
    border-color: #f7c6c5;
}
.alert-danger-header > span i,
.alert-success-header > span i{
    animation: 1s linear;
    cursor: pointer;
}
.alert-danger-header > span i:hover,
.alert-success-header > span i:hover{
    transform: scale(1.05, 1.05);
}
.alert-danger-header > span i:active,
.alert-success-header > span i:active{
    transform: scale(.9, .9);
}

.show-alert{
    animation: showalert 1s linear;
}
.hide-alert{
    animation: hidealert 1s linear;
}

.badge-primary {
    color: #fff;
    /*background-color: #3490dc;*/
    background-color: var(--background-color);
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.etiqueta-pendiente {
    margin-left: -1px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 5px;
}

.cursor-pointer{
    cursor:pointer;
}
.card-header-usuarios_pendientes > p{
    margin-bottom:0;
}
.card-header-usuarios_pendientes .badge{
    font-size:100%;
}
.card.card-tiq{
    margin-bottom:20px;
}
nav.navbar{
    /*background-color:#1565C0 !important;*/
    background-color: var(--background-color) !important;
}
nav#header_app .navbar-brand,
nav#header_app .nav-item>a{
    color:white !important;
    padding: 0;
    margin-right: 30px;
}
nav#header_app .nav-item{
    margin-left: 5px;
}
nav a.active{
    border-bottom:2px solid white;
}

nav div.dropdown-menu a{
    color:#212529 !important;
}
.fila_etiquetas{
    background-color: rgba(0,0,0,.05);
}
table .fila_cruds,
table .fila_etiquetas,
table .fila_subetiquetas,
table .fila_prioridades,
table .fila_usuarios{
    cursor:pointer;
}

/********************************\
|********** Historial ***********|
\********************************/

#table_tiq td{
    vertical-align: middle !important
}

#table_tiq{
    text-align: center;
}

#table_tiq > tbody > tr{
    cursor: pointer;
    transition: transform .2s;
}
/*#table_tiq > tbody > tr:hover*/
/*{*/
/*    transform: scale(1.03);*/
/*    position:relative;*/
/*    z-index:1000;*/
/*}*/

#ocultar_filtros{
    display:none;
    margin-top:0;
}

#box_filtros{
    display:none;
}

.estado-1{
    /*background-color:#D50000;*/
    background-color: #f4322a;
    color:white
}

.estado-2{
    /*background-color:#E65100;*/
    background-color: #ff9500;
    color:white

}

.estado-3{
    /*background-color:#2E7D32;*/
    background-color: #5acf51;
    color:white
}

/********************************\
|*********** Mis Tiqs ***********|
\********************************/


.new-tiq {
    height: 50px;
    background: #1565C0;
    width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-family: sans-serif;
    color: #FFF;
    transform: rotate(-315deg);
    position: absolute;
    right: -62px;
    box-shadow: inset 0px 0px 0px 4px rgb(255 255 255 / 34%);
}

.new-tiq-table {
    height: 41px;
    background: #1565C0;
    width: 102px;
    text-align: center;
    font-size: 17px;
    line-height: 42px;
    font-family: sans-serif;
    color: #FFF;
    transform: rotate(-315deg);
    position: absolute;
    right: -33px;
    overflow: hidden;
    top: -1px;
    box-shadow: inset 0px 0px 0px 4px rgb(255 255 255 / 34%);
}

.card-header.clicable{
    transition: background-color 0.3s;
}

.card-header.clicable:hover{
    /*background: #5e92f3 !important;*/
    background: var(--background-color);
    color:white;
}
.card-header.clicable:active{
    border:1px solid #ccc;
}

.btn_last{
    position: absolute;
    bottom:5px;
    right:5px;
}

.pendientes_card{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fila_filtros{
    padding:15px;
}
.calendariio_pendientes span{
    padding:10px;
}

.fila_botones_filtros{
    margin-bottom:60px;
    margin-top:30px;
}


.tiq_filtrado_prioridad,
.tiq_filtrado_planificado,
.tiq_filtrado_estado{
    display:none;
}

.btn-1{
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-primary{
    background-color: var(--background-color);
    border-color: var(--background-color);
}

.btn-primary:hover{
    border-color: var(--background-color);
    background-color: var(--background-color);
    filter:brightness(85%);
}

.btn-primary:focus{
    background-color: var(--background-color);
    border-color: var(--background-color);
}

.btn-primary:disabled{
    background-color: var(--background-color);
    border-color: var(--background-color);
}

.btn-1:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}

.btn-1:focus,
.btn-1.focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-1.disabled,
.btn-1:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.card-header-mistiqs p{
    margin:0;
}

#fila_badges_info{
    margin-bottom:20px;
}
.col_badges_info{
    margin:0;
}
.col_badges_info h4{
    margin:0 !important;
}
.col_badges_info{
    font-size: 18px;
}

.prioridad_tiq_info .badge{
    vertical-align: middle;
}

.tiq_observaciones_info{
    white-space: break-spaces;
}

.tiq_observaciones_box{
    margin-top:15px;
    overflow: hidden;
    max-height: 150px;
    transition: max-height 0.5s;
    cursor:pointer;
    position: relative;
    min-height: 60px;
}

.tiq_observaciones_box_clic{
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.box_visualizacion i{
    margin-top: 24px;
    font-size: 34px;
    padding: 5px 10px;
    background-color: white;
    cursor: pointer;
    box-shadow: 0 3px 3px #00000029;
    border-radius: 3px;
    border: 0;
    width: 70px;
    text-align: center;
}

.vista_active{
    /*background: #1565C0 !important;*/
    background: var(--background-color) !important;
    color:white !important;
}

.box_visualizacion i:hover, .box_visualizacion i:active{
    background: rgba(101, 101, 101, 0.5);
    /*background: #1565C0;*/
    background: var(--background-color);
    color:white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.box_visualizacion i:active{
    border:1px solid #ccc;
}

.box_visualizacion i:focus{
    outline:0;
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.16);
}

/********************************\
|********** Nuevo Tiq ***********|
\********************************/

#formNuevoTiq .form-row .col-12{
    margin-bottom:10px;
}

/********************************\
|************* Tiq **************|
\********************************/
.accion_opciones{
    padding: 2px 10px 1px 10px;
    border-radius: 100%;
    cursor: pointer;
    display: table-cell;
}

.accion_opciones:hover{
    background:#f8fafc;
}

.card-header-accion{
    color: #212529;
    border-bottom: 0;
    background: white;
}

.card-header-accion-interna,
.bg_interna{
    background: rgba(255,193,7, 0.5);
}

.marcar_accion_interna_btn:hover{
    cursor:pointer;
    opacity: 0.8;
}

.creador_accion{
    margin-right: 15px;
    font-size: 20px;

}

.observaciones_tiq{
    max-height: 270px;
    min-height: 60px;
    transition: max-height 0.5s;
    overflow-y: scroll;
    padding: 15px;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.observaciones_paragrafo img{
    max-width: 100%;
}

.tiq_observaciones{
    color:#495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #e9ecef;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-height: 120px;
}

.tiq_observaciones img{
    max-width:100%
}

.foto_accion{
    object-fit: cover;
}
.informacion_cliente_tiq{
    margin-top:10px;
    background-color: #e9ecef;
    opacity: 1;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#table_documentos{
    text-align:center;
}

#table_documentos > thead > tr > th:first-child,
#table_documentos > tbody > tr > td:first-child{
    text-align: left;
}

.card-accion-tiq{
    margin-bottom:10px;
}

#ocultar_detalles{
    margin-top:0;
}

#box_tiempo > div{
    margin-right:10px;
}

#box_tiempo > div > input{
    width:50px;
}

#modal_guardar_tiq .modal-footer{
    display:inline-block;
    text-align:center;
}

#modal_guardar_tiq .modal-body{
    text-align:center;
}

.descargar_documento{
    cursor:pointer;
}

/********************************\
|***********Tiq Apuntes***********|
\********************************/

#apuntes_btn {
    position: fixed;
    bottom: -4px;
    right: 10px;
}
#apuntes {
    width: 600px;
    height: 500px;
}


/* Personaliza la posición del modal */
.modal-bottom-right {
    position: fixed;
    right: 15px;
    bottom: -100px;
    margin: 0;
  }
  
  /* Ajusta el tamaño del modal si es necesario */
  .modal-dialog.modal-bottom-right {
    max-width: 300px; /* Puedes ajustar este valor según tus necesidades */
  }

  .modal-backdrop {
    /* Puedes establecer "none" o ajustar la transparencia según tus preferencias */
    display: none;
  }


/********************************\
|********** Dashboard ***********|
\********************************/
.box_clicable{
    cursor: pointer;
}

.box_clicable:hover{
    background-color:rgba(0,0,0,0.1);
    transition:0.3s
}

.box_clicable_active{
    border:5px solid #ccc;
}

.dashboard_info{
    padding: 20px;
    height: 150px;
    color: #3490dc;
    display : flex;
    align-items : center;
}

.dashboard_info h3{
    font-size: 30px;

}

.dashboard_info h4{
    font-size: 24px;

}

.dashboard-nav{
    text-align: center;
    padding: 10px !important
}
.dashboard-nav h1 {
    color:white;
    flex:1;
}
#sidebarMenu{
    position: fixed;
    height: 100%;
}
#sidebarMenu.show{
    position:relative !important;
}

.list-group-item{
    border:0;
    background-color:#F8F9FA;
}
#lista a.active{
    border:0;
}

#lista a.active span.text{
    border-bottom:2px solid #3490dc;
}

.card{
    box-shadow: 0 3px 3px #00000029;
    border-radius: 3px;
    border: 0 !important;
}

#primary_color{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

#primary_color::-webkit-color-swatch-wrapper {
    padding: 0; 
}
#primary_color::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
}

ul li a.nav-link{
    color: var(--background-color);
}

.dashboard_info{
    color: var(--background-color);
}

/********************************\
|*********** Clientes ***********|
\********************************/
.fila_clientes:hover{   
    background-color: var(--background-color) !important;
    color: white !important;
    cursor: pointer;
}

/********************************\
|********* Prioridades **********|
\********************************/

#tbodyPrioridades > tr > td > .fa-trash{
    color:#212529 !important;
}


/********************************\
|*********** Usuarios ***********|
\********************************/

#foto_perfil{
    height: 75px;
    margin-right:10px;
}

.remove_button{
    cursor:pointer;
}

.foto_tabla{
    height: 30px;
    width: 30px;
}

/********************************\
|************ Cruds *************|
\********************************/
.opciones_cruds .row{
    margin-right:30px;
}
#mantenimiento_crud{
    margin-bottom:40px
}

.input_select{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn_select{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/********************************\
|********* Tipo de Tiq **********|
\********************************/
.fila_tipo_tiqs td{
    cursor:pointer;
}

.fila_tipo_tiqs:hover{
    background-color:rgba(0,0,0,0.3) !important;
}

/********************************\
|*********** Informes ***********|
\********************************/
.ojo_grafico{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: white;
    top: 0;
    right: 30px;
}
.esTiq{
    background: #ccc;
}
#informe_tabla > thead{
    background:#1565C0;
    color:white;
}

/********************************\
|*********** Echarts ************|
\********************************/
.echarts{
    width: auto !important;
    display:flex;
    justify-content: center;
}

/********************************\
|********** Switch VJ ***********|
\********************************/

label.vue-js-switch{
    margin:0;
}

/********************************\
|*********** Callouts ***********|
\********************************/
.bd-callout {
    padding: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    /**/
    /**/
    /*border-radius: .25rem;*/
    background-color:white;
    box-shadow: 0 3px 3px #00000029;
    border-radius: 3px;
    /*border: 0px;*/
    border: 1px solid #eee;
    border-left-width: .25rem;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    /*border-left-color: #f0ad4e;*/
    border-left-color: #ff9500
}

.bd-callout-warning h4 {
    /*color: #f0ad4e*/
    color: #ff9500
}

.bd-callout-danger {
    /*border-left-color: #d9534f*/
    border-left-color: #f4322a
}

.bd-callout-danger h4 {
    /*color: #d9534f*/
    color: #f4322a
}


/********************************\
|********** Skeleton ************|
\********************************/
.skeleton{
    opacity: .7;
    animation: skeleton-loading 1s linear infinite alternate;
    border-radius: .125rem;
}

.skeleton-input{
    width:100%;
    height: 2.75rem;
    margin-bottom: 0;
}

.skeleton-label{
    margin-bottom: .25rem;
    height: 1.2rem;
    width: 40%;
}

.skeleton-desc{
    margin-bottom: .25rem;
    height: .8rem;
    width: 40%;
}

.skeleton-obs{
    margin-bottom: .25rem;
    height: .8rem;
    width: 100%;
}

.skeleton-obs:last-child{
    margin-bottom: 0;
    height: .8rem;
    width: 80%;
}

.skeleton-card{
    margin-bottom: 1.25rem
}


/********************************\
|************ Quill *************|
\********************************/
.ql-toolbar{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: 1px solid #ced4da;
}
.ql-container{
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border: 1px solid #ced4da;
}

.ql-editor{
    min-height: 150px;
}



/********************************\
|**************Tiq***************|
\********************************/
.observaciones_tiq {
    transition: 2s !important;
}
div.expanded {
    max-height: 100rem;
   /* height: 70rem !important; */
    overflow-y: auto; 
    transition: max-height 2s ease-in;
}

.observaciones_tiq img{

    max-width: 80%;
}


/********************************\
|*********** Welcome ************|
\********************************/


.containerL {
    display: flex;
    max-width: 1200px;
    background-color: #fff; /* Blanco */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.containerL .header {
    width: 40%;
    padding: 20px;

}

.containerL .title {
    text-align: center;
}

.containerL .title h1 {
    margin: 0;
}
.containerL .title img {
    width: 50%;
}
.containerL .persona {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.containerL .persona::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
}

.containerL .persona p {
    margin: 0;
}
.containerL .content {
    flex: 1;
    padding: 20px;
    background-color: rgb(0, 139, 139); /* Color principal */
    color: gainsboro;
}

.containerL .image {
    text-align: center;
}

.containerL .image img {
    max-width: 100%;
    height: auto;
}
.containerL .login {
    margin-top: 5%;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.containerL .login h2 {
    margin-bottom: 20px;
    color: rgb(0, 139, 139); /* Color principal */
}

.containerL .login label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: black; /* Color principal */
}

.containerL .login input[type="email"],
.containerL .login input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    box-sizing: border-box; /* Asegura que el ancho incluye el relleno y el borde */
}

/*
body {
    background-image: url(../img/fondo.png);
} */

.containerL .login button[type="submit"] {
    width: 100%;
    padding: 10px 20px;
    background-color: rgb(0, 139, 139); /* Color principal */
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.containerL .login button[type="submit"]:hover {
    background-color: rgb(0, 100, 100); /* Color principal más oscuro en hover */
}

/****************************\
*/

.containerW {
    margin-top: 2%;
    display: flex;
    height: 70vh;
    max-height: 660px;
    background-image: url('../img/background_login.jpg');
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
}

.containerW .header {
    width: 40%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
.containerW .header form{
    margin: 4%;
 
}

.containerW .title {
    text-align: center;
}

.containerW .title h1 {
    margin: 0;
}
.containerW .title img {
    width: 100%;
}
.containerW .persona {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.containerW .persona::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
}

.containerW .persona p {
    margin: 0;
}
.containerW .content {
    flex: 1;
    padding: 20px;
    color: gainsboro;
}

.containerW .image {
    text-align: center;
}

.containerW .image img {
    max-width: 100%;
    height: auto;
}
.containerW .login {
    margin-top: 5%;
    padding: 10px;

    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.containerW .login h2 {
    margin-bottom: 20px;
    color: rgb(0, 139, 139); /* Color principal */
}

.containerW .login label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: black; /* Color principal */
}

.containerW .loginW input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #464647;
    font-size: 16px;
    border-radius: 3em;
    box-sizing: border-box; /* Asegura que el ancho incluye el relleno y el borde */
}
.loginW input::placeholder {
    color: #464647;
    font-style: italic;
    font-weight: bold;
}

/* body {
    background-image: url(../img/fondo.png);
} */

.containerW .loginW button {
    width: 100%;
    padding: 10px 20px;
    background-color: rgb(0, 139, 139); /* Color principal */
    color: #fff;
    border: 1px solid #464647;
    border-radius: 3em;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.containerW .login button[type="submit"]:hover {
    background-color: rgb(0, 100, 100); /* Color principal más oscuro en hover */
}

.containerW .card-header {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.btn_imagenes {
    display: flex;
    justify-content: center;
    align-items: center; 
}
.btn_imagenes a{
    width: 140% ;
    margin: 10px;

}
.btn_imagenes a img {
    width: 65% !important; /* Ajusta el tamaño de las imágenes según tus necesidades */
    margin-right: 5px;
    border-radius: 3em;
    cursor: pointer;
}
.logo_welcome {
    width: 60% !important;
}

/****************************\
\****************************/
#video-de-fondo {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/**
.body .navidad {
    background-image: url('../img/lucesnavidad.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.userApp  {
    background-image: url('../img/arbol.png') !important;
    background-repeat: no-repeat;
    background-position: top right;
}   */
/********************************\
|********** ChatGlobal **********|
\********************************/


.chatglobal .chat-container {
    max-width: 800px;
    margin: 50px auto;
}

.chatglobal h6 {
    margin: 8px 0px 0px 0px;
}

.chatglobal .input-group-append .btn {
    border-radius: 0px 5px 5px 0px;
}

.chatglobal .fecha-chat {
    font-size: 10px;
}

.chatglobal .user-list {
    background-color: var(--background-color);
    color: white;
    border-radius: 8px;
    padding: 10px;
    height: 490px;
    overflow-y: auto;
}

.chatglobal .chat-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.chatglobal .custom-hover:hover {
    background-color: var(--background-color);
    color: white;
    transition: 0.3 ease;
}

.chatglobal .input-group {
    margin-top: 10px;
}

.chatgloba .media-body {
    display: flex;
}

.head-main {
    color: #fff; /* Cambia el color del texto según tus preferencias */
}
.link-btn a {
    width: 100%;
    padding: 10px 20px;
    background-color: rgb(0, 139, 139); /* Color principal */
    color: #fff;
    border: 1px solid #464647;
    border-radius: 3em;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/********************************\
|******* ChatGlobal Page ********|
\********************************/


.containerChatGlobal .chatglobal .chat-container {
    max-width: 1200px;
    margin: 20px auto 0px auto;
}

.containerChatGlobal .chatglobal h6 {
    margin: 8px 0px 0px 0px;
}

.containerChatGlobal .chatglobal .input-group-append .btn {
    border-radius: 0px 5px 5px 0px;
}

.containerChatGlobal .chatglobal .fecha-chat {
    font-size: 10px;
}

.containerChatGlobal .chatglobal .user-list {
    background-color: var(--background-color);
    color: white;
    border-radius: 8px;
    padding: 10px;
    height: 62vh;
    overflow-y: auto;
}

.containerChatGlobal .chatglobal .chat-container .me {
    background-color: rgba(0, 139, 139, 0.85);
    color: white;
    text-align: end;
}

.containerChatGlobal .chatglobal .chat-container .other {
    background-color: #ddddddc9;
}

.containerChatGlobal .chatglobal .chat-box {
    background-image: url('../img/fondo.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 53vh;
    overflow-y: auto;
    padding: 10px;
}


.containerChatGlobal .chatglobal .input-group {
    margin-top: 10px;
}

.containerChatGlobal .chatgloba .custom-hover:hover {
    background-color: var(--primary);
    color: white;
}

.containerChatGlobal .chatgloba .media-body {
    display: flex;
}

.containerChatGlobal .head-main {
    color: #fff; /* Cambia el color del texto según tus preferencias */
}
.containerChatGlobal .link-btn a {
    width: 100%;
    padding: 10px 20px;
    background-color: rgb(0, 139, 139); /* Color principal */
    color: #fff;
    border: 1px solid #464647;
    border-radius: 3em;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/********************************\
************ CHAT ****************
\********************************/

.chat-container {
    max-width: 400px;
    background-color: whitesmoke;
    margin: auto;
    padding-bottom: 1%;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 175px;
  }

.chat-container .cambiarColor {
    background-color: var(--background-color);
    color: white;
}

.chat-container  .chat-title {
    background-color: var(--background-color);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    width: 110%;
    margin-left: -20px; /* Ajuste para expandirse hacia la izquierda */
    margin-right: -20px; /* Ajuste para expandirse hacia la izquierda */
    box-sizing: border-box;
  }

.chat-container  #chat-history {
    /*padding: 10px;*/
    max-height: 300px;
    overflow-y: auto;
  }

  .chat-container .seleccionado {
    margin-bottom: 10px;
  }

.chat-container  .message-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

.chat-container  .alert-secondary {
    border: 1px solid --background-color;
    border-radius: 1em;
    padding: 10px;
    margin: 10px 0px;
    max-width: 70%;
    word-wrap: break-word;
  }

.chat-container  .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    justify-content: flex-end;
  }

.chat-container .btn-primary {
    background-color: var(--background-color) ;
    color: #fff;
    border: 1px;
    border-radius: 1em;
    cursor: pointer;
  }

.chat-container .btn-secondary {
    border-radius: 1em;
  }

.chat-container  .btn-primary:hover {
    background-color: var(--background-color);
  }

/********************************\
***** MODAL CLEAR GLOBALCHAT ******
\********************************/

.modal-clear-size {
    width: 800px;
    right: 235px;
    top: 3vh;
}

.modal-clear-chat {
    background-color: var(--modal-clear-chat);
    border: none;
}

/********************************\
******** CLEAR GLOBALCHAT ********
\********************************/

.chat_desplegable_btn {
    margin: 0px 20px 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.chat-container-clear {
    /*max-width: 400px;*/
    background-color: var(--modal-clear-chat);
    margin: auto;
    padding-bottom: 1%;
    border: 1px solid var(--modal-clear-chat);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 175px;
  }

.chatglobal-clear .chat-container {
    max-width: 800px;
    margin: 50px auto;
}

.chatglobal-clear h6 {
    margin: 8px 0px 0px 0px;
}

.chatglobal-clear .input-group-append .btn {
    border-radius: 0px 5px 5px 0px;
}

.chatglobal-clear .fecha-chat {
    font-size: 10px;
}

.chatglobal-clear .user-list {
    background-color: var(--background-color);
    color: whitesmoke;
    border-radius: 8px;
    padding: 10px;
    height: 490px;
    overflow-y: auto;
}

.chatglobal-clear .chat-box {
    background-image: url('../img/fondo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.chat-container-clear .me {
    background-color: rgba(0, 139, 139, 0.85);
    color: white;
    text-align: end;
}

.chat-container-clear .other {
    background-color: #ddddddc9;
}

.chatglobal-clear .input-group {
    margin-top: 10px;
}

.chatglobal-clear .custom-hover:hover {
    background-color: var(--background-color);
    color: white;
    transition: 0.3 ease;
}

/*.chatglobal-clear .media-body {
    display: flex;
}*/

.head-main {
    color: #fff; /* Cambia el color del texto según tus preferencias */
}
.link-btn a {
    width: 100%;
    padding: 10px 20px;
    background-color: rgb(0, 139, 139); /* Color principal */
    color: #fff;
    border: 1px solid #464647;
    border-radius: 3em;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/********************************\
|************ Media *************|
\********************************/
@media (max-width: 600px) {
    .info_invisible_movil{
        display:none;
    }
    .containerW .form-group {
        font-size: 14px;
      }
    
      /* Ocultar la imagen en la clase "btn_imagenes" en dispositivos móviles */
      .containerW .btn_imagenes img {
        display: none;
      }
      .containerW {
        height: auto;
        padding: 10px; /* Reducir el relleno en dispositivos móviles */
      }
      .containerW .header {
        width: 100%;
    }
}


/********************************\
|*********** Keyframes **********|
\********************************/
/* Skeleton loading effect */
@keyframes skeleton-loading {
    0%{
        background-color:  hsl(200, 20%, 70%);
    }
    100%{
        background-color: hsl(200, 20%, 95%);
    }
}

/* Show alert message slidding from right to left */
@keyframes showalert {
    0%{
        right: -1000px;
    }
    100%{
        right:0;
    }
}

/* Hide alert message slidding from left to right */
@keyframes hidealert {
    0%{
        right: 0;
    }
    100%{
        right:-1000px;
    }
}
