.swal2-confirm {
    background: linear-gradient(to right, #4CAF50, #4CAF50 0%, #FFC107 0%, #FFC107 100%);
    background-size: 0% 100%;
    transition: background-size 1s ease;
    color: white;
}

.swal2-confirm.loading {
    background-size: 100% 100%;
}

#conyuge {
    margin-left: -170px;
}

@media (max-width: 1440px) {
    #conyuge {
        margin-left: -100px;
    }
}

@media (max-width: 768px) {
    #conyuge {
        margin-left: 0;
    }

}

#table-cuartoExceso {
    margin-left: 400px;
}

#fr-logo {
    display: none !important;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
}

div.ck-powered-by-balloon a {
    display: none !important;
}

.css-class-to-highlight{
    background-color: #ff0;
}

.scroll-f {
    width: 100%;
    height: 320px;
    background:#fff !important;
    overflow: scroll;
}


/* Solución al tamaño del componente tagsinput*/
.bootstrap-tagsinput input {
    width:100% !important;
}
.input-group .bootstrap-tagsinput {
    width:100% !important;
}
.w100{
    width:100% !important;
}

.notification-container {
    position: relative;
    display: inline-block;
}

.notification-count {
    background-color: #ff9900;
    color: #fff;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 0.7em;
    border: 1px solid #ff9900;
    position: absolute;
    top: -10px; /* Ajusta este valor para cambiar la posición vertical */
    right: -10px; /* Ajusta este valor para cambiar la posición horizontal */
    /* Puedes ajustar 'left' o 'right' para cambiar la posición exacta */
}

.responsive_imagen {
    transition: flex 0.3s ease, max-width 0.3s ease;
}

@media (max-width: 1497px) {
    .responsive_imagen {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.scrollme {
    overflow-x: auto;
}

@media (max-width: 576px) {
    .custom-width {
        width: 100% !important;
    }
}

.carousel-detalle-version img {
    max-width: 95%; /* Ajusta al 80% del contenedor */
    max-height: 500px; /* Limita la altura a 400px */
    margin: auto; /* Centra la imagen */
}

.all-scroll {cursor: all-scroll;}

/* Clases para tooltip en tablas */
.tooltipProtec {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #000;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}

.tooltipProtec.show {
  opacity: 0.9;
}

.tooltipProtec.bs-tooltip-top {
  margin-bottom: 0.4rem;
}

.tooltipProtec .tooltip-arrow {
  position: absolute;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltipProtec.bs-tooltip-top .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-width: 0.4rem 0.4rem 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

