main {
	background-color: #ebf1f4;
}

.card {
	box-shadow: 0 .3rem .4rem #1775ED10 !important;
	border: none;
}

.shadow-replai {
	box-shadow: 0 .3rem .5rem #1775ED30 !important;

}

a[aria-expanded="true"] .dropdown-indicator-icon {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.dropdown-indicator-icon {
  transition: transform 0.3s ease;
}

.dropdown-indicator-icon {
  height: 0.9rem!important; 
  margin-left: -7px !important;
  margin-right: 3px;
}



.search-box {
	max-width: 100%;
}

.toggle-line,
.navbar-toggle-icon:after, 
.navbar-toggle-icon:before {
  background-color: white !important;
  content: "";
}

.navbar.navbar-top.navbar-darker {
	background: -webkit-linear-gradient(165deg, #1775ED, #5CE1E6);
	background: linear-gradient(165deg, #1775ED, #5CE1E6);
	border-color: #1775ED;
}

/* Estilos para la capa de carga */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Asegúrate de que esté por encima del contenido */
}

.loading-overlay .spinner-border {
    width: 3rem;
    height: 3rem;
	position: absolute;
	color: white!important;
	top: 38%;
	left: 48%;
	margin-bottom: 20px;
}

.text-shadow {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.8);
}


.chat-message, 
.chat-message p, 
.chat-message h1, 
.chat-message h2, 
.chat-message h3, 
.chat-message h4, 
.chat-message h5, 
.chat-message h6, 
.chat-message li

 {
	font-size: initial!important;
	font-family: inherit!important;
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
}

.chat-message ul,
.chat-message li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sent-message-content,
.sent-message-content p,
.sent-message-content h1,
.sent-message-content h2,
.sent-message-content h3,
.sent-message-content h4,
.sent-message-content h5,
.sent-message-content h6,
.sent-message-content li,
.sent-message-content a

 {
    color: white !important;
}

.sent-message-content a {
	text-decoration: underline;
}

.received-message-content,
.received-message-content p,
.received-message-content h1,
.received-message-content h2,
.received-message-content h3,
.received-message-content h4,
.received-message-content h5,
.received-message-content h6,
.received-message-content li,
.received-message-content a
 {
    color: dimgray !important;
}



.chat-message .fs-0 {
    font-size: 16px !important;
}

.chat-message .fs--2 {
    font-size: 9px !important;
}

.modal {
  display: none; /* Se mostrará con JavaScript cuando sea necesario */
  position: fixed;
  z-index: 1050; /* Suficiente para superponerse a otros elementos */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Fondo negro semitransparente */
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  border: 1px solid #888;
  /*width: 80%;*/
  /*max-width: 500px;*/
  /*border-radius: 5px;*/
  overflow: hidden;
}

/* Encabezado y pie de modal */
.modal-header, .modal-footer, .modal-body {
  padding: 1.3rem!important;
  /*border-bottom: 1px solid #dee2e6;*/
  border-style: none!important;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  padding: 1rem;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
  text-align: right;
}

/* Estilo para el botón de cierre en el encabezado */
.close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #aaa;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
}

.fade-out {
opacity: 0;
transition: opacity 1s ease-out;
}

@media (max-width: 767px) { /* Extra small (XS) */
  .rotate-xs {
    transform: rotate(99deg);
	width: 31%;
	left: 64%;
    position: relative;
    top: 18%;
  }
}

/*@media (min-width: 768px) { /* Medium (MD) y superior *!/
  .rotate-xs {
    transform: rotate(0deg);
  }
}*/

.modal-backdrop {
  z-index: 1040 !important;
}
.modal {
  z-index: 1050 !important;
}

.toast {
	width: fit-content;
}

.navbar-vertical-collapsed .badge {
    margin: 0px !important;
    top: -9px;
    left: -13px;
    position: relative;
}

.navbar-vertical:hover #phoenixToggle {
    opacity: 1 !important;
}

.navbar-vertical:hover #phoenixToggle {
  opacity: 1 !important;
}

.navbar-vertical,
.navbar-vertical-content {
    overflow: visible !important;
	background-color: rgb(249, 250, 251);
}

#phoenixToggle {
	background-color: rgb(249, 250, 251) !important;
	border: 1px solid #cad0dc !important;
}

#phoenixToggle:hover {
	background-color: rgb(240, 240, 240) !important;
}


.chevron-icon {
  transform: rotate(0deg);
}

.navbar-vertical-collapsed .chevron-icon {
  transform: rotate(180deg)!important;
}

.chat-content .message h1 {
  font-size: 1.75rem;           /* 32px */
  font-weight: 800;
  margin: 1rem 0 2rem;
}

.chat-content .message h2 {
  font-size: 1.5rem;         /* 24px */
  font-weight: 800;
  margin: 2.5rem 0 1.5rem;
}

.chat-content .message h3 {
  font-size: 1.25rem;        /* 20px */
  font-weight: 700;
  margin: 2rem 0 1.2rem;
  color: var(--color-secondary);
}

/* Párrafos */
.chat-content .message p {
  font-size: 1rem;           /* 16px */
  margin: 0.5rem 0;
}

/* Listas con iconos */
.chat-content .message ul {
  margin: 0.5rem 0 1.5rem;
}
.chat-content .message ul li {
  position: relative;
  margin: 0.5rem 0;
}

.chat-content .message ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
}

/* Tablas minimalistas sin colores, scoped bajo .chat-content .message */
.chat-content .message table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.chat-content .message caption {
  caption-side: top;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.chat-content .message th,
.chat-content .message td {
  padding: 0.75rem;
  border: 1px solid #ccc;
  text-align: left;
}

.chat-content .message th {
  font-weight: 600;
}

.chat-content .message tbody tr:hover {
  outline: 1px solid #999;
}