.btn{
    font-weight: 500;
}

body {
    background-color: #EEF0F8!important
}

.card{
    border:none;
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
}


.sidebar {
  position: fixed;
  top: 56px;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #f8f9fa;
  padding: 15px;
  border-right: 1px solid #e1e1e1;
  transition: margin-left 0.3s ease; /* Transición suave para el margen izquierdo */
}

.main-content {
  margin-left: 250px;
  padding: 15px;
}

#toggle-sidebar {
  position: absolute;
  top: 15px;
  right: 15px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #333333;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #333333 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.material-symbols-outlined {
  font-size: 18px !important;
  line-height: initial !important; 
}
thead,  tfoot,th {
  border-color: inherit;
  border-width: 0;
  border-bottom: 1px solid #f2f2f2 !important;
  border-top: 1px solid #f2f2f2 !important;
  background-color: #EEF0F8 !important;
  color:#333333;
  font-size:small;
}

tr td {
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  color: #666;
  border-bottom: 1px solid #f2f2f2 !important;
}

.dataTables_filter{
  text-align: right;
  align-items: end;
}

.navbar-light {
  border-bottom: none  !important;
}

.dt-row{
  margin-top:30px;
  margin-bottom:30px;
}

.breadcrumb-item > a {
  font-weight: bold;
  font-size: small;
  text-decoration: none;
  color:#707070;
}

.card-header {
  background-color: #fff;
  border-bottom: 0.5px solid #eef0f2;
}

.btn{
  font-size:small;
}

label{
  font-size: 12px !important;
}

.sectionCard:hover{
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  transition: background-image 0.3s ease; /* Agregamos una transición para suavizar el cambio */
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #eef0f8;
  box-shadow: none;
  border:none;
}

.accordion-item{
  border:none;
}

.border-dashed {
  border: 2px dashed #c0c0c0; /* Color gris clarito */
  border-radius: 5px; /* Borde suave */
}

.border-dashed-right {
  border-right: 2px dashed #c0c0c0; /* Color gris clarito */
}


.border-dashed-bottom {
  border-bottom: 2px dashed #c0c0c0; /* Color gris clarito */
}

.bg-gris{
  background-color: #EEF0F8;
}

.text-gris{
  color: #ced0d4;
}

.btn-light{
  color:#6c788c;
}

.pointer{
  cursor:pointer;
}

.hover-icon:hover{
  color:var(--bs-primary);
}

.ql-container {
 
   height: 600px !important; 

}

.modal-header{
  border-bottom: none;
}

.modal-footer{
  border-top: none;
}


.alert{
  border:none;
}

/* Estilos para la línea de tiempo */
.timeline{
  padding-inline-start: initial;
}
.time-item{
  list-style-type:none;
  border-left: 3px #333333 solid;
  padding-left: 10px;
  
}

.dropdown-container {
  position: relative;
  display: inline-block; /* Asegúrate de que el contenedor no ocupe todo el ancho */
}

.hp-header-profile-menu {
  display: none;
  position: absolute;
  top: 100%; /* Ajusta según el diseño */
  left: 0;
  z-index: 1000;
}

.dropdown-container:hover .hp-header-profile-menu {
  display: block !important;
}

.card{
  margin-bottom: 30px;
}