/* _content/Marcajes/Components/ConfirmationDialog.razor.rz.scp.css */
.overflow-control[b-l59d9isirc] {
  overflow-wrap: anywhere;
}
.modal[b-l59d9isirc] {
  position: fixed;
  top: 20rem;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.btn-custom-primary[b-l59d9isirc] {
  background-color: #007bff;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.2);
  font-size: 1rem;
  font-weight: 500;
  color: white;
  transition: all 0.3s;
  border-radius: 5px;
  border: none;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 576px) {
  .btn-custom-primary[b-l59d9isirc] {
    width: 100%;
    /* Ocupa todo el ancho */
  }
}
.btn-custom-primary:hover[b-l59d9isirc] {
  background-color: #0056b3;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.5);
}
.btn-custom-danger[b-l59d9isirc] {
  background-color: #dc3545;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0px 4px 6px rgba(220, 53, 69, 0.3);
  transition: all 0.3s;
  border-radius: 5px;
  border: none;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 576px) {
  .btn-custom-danger[b-l59d9isirc] {
    width: 100%;
    /* Ocupa todo el ancho */
  }
}
.btn-custom-danger:hover:enabled[b-l59d9isirc] {
  background-color: #c82333;
}
.btn-custom-danger:disabled[b-l59d9isirc] {
  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 */
}
.button-punt-nautic[b-l59d9isirc] {
  /*border: 1px solid brown;*/
  padding: 0.7rem 1.9rem 0.6rem 1.7rem;
  /*padding: 0.2rem 0.7rem 0.2rem 0.7rem;*/
  background-color: #007bff;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.2);
  font-size: 1rem;
  font-weight: 500;
  color: white;
  transition: all 0.3s;
  border-radius: 5px;
  border: none;
}
.button-punt-nautic:hover[b-l59d9isirc] {
  background-color: #0056b3;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.5);
}
.button-punt-nautic-secondary[b-l59d9isirc] {
  /*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: #dc3545;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0px 4px 6px rgba(220, 53, 69, 0.3);
  transition: all 0.3s;
}
.button-punt-nautic-secondary:hover[b-l59d9isirc] {
  background-color: #c82333;
}
:disabled[b-l59d9isirc] {
  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 */
}
.modal-title[b-l59d9isirc] {
  cursor: none;
  pointer-events: none;
}
/* _content/Marcajes/Components/GenericFilterSelect/FilterSelectComponent.razor.rz.scp.css */
body .search-dropdown-pop-active-fixed-bg[b-rg1296ocno] {
    position: fixed;
    background: #a1a1a159;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
}

*[b-rg1296ocno], [b-rg1296ocno]::after, [b-rg1296ocno]::before {
    box-sizing: border-box;
}


.search-select-component .dropdown-toggle[b-rg1296ocno] {
    white-space: nowrap;
}

.search-select-component .dropdown-toggle[b-rg1296ocno]::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-rg1296ocno]::after {
    margin-left: 0;
}

.search-select-component .dropdown-menu[b-rg1296ocno] {
    display: none;
}


.search-dropdown-pop-wrapper[b-rg1296ocno] {
    margin: auto;
    height: 100vh;
    position: relative;
    width: -moz-min-content;
    width: min-content;
    padding: 20px;
}

.dropdown-btn[b-rg1296ocno] {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-btn:hover[b-rg1296ocno], .dropdown-btn:focus[b-rg1296ocno] {
    background-color: #3e8e41;
}

.dropdown-input[b-rg1296ocno] {
    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-rg1296ocno] {
    outline: 1px solid #ddd;
}

.search-select-component[b-rg1296ocno] {
    position: relative;
}

.search-select-component .dropdown[b-rg1296ocno] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-select-component .dropdown-content[b-rg1296ocno] {
    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-rg1296ocno] {
    display: block !important;
    position: absolute;
}

.search-select-component .dropdown-menu ul[b-rg1296ocno] {
    margin: 0;
    padding: 0;
}

.search-select-component .dropdown-menu ul li[b-rg1296ocno] {
    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-rg1296ocno],
    .search-select-component .dropdown li.active[b-rg1296ocno] {
        background-color: rgb(203 159 111);
        color: rgba(255,255,255, 1);
    }

    .search-select-component .dropdown-menu[b-rg1296ocno] {
        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-rg1296ocno] {
    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-rg1296ocno] {
    background: #e9ecef;
}

.search-select-component .dropdown-toggle[b-rg1296ocno]: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-rg1296ocno] {
    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-rg1296ocno] {
    padding-right: 1.2rem;
    padding-left: 0.25rem;
    position: relative;
    top: 0.65rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/Marcajes/Components/Loading.razor.rz.scp.css */
.overflow-control[b-mx91n0vmrk] {
  overflow-wrap: anywhere;
}
.spinner-container[b-mx91n0vmrk] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-mx91n0vmrk] {
  border: 10px solid silver;
  border-top: 10px solid #3990bd;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-mx91n0vmrk 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-mx91n0vmrk] {
    border: 10px solid silver;
    border-top: 10px solid #3990bd;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-mx91n0vmrk 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-mx91n0vmrk {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* _content/Marcajes/Components/ToastNotification.razor.rz.scp.css */
.cs-toast-container[b-l7lknxtmew] {
    position: fixed; /* Cambiado de absolute a fixed */
    top: 4.5rem; /* Asegúrate de que la posición esté ajustada según tus necesidades */
    right: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    max-height: 100%; /* Asegura que las notificaciones no se desborden de la pantalla */
    overflow-y: auto; /* Permite que las notificaciones se desplacen si hay muchas */
}


.cs-toast[b-l7lknxtmew] {
    cursor: pointer;
    padding: 0.80rem;
    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-l7lknxtmew] {
        padding: 0.5rem 1rem;
        right: 0%;
        left: 0%;
    }

    .cs-toast[b-l7lknxtmew] {
        max-width: 100%;
    }
}


.cs-toast-content[b-l7lknxtmew] {
    display: flex;
}

.cs-toast-icon[b-l7lknxtmew] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 1.8rem;
}

.cs-toast-body[b-l7lknxtmew] {
    display: flex;
    flex-direction: column;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.cs-toast .h-notification[b-l7lknxtmew] {
    color: black;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0;
}

.cs-toast h5[b-l7lknxtmew] {
    margin-bottom: 0;
}

.cs-toast p[b-l7lknxtmew] {
    margin-bottom: 0;
}

.cs-toast-visible[b-l7lknxtmew] {
    animation: fadein 1.5s;
}
/* _content/Marcajes/Pages/DetalleMarcaje.razor.rz.scp.css */
h4[b-slr0d5jz0e] {
  color: #6c757d !important;
}
.info[b-slr0d5jz0e] {
  color: #373e45;
  font-size: 0.9em;
  font-weight: 600;
}
.info p[b-slr0d5jz0e] {
  margin-bottom: 0.5rem;
}
.error-message[b-slr0d5jz0e] {
  color: red;
  font-weight: bold;
  font-size: 0.9em;
}
.btn-custom-primary[b-slr0d5jz0e] {
  background-color: #007bff;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.3);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
}
.btn-custom-primary .done-icon[b-slr0d5jz0e] {
  margin-right: 0.5rem;
}
.btn-custom-primary:hover[b-slr0d5jz0e] {
  background-color: #0056b3;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.5);
}
.card-body[b-slr0d5jz0e] {
  padding-top: 0.2rem;
}
.detalle-Marcaje-container[b-slr0d5jz0e] {
  /*max-width: 600px;*/
  margin: auto;
  padding: 20px;
}
.detalle-Marcaje-container .card[b-slr0d5jz0e] {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.detalle-Marcaje-container h4[b-slr0d5jz0e] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
.detalle-Marcaje-container .form-group[b-slr0d5jz0e] {
  margin-bottom: 20px;
}
.detalle-Marcaje-container .form-group label[b-slr0d5jz0e] {
  font-weight: 600;
  color: #555;
}
.detalle-Marcaje-container .form-group .form-control[b-slr0d5jz0e] {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  transition: border-color 0.3s;
}
.detalle-Marcaje-container .form-group .form-control:focus[b-slr0d5jz0e] {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}
.detalle-Marcaje-container .form-group .read-only-field[b-slr0d5jz0e] {
  background-color: #f9f9f9;
  color: #888;
}
/* _content/Marcajes/Pages/Index.razor.rz.scp.css */
.overflow-control[b-cyw9jc3dp0] {
  overflow-wrap: anywhere;
}
.container[b-cyw9jc3dp0] {
  padding: 1rem;
}
button[b-cyw9jc3dp0] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
button .material-symbols-outlined[b-cyw9jc3dp0] {
  font-size: 20px;
}
.button-title[b-cyw9jc3dp0] {
  font-weight: 500;
}
.btn-custom-primary[b-cyw9jc3dp0] {
  background-color: #007bff;
  color: white;
  border-radius: 10px;
  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;
}
@media (max-width: 576px) {
  .btn-custom-primary[b-cyw9jc3dp0] {
    width: 100%;
    /* Ocupa todo el ancho */
  }
}
.btn-custom-primary:hover[b-cyw9jc3dp0] {
  background-color: #0056b3;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.5);
}
.btn-custom-warning[b-cyw9jc3dp0] {
  background-color: #ffc107;
  color: white;
  border-radius: 10px;
  padding: 0.8rem;
  border: none;
  box-shadow: 0px 4px 6px rgba(255, 193, 7, 0.2);
}
.btn-custom-warning:hover:enabled[b-cyw9jc3dp0] {
  background-color: #e0a800;
}
.btn-custom-warning:disabled[b-cyw9jc3dp0] {
  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-cyw9jc3dp0] {
  background-color: #21db53;
  color: white;
  border-radius: 25%;
  padding: 0.8rem;
  border: none;
  margin-right: 0.75rem;
  box-shadow: 0px 4px 6px #7bff07;
}
.btn-custom-add:hover:enabled[b-cyw9jc3dp0] {
  background-color: #77b031;
}
.btn-custom-add:disabled[b-cyw9jc3dp0] {
  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 */
}
.material[b-cyw9jc3dp0] {
  position: relative;
}
.delete-material[b-cyw9jc3dp0] {
  cursor: pointer;
  position: absolute;
  margin-left: 0.25rem;
  color: red;
}
label[b-cyw9jc3dp0] {
  height: 3rem;
}
.btn-custom-photo[b-cyw9jc3dp0] {
  background-color: #0795ff;
  color: white;
  border-radius: 25%;
  padding: 0.8rem;
  border: none;
  margin-right: 0.75rem;
  box-shadow: 0px 4px 6px #076fff;
}
.btn-custom-photo:hover[b-cyw9jc3dp0] {
  background-color: #0056b3;
}
.disabled[b-cyw9jc3dp0] {
  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 */
}
.btn-custom-danger[b-cyw9jc3dp0] {
  background-color: #dc3545;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 0.8rem;
  box-shadow: 0px 4px 6px rgba(220, 53, 69, 0.3);
}
.btn-custom-danger:hover:enabled[b-cyw9jc3dp0] {
  background-color: #c82333;
}
.btn-custom-danger:disabled[b-cyw9jc3dp0] {
  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 */
}
.list-group-item[b-cyw9jc3dp0] {
  background-color: #fff;
  border-radius: 2.5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.list-group-item .Marcaje-info[b-cyw9jc3dp0] {
  margin-bottom: 1rem;
}
.list-group-item .Marcaje-info h6[b-cyw9jc3dp0] {
  font-weight: bold;
  color: #333;
  font-size: 1.2rem;
}
.list-group-item .Marcaje-info p[b-cyw9jc3dp0] {
  margin: 0.4rem 0;
  font-size: 1rem;
  color: #555;
}
.list-group-item .Marcaje-info strong[b-cyw9jc3dp0] {
  color: #333;
}
.list-group-item .actions[b-cyw9jc3dp0] {
  display: flex;
  justify-content: end;
  /*justify-content: space-between;*/
  /*        @media(min-width: @viewport-md) {
            justify-content: end;
        }*/
}
/* Contenedor del select */
.custom-dropdown-wrapper[b-cyw9jc3dp0] {
  position: relative;
  display: inline-block;
  width: auto;
  /* Ajusta el ancho según el contenido */
}
@media (max-width: 576px) {
  .custom-dropdown-wrapper[b-cyw9jc3dp0] {
    margin-top: 0.25rem;
    width: 100%;
    /* Ocupa todo el ancho */
  }
}
.custom-dropdown[b-cyw9jc3dp0] {
  background-color: #ffffff;
  color: #555;
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 0.65rem 2.5rem;
  /* Espacio para la flecha */
  font-size: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
  /* Ocupa todo el contenedor */
  cursor: pointer;
  appearance: none;
  /* Oculta el icono nativo */
}
.custom-dropdown:focus[b-cyw9jc3dp0] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.2);
}
.custom-dropdown:hover[b-cyw9jc3dp0] {
  background-color: #f8f9fa;
}
/* Icono personalizado con Material Symbols */
.dropdown-icon[b-cyw9jc3dp0] {
  font-size: 1.2rem;
  /* Ajusta el tamaño del icono */
  color: #555;
  /* Color del icono */
  position: absolute;
  right: 1rem;
  /* Separación del borde derecho */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Evita que interfiera con los clics */
}
/* _content/Marcajes/Pages/Login.razor.rz.scp.css */
.logo[b-3utq6p2bue] {
  width: 19rem;
  height: auto;
}
.etiqueta[b-3utq6p2bue] {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 0.2rem;
  height: 1.4em;
  line-height: 1.4em;
}
.button-punt-nautic[b-3utq6p2bue] {
  background-color: #8195d5;
  color: white;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4em;
}
.version[b-3utq6p2bue] {
  position: fixed;
  bottom: 2rem;
}
.binary[b-3utq6p2bue] {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
.binary .img-binary[b-3utq6p2bue] {
  width: 2rem;
  height: auto;
  cursor: none;
  pointer-events: none;
}
.binary .binary-title[b-3utq6p2bue] {
  margin-left: 0.25rem;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.4em;
}
/* _content/Marcajes/Pages/NuevoMarcaje.razor.rz.scp.css */
h4[b-juyk56bgfw] {
  color: #6c757d !important;
}
.info[b-juyk56bgfw] {
  color: #373e45;
  font-size: 0.9em;
  font-weight: 600;
}
.info p[b-juyk56bgfw] {
  margin-bottom: 0.5rem;
}
.error-message[b-juyk56bgfw] {
  color: red;
  font-weight: bold;
  font-size: 0.9em;
}
.btn-custom-primary[b-juyk56bgfw] {
  background-color: #007bff;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.3);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
}
.btn-custom-primary .done-icon[b-juyk56bgfw] {
  margin-right: 0.5rem;
}
.btn-custom-primary:hover[b-juyk56bgfw] {
  background-color: #0056b3;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.5);
}
.card-body[b-juyk56bgfw] {
  padding-top: 0.2rem;
}
.detalle-Marcaje-container[b-juyk56bgfw] {
  /*max-width: 600px;*/
  margin: auto;
  padding: 20px;
}
.detalle-Marcaje-container .card[b-juyk56bgfw] {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.detalle-Marcaje-container h4[b-juyk56bgfw] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
.detalle-Marcaje-container .form-group[b-juyk56bgfw] {
  margin-bottom: 20px;
}
.detalle-Marcaje-container .form-group label[b-juyk56bgfw] {
  font-weight: 600;
  color: #555;
}
.detalle-Marcaje-container .form-group .form-control[b-juyk56bgfw] {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  transition: border-color 0.3s;
}
.detalle-Marcaje-container .form-group .form-control:focus[b-juyk56bgfw] {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}
.detalle-Marcaje-container .form-group .read-only-field[b-juyk56bgfw] {
  background-color: #f9f9f9;
  color: #888;
}
/* _content/Marcajes/Pages/_Layout.cshtml.rz.scp.css */
#components-reconnect-modal[b-1rrxawlkjv] {
  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-1rrxawlkjv],
#components-reconnect-modal.components-reconnect-failed[b-1rrxawlkjv],
#components-reconnect-modal.components-reconnect-rejected[b-1rrxawlkjv] {
  display: flex;
}
#components-reconnect-modal .components-messages[b-1rrxawlkjv] {
  color: #f0f0f0;
  margin: auto;
  text-align: center;
}
#components-reconnect-modal .components-messages h2[b-1rrxawlkjv] {
  color: white;
}
#components-reconnect-modal .components-messages a[b-1rrxawlkjv] {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
#components-reconnect-modal .components-reconnecting[b-1rrxawlkjv],
#components-reconnect-modal .components-failed[b-1rrxawlkjv],
#components-reconnect-modal .components-rejected[b-1rrxawlkjv] {
  display: none;
}
#components-reconnect-modal.components-reconnect-show .components-reconnecting[b-1rrxawlkjv],
#components-reconnect-modal.components-reconnect-failed .components-failed[b-1rrxawlkjv],
#components-reconnect-modal.components-reconnect-rejected .components-rejected[b-1rrxawlkjv] {
  display: block;
}
/* _content/Marcajes/Shared/Header.razor.rz.scp.css */
.overflow-control[b-cxib95vkrx] {
  overflow-wrap: anywhere;
}
.logo[b-cxib95vkrx] {
  height: auto;
  width: 11rem;
  cursor: pointer;
  pointer-events: all;
  margin-bottom: -2rem;
}
@media (max-width: 768px) {
  .logo[b-cxib95vkrx] {
    height: 9rem;
    width: auto;
    margin-top: -1.5rem;
  }
}
/* _content/Marcajes/Shared/MainLayout.razor.rz.scp.css */
.page[b-a2k3al9dnf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a2k3al9dnf] {
    flex: 1;
}



.top-row[b-a2k3al9dnf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a2k3al9dnf]  a, .top-row .btn-link[b-a2k3al9dnf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-a2k3al9dnf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    .top-row:not(.auth)[b-a2k3al9dnf] {
        display: none;
    }

    .top-row.auth[b-a2k3al9dnf] {
        justify-content: space-between;
    }

    .top-row a[b-a2k3al9dnf], .top-row .btn-link[b-a2k3al9dnf] {
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .page[b-a2k3al9dnf] {
        flex-direction: row;
    }

    .sidebar[b-a2k3al9dnf] {
        width: auto;
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        padding-left: 0.5rem;
        z-index: 1;
    }

    .top-row[b-a2k3al9dnf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-a2k3al9dnf], article[b-a2k3al9dnf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Marcajes/Shared/NavMenu.razor.rz.scp.css */
.overflow-control[b-gnbae2fltf] {
  overflow-wrap: anywhere;
}
.navbar[b-gnbae2fltf] {
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.navbar-toggler[b-gnbae2fltf] {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: white;
  position: absolute;
  top: 1.7rem;
  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-gnbae2fltf] {
  background-color: rgba(255, 255, 255, 0.5);
}
.top-row[b-gnbae2fltf] {
  height: 5rem;
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-brand[b-gnbae2fltf] {
  color: black;
  font-size: 1.1rem;
}
.navbar-brand:hover[b-gnbae2fltf] {
  color: black;
}
.bi[b-gnbae2fltf] {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}
.material-symbols-outlined[b-gnbae2fltf] {
  padding-right: 1rem;
}
.nav-item[b-gnbae2fltf] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-gnbae2fltf] {
  padding-top: 1rem;
}
.nav-item:last-of-type[b-gnbae2fltf] {
  padding-bottom: 1rem;
}
.nav-item[b-gnbae2fltf]  .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-gnbae2fltf]  a.active {
  background-color: #bacbf9;
  color: black;
}
.nav-item[b-gnbae2fltf]  .nav-link:hover {
  background-color: #bacbf9;
  color: black;
}
.nav-scrollable[b-gnbae2fltf] {
  display: none;
}
.navbar-toggler:checked ~ .nav-scrollable[b-gnbae2fltf] {
  display: block;
}
@media (min-width: 769px) {
  .navbar[b-gnbae2fltf] {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .navbar-toggler[b-gnbae2fltf] {
    display: none;
  }
  .nav-scrollable[b-gnbae2fltf] {
    /* 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/Marcajes/Shared/UserControl.razor.rz.scp.css */
.overflow-control[b-hvbm9t4yuq] {
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .user-info[b-hvbm9t4yuq] {
    left: 2rem;
    padding-top: 1rem;
    margin-left: 1rem;
    margin-bottom: -3rem;
  }
  .binary[b-hvbm9t4yuq] {
    /*position: fixed;*/
    cursor: none;
    left: 2rem;
    pointer-events: none;
    /*right: 2rem;*/
  }
  .binary .img-binary[b-hvbm9t4yuq] {
    width: 1rem;
    height: auto;
  }
  .binary .binary-title[b-hvbm9t4yuq] {
    margin-left: 0.25rem;
    font-size: 0.98em;
    font-weight: 500;
    line-height: 1.4em;
  }
}
@media (min-width: 431px) {
  /* .user-info {
        margin-left: -1rem;
    }*/
}
@media (min-width: 769px) {
  .user-info[b-hvbm9t4yuq] {
    position: fixed;
    bottom: 2rem;
    /*padding-left: 1.25rem;*/
  }
  .binary[b-hvbm9t4yuq] {
    position: fixed;
    bottom: 5rem;
    cursor: none;
    pointer-events: none;
    /*right: 2rem;*/
  }
  .binary .img-binary[b-hvbm9t4yuq] {
    width: 1rem;
    height: auto;
  }
  .binary .binary-title[b-hvbm9t4yuq] {
    margin-left: 0.25rem;
    font-size: 0.98em;
    font-weight: 500;
    line-height: 1.4em;
  }
}
.logout-button[b-hvbm9t4yuq] {
  margin-right: 0.75rem;
  border: 1.5px solid black;
  border-radius: 2px;
  padding: 0.2rem 0.35rem 0.2rem 0.35rem;
  background-color: white;
  font-weight: 600;
  transition: 0.25s;
}
.logout-button:active[b-hvbm9t4yuq] {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}
.logout-button:focus[b-hvbm9t4yuq] {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}
.logout-button:hover[b-hvbm9t4yuq] {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}
.nombre[b-hvbm9t4yuq] {
  font-weight: 600;
  font-size: 0.92em;
}
