.text-no-view {
    color: transparent;
    text-shadow: 0 0 5px rgb(0 0 0);
    user-select: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none;
}

.disc-help-header {
    background: #fff;
    padding: 0.5rem;
    box-shadow: 0px 1px 12px -3px #666;
    border-radius: 15px;
    position: fixed;
    right: 3%;
    bottom: 3%;
}

.bg-video-code {
    background: rgb(73, 10, 133);
    background: -moz-linear-gradient(
        27deg,
        rgba(73, 10, 133, 1) 27%,
        rgba(125, 16, 162, 1) 58%,
        rgba(148, 25, 164, 1) 81%,
        rgba(177, 55, 126, 1) 100%
    );
    background: -webkit-linear-gradient(
        27deg,
        rgba(73, 10, 133, 1) 27%,
        rgba(125, 16, 162, 1) 58%,
        rgba(148, 25, 164, 1) 81%,
        rgba(177, 55, 126, 1) 100%
    );
    background: linear-gradient(
        27deg,
        rgba(73, 10, 133, 1) 27%,
        rgba(125, 16, 162, 1) 58%,
        rgba(148, 25, 164, 1) 81%,
        rgba(177, 55, 126, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#490a85",endColorstr="#b1377e",GradientType=1);
}

.img-help {
    cursor: pointer;
}

.bg-result-online {
    background: #e4e4e4;
}

.page-3 {
    background: gray;
    padding: 1em;
    border-radius: 2em 2em 0 0;
}

.sticky {
    position: sticky;
    top: 0;
}

.back-thead {
    background: #def7f5;
}

.w-15 {
    width: 15%;
}

h1 {
    text-align: center;
    margin-top: 20px;
    font-size: 2em;
}

h2,
h3,
h4,
h5,
h6,
p,
a,
.btn-disc,
button {
    font-family: "Montserrat", sans-serif;
}

.img-personaje {
    position: absolute;
    width: 28% !important;
    top: -123px;
}

.text-justify {
    text-align: justify;
}

.btn-code {
    color: #fff !important;
    text-decoration: none;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    border: 2px solid white !important;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 206 194 / var(--tw-ring-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    align-items: center;
    cursor: pointer;
    display: inline-flex;

    background: #20cc12;
    /*max-width: 12rem;*/
}

.btn-disc {
    color: #fff !important;
    text-decoration: none;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    border: 2px solid white !important;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 206 194 / var(--tw-ring-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    width: 100px;

    background: rgb(24, 64, 120);
    background: linear-gradient(
        90deg,
        rgba(24, 64, 120, 1) 8%,
        rgba(30, 47, 85, 1) 93%,
        rgba(9, 9, 121, 1) 184078%
    );
}

.btn-disc-disable {
    background: #afafaf;
    pointer-events: none;
}

.form-check {
    color: black;
}

.form-check > .form-check-input {
    margin-left: -0.5em !important;
}

.form-check > .form-check-label {
    width: 94%;
}

.hr-user {
    border: 0.1px solid black;
    opacity: 1;
    width: 90%;
    margin-top: 6em !important;
}

.bottom-18 {
    bottom: calc(18%);
}

.bottom-5 {
    bottom: calc(5%);
}

.bottom-27 {
    bottom: calc(27%);
}

.bottom-44 {
    bottom: calc(44%);
}

.bottom-71 {
    bottom: calc(71%);
}

.bottom-61 {
    bottom: calc(61%);
}

.end-1 {
    right: calc(1.5%) !important;
}

.bottom-14 {
    bottom: calc(14%);
}

.end-3 {
    right: calc(3%);
}

.bg-modal-purple {
    background: rgb(177, 58, 206);
    background: linear-gradient(
        90deg,
        rgba(177, 58, 206, 1) 8%,
        rgba(102, 45, 145, 1) 93%,
        rgba(9, 9, 121, 1) 184078%
    );
}

.bg-register-login {
    background-color: transparent;
    background-image: linear-gradient(90deg, #002060 25%, #7030a0 51%);
}

.text-blue {
    color: #1d345e;
}

.text-green {
    color: #20cc12;
}

.text-red {
    color: #ef0c1d;
}

.rounded-register {
    border-radius: 2.5em !important;
}

.border-register {
    border-bottom: 18px solid #fcf11f;
}

.blured-img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.bg-footer {
    background-color: transparent;
    background-image: linear-gradient(90deg, #002060 25%, #7030a0 51%);
}

.bg-footer h5,
.bg-footer h6 {
    color: white;
}

.btn-pqr,
.btn-pqr:hover {
    fill: #7030a0;
    background-color: #ffffff;
    border-radius: 18px 18px 18px 18px;
    padding: 8px 18px 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 800;
}

.bg-footer a {
    color: #7030a0;
}

.empresa-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.empresa-table th,
.empresa-table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width: 180px;
}

.empresa-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.btn-disc {
    width: auto;
    padding: 5px 10px;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-edit {
    background-color: #1a73e8; /* Botón de color azul */
    margin-bottom: 5px;
}

.btn-delete {
    background-color: #e53935; /* Botón de color rojo */
    font-size: 18px;
}

.btn-reset {
    background-color: #1a73e8; /* Botón de color azul */
    font-weight: bold;
}

.estado-activo {
    color: #1a73e8; /* Azul para activo */
    font-weight: bold;
}

.estado-vencido {
    color: #e53935; /* Rojo para vencido */
    font-weight: bold;
}

.badge {
    display: inline-block;
    padding: 3px 8px;
    background-color: #007bff;
    color: white;
    border-radius: 12px;
    font-weight: bold;
    font-size: 0.9em;
}

.filter-container {
    text-align: center;
    margin-bottom: 20px;
}

.filter-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.filter-input,
.filter-select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
}

.filter-button {
    padding: 8px 16px;
    background-color: #1a3e71;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.filter-button:hover {
    background-color: #142e54;
}

.table-header-line th {
    border-bottom: 2px solid #333;
}

.filters {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

/* Estilo para la tabla y espaciado */
table {
    width: 100%;
    border-collapse: collapse;
}

/* Espaciado en las celdas y alineación del texto */
table th,
table td {
    padding: 15px; /* Aumenta el espaciado en las celdas */
    text-align: center;
}

/* Línea de separación más gruesa bajo los títulos */
.table-header-line th {
    border-bottom: 3px solid #333;
    padding-bottom: 10px; /* Separación adicional en el título */
    font-weight: bold;
}

/* Línea de separación ligera entre filas de datos */
table tr td {
    border-bottom: 1px solid #ddd;
}

/* Estilo para el texto de estado */
.text-primary {
    color: blue;
    font-weight: bold;
}

.text-danger {
    color: red;
    font-weight: bold;
}

/* Estilo del botón */
.btn-disc {
    padding: 5px 10px;
    background-color: #003366;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-disc:hover {
    background-color: #002244;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-edit-empresa {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center; /* Alinea el contenido al inicio en vez de centrarlo */
    justify-content: flex-center;
    padding: 20px; /* Asegura que el contenido tenga suficiente espacio interno */
}

.card img {
    max-height: 150px;
    margin-bottom: 10px;
}

.card-title {
    text-align: center;
    font-size: 1.5rem;
}

.card {
    margin-bottom: 50px; /* Ajusta el valor según el espacio que necesites */
}

.img-footer-separation {
    margin-bottom: 40px; /* Ajusta el tamaño del margen según sea necesario */
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
.container {
    min-height: auto; /* Ajusta la altura mínima al tamaño de la pantalla */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer {
    margin: 0;
    padding: 0;
}
