.arrowup {
   position: fixed;
   bottom: 1rem;
   right: 1.5rem;
   color: rgba(50, 50, 120, .5);
}

.debug__button {
   position: fixed;
   font-size: 2rem;
   bottom: 4rem;
   right: 1.7rem;
   z-index: 100000;
   padding: 0;
   margin: 0;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}

.notification__button {
   width: 4rem;
   height: 3rem;
   display: flex;
   padding: .5rem;
   position: fixed;
   font-size: 1.5rem;
   bottom: 8rem;
   right: 1.7rem;
   z-index: 100000;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   color: #ffffff;
}
[data-value="have"]{
   span{
      display: flex;
   }
}
.notification__badge{
   display: none;
   align-items: center;
   justify-content: center;
   font-weight: bold;
   top: .4rem;
   right: 0.9rem;
   width: 1rem;
   height: 1rem;
   font-size: .6rem;
   position: absolute;
   background-color: rgb(226, 0, 0);
   border-radius: 100%;   
}
.notification__container{
   background-color: white;
   height: 100%;
   min-width: 30rem;
   position: fixed;
   top: 0;
   right: -32rem;
   display: flex;
   flex-direction: column;
   z-index: 9999999;
   box-shadow: -15px 0px 27px -26px rgba(66, 68, 90, 1);
   transition: all .3s ease-in-out;
   border-top-left-radius: 1rem;
}

.notification__header{
   display: flex;
   justify-content: center;
   flex-direction: column;
   gap: 1rem;
   padding: 1rem 1rem 0rem 1rem;
   border-bottom: 2px solid rgba(50, 50, 50, .1);
   h4{
      margin: 0;
      padding: 0;
   }
   i{
      cursor: pointer;
      font-size: 1.1rem;
   }
}
.header__tabs{
   display: flex;
   gap: 1rem;
}
.header__notification--title{
   display: flex;
   align-items: center;
   gap: 1rem;
}
.notification__header--label{
   display: flex;
   align-items: center;
   margin-top: .5rem;
   padding-bottom: .5rem;
   gap: .5rem;
}
[data-value="selected"]{
   border-bottom: 2px solid seagreen;
   p{
      font-weight: bold;
      color: var(--cL);
      font-style: normal;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   }
   label{
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: .7rem;
      background-color: seagreen !important;
      color: white;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 100%;
   }

}
.notification__header--label{
   cursor: pointer;
   p{
      font-style: normal;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   }
   label{
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .7rem;
      background-color: rgba(50, 50, 50, .1);
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 100%;
   }
}

.notification__content{
   display: flex;
   flex-direction: column;
}
.notification__content--item{
   position: relative;
   display: flex;
   width: 100%;
   align-items: center;
   padding: .7rem 1rem .7rem 1rem;
   gap: .5rem;
   overflow: hidden;
   cursor: pointer;
   h4{
      margin: 0;
      padding: 0;
   }
}
.notification__content--item:hover{
   background-color: rgba(50, 50, 50, .05);
}

[data-value="new"]{
   background-color: rgba(32, 253, 128, 0.137);
   span{
      display: block;
   }
}
.checkBox{
   position: absolute;
   width: 4rem;
   height: 100%;
   right: -4rem;
   transition: all .2s ease-in-out;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-weight: bold;
   font-size: 1.2rem;
   background-color: seagreen;
   cursor: pointer;
}
[data-value="new"]:hover {
   background-color: rgba(32, 253, 128, 0.2);
   .checkBox {
      right: 0;
   }
}
.content__item--dot{
   display: none;
   width: .5rem;
   height: .5rem;
   background-color: seagreen;
   border-radius: 100%;
   margin-left: auto;
}
.notification__content--icon{
   display: flex;
   align-items: center;
   justify-content: center;
   min-width: 2rem;
   min-height: 2rem;
   background-color: rgba(46, 139, 86, 0.473);
   color: seagreen;
   font-weight: bold;
   border-radius: 100%;
}
.content__text--time{
   color: rgba(50, 50, 50, .5);
}
.active__notification {
   right: 0;
}

.max10 {
   max-width: 10rem;
}

.max15 {
   max-width: 15rem;
}

.max20 {
   max-width: 20rem;
}

.max25 {
   max-width: 25rem;
}

.max30 {
   max-width: 30rem;
}

.max35 {
   max-width: 35rem;
}

.minhalf {
   min-width: 50%;
}

.minquarter {
   min-width: 25%;
}

.select {
   background-color: transparent;
   height: 10rem;
}

.select>option {
   background-color: rgba(50, 50, 50, .1);
   margin-top: .3rem;
}

.select>option:checked {
   background-color: rgba(70, 50, 100, .4);
}

.table {
   display: grid;
   grid-template-columns: 1fr;
   margin-top: 1rem;
   background-color: rgba(200, 200, 210, .5);
   padding: .13rem;
   border-radius: .2rem;
}

.table__head {
   display: grid;
   position: relative;
   grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
   border-radius: .15rem .15rem 0 0;
   background-color: rgba(252, 252, 253, .9);
   font-family: 'Courier New', Courier, monospace;
   font-weight: bold;
}

.table__head--short {
   display: grid;
   position: relative;
   grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
   border-radius: .15rem .15rem 0 0;
   background-color: rgba(252, 252, 253, .9);
   font-family: 'Courier New', Courier, monospace;
   font-weight: bold;
}

.table__body {
   justify-content: center;
   margin-top: .2rem;
   max-height: 80vh;
   height: auto;
   overflow-y: auto;
}

.table__body--short {
   justify-content: center;
   margin-top: .1rem;
   min-height: 14vh;
   max-height: 18vh;
   height: auto;
   overflow-y: auto;
}


.tr {
   display: grid;
   position: relative;
   grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
   gap: .15rem;
   margin-top: .1rem;
   margin-bottom: .1rem;
}

.th {
   display: flex;
   min-width: 4rem;
   align-items: center;
   text-align: center;
   justify-content: center;
   min-height: 3rem;
}


.table__head--short > .th {
   min-height: 2rem;
}


.td {
   display: flex;
   min-width: 4rem;
   align-items: center;
   padding: .5rem;
   background-color: rgba(255, 255, 255, .8);
}

.td_block {
   display: block;
   min-width: 4rem;
   align-items: center;
   padding: .5rem;
   background-color: rgba(255, 255, 255, .8);
}

.mainLogo {
   border-radius: 50%;
   width: 6rem;
}

.pulse {
   animation-name: pulsation;
   animation-duration: 1s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   -webkit-animation-name: pulsation;
   -webkit-animation-duration: 1s;
   -webkit-animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
}


.readText {
   font-family: Arial, sans-serif;
   /* Fuente legible */
   font-size: 1.1rem;
   /* Tamaño de fuente adecuado */
   line-height: 1.6;
   /* Espaciado entre líneas */
   color: #333;
   /* Color de texto oscuro para contraste */
   background-color: #e9e7e7;
   /* Fondo claro para reducir el contraste */
   padding: 10px;
   /* Espaciado interno */
   margin: 20px 0;
   /* Espaciado externo */
   border-left: 4px solid var(--cL);
   /* Línea a la izquierda para resaltar */
   border-radius: 5px;
   /* Bordes redondeados */
}

@-moz-keyframes pulsation {
   0% {
      opacity: 1.0;
   }

   50% {
      opacity: 0.0;
   }

   100% {
      opacity: 1.0;
   }
}

@-webkit-keyframes pulsation {
   0% {
      opacity: 1.0;
   }

   50% {
      opacity: 0.0;
   }

   100% {
      opacity: 1.0;
   }
}

@keyframes pulsation {
   0% {
      opacity: 1.0;
   }

   50% {
      opacity: 0.0;
   }

   100% {
      opacity: 1.0;
   }
}
