html,
body,
#root {
  height: 100%;
}

html,
body {
  overflow: hidden;
}

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  /* display: flex;
  place-items: center; */
  min-width: 320px;
  background-color: lavender;
}

label {
  font-size: 14px;
  opacity: 70%;
}

input {
  padding: 5px;
}

textarea {
  resize: none;
  field-sizing: content;
  min-width: 150px;
  min-height: 40px;
}

input:focus-visible,
textarea:focus-visible {
  outline: 1px solid;
  outline-color: lightgreen;
}

label,
input,
button {
  display: block;
  margin-block: 5px;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

article {
  padding: 20px;
  padding-bottom: 20px;
}

table {
  overflow-wrap: anywhere;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}

table tr {
  border: 1px solid darkgray;
}

table thead th {
  text-align: left;
  padding: 10px;
}

table tbody td {
  padding: 10px;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.gray {
  color: gray;
}

.block {
  display: block;
}

.n-mb {
  margin-bottom: 0;
}

.n-m {
  margin: 0;
}

.seleccionado {
  background-color: lightgray;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.confirmarBtn {
  background-color: lightgreen;
  border: 1px solid darkgreen;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.confirmarBtn:hover {
  background-color: darkgreen;
  color: white;
}

.cancelarBtn {
  background-color: lightcoral;
  border: 1px solid darkred;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.cancelarBtn:hover {
  background-color: darkred;
  color: white;
}

.filaSeparacion {
  border: none;
  display: none;
}

.filaSeparacion:hover {
  background-color: unset !important;
  cursor: default !important;
}

.spanTipoEntr {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.cuadradoPrincipal {
  background-color: red;
  color: white;
}

.cuadradoSecundario {
  background-color: darkorange;
  color: white;
}

.cuadradoTerciario {
  background-color: orange;
  color: white;
}

.cuadradoCuaternario {
  background-color: yellow;
}

.cuadradoQuinario {
  background-color: lightgreen;
}

.cuadradoAccesorio {
  background-color: lightblue;
}

@media screen and (max-width: 700px) {
  article {
    padding-bottom: 200px;
  }
  .tableResponsive {
    border: 0;
  }

  .tableResponsive caption {
    font-size: 1.3em;
  }

  .tableResponsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .tableResponsive td {
    border-bottom: 1px solid lightgray;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .tableResponsive td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  .tableResponsive td:last-child {
    border-bottom: 0;
  }

  .filaSeparacion {
    display: table-row;
  }

  .spanTipoEntr {
    justify-content: flex-end;
  }
}
._loginMain_t51by_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

._loginImage_t51by_17 {
  max-width: 100vw;
  max-height: 60vh;
}

#_loginForm_t51by_1 {
  border-radius: 5px;
  padding: 15px;
}

#_loginForm_t51by_1 input {
  width: 200px;
}

@media screen and (min-width: 768px) {
  #_loginForm_t51by_1 input {
    width: 350px;
  }
}

._loginButtonDiv_t51by_57 {
  display: flex;
  justify-content: center;
}

._loginButton_t51by_57 {
  border: 1px solid;
  border-radius: 5px;
  background-color: lightgreen;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  opacity: 70%;
}

._loginButton_t51by_57:hover,
._loginButton_t51by_57:focus-visible {
  opacity: 100%;
  outline: black auto 1px;
}:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */._spinner_1yboi_1 {
  width: 36px !important;
  height: 36px !important;
  border: 5px solid lightgray;
  border-top-color: darkgreen;
  border-radius: 100%;
  animation: _spin_1yboi_1 2s infinite;
  margin: 10px auto;
}

@keyframes _spin_1yboi_1 {
  to {
    transform: rotate(360deg)
  }
}

._visuallyHidden_1yboi_33 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}._contenedorRecordatoriosNotificaciones_123cz_1 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 800px));
  gap: 10px;
  justify-content: center;
}

._contenedorRecordatoriosNotificaciones_123cz_1 section {
  height: fit-content;
}

@media screen and (max-width: 768px) {
  ._contenedorRecordatoriosNotificaciones_123cz_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}._sectionReservas_1ybom_1 {
  background-color: azure;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  padding: 10px;
}

._sectionReservas_1ybom_1 p {
  font-weight: bold;
  text-align: center;
}

._diasReserva_1ybom_27 {
  min-height: 55px;
  grid-template-columns: repeat(5, 1fr);
}

._horasReserva_1ybom_37 {
  grid-template-columns: repeat(8, 1fr);
}

._diasReserva_1ybom_27,
._horasReserva_1ybom_37 {
  display: grid;
  padding: 0;
  gap: 10px;
}

._diasReserva_1ybom_27 span:nth-child(2) {
  display: none;
}

._diasReserva_1ybom_27 li,
._horasReserva_1ybom_37 li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._diasReserva_1ybom_27 li:hover,
._activeReserva_1ybom_85 {
  cursor: pointer;
  border: 1px solid darkgray;
  border-radius: 5px;
  font-weight: bold;
  background-color: lightgray;
}

._diaLibre_1ybom_101,
._diaConReservas_1ybom_103,
._diaLleno_1ybom_105 {
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0.7;
}

._diaLibre_1ybom_101:hover,
._diaConReservas_1ybom_103:hover,
._diaLleno_1ybom_105:hover,
._activeHora_1ybom_123 {
  cursor: pointer;
  opacity: 1;
  font-weight: bold;
}

._diaLibre_1ybom_101 {
  background-color: lightgreen;
}

._diaConReservas_1ybom_103 {
  background-color: orange;
}

._diaLleno_1ybom_105 {
  background-color: red;
  color: white;
}

._loaderContenedor_1ybom_161 {
  display: none;
}

._loaderContenedorActive_1ybom_169 {
  display: flex;
  justify-content: center;
  align-items: center;
}

._reservadosUl_1ybom_181 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  padding: 0;
  gap: 10px;
  justify-items: center;
}

._reservadosUl_1ybom_181 li {
  padding: 5px;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  width: fit-content;
}

._reservadosUl_1ybom_181 li:hover,
._usuarioReservado_1ybom_217 {
  cursor: pointer;
  font-weight: bold;
  background-color: lightgray;
}

._reservadosUl_1ybom_181 span {
  display: flex;
  align-items: center;
  gap: 5px;
}

#_formReservar_1ybom_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#_formReservar_1ybom_1 input {
  max-width: 150px;
}

#_formReservar_1ybom_1 select {
  width: 50px;
  height: 30px;
}

#_formReservar_1ybom_1 button {
  width: fit-content;
  opacity: 0.7;
  border: 1px solid;
  border-color: darkgray;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}

#_formReservar_1ybom_1 ._buttonReservar_1ybom_293 {
  background-color: lightgreen;
}

#_formReservar_1ybom_1 ._buttonCancelar_1ybom_301 {
  background-color: red;
  color: white;
}

#_formReservar_1ybom_1 button:hover {
  cursor: pointer;
  opacity: 1;
  border-color: black;
  font-weight: bold;
}

#_formReservar_1ybom_1 div {
  position: relative;
}

#_listaUsuarios_1ybom_1 {
  position: absolute;
  background-color: ghostwhite;
  margin: 0;
  padding: 0;
  width: 162px;
  left: 0;
  right: 0;
  z-index: 10;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
}

#_listaUsuarios_1ybom_1 li {
  padding: 10px;
}

#_listaUsuarios_1ybom_1 li:hover {
  background-color: lightgray;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  ._horasReserva_1ybom_37 {
    grid-template-columns: repeat(5, 1fr);
  }

  ._reservadosUl_1ybom_181 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 450px) {
  ._horasReserva_1ybom_37 {
    grid-template-columns: repeat(3, 1fr);
  }

  ._diasReserva_1ybom_27 span:first-child {
    display: none;
  }

  ._diasReserva_1ybom_27 span:nth-child(2) {
    display: block;
  }

  ._reservadosUl_1ybom_181 {
    grid-template-columns: repeat(1, 1fr);
  }
}._section_1q2if_1 {
  background-color: azure;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  padding: 10px;
}

._section_1q2if_1 p {
  font-weight: bold;
  text-align: center;
}

._section_1q2if_1 li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  gap: 10px;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  margin-bottom: 5px;
}

._section_1q2if_1 li:hover {
  cursor: pointer;
  border: 1px solid darkgray;
  border-radius: 5px;
  font-weight: bold;
  background-color: lightgray;
}

._section_1q2if_1 div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

._section_1q2if_1 div svg {
  cursor: pointer;
  flex-shrink: 0;
}
._section_8jwqj_1 {
  background-color: azure;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  padding: 10px;
}

._section_8jwqj_1 p {
  font-weight: bold;
  text-align: center;
}

._section_8jwqj_1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._section_8jwqj_1 li span {
  gap: 10px;
  padding: 10px;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  margin-bottom: 5px;
}

._section_8jwqj_1 li span:hover {
  cursor: pointer;
  border: 1px solid darkgray;
  border-radius: 5px;
  font-weight: bold;
  background-color: lightgray;
}

._section_8jwqj_1 div {
  display: flex;
  justify-content: center;
  align-items: center;
}

._section_8jwqj_1 div {
  gap: 10px;
}

._divDeleteAll_8jwqj_93:hover {
  cursor: pointer;
  font-weight: bold;
}

._section_8jwqj_1 svg {
  flex-shrink: 0;
  cursor: pointer;
}
._main_bvbl2_1 {
  height: calc(100vh - 70px);
  overflow: auto;
}

._header_bvbl2_11 {
  box-sizing: border-box;
  height: 70px;
  background-color: azure;
  border-bottom: 1px solid;
  border-color: darkgray;
  position: sticky;
  top: 0;
  z-index: 10;
}

._nav_bvbl2_33 {
  height: 69px;
  display: grid;
  justify-content: space-around;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
}

._navNutricion_bvbl2_49 {
  height: 69px;
  display: grid;
  justify-content: space-around;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}

/* SHIFT */
._nav_bvbl2_33 a:hover,
._navNutricion_bvbl2_49 a:hover {
  cursor: pointer;
  font-weight: bold;
}

._nav_bvbl2_33 a,
._navNutricion_bvbl2_49 a {
  color: black;
  position: relative;
  z-index: 1;
  height: 100%;
  align-content: center;
  text-align: center;
  text-decoration: none;
}

._nav_bvbl2_33 div,
._navNutricion_bvbl2_49 div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}

._nav_bvbl2_33 span,
._navNutricion_bvbl2_49 span {
  display: flex;
  justify-content: center;
  align-items: center;
}

._nav_bvbl2_33 svg,
._navNutricion_bvbl2_49 svg {
  font-size: 20px;
}

._nav_bvbl2_33 a:after,
._navNutricion_bvbl2_49 a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: ".";
  color: transparent;
  background-color: lavender;
  visibility: none;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

._nav_bvbl2_33 a:hover:after,
._navNutricion_bvbl2_49 a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

._linkActive_bvbl2_195 {
  font-weight: bold;
}

._linkActive_bvbl2_195::after {
  opacity: 1 !important;
  visibility: visible;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  ._nav_bvbl2_33 div {
    flex-direction: column;
  }
}

._badge_bvbl2_227 {
  background-color: green;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 4px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
._cabecera_xmue9_1 {
  display: flex;
  justify-content: space-between;
}

._cabecera_xmue9_1 a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: black;
  padding: 5px 10px;
}

._cabecera_xmue9_1 a:hover {
  font-weight: bold;
  border: 1px solid darkgray;
  border-radius: 5px;
}

._cabecera_xmue9_1 span {
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

._estadoActivo_xmue9_53 {
  background-color: lightgreen;
  border: 1px solid green;
  align-content: center;
}

._estadoInactivo_xmue9_65 {
  background-color: lightcoral;
  border: 1px solid red;
  align-content: center;
}

._sectionButtons_xmue9_77 {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: azure;
  border: 1px solid darkgray;
  border-radius: 5px;
  margin-top: 10px;
  gap: 5%;
}

._sectionButtons_xmue9_77 button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: none;
  padding: 10px;
  background-color: unset;
  cursor: pointer;
  border-radius: 5px;
}

._sectionButtons_xmue9_77 button:hover {
  background-color: lightgray;
}

._sectionButtons_xmue9_77 ._buttonActive_xmue9_131 {
  background-color: lightgray;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  ._sectionButtons_xmue9_77 button {
    display: flex;
    justify-content: center;
  }

  ._sectionButtons_xmue9_77 button span {
    display: none;
  }

  ._sectionButtons_xmue9_77 button svg {
    display: block;
  }
}._section_1j8fo_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background-color: azure;
  border: 1px solid darkgray;
  border-radius: 5px;
  margin-top: 10px;
}

._buttonsDiv_1j8fo_23 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 5px;
  width: 100%;
}

._buttonsDiv_1j8fo_23 button {
  border: none;
  padding: 10px;
  background-color: unset;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
}

._buttonsDiv_1j8fo_23 button:hover {
  background-color: lightgray;
}

._buttonsDiv_1j8fo_23 ._buttonActive_1j8fo_65 {
  background-color: lightgray;
  font-weight: bold;
}

._updateFichaDiv_1j8fo_75 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

._updateFichaDiv_1j8fo_75 button {
  padding: 10px;
  border: none;
  background-color: lightgreen;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid green;
  font-weight: bold;
}

._hidden_1j8fo_107 {
  display: none;
}

._fichaTable_1j8fo_115 {
  border: 0;
}

._fichaTable_1j8fo_115 caption {
  font-size: 1.3em;
}

._fichaTable_1j8fo_115 thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

._fichaTable_1j8fo_115 td {
  border-bottom: 1px solid lightgray;
  display: flex;
  font-size: .8em;
  gap: 25px;
  justify-content: space-between;
}

._fichaTable_1j8fo_115 td::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}

._fichaTable_1j8fo_115 td:last-child {
  border-bottom: 0;
}

._contenedorFicha_1j8fo_189 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

#_graficos_1j8fo_1 {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: 25px;
}

#_graficos_1j8fo_1>div {
  text-align: center;
  margin: 0;
  font-weight: bold;
}

#_graficos_1j8fo_1>div>p,
#_graficos_1j8fo_1>div>ul {
  font-weight: normal;
  margin: 0;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}

#_graficos_1j8fo_1>div>ul>li {
  list-style-type: none;
}

@media screen and (max-width: 700px) {
  ._contenedorFicha_1j8fo_189 {
    flex-direction: column;
    gap: 0px;
  }
}._section_1j720_1 {
  padding: 10px;
  background-color: azure;
  border: 1px solid darkgray;
  border-radius: 5px;
  margin-top: 10px;
}

._section_1j720_1 table tbody td span {
  padding: 5px 15px;
  border-radius: 5px;
}

#_tablaListaEntr_1j720_1 tbody td,
#_tablaListaEntr_1j720_1 thead th {
  text-align: center;
}

#_tablaListaEntr_1j720_1 tbody tr:hover {
  background-color: lightgray;
  cursor: pointer;
}

._estadoActivo_1j720_47 {
  background-color: lightgreen;
  border: 1px solid green;
}

._estadoInactivo_1j720_57 {
  background-color: lightsalmon;
  border: 1px solid orangered;
}

._cabecera_1j720_67 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  justify-items: center;
  align-items: center;
}

._cabecera_1j720_67 span {
  width: fit-content;
}

._cabecera_1j720_67 span:last-child {
  border-radius: 5px;
  padding: 5px 15px;
}

._tablasEjercicios_1j720_101 th,
._tablasEjercicios_1j720_101 td {
  padding: 0 10px;
}

._tablasEjercicios_1j720_101 p {
  margin: 0;
}

._tablasEjercicios_1j720_101 td[data-label="Resultados"] p {
  display: flex;
  flex-direction: column;
}

._tablasEjercicios_1j720_101 td[data-label="Resultados"] p span {
  padding: 0;
}

#_acciones_1j720_1 {
  display: flex;
  gap: 5%;
  justify-content: center;
}

#_acciones_1j720_1 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 5px;
}

#_acciones_1j720_1 > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: not-allowed;
  padding: 5px;
}

#_acciones_1j720_1 button {
  background-color: unset;
  border: none;
  margin: 0;
  cursor: pointer;
}

#_acciones_1j720_1 div:hover {
  border: 1px solid darkgray;
  background-color: lightgray;
  border-radius: 5px;
}

#_acciones_1j720_1 ._divActive_1j720_207 {
  border: 1px solid darkgray;
  font-weight: bold;
  background-color: lightgray;
  border-radius: 5px;
}

#_listaEjercicios_1j720_1 li {
  padding: 5px;
  border: 1px solid darkgray;
  cursor: pointer;
  margin-block: 5px;
  border-radius: 5px;
}

#_listaEjercicios_1j720_1 li:hover {
  background-color: lightgray;
}

#_ejercicios_1j720_1 {
  display: grid;
  grid-template-columns: 39% 60%;
  gap: 1%;
}

._tableActionsEj_1j720_257 input {
  border: 1px solid darkgray;
  width: -webkit-fill-available;
  max-width: 50px;
}

._tableActionsEj_1j720_257 select {
  border: 1px solid darkgray;
  width: -webkit-fill-available;
}

._tableActionsEj_1j720_257 td span {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}

._tableActionsEj_1j720_257 td span:last-child {
  justify-content: space-evenly;
}

._tableActionsEj_1j720_257 td,
._tableActionsEj_1j720_257 th {
  padding: 5px 5px;
}

._tableActionsEj_1j720_257 th {
  text-align: center;
}

#_entrenamiento_1j720_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

._tableActionsEj_1j720_257 td[data-label="Filas"] {
  border-left: 1px solid darkgray;
}

._tableActionsEj_1j720_257 svg {
  cursor: pointer;
}

#_paginacion_1j720_1 {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

#_paginacion_1j720_1 svg {
  cursor: pointer;
}

#_botonesEj_1j720_1 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#_add_1j720_1 {
  background-color: lightgreen;
  border: 1px solid green;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
}

#_add_1j720_1:hover {
  font-weight: bold;
  border: 1px solid darkgreen;
}

#_update_1j720_1 {
  background-color: lightblue;
  border: 1px solid blue;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
}

#_update_1j720_1:hover {
  font-weight: bold;
  border: 1px solid darkblue;
}

#_progrEntr_1j720_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#_entr_1j720_1 {
  display: grid;
  grid-template-columns: 1fr;
}

#_progrEntr_1j720_1 div:first-child {
  grid-row: 1;
  grid-column: 2;
}

#_progrEntr_1j720_1 div:last-child {
  grid-row: 1;
  grid-column: 1;
}

#_listaEjsAdded_1j720_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#_listaEjsAdded_1j720_1 li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

#_listaEjsAdded_1j720_1 li span:first-child {
  display: flex;
}

#_listaEjsAdded_1j720_1 li span:first-child svg {
  cursor: pointer;
}

#_listaEjsAdded_1j720_1 li span:nth-child(2) {
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid darkgray;
  cursor: pointer;
  margin-block: 5px;
  width: fit-content;
}

#_listaEjsAdded_1j720_1 li span:nth-child(2):hover {
  background-color: lightgray;
}

#_listaEjsAdded_1j720_1 li span:last-child {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

#_searchEj_1j720_1 {
  border: 1px solid darkgray;
}

._headerModificadoresEj_1j720_563 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

._headerModificadoresEj_1j720_563 select {
  border: 1px solid darkgray;
  height: 29.5px;
}

._notas_1j720_589 {
  width: -webkit-fill-available;
  resize: none;
  border: 1px solid darkgray;
  padding: 5px;
  /* form-sizing: content; */
}

._formEntr_1j720_605 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-items: center;
  align-items: center;
}

._formEntr_1j720_605 input {
  border: 1px solid darkgray;
}

._confirmar_1j720_629 {
  background-color: lightgreen;
  border: 1px solid green;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
  margin: auto;
  margin-block: 10px;
}

#_eliminar_1j720_1 {
  margin-block: 20px;
}

#_eliminar_1j720_1 button {
  background-color: lightsalmon;
  border: 1px solid orangered;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
  margin: auto;
}

#_resultadosCompletar_1j720_1 {
  margin-bottom: 10px;
}

#_resultadosCompletar_1j720_1 input {
  width: -webkit-fill-available;
  max-width: 50px;
}

#_loadMore_1j720_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-block: 10px;
  cursor: pointer;
  width: fit-content;
  padding: 5px 15px;
}

#_loadMore_1j720_1:hover {
  font-weight: bold;
  border: 1px solid darkgray;
  border-radius: 5px;
}

#_listaEntr_1j720_1 {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

#_contenedorEjs_1j720_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

#_contenedorEjs_1j720_1 > div {
  max-width: 800px;
}

#_contenedorCompletar_1j720_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#_contenedorCompletar_1j720_1 > table {
  max-width: 800px;
}

#_contEjEnProg_1j720_1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px;
  justify-content: space-around;
  border: 2px dashed darkorange;
  flex-wrap: wrap;
}

#_contEjEnProg_1j720_1 span:last-child {
  background-color: dimgrey;
  color: white;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
}
._rmAnteriores_1j720_817 {
  margin-top: 15px;
}
._rmAnteriores_1j720_817 > div {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

._rmAnteriores_1j720_817 > div > svg {
  cursor: pointer;
}

._volver_1j720_845 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer;
}

._volver_1j720_845:hover {
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  #_tablaListaEntr_1j720_1 tbody td,
  #_tablaListaEntr_1j720_1 thead th {
    text-align: right;
  }

  ._tablasEjercicios_1j720_101 td[data-label="Resultados"]::before {
    text-align: left;
  }

  ._tablasEjercicios_1j720_101 td[data-label="Resultados"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  ._tableActionsEj_1j720_257 td:not([data-label="Filas"]) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  ._tableActionsEj_1j720_257 td[data-label="Filas"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-left: none;
    padding-block: 5px;
  }

  ._tableActionsEj_1j720_257 td[data-label="Filas"]::before {
    text-align: left;
  }

  ._tableActionsEj_1j720_257 td[data-label="Filas"] span {
    justify-content: flex-end;
    gap: 10px;
  }

  ._tableActionsEj_1j720_257 td[data-label="Tipo"] {
    padding-block: 5px;
  }

  #_resultadosCompletar_1j720_1 tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  ._headerModificadoresEj_1j720_563 {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  ._headerModificadoresEj_1j720_563 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}

@media screen and (max-width: 500px) {
  #_ejercicios_1j720_1 {
    grid-template-columns: 1fr;
  }

  #_progrEntr_1j720_1 {
    grid-template-columns: 1fr;
  }

  #_progrEntr_1j720_1 div:first-child {
    grid-row: 1;
    grid-column: 1;
  }

  #_progrEntr_1j720_1 div:last-child {
    grid-row: 2;
  }

  #_listaEjsAdded_1j720_1 {
    align-items: flex-start;
  }

  ._formEntr_1j720_605 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #_acciones_1j720_1 {
    margin-bottom: 10px;
    justify-content: space-around;
    gap: 0;
  }
}
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
#_calentamientos_1utxy_1 {
  padding: 10px;
  background-color: azure;
  border: 1px solid darkgray;
  border-radius: 5px;
  margin-top: 10px;
}

#_filtrar_1utxy_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: end;
  gap: 10px;
}

#_filtrar_1utxy_1 input {
  margin-bottom: 0;
}

#_filtrar_1utxy_1 select {
  padding: 5px;
}

#_filtrar_1utxy_1 button {
  padding: 5px;
  height: fit-content;
  margin-bottom: 0;
  background-color: unset;
  border: 1px solid darkgray;
  border-radius: 5px;
  cursor: pointer;
}

#_filtrar_1utxy_1 button:hover {
  background-color: lightgray;
}

#_calentamientos_1utxy_1 table tbody tr {
  cursor: pointer;
}

#_calentamientos_1utxy_1 table tbody tr:hover {
  background-color: lightgray;
}

#_save_1utxy_1 {
  background-color: lightgreen;
  border: 1px solid green;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 15px;
}

#_paginacion_1utxy_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

#_paginacion_1utxy_1 svg {
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  #_filtrar_1utxy_1 {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width: 450px) {
  #_filtrar_1utxy_1 {
    grid-template-columns: 1fr;
  }

}#_configuraciones_3eggr_1 {
  padding: 10px;
  background-color: azure;
  border: 1px solid darkgray;
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

#_configuraciones_3eggr_1 form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#_modalidad_3eggr_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

._personalizado_3eggr_47 {
  border: 1px solid lightgreen;
  padding: 5px;
  border-radius: 5px;
}

._libre_3eggr_59 {
  border: 1px solid lightblue;
  padding: 5px;
  border-radius: 5px;
}

._online_3eggr_71 {
  border: 1px solid lightcoral;
  padding: 5px;
  border-radius: 5px;
}

#_modalidadForm_3eggr_1 {
  gap: 10px;
}

#_configuraciones_3eggr_1 select,
#_configuraciones_3eggr_1 button {
  padding: 5px;
  border-radius: 5px;
}

#_configuraciones_3eggr_1 button {
  background-color: lightgreen;
  border: 1px solid green;
  cursor: pointer;
}

#_configuraciones_3eggr_1 select {
  border: 1px solid darkgray;
}

._labelDia_3eggr_123 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

#_diasForm_3eggr_1 {
  gap: 5px;
}

#_diasForm_3eggr_1 ul {
  margin: 0;
}

#_estados_3eggr_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

._estadoActivo_3eggr_169 {
  background-color: lightgreen;
  border: 1px solid green;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
}

._estadoInactivo_3eggr_185 {
  background-color: lightcoral;
  border: 1px solid red;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
}

#_formEstado_3eggr_1 {
  gap: 5px;
}

@media screen and (max-width: 800px) {
  #_configuraciones_3eggr_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  #_configuraciones_3eggr_1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}#_programacion_j37vo_1 {
  padding: 10px;
  background-color: azure;
  border: 1px solid darkgray;
  border-radius: 5px;
  margin-top: 10px;
}

#_contDiasProgramacion_j37vo_1 {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
}

#_botones_j37vo_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

#_botones_j37vo_1 button:first-child {
  border: 1px solid darkblue;
  background-color: cornflowerblue;
}

._cancel_j37vo_55 {
  border: 1px solid darkred;
  background-color: red;
}

._create_j37vo_65,
._end_j37vo_67 {
  border: 1px solid darkgreen;
  background-color: green;
}

._update_j37vo_77 {
  border: 1px solid black;
  background-color: darkgray;
}

#_ejercicio_j37vo_1 {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

#_programacion_j37vo_1 button {
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  color: white;
  height: fit-content;
  width: fit-content;
  font-weight: bold;
}

#_ejercicio_j37vo_1 button:first-child {
  border: 1px solid darkgreen;
  background-color: green;
}

/* #ejercicio button:last-child {
  border: 1px solid darkred;
  background-color: red;
} */

#_resultados_j37vo_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

#_resultados_j37vo_1 span {
  border: 1px solid darkgray;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

#_resultados_j37vo_1 span:hover {
  background-color: lightgray;
}

._seleccionado_j37vo_185 {
  border-radius: 15px;
  padding: 5px 10px;
  background-color: lightsalmon;
  font-weight: bold;
}

._infoEj_j37vo_199 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 5px;
}

._infoEj_j37vo_199 textarea {
  min-width: 90px;
}

._infoEj_j37vo_199 input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: green;
}

._infoEj_j37vo_199 svg {
  cursor: pointer;
}

._tagTipo_j37vo_245 {
  display: block;
  padding: 5px;
  border-radius: 5px;
  width: fit-content;
  height: fit-content;
}

._contDiaEstructura_j37vo_261 ._separacionEjs_j37vo_261 {
  padding-bottom: 10px;
}

._separacionEjs_j37vo_261 {
  border-bottom: 2px dashed darkgray;
}

._contDiaEstructura_j37vo_261 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#_estructura_j37vo_1 {
  table-layout: auto;
}

#_periodizacion_j37vo_1 {
  table-layout: auto;
}

#_periodizacion_j37vo_1 tbody td,
#_periodizacion_j37vo_1 thead th,
#_estructura_j37vo_1 tbody td,
#_estructura_j37vo_1 thead th {
  border-right: 1px solid darkgray;
  border-left: 1px solid darkgray;
}

._contDiaPeriodizacion_j37vo_321 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._contDiaPeriodizacion_j37vo_321 ._separacionEjs_j37vo_261 {
  padding-bottom: 5px;
}

#_cabecera_j37vo_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

#_cabecera_j37vo_1 > span {
  font-weight: bold;
}

#_cabecera_j37vo_1 > div {
  font-weight: bold;
}

#_cabecera_j37vo_1 > div > span {
  background-color: lightskyblue;
  padding: 10px;
  border-radius: 10px;
  margin-inline: 5px;
}

._thDiaEstructura_j37vo_385 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

._thDiaEstructura_j37vo_385 > span > svg {
  cursor: pointer;
}

#_estructura_j37vo_1 th,
#_periodizacion_j37vo_1 th,
#_estructura_j37vo_1 td,
#_periodizacion_j37vo_1 td {
  text-align: center;
}

#_contenedorSeleccionado_j37vo_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#_contenedorSeleccionado_j37vo_1 > svg {
  cursor: pointer;
}

#_resumen_j37vo_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#_resumen_j37vo_1 textarea {
  min-width: 300px;
  min-height: 100px;
}

#_resumen_j37vo_1 div {
  display: flex;
  gap: 20px;
}

#_acciones_j37vo_1 {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#_acciones_j37vo_1 span {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
}

#_acciones_j37vo_1 span:hover {
  background-color: lightgray;
}

._accionActiva_j37vo_519 {
  background-color: lightgray;
  font-weight: bold;
}

#_accionesPro_j37vo_1 {
  display: flex;
  gap: 30px;
}

#_verProgramacion_j37vo_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 10px;
}

._actionIconsEstructura_j37vo_551 {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#_cabecera_140j8_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#_cabecera_140j8_1 button {
  display: flex;
  gap: 5px;
  align-items: center;
  background-color: lavender;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

#_cabecera_140j8_1 button:hover {
  font-weight: bold;
  border: 1px solid darkgray;
}

#_cabecera_140j8_1 span:last-child {
  color: brown;
}

#_nombre_140j8_1 {
  font-weight: bold;
}

#_acciones_140j8_1 {
  display: flex;
  justify-content: center;
  gap: 10%;
  background-color: azure;
  border: 1px solid darkgray;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

#_acciones_140j8_1 span {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 5px;
}

#_acciones_140j8_1 span:hover {
  font-weight: bold;
  border: 1px solid darkgray;
  border-radius: 5px;
}

._actionSelected_140j8_111 {
  background-color: lightgray;
  font-weight: bold;
  border: 1px solid darkgray;
  border-radius: 5px;
}

#_general_140j8_1 {
  background-color: azure;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid darkgray;
  margin-top: 10px;
}

#_general_140j8_1>p {
  font-weight: bold;
  text-align: center;
}

#_info_140j8_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10%;
}

#_info_140j8_1>span:nth-child(odd) {
  font-weight: bold;
}

#_videoCont_140j8_1 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 20px;
  align-items: center;
}

#_videoCont_140j8_1>button {
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  height: fit-content;
  cursor: pointer;
}

._video_140j8_207 {
  width: auto;
  height: 400px;
  border: none;
  border-radius: 10px;
}

._form_140j8_221 section {
  display: grid;
  gap: 5px 15px;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
}

._form_140j8_221 section div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._form_140j8_221>button {
  background-color: lightgreen;
  border: 1px solid green;
  border-radius: 10px;
  padding: 5px 15px;
  margin: 20px auto 10px auto;
  cursor: pointer;
}

._form_140j8_221 button:hover {
  background-color: green;
  color: white;
}

._zonasContainer_140j8_275 {
  display: grid;
  gap: 5px 15px;
  grid-template-columns: repeat(auto-fit, 100px);
  justify-content: center;
}

._zonasContainer_140j8_275 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._zonasContainer_140j8_275 input {
  max-width: 30px;
}

._zonasContainer_140j8_275 label {
  text-align: center;
}

._contFlex_140j8_319 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

._labelUploadFile_140j8_335 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid darkgray;
  border-radius: 10px;
  padding: 10px 5px;
  cursor: pointer;
}

._labelUploadFile_140j8_335:hover {
  background-color: lightgray;
}

._fileUploaded_140j8_365 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._fileUploaded_140j8_365 svg {
  cursor: pointer;
}

#_contEliminar_140j8_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#_contEliminar_140j8_1 button {
  background-color: red;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  #_acciones_140j8_1 {
    justify-content: space-around;
    gap: 0;
  }

  #_videoCont_140j8_1 {
    flex-direction: column;
  }
}._section_wjwtx_1 {
  background-color: azure;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  padding: 10px;
}

._section_wjwtx_1 p {
  text-align: center;
  font-weight: bold;
}

._form_wjwtx_27 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  gap: 5px 15px;
  align-items: center;
}

._form_wjwtx_27 select,
._form_wjwtx_27 button {
  height: 30px;
}

._form_wjwtx_27 input {
  height: 28px;
  border: 1px solid darkgray;
  padding-inline: 10px;
  margin: 0;
  padding-block: 0;
  width: 60%;
}

._form_wjwtx_27 button {
  width: fit-content;
  display: flex;
  align-items: center;
  border: 2px solid darkgray;
  background-color: unset;
  border-radius: 5px;
  padding: 5px 15px;
  gap: 10px;
  cursor: pointer;
}

._form_wjwtx_27 button:hover {
  font-weight: bold;
  border: 2px solid black;
}

._form_wjwtx_27 div {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  width: 100%;
}

._botonesEjercicios_wjwtx_121 {
  display: flex;
  justify-content: center;
  gap: 5px;
}

._botonesEjercicios_wjwtx_121 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 5px 15px;
  gap: 5px;
}

._botonesEjercicios_wjwtx_121 div:hover,
._botonEjercicioActivo_wjwtx_153 {
  background-color: lightgray;
  border-radius: 10px;
}

._botonesEjercicios_wjwtx_121 div span {
  text-align: center;
}

._zonasContainer_wjwtx_171 {
  display: grid;
  gap: 5px 15px;
  grid-template-columns: repeat(auto-fit, 100px);
  justify-content: center;
}

._zonasContainer_wjwtx_171 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._zonasContainer_wjwtx_171 input {
  max-width: 30px;
}

._zonasContainer_wjwtx_171 label {
  text-align: center;
}

._crearForm_wjwtx_215 section {
  display: grid;
  gap: 5px 15px;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
}

._crearForm_wjwtx_215 section div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._crearForm_wjwtx_215 button {
  background-color: lightgreen;
  border: 1px solid green;
  border-radius: 10px;
  padding: 5px 15px;
  margin: 10px auto;
  cursor: pointer;
}

._crearForm_wjwtx_215 button:hover {
  background-color: green;
  color: white;
}

._contFlex_wjwtx_269 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

._labelUploadFile_wjwtx_285 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid darkgray;
  border-radius: 10px;
  padding: 10px 5px;
  cursor: pointer;
}

._labelUploadFile_wjwtx_285:hover {
  background-color: lightgray;
}

._fileUploaded_wjwtx_315 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._fileUploaded_wjwtx_315 svg {
  cursor: pointer;
}

._resultadosTable_wjwtx_337 tbody tr {
  cursor: pointer;
}

._resultadosTable_wjwtx_337 tbody tr:hover {
  background-color: lightgray;
}

._resultadosTable_wjwtx_337 td:last-child,
._resultadosTable_wjwtx_337 th:last-child {
  text-align: center;
}

#_configuraciones_wjwtx_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

._guardarDescansos_wjwtx_373 {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

._liAreaZona_wjwtx_385 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

._areaZonaDelete_wjwtx_399 {
  scroll-margin-top: 100px;
}

._areaZonaDelete_wjwtx_399 div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

._formsAddAreaZona_wjwtx_421 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}._table_7wif9_1 {
  margin-top: 0;
}

._table_7wif9_1 thead th:last-child {
  text-align: center;
}

._table_7wif9_1 tbody td:last-child {
  text-align: center;
}

._table_7wif9_1 tbody tr:hover {
  background-color: lightgray;
  cursor: pointer;
}

._section_7wif9_35 {
  background-color: azure;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  padding: 10px;
}

._section_7wif9_35 p {
  text-align: center;
  font-weight: bold;
}

._userSelected_7wif9_61 {
  background-color: lightgray;
}

._info_7wif9_69 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

._button_7wif9_85 {
  width: fit-content;
  display: flex;
  align-items: center;
  border: 2px solid green;
  background-color: unset;
  border-radius: 5px;
  padding: 5px 15px;
  gap: 10px;
  cursor: pointer;
}

._hidden_7wif9_109 {
  display: none;
}

._infoDiv_7wif9_117 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

._infoDiv_7wif9_117 table {
  margin-top: 0;
}

._button_7wif9_85:hover {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  #_datosRegistro_7wif9_1 {
    border: 0;
  }

  #_datosRegistro_7wif9_1 caption {
    font-size: 1.3em;
  }

  #_datosRegistro_7wif9_1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #_datosRegistro_7wif9_1 td {
    border-bottom: 1px solid lightgray;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  #_datosRegistro_7wif9_1 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  #_datosRegistro_7wif9_1 td:last-child {
    border-bottom: 0;
  }
}._section_1jwpd_1 {
  background-color: azure;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  padding: 10px;
}

._section_1jwpd_1 p {
  text-align: center;
  font-weight: bold;
}

._form_1jwpd_27 {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  gap: 10px;
  justify-items: center;
  align-items: center;
}

._form_1jwpd_27 select,
._form_1jwpd_27 button {
  height: 30px;
}

._form_1jwpd_27 input {
  height: 28px;
  border: 1px solid darkgray;
  padding-inline: 10px;
  margin: 0;
  padding-block: 0;
  width: 60%;
}

._form_1jwpd_27 button {
  width: fit-content;
  display: flex;
  align-items: center;
  border: 2px solid darkgray;
  background-color: unset;
  border-radius: 5px;
  padding: 5px 15px;
  gap: 10px;
  cursor: pointer;
}

._form_1jwpd_27 button:hover {
  font-weight: bold;
  border: 2px solid black;
}

._form_1jwpd_27 div {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  width: 100%;
}

._divTable_1jwpd_121 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

._divTable_1jwpd_121 table tbody tr:hover {
  background-color: lightgray;
  cursor: pointer;
}

._divTable_1jwpd_121 table thead th:last-child {
  text-align: center;
}

._divTable_1jwpd_121 table tbody td:last-child {
  text-align: center;
}

._divTable_1jwpd_121 div {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}

._divTable_1jwpd_121 div svg {
  cursor: pointer;
}

._estadoActivo_1jwpd_181,
._estadoInactivo_1jwpd_183 {
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 10px;
}

._estadoActivo_1jwpd_181 {
  background-color: green;
}

._estadoInactivo_1jwpd_183 {
  background-color: red;
}



@media (max-width: 550px) {
  ._form_1jwpd_27 {
    grid-template-columns: 100%;
  }
}

@media (max-width: 700px) {
  ._spanTipoEntr_1jwpd_231 {
    justify-content: flex-end;
  }
}._article_5btdn_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}._section_15p1v_1 {
  margin-top: 10px;
  background-color: azure;
  border: 1px solid;
  border-color: darkgray;
  border-radius: 5px;
  padding: 10px;
}

._section_15p1v_1 p {
  text-align: center;
  font-weight: bold;
}

._crearForm_15p1v_29 section {
  display: grid;
  gap: 5px 15px;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
}

._crearForm_15p1v_29 section div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._crearForm_15p1v_29>button {
  background-color: lightgreen;
  border: 1px solid green;
  border-radius: 10px;
  padding: 5px 15px;
  margin: 20px auto;
  cursor: pointer;
}

._crearForm_15p1v_29>button:hover {
  background-color: green;
  color: white;
}

._contFlex_15p1v_83 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

._labelUploadFile_15p1v_99 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid darkgray;
  border-radius: 10px;
  padding: 10px 5px;
  cursor: pointer;
}

._labelUploadFile_15p1v_99:hover {
  background-color: lightgray;
}

._fileUploaded_15p1v_129 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._fileUploaded_15p1v_129 svg {
  cursor: pointer;
}

#_videoCont_15p1v_1 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 20px;
  align-items: center;
}

#_videoCont_15p1v_1>button {
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  height: fit-content;
  cursor: pointer;
}

._video_15p1v_187 {
  width: auto;
  height: 400px;
  border: none;
  border-radius: 10px;
}

@media screen and (max-width: 500px) {

  #_videoCont_15p1v_1 {
    flex-direction: column;
  }
}#_graficos_1hx2t_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  row-gap: 20px;
  background-color: azure;
  border: 1px solid darkgray;
  padding: 10px;
}

#_graficos_1hx2t_1 div {
  width: 400px;
  height: 300px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 400px) {
  #_graficos_1hx2t_1 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  #_graficos_1hx2t_1 div {
    width: 300px;
    height: 250px;
  }
}._container_htqlf_1 {
  background-color: azure;
  border: 1px solid darkgray;
  padding: 10px;
}

._form_htqlf_13 {
  display: flex;
  gap: 10px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

._form_htqlf_13 > svg {
  cursor: pointer;
}

._filtros_htqlf_37 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 200px;
  background-color: cornsilk;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid darkgray;
  position: absolute;
  right: 20px;
  top: 40px;
  transition: all 0.5s;
}

._filtros_htqlf_37 select,
._filtros_htqlf_37 label {
  width: 100%;
}
._filtros_htqlf_37 input {
  width: 50px;
}

._botones_htqlf_87 {
  display: flex;
  gap: 10px;
}

._filtros_htqlf_37 > button {
  width: fit-content;
}

._searching_htqlf_105 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
