 .md-custom-range-view-controls {
      display: flex;
     /* flex: 1 0 auto;
      justify-content: end;*/
      align-items: center;
  }
  
  .mbsc-material .mbsc-calendar-title {
      font-size: 1.428572em;
      font-weight: 400;
      text-transform: none;
      line-height: 1.4em;
  }

   
  .list-of-event {
    overflow-y: scroll; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    
    padding-top: 15px;
        
    
    /* width: 20px!important;*/
         
    }

    .tx-calendarext .list-of-event {
      height: 850px;
      overflow: scroll;
        
           
    }

    /* css list of evento father and children   */


    .event-container {
     /* font-family: Arial, sans-serif;*/
      max-width: 400px;
  }
  
  .collapse-button {
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      margin-right: 5px;
  }
  
  .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black; /* Flecha hacia abajo */
  transition: transform 0.3s;
  }

 .rotated {
  transform: rotate(180deg); /* Flecha hacia arriba */
  } 


  /* Hierarchy deph */

 /* 
  .parent-event, .child-event, .grandchild-event {
   

      display: flex;
      align-items: center;
  }
  
  .child-event-container, .grandchild-container {
      margin-left: 30px;
      
  }
  
  .event {
      flex-grow: 1;
  }
  
  
  .parent-container, .child-container, .grandchild-container {
      margin-bottom: 0;
      
  }
  
  .parent-event {
      font-weight: bold;
      margin: 0;
  }
  
  .child-event {
      font-weight: normal;
     
  }
  
  .grandchild-event {
      font-weight: normal;
      margin: 5px;
  }
  */

  /* ESPACIO BARRA NAVEGACION */

  #demo-dynamically-color-and-invalidate{
    
    min-height: 450px;
    height: auto;
    padding: 25px;
   /* overflow: hidden;
    background-color: green;*/
    
    
  }



 /* .dynamically-color-and-invalidate-calendar {
    border-left: 1px solid #ccc;
    border-left: 0;
    background-color: black;
    
    overflow-y: hidden;
   
  }*/
  .dynamically-color-and-invalidate-calendar .mbsc-timeline-parent {
    height: 32px;
   
  }

    /* CSS for Theme */

body {
margin: 0;
padding: 0;
}

body,
html {
height: 100%;

overflow-y: hidden;
}

.container {
width: 100%;
font-family: "Roboto", sans-serif;
/*background-color: green;
 O el porcentaje que desees, esto determina cuánto espacio ocupará en relación al ancho total de la ventana */
/*margin: 0 auto;*/
/*margin-left: 50px; */
/*padding-left: 10px;    Padding en el lado izquierdo */
/* padding-right: 20px;  Padding en el lado derecho */
/*padding: 0 30px;*/
/*NObackground-color: #103456;
El auto centrará el contenedor horizontalmente */
border: 1px solid gray;
}
/* filter header css */




.container-calendar {
padding: 10px;
margin: 5px;
min-height: 500px; /* Altura inicial del contenedor */
 /*max-height: auto; Altura máxima antes de que aparezca el desplazamiento vertical */
 overflow-y: clip; /*  Permite el desplazamiento vertical si el contenido supera max-height */
 /*background-color: red;*/
}











/* / CSS for Theme */

.gtn-calendar-cnt {
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
border-radius: 15px;
/*overflow: hidden;*/

/*overflow: clip;
background-color: black;*/


}





/* efect hover on background  events dominick css */
/*
.dynamically-color-and-invalidate-task:hover {
background-color: #b5daeb !important;
color: #000 !important;
}
*/
.dynamically-color-and-invalidate-task-type {
float: right;
/* margin-left: 30px;*/
text-transform: uppercase;
}



.md-dynamically-color-and-invalidate,
.md-dynamically-color-and-invalidate .mbsc-grid,
.md-dynamically-color-and-invalidate .mbsc-row {
height: 100%;

}

/* background events dominick css */
/*
 .dynamically-color-and-invalidate-task {
border: 2px solid #888;
color: #666;
padding: 5px;
margin: 5px;

font-family: -apple-system, Segoe UI, Roboto, sans-serif;


border: 0;
background-color: #f2dee1;
color: #000;	


}
*/



.tx-calendarext #openModalButton {
font-size: 16px; /* Tamaño del texto */
padding: 10px 20px; 
transition: transform 0.3s ease, background-color 0.3s ease; /* Transición suave para los efectos */

padding: 10px 35px;
color: #ffffff;
border: none;
outline: none;
box-shadow: none;
border-radius: 5px;
font-family: 'Roboto';
font-weight: 500;
font-size: 14px;
line-height: 1.2;
text-align: center;
transition: all 0.3s ease-out;
letter-spacing: .04rem;
background-color: #62b4da;

}

/* Ermöglicht das Scrollen */
/* Für moderne Firefox-Versionen */
/* Für Internet Explorer und Edge */
/*
.tx-calendarext .list-of-event {
overflow-y: scroll; 
scrollbar-width: none; 
-ms-overflow-style: none; 
background-color: ##f4f4f4;
padding-top: 15px;
width: auto;

}
*/

.tx-calendarext .list-of-event::-webkit-scrollbar {
display: none; /* Für Chrome, Safari und neuere Opera-Versionen */
}

.tx-calendarext .mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-title {
font-size: 1.3rem;
}

.tx-calendarext .header-container .filter-section .filter-label {
font-weight: normal;
font-size: .90rem;
}

.tx-calendarext .btn-open-modal-multiple-event {

display: flex;
justify-content: space-between;
background-color: #f2f2f2;
background-color: transparent;
border-bottom: 1px solid #eaeaea;
}

.tx-calendarext .mbsc-windows .mbsc-form-group-title {
font-size: 1.2rem;
}



.form-select {
display: block;
width: 100%;
padding: .375rem 2.25rem .375rem .75rem;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
padding-left: 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: .375rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.mbsc-windows.mbsc-calendar-wrapper-fixed {
padding-left: 1rem;
padding-right: 1rem;
padding-top: .5rem;
padding-bottom: .5rem;
}

.tx-calendarext .has-event {
background-color:  #fff;
color: #000;
/*  O cualquier otro estilo que desees */
/* color: #f3f4f6;*/
}

.mbsc-grid {
overflow: hidden;
}

.tx-calendarext #openModalButton {
text-transform: none;
}

.btn-skillsworld {
position: relative;
background-color: #1d9ad4;
padding: 10px 35px;
color: #ffffff;
border: none;
outline: none;
box-shadow: none;
border-radius: 5px;
font-family: 'Roboto';
font-weight: 500;
font-size: 14px;
line-height: 1.2;
text-align: center;
transition: all 0.3s ease-out;
letter-spacing: .04rem;
background-color: #62b4da;
}

.btn-skillsworld:hover {
border-color: #87a1c7;
background-color: #4c4c4c;
color: #ffffff;
}

.btn-red {
background-color: #ec6c73;
}

.btn-red {
background-color: #f2888d;
}



.modal-extcal .modal-footer {
border-top: 0;
background-color: transparent;
padding-top: 0;

}

.modal-extcal .modal-title {
color: black;
margin-bottom: 0;
}


.header-container {
  display: flex;
  justify-content: space-between;
  
  align-items: center;
  
  width: 100%;
  /*background-color: rgb(248, 173, 173);*/
  
}

.md-header-filter-controls-left,
.md-header-filter-nav,
.nav-container,
.md-header-filter-controls-right {
  display: flex;
  align-items: center;
  
}
/*
.nav-container {
  justify-content: space-around;
  
}
*/
.md-header-filter-controls-right select {
  width: 200px;
  padding: 5px 10px;
  

}

.filter-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.filter-section {
  margin-bottom: 15px;
 
}

.md-delete-event-btn,
.md-close-popup-btn {
  margin-right: 10px;
}

.md-delete-event-btn:last-child,
.md-close-popup-btn:last-child {
  margin-right: 0;
}


/* efect to events 
.efect-hover:hover {
background-color: #103456; 

box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
color: #fff;
cursor: pointer;

}
*/

/* end list event css */




/* Estilo para el fondo del modal */
.modal {
  display: none;
  /* Inicialmente oculto */
  position: fixed;
  /* Fijo en toda la pantalla */
  left: 0;
  top: 6;
  width: 100%;
  /* Ancho completo */
  height: 100%;
  /* Altura completa */
  overflow: auto;
 /* NObackground-color: rgba(249, 249, 250, 0.7);
   Negro con algo de transparencia */
  z-index: 9999 !important;
  transition: opacity 0.25s ease;
}

/* Estilo para el contenido del modal */
.modal-content {
  
  
  color: black!important;
  
}






/* Estilo de cada lista del modal multiple*/

.modal-content_multiple{
  
  height: auto;
}

.container_multiple_users_events {
  display: flex;
  justify-content: space-around; /* Centra horizontalmente */
  height:auto;
  
  
  
  /* height: 100vh; Asegura que el contenedor tome toda la altura de la ventana de visualización */

  
} 


.list-container {
 /* width: auto;
   O el ancho que prefieras 
  max-height: 400px;*/
  /* Altura máxima */
 
  
  overflow-y: auto;
  /* Habilita desplazamiento vertical si el contenido supera la altura máxima */
  padding: 10px; /*  Un pequeño padding para dar espacio */
/*   margin-bottom: 20px; Separación entre contenedores si lo deseas */
}

/* Estilo del título de cada lista */
.list-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: center;
  color: black;
  font-weight: bold;
}






.tx-calendarext .list-container ul li {
  /* NOborder: 1px solid #000;  Borde negro alrededor de cada elemento */
  /*margin-bottom: 5px;      Separación entre elementos */
  padding: 5px;           /* Espacio interno para el contenido del elemento */
  list-style-type: none;  /* Elimina las viñetas (bullets) de la lista */
  transition: background-color 0.3s, color 0.3s; 
}
/*
.tx-calendarext  .list-container ul li:hover {
  
  color: #103456; 
  cursor: pointer;
}*/

.list-container #event-list{
overflow-y: auto;
height: auto;

}

  
#openModalButton:hover {
    
    cursor: pointer;
    transform: scale(1.05); /* Aumenta un poco el tamaño del botón al pasar el ratón */
}

#openModalButton:focus {
    outline: none; /* Elimina el borde al hacer clic */
}




.modal-header {
  /*background-color: #c4a413;*/
  color: white;
  padding: 15px;
 
}

.modal-body {
  background-color: #ffffff;
  padding: 15px;
}

.modal-footer {
  background-color: #f3f4f6;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.modal-date {
  font-size: 12px;
  /* Reducir el tamaño de fuente del modalDate */
}




.md-date-header-day-nr {
  text-align: center;
  font-size: 12px;
  
  
}

.modal-title {
  text-align: center;
}


.title{
text-align: center;
color: white;
text-transform: uppercase;

}




.mbsc-timeline-day, 
.mbsc-timeline-column { 
width: 20px; 


}


#event-preview{

/*background-color: #555;*/
/*margin: 25px;*/
padding: 25px;
display: block;
justify-self: start;



}
