.app-sidebar__user-avatar {
    width: 60px;
    background-color: beige;
    padding: 4px;
  }

  .app-sidebar__toggle{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
  }

  .app-sidebar__toggle::before{
    display: none;
  }

  .headerRegister, .header-primary{
    background: #f7e121;
    color:#FFF;
  }

  .headerUpdate{
    background: #007bff;
    color: #fff
  }

  .notBlock{
    display: none;
  }
    .modal-dialog.modal-xl {
      max-width: 95% !important; /* Puedes subir o bajar este valor */
    }
  
  #divLoading{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .65);
    z-index: 1;
    display: none;
  }

  #divLoading img{
    width: 50 px;
    height: 50 px;
  }
@media screen and (max-width: 900px) {
    table:not(.ignorar) {
        border: 30px;
        border-radius: 10px;
    }

    table:not(.ignorar) tr {
        margin-bottom: 5px;
        display: block;
        border-bottom: 2px solid #ddd;
        box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
        border-radius: 10px;
    }

    table:not(.ignorar) td {
        display: block;
        text-align: right;
        font-size: 0.9em;
        border-bottom: 1px dotted #ccc;
        height: auto;
        border-radius: 10px;
    }

    table:not(.ignorar) td:last-child {
        border-bottom: 0;
    }

    table:not(.ignorar) td:before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        border-radius: 10px;
    }

    table:not(.ignorar) thead {
        display: none;
        border-radius: 10px;
    }

    table:not(.ignorar) .displaNoneMedia {
        display: none;
    }
}

/*Checkboxes*/

/* From Uiverse.io by andrew-demchenk0 */ 
.containerCheck {
  --input-focus: #009788;
  --input-out-of-focus: #ccc;
  --bg-color: #fff;
  --bg-color-alt: #666;
  --main-color: #323232;
  position: relative;
  cursor: pointer;
}

.containerCheck  input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  left: 0;
  border: 2px solid var(--main-color);
  border-radius: 5px;
  box-shadow: 3px 3px var(--main-color);
  background-color: var(--input-out-of-focus);
  transition: all 0.3s;
}

.containerCheck  input:checked ~ .checkmark {
  background-color: var(--input-focus);
}

.checkmark:after {
  content: "";
  width: 8px;
  height: 15px;
  position: absolute;
  /*top: 1px;*/
  left: 6px;
  display: none;
  border: solid var(--bg-color);
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.containerCheck  input:checked ~ .checkmark:after {
  display: block;
}

/*loader*/
.loader {
   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
}

.glitch {
    position: relative;
    font-size: 30px;  /* Puedes ajustar el tamaño según lo necesites */
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 5px;
    z-index: 1;
    animation: shift 1s ease-in-out infinite alternate;
}

.glitch:before,
.glitch:after {
    display: block;
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.glitch:before {
    animation: glitch 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
    color: #8b00ff;
    z-index: -1;
}

.glitch:after {
    animation: glitch 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
    color: #00e571;
    z-index: -2;
}

@keyframes glitch {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-3px, 3px);
    }

    40% {
        transform: translate(-3px, -3px);
    }

    60% {
        transform: translate(3px, 3px);
    }

    80% {
        transform: translate(3px, -3px);
    }

    to {
        transform: translate(0);
    }
}

@keyframes shift {
    0%, 40%, 44%, 58%, 61%, 65%, 69%, 73%, 100% {
        transform: skewX(0deg);
    }

    41% {
        transform: skewX(10deg);
    }

    42% {
        transform: skewX(-10deg);
    }

    59% {
        transform: skewX(40deg) skewY(10deg);
    }

    60% {
        transform: skewX(-40deg) skewY(-10deg);
    }

    63% {
        transform: skewX(10deg) skewY(-5deg);
    }

    70% {
        transform: skewX(-50deg) skewY(-20deg);
    }

    71% {
        transform: skewX(10deg) skewY(-10deg);
    }
}

/*Estilos Book de Actores*/
    .image-gallery {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }
  .image-option {
    position: relative;
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    cursor: pointer;
  }
  .image-option input {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
  }
  .image-option img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: border .3s ease;
  }
  .image-option.selected img {
    border-color: #007bff;
  }
  
  input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    
    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }
/* Stilos Estrellas Calificacion */    
    
.stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.stars input[type="radio"] {
  display: none;
}
.stars label {
  font-size: 2rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}
.stars input[type="radio"]:checked ~ label,
.stars label:hover,
.stars label:hover ~ label {
  color: #f5b301;
}