/* _content/Sasga/Components/ConfirmationDialog.razor.rz.scp.css */
.overflow-control[b-0ju0o7vimy] {
  overflow-wrap: anywhere;
}
.modal[b-0ju0o7vimy] {
  position: fixed;
  top: 20rem;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.button-punt-nautic[b-0ju0o7vimy] {
  /*border: 1px solid brown;*/
  padding: 0.6rem 1.7rem 0.6rem 1.7rem;
  /*padding: 0.2rem 0.7rem 0.2rem 0.7rem;*/
  background-color: white;
  border-color: black;
  font-weight: 600;
  transition: 0.1s;
}
.button-punt-nautic:hover[b-0ju0o7vimy] {
  background-color: black;
  border-color: black;
  color: white;
}
.button-punt-nautic-secondary[b-0ju0o7vimy] {
  /*border: 1px solid rgb(0, 0, 0);*/
  padding: 0.6rem 1.7rem 0.6rem 1.7rem;
  /*padding: 0.2rem 0.7rem 0.2rem 0.7rem;*/
  background-color: #000000;
  color: white;
  font-weight: 600;
  transition: 0.1s;
}
.button-punt-nautic-secondary:hover[b-0ju0o7vimy] {
  background-color: white;
  border-color: black;
  color: black;
}
.modal-title[b-0ju0o7vimy] {
  cursor: none;
  pointer-events: none;
}
/* _content/Sasga/Components/FinalizarOperacionConfirmationDialog.razor.rz.scp.css */
.overflow-control[b-76hl72905i] {
  overflow-wrap: anywhere;
}
.modal[b-76hl72905i] {
  position: fixed;
  top: 20rem;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.button-punt-nautic[b-76hl72905i] {
  /*border: 1px solid brown;*/
  padding: 0.6rem 1.7rem 0.6rem 1.7rem;
  /*padding: 0.2rem 0.7rem 0.2rem 0.7rem;*/
  background-color: white;
  border-color: black;
  font-weight: 600;
  transition: 0.1s;
}
.button-punt-nautic:hover[b-76hl72905i] {
  background-color: black;
  border-color: black;
  color: white;
}
.button-punt-nautic-secondary[b-76hl72905i] {
  /*border: 1px solid rgb(0, 0, 0);*/
  padding: 0.6rem 1.7rem 0.6rem 1.7rem;
  /*padding: 0.2rem 0.7rem 0.2rem 0.7rem;*/
  background-color: #000000;
  color: white;
  font-weight: 600;
  transition: 0.1s;
}
.button-punt-nautic-secondary:hover[b-76hl72905i] {
  background-color: white;
  border-color: black;
  color: black;
}
.modal-title[b-76hl72905i] {
  cursor: none;
  pointer-events: none;
}
/* _content/Sasga/Components/GenericFilterSelect/FilterSelectComponent.razor.rz.scp.css */
body .search-dropdown-pop-active-fixed-bg[b-yzig5an27e] {
    position: fixed;
    background: #a1a1a159;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
}

*[b-yzig5an27e], [b-yzig5an27e]::after, [b-yzig5an27e]::before {
    box-sizing: border-box;
}


.search-select-component .dropdown-toggle[b-yzig5an27e] {
    white-space: nowrap;
}

.search-select-component .dropdown-toggle[b-yzig5an27e]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.search-select-component .dropdown-toggle:empty[b-yzig5an27e]::after {
    margin-left: 0;
}

.search-select-component .dropdown-menu[b-yzig5an27e] {
    display: none;
}


.search-dropdown-pop-wrapper[b-yzig5an27e] {
    margin: auto;
    height: 100vh;
    position: relative;
    width: -moz-min-content;
    width: min-content;
    padding: 20px;
}

.dropdown-btn[b-yzig5an27e] {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-btn:hover[b-yzig5an27e], .dropdown-btn:focus[b-yzig5an27e] {
    background-color: #3e8e41;
}

.dropdown-input[b-yzig5an27e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%234c4c4c' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-position: 10px 14px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: sticky;
    top: 0;
}

.dropdown-input:focus[b-yzig5an27e] {
    outline: 1px solid #ddd;
}

.search-select-component[b-yzig5an27e] {
    position: relative;
}

.search-select-component .dropdown[b-yzig5an27e] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-select-component .dropdown-content[b-yzig5an27e] {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.search-select-component .dropdown-menu.show[b-yzig5an27e] {
    display: block !important;
    position: absolute;
}

.search-select-component .dropdown-menu ul[b-yzig5an27e] {
    margin: 0;
    padding: 0;
}

.search-select-component .dropdown-menu ul li[b-yzig5an27e] {
    padding: 5px 10px;
    list-style: none;
    /*white-space: nowrap;*/
    cursor: default;
    text-wrap: wrap;
    white-space: pre-wrap;
}

    .search-select-component .dropdown li:hover[b-yzig5an27e],
    .search-select-component .dropdown li.active[b-yzig5an27e] {
        background-color: rgb(203 159 111);
        color: rgba(255,255,255, 1);
    }

    .search-select-component .dropdown-menu[b-yzig5an27e] {
        max-height: 400px;
        min-width: 230px;
        overflow-y: auto;
        padding-top: 0;
        width: -webkit-fill-available;
        box-shadow: 0px 12px 30px rgb(0 0 0 / 20%);
        border: 1px solid rgb(255 255 255 / 68%);
        border-top: none;
    }

.search-select-component .dropdown-toggle[b-yzig5an27e] {
    background: white;
    color: #000;
    border: 1px solid #ced4da;
    font-size: 16px;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    text-align: left;
    width: 100%;
    transition: none;
    outline: none;
    border-radius: 0.25rem;
}

.search-select-component .dropdown-toggle:disabled[b-yzig5an27e] {
    background: #e9ecef;
}

.search-select-component .dropdown-toggle[b-yzig5an27e]:after {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-left: 0.455em;
    top: 3px;
    border: none;
}

.search-select-component .dropdown-toggle.form-floating span.label[b-yzig5an27e] {
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    position: absolute;
    top: 1px;
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    padding-left: 0.6rem;
}

.search-select-component .form-floating > .search-select-selected[b-yzig5an27e] {
    padding-right: 1.2rem;
    padding-left: 0.25rem;
    position: relative;
    top: 0.65rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/Sasga/Components/Loading.razor.rz.scp.css */
.overflow-control[b-v2fbaynnsq] {
  overflow-wrap: anywhere;
}
.spinner-container[b-v2fbaynnsq] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-v2fbaynnsq] {
  border: 10px solid silver;
  border-top: 10px solid #3990bd;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-v2fbaynnsq 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-v2fbaynnsq] {
    border: 10px solid silver;
    border-top: 10px solid #3990bd;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-v2fbaynnsq 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-v2fbaynnsq {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* _content/Sasga/Components/ToastNotification.razor.rz.scp.css */
.cs-toast-container[b-fl3c61skoe] {
    position: absolute;
    top: 4.5rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cs-toast[b-fl3c61skoe] {
    cursor: pointer;
    padding: 0.75rem;
    color: #fff;
    min-width: 22rem;
    border-radius: 0.55rem;
    margin-bottom: 0.5rem;
    overflow: hidden; 
    white-space: normal;
    word-break: break-all;
}

/* Media query para dispositivos móviles (ancho máximo de 480px) */
@media (max-width: 480px) {
    .cs-toast-container[b-fl3c61skoe] {
        padding: 0.5rem 1rem;
        right: 0%;
        left: 0%;
    }

    .cs-toast[b-fl3c61skoe] {
        max-width: 100%;
    }
}


.cs-toast-content[b-fl3c61skoe] {
    display: flex;
}

.cs-toast-icon[b-fl3c61skoe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 1.8rem;
}

.cs-toast-body[b-fl3c61skoe] {
    display: flex;
    flex-direction: column;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.cs-toast .h-notification[b-fl3c61skoe] {
    color: black;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0;
}

.cs-toast h5[b-fl3c61skoe] {
    margin-bottom: 0;
}

.cs-toast p[b-fl3c61skoe] {
    margin-bottom: 0;
}

.cs-toast-visible[b-fl3c61skoe] {
    animation: fadein 1.5s;
}
/* _content/Sasga/Pages/Login.razor.rz.scp.css */
.overflow-control[b-6njw5dxgko] {
  overflow-wrap: anywhere;
}
.logo[b-6njw5dxgko] {
  width: 19rem;
  height: auto;
}
.etiqueta[b-6njw5dxgko] {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 0.2rem;
  height: 1.4em;
  line-height: 1.4em;
}
.button-sasga[b-6njw5dxgko] {
  background-color: #ffffff;
  border-color: black;
  border-radius: 1.5rem;
  font-size: 1.15em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
  width: 20rem;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.button-sasga:hover[b-6njw5dxgko] {
  background-color: black;
  color: white;
}
.version[b-6njw5dxgko] {
  position: fixed;
  bottom: 2rem;
}
/* _content/Sasga/Pages/Marcajes.razor.rz.scp.css */
.overflow-control[b-p9i26k6ff6] {
  overflow-wrap: anywhere;
}
.container[b-p9i26k6ff6] {
  padding: 1rem;
}
.title[b-p9i26k6ff6] {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}
button[b-p9i26k6ff6] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
button .material-symbols-outlined[b-p9i26k6ff6] {
  font-size: 25px;
}
.btn-custom-primary[b-p9i26k6ff6] {
  background-color: #007bff;
  color: white;
  border-radius: 15px;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.2);
  transition: all 0.3s;
}
.btn-custom-primary:hover[b-p9i26k6ff6] {
  background-color: #0056b3;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.5);
}
.btn-custom[b-p9i26k6ff6] {
  background-color: transparent;
  color: inherit;
  /* Usa el color del contenedor */
  border: 1px #ffffffb3;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  transition: color 0.35s ease, transform 0.25s ease;
}
.btn-custom:disabled[b-p9i26k6ff6] {
  color: #333;
  /* Color más claro para texto */
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  /* Deshabilita todos los eventos, incluido hover */
}
.btn-custom:hover[b-p9i26k6ff6] {
  color: white;
  /* Ejemplo de azul marino */
  background-color: black;
  /*transform: scale(1.025);*/
}
.btn-disabled[b-p9i26k6ff6] {
  margin-left: 1rem;
  background-color: lightgray;
  color: inherit;
  border: 1px #ffffffb3;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  transition: color 0.35s ease, transform 0.25s ease;
}
@media (min-width: 768px) {
  .btn-disabled[b-p9i26k6ff6] {
    background-color: lightgray;
    color: black;
    /* Usa el color del contenedor */
    border: 2px black;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.35s ease, transform 0.25s ease;
  }
  .btn-disabled:hover[b-p9i26k6ff6] {
    color: inherit;
    /* Ejemplo de azul marino */
    background-color: white;
    /*transform: scale(1.025);*/
  }
}
.btn-custom-pause[b-p9i26k6ff6] {
  background-color: #ffd046;
  color: inherit;
  border: 1px #ffffffb3;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  transition: color 0.35s ease, transform 0.25s ease;
}
.btn-custom-pause:hover[b-p9i26k6ff6] {
  color: white;
  /* Ejemplo de azul marino */
  background-color: black;
  /*transform: scale(1.025);*/
}
@media (min-width: 768px) {
  .btn-custom-pause[b-p9i26k6ff6] {
    background-color: #ffd046;
    color: black;
    /* Usa el color del contenedor */
    border: 2px black;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.2s ease;
  }
  .btn-custom-pause:hover[b-p9i26k6ff6] {
    color: inherit;
    /* Ejemplo de azul marino */
    background-color: white;
    /*transform: scale(1.025);*/
  }
}
.btn-custom-pause:disabled[b-p9i26k6ff6] {
  color: #333;
  /* Color más claro para texto */
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  /* Deshabilita todos los eventos, incluido hover */
}
.btn-custom-finalizar-operacion[b-p9i26k6ff6] {
  margin-left: 1rem;
  background-color: #75b5fa;
  color: inherit;
  border: 1px #ffffffb3;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  transition: color 0.35s ease, transform 0.25s ease;
}
.btn-custom-finalizar-operacion:hover[b-p9i26k6ff6] {
  color: white;
  /* Ejemplo de azul marino */
  background-color: black;
  /*transform: scale(1.025);*/
}
@media (min-width: 768px) {
  .btn-custom-finalizar-operacion[b-p9i26k6ff6] {
    background-color: #75b5fa;
    color: black;
    /* Usa el color del contenedor */
    border: 2px black;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.35s ease, transform 0.25s ease;
  }
  .btn-custom-finalizar-operacion:hover[b-p9i26k6ff6] {
    color: inherit;
    /* Ejemplo de azul marino */
    background-color: white;
    /*transform: scale(1.025);*/
  }
}
.btn-custom-finalizar-operacion:disabled[b-p9i26k6ff6] {
  color: #333;
  /* Color más claro para texto */
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  /* Deshabilita todos los eventos, incluido hover */
}
.btn-custom-danger[b-p9i26k6ff6] {
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  border: none;
  padding: 0.8rem;
  box-shadow: 0px 4px 6px rgba(220, 53, 69, 0.3);
}
.btn-custom-danger:hover:enabled[b-p9i26k6ff6] {
  background-color: #c82333;
}
.btn-custom-danger:disabled[b-p9i26k6ff6] {
  background-color: #b35d66;
  color: #ffffffb3;
  /* Color más claro para texto */
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  /* Deshabilita todos los eventos, incluido hover */
}
.btn-custom-warning[b-p9i26k6ff6] {
  background-color: #ffc107;
  color: white;
  border-radius: 50%;
  padding: 0.8rem;
  border: none;
  margin-right: 0.75rem;
  box-shadow: 0px 4px 6px rgba(255, 193, 7, 0.2);
}
.btn-custom-warning:hover:enabled[b-p9i26k6ff6] {
  background-color: #e0a800;
}
.btn-custom-warning:disabled[b-p9i26k6ff6] {
  background-color: #e6c17c;
  color: #ffffffb3;
  /* Color más claro para texto */
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  /* Deshabilita todos los eventos, incluido hover */
}
.btn-custom-add[b-p9i26k6ff6] {
  background-color: #21db53;
  color: white;
  border-radius: 50%;
  padding: 0.8rem;
  border: none;
  margin-right: 0.75rem;
  box-shadow: 0px 4px 6px #7bff07;
}
.btn-custom-add:hover:enabled[b-p9i26k6ff6] {
  background-color: #77b031;
}
.btn-custom-add:disabled[b-p9i26k6ff6] {
  background-color: #d6f3b2;
  color: #ffffffb3;
  /* Color más claro para texto */
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  /* Deshabilita todos los eventos, incluido hover */
}
.button-sasga[b-p9i26k6ff6] {
  background-color: #0056b3;
  border-color: #0056b3;
  color: white;
  /*border-radius: 0;*/
  border-radius: 0;
  border: 2px solid #0056b3;
  font-size: 0.95em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.button-sasga:hover[b-p9i26k6ff6] {
  background-color: white;
  color: black;
}
.button-no-productivo[b-p9i26k6ff6] {
  background-color: #ffc107;
  border-color: #ffc107;
  color: black;
  /*border-radius: 0;*/
  border-radius: 0;
  border: 2px solid #ffc107;
  font-size: 0.95em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.button-no-productivo:hover[b-p9i26k6ff6] {
  background-color: white;
  color: black;
}
label[b-p9i26k6ff6] {
  height: 3rem;
}
.disabled[b-p9i26k6ff6] {
  background-color: #7cbce6;
  color: #ffffffb3;
  /* Color más claro para texto */
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  /* Deshabilita todos los eventos, incluido hover */
}
.list-group-item[b-p9i26k6ff6] {
  background-color: #fff;
  border-radius: 10px;
  border-color: #c8c8c8;
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-top-width: initial;
  cursor: pointer;
  pointer-events: all;
}
.list-group-item .trabajo-info h6[b-p9i26k6ff6] {
  font-weight: bold;
  color: #333;
  font-size: 1.2rem;
}
.list-group-item .trabajo-info p[b-p9i26k6ff6] {
  margin: 0.4rem 0;
  font-size: 1rem;
  color: #555;
}
.list-group-item .trabajo-info strong[b-p9i26k6ff6] {
  color: #333;
}
.list-group-item .actions[b-p9i26k6ff6] {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .list-group-item .actions[b-p9i26k6ff6] {
    margin-top: 1rem;
    justify-content: end;
  }
  .list-group-item .actions .btn-custom-pause[b-p9i26k6ff6] {
    position: absolute;
    left: 0;
  }
}
.operacion-pausada[b-p9i26k6ff6] {
  /*background-color: #f5e643;*/
  background-color: #fbeca0;
}
.operacion-iniciada[b-p9i26k6ff6] {
  /*background-color: #a6f58c;*/
  background-color: #cef5c2;
}
.disabled[b-p9i26k6ff6] {
  pointer-events: none;
  opacity: 0.3;
}
/* _content/Sasga/Pages/_Layout.cshtml.rz.scp.css */
#components-reconnect-modal[b-rvsnf5tbyi] {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#components-reconnect-modal.components-reconnect-show[b-rvsnf5tbyi],
#components-reconnect-modal.components-reconnect-failed[b-rvsnf5tbyi],
#components-reconnect-modal.components-reconnect-rejected[b-rvsnf5tbyi] {
  display: flex;
}
#components-reconnect-modal .components-messages[b-rvsnf5tbyi] {
  color: #f0f0f0;
  margin: auto;
  text-align: center;
}
#components-reconnect-modal .components-messages h2[b-rvsnf5tbyi] {
  color: white;
}
#components-reconnect-modal .components-messages a[b-rvsnf5tbyi] {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
#components-reconnect-modal .components-reconnecting[b-rvsnf5tbyi],
#components-reconnect-modal .components-failed[b-rvsnf5tbyi],
#components-reconnect-modal .components-rejected[b-rvsnf5tbyi] {
  display: none;
}
#components-reconnect-modal.components-reconnect-show .components-reconnecting[b-rvsnf5tbyi],
#components-reconnect-modal.components-reconnect-failed .components-failed[b-rvsnf5tbyi],
#components-reconnect-modal.components-reconnect-rejected .components-rejected[b-rvsnf5tbyi] {
  display: block;
}
/* _content/Sasga/Shared/Header.razor.rz.scp.css */
.logo[b-snsa05xvvb] {
  height: auto;
  width: 11rem;
  cursor: pointer;
  pointer-events: all;
  margin-top: 0.5rem;
}
/* _content/Sasga/Shared/MainLayout.razor.rz.scp.css */
.page[b-43moysl1oa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-43moysl1oa] {
    flex: 1;
}



.top-row[b-43moysl1oa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-43moysl1oa]  a, .top-row .btn-link[b-43moysl1oa] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-43moysl1oa] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    main[b-43moysl1oa]{
        margin-top: -2rem; /*subir el body 2rem*/
    }

    .top-row:not(.auth)[b-43moysl1oa] {
        display: none;
    }

    .top-row.auth[b-43moysl1oa] {
        justify-content: space-between;
    }

    .top-row a[b-43moysl1oa], .top-row .btn-link[b-43moysl1oa] {
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .page[b-43moysl1oa] {
        flex-direction: row;
    }

    .sidebar[b-43moysl1oa] {
        width: auto;
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        padding-left: 0.5rem;
        z-index: 1;
    }

    .top-row[b-43moysl1oa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-43moysl1oa], article[b-43moysl1oa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Sasga/Shared/NavMenu.razor.rz.scp.css */
.overflow-control[b-p6yh87tanf] {
  overflow-wrap: anywhere;
}
.navbar[b-p6yh87tanf] {
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.navbar-toggler[b-p6yh87tanf] {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  /*border: 1px solid rgb(0, 0, 0);*/
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center / 1.75rem white;
}
.navbar-toggler:checked[b-p6yh87tanf] {
  background-color: rgba(255, 255, 255, 0.5);
}
.top-row[b-p6yh87tanf] {
  height: 5rem;
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-brand[b-p6yh87tanf] {
  color: black;
  font-size: 1.1rem;
}
.navbar-brand:hover[b-p6yh87tanf] {
  color: black;
}
.bi[b-p6yh87tanf] {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}
.material-symbols-outlined[b-p6yh87tanf] {
  padding-right: 1rem;
}
.nav-item[b-p6yh87tanf] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-p6yh87tanf] {
  padding-top: 1rem;
}
.nav-item:last-of-type[b-p6yh87tanf] {
  padding-bottom: 1rem;
}
.nav-item[b-p6yh87tanf]  .nav-link {
  color: #000000;
  /*background: none;*/
  border: 1px solid black;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  width: 100%;
}
.nav-item[b-p6yh87tanf]  a.active {
  background-color: #bacbf9;
  color: black;
}
.nav-item[b-p6yh87tanf]  .nav-link:hover {
  background-color: #bacbf9;
  color: black;
}
.nav-scrollable[b-p6yh87tanf] {
  display: none;
}
.navbar-toggler:checked ~ .nav-scrollable[b-p6yh87tanf] {
  display: block;
}
@media (min-width: 769px) {
  .navbar[b-p6yh87tanf] {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .navbar-toggler[b-p6yh87tanf] {
    display: none;
  }
  .nav-scrollable[b-p6yh87tanf] {
    /* Never collapse the sidebar for wide screens */
    display: block;
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
/* _content/Sasga/Shared/UserControl.razor.rz.scp.css */
.overflow-control[b-rub9ts5sdd] {
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .user-info[b-rub9ts5sdd] {
    left: 2rem;
    padding-top: 1rem;
    margin-left: 1rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 431px) {
  /* .user-info {
        margin-left: -1rem;
    }*/
}
@media (min-width: 769px) {
  .user-info[b-rub9ts5sdd] {
    position: fixed;
    bottom: 2rem;
    /*padding-left: 1.25rem;*/
  }
}
.logout-button[b-rub9ts5sdd] {
  margin-right: 0.75rem;
  border: 1px solid black;
  padding: 0.2rem 0.35rem 0.2rem 0.35rem;
  background-color: white;
  font-weight: 600;
  transition: 0.25s;
}
.logout-button:hover[b-rub9ts5sdd] {
  background-color: black;
  border-color: black;
  color: white;
}
.nombre[b-rub9ts5sdd] {
  font-weight: 600;
  font-size: 0.92em;
}
