header {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-header {
    width: 100%;
    height: auto;
    object-fit: cover;
}

html, body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Kanit', sans-serif;
}

.text-gradient-shadow {
    font-size: 1.25rem;
    /*background: linear-gradient(to right, #E40046, #EA5B0C);*/
    /*background-clip: text;*/
    color: black;
    /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);*/
    text-align: center;
}

.gradient-icon {
    background-clip: text;
    color: #088677 !important;
    font-size:50px !important;
    margin-bottom:10px !important;
}

.text-gradient-shadow-button {
    color: black;
    font-weight: 300;
}

.footer-1 {
    background: linear-gradient(to right, #E40046, #EA5B0C);
    padding: 20px;
    position: relative;
    width: 100%;
    color: white;
}

.footer-1 a{
    color: white;
}

.footer-2 {
    background-color: black;
    text-align: center;
    position: relative;
    width: 100%;
    color: gray;
    font-size: 12px;
}

.footer-copyright {
    font-family: 'Kanit', sans-serif !important;
    font-style: normal !important;
}

.footer-2 a{
    color: orange;
}

/*header 1*/

.bannerUp {
    background: linear-gradient(to right, #E40046, #EA5B0C);
    padding: 10px;
    position: relative;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
}

.dropdown-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 18px;
    border: 3px solid #088677;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Estilo para las opciones dentro del menú desplegable */
.dropdown-content a {
    width: 100%;
}

/* Efecto hover en las opciones */
.divContainerEntrys:hover a p {
    color: #E40046;
    text-decoration: underline;
    font-weight: bold;
}


.divContainerEntrys:hover span.material-symbols-outlined {
    color: #E40046;
}

.divContainerEntrys:hover {
    background-color: #CFE6E1;
}

.aInsideDivEntry {
    color: #4A4A4A; /* Color del texto de los links */
    text-decoration: none;
    display: flex;
    justify-content: space-between; /* Coloca los elementos a los extremos */
    align-items: center; /* Centra verticalmente (opcional) */
    width: 100%; /* Ancho total del contenedor */
}

.aInsideDivEntry.disabled {
    pointer-events: none;
    color: #aaa;
    cursor: not-allowed;
}

/* Mostrar el menú desplegable al hacer hover sobre el botón principal */
.buttonEntry:hover .main-content {
    opacity: 0;
}

.buttonEntry:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
}


/*Empieza contenedor de pasos*/
.container-navegation-steps{
    width: 100%;
    height: 68px;
}

.container-steps{
    padding: 0 !important;
    height: 100%;
}

.container-ul-steps{
    height: 100%;
}

.container-ul-steps ul {
    height: 100%;
    display: flex;
    align-items: center;
    list-style-type: none;
    /* margin: 0; */
    /* padding: 0; */
    justify-content: center;
    gap: 250px;
}

.containerSeparatedInputs{
    display: flex;
    gap: 17px;
}

.container-ul-steps ul li {
    font-size: 16px;
    /* padding: 0 10px 0 10px; */
    color: #F4A100;
    height: 100%;
    display: flex;
    /* align-items: center; */
    cursor: pointer;
    border-radius: 20px;
    /* align-items: center; */
    padding: inherit;
    background: #F5E1B9;
    width: 18%;
    align-items: center;
}

/*
.container-ul-steps ul li span{
    margin-right: 5px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 1px solid #fff;

}*/

.select-step {
    background: #FFECB3 !important;
    /* color: #E65100 !important; */
    font-weight: 500;
    /* border: none !important; */
    border: 2px solid #F4A100 !important;
}

.select-step span{
    background: #fff;
    color: #9c3270;
}

.container-check{
    width: 40%;
}


.insideQueryButtons {
    color: #F4A300;
    cursor: pointer;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    background: none;
    border: none;
}



.containerForButtonsEnd{
    display: flex;
    gap: 20px;
}

.containerButtonsSearchRIPSDAD, .containerButtonsSearchRIPS, .containerP{
    display: flex;
}

.containerP{
    display: flex;
    background: #f5f5f5;
    border-radius: 15px;}

.containerButtonsSearchRIPS button:hover{
    color: #D64527 !important;
}

.iconClosePop{
    color: #B3B3B3;
    cursor: pointer;}

.h6tittle{
    color: #0F3A31;
    font-size: 18px;
}

/*Termina contenedor de pasos*/


#containerInputs{
    flex-direction: column;
    align-items: center;
    width: auto;
    gap: 10px !important;
}

@media (min-width: 992px) {
    .h-lg {
        height: 200px !important;
        width: 100% !important;
    }
    .custom-row {
        gap: 10px !important;
        margin-left: 100px !important;
        width: auto;
    }
    .custom-col {
        /*padding: 0 !important;
        margin: 0 !important;*/
        max-width: 30% !important;
    }
    .form-inputs {
        margin-left: 70px !important;
    }
    .custom-col-inputs {
        margin: 0 !important;
        margin-bottom: 14px !important;
    }
    .text-lg-center {
        text-align: right !important;
    }
    .container-inputs {
        width: 100%;
    }

    .containerSeparatedInputs{
    display:flex;
    /*gap: 17 px;*/
    }
}

.buttonEntry {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.aForEntry {
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
    transition: opacity 0.3s ease;
}

.divContainerEntrys {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}

/*
.h-lg {
    height: 100px;
    width: 80%;
}*/

.button a.aForEntry {
    position: relative;
    display: block;
    text-align: center;
    font-weight: normal;
    border-radius: 18px;
    border: 3px solid #088677;
    /*background-image: linear-gradient(#f8f9fa, #f8f9fa), linear-gradient(to right, #E40046, #EA5B0C);*/
    /*background-origin: border-box;*/
    /*background-clip: padding-box, border-box;*/
    outline: none;
    transition: background-color 0.4s ease, box-shadow 0.2s ease;
    height: 100%;
}

.pFlex{
    display: flex;
    flex-direction: column;
}



/*media (max-width: 576px) {
    .button a {
        padding: 5px;
    }
    .container{
        margin-bottom: 1.5rem !important;
    }
    .form-inputs h3{
        margin-left: 0 !important;
        font-size: 26px !important;
    }
    .button a p {
        font-size: 15px !important;
    }

    .footer-1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container-inputs {
        width: 90% !important;
        margin-left: 3% !important;
    }
    .btn-end {
        width: 90% !important;
        margin-left: 3% !important;
    }
    .container-check{
        width: 90% !important;
        margin-left: 4% !important;
        display: flex ;
    }
    .filingDate input, .filingDateAnonympus input {
        height: 70px !important;
        text-align: center;
    }
    .btn-end-consult, .btn-end-consult-anonymous {
        width: 100% !important;
    }

    #containerImgLogo{
    display: none;
    }

    .divContainerEntrys {
            height: 500px !important;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}*/
@media (max-width: 450px) {
    .container{
        margin-top: 20px;
    }
    .divContainerEntrys {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .custom-col{
        height: 15%;
        margin-bottom: 5px;
    }
    .footer-1 {
        padding: 10px;
        margin-top:50px;
    }
    .footer-1 p {
        padding-bottom: 20px;
    }
    .container img{
        display: none;
    }
    .containerFlex span{
        font-size: 30px;
        margin-right: 10px;
    }
    .containerFlex p{
        display:none;
    }
    .bannerUp .col-lg-2 span,
    .bannerUp #logout-button {
        font-size: 20px;
        display: flex;
        align-items: center;
        padding: 3px;
    }
    #logout-button {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }
    .container-inputs {
        width: 100%;
    }
}

.button a:active, .button a:focus:active {
    outline: none;
    border: none;
}

.button a:focus {
    outline: none;
    box-shadow: none;
}

/*
.button a:hover {
    box-shadow: 0 0 25px rgba(0, 123, 255, 0.9);
    border: 3px solid #088677;
}*/

/*
.button a:hover p {
    color: #000;
    background: none;
    font-weight: 600;
    font-size: 18px;
}*/

.custom-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%; /* Espacio entre los pasos */
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f8e3c8; /* Color de fondo */
  color: #d27f20; /* Color del texto */
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  min-width: 120px; /* Ancho mínimo para cada paso */
}

.step.active {
  border: 2px solid #d27f20; /* Borde para el paso activo */
}

.step::after {
    content: "";
     position: absolute;
     right: -200px;
     width: 200px;
     height: 2px;
     background-color: #d27f20;
}

.step:last-child::after {
  content: none; /* Elimina la línea después del último paso */
}

.hidden {
  display: none;
}

.containerFlex {
    display: flex;
    justify-content: center;
    align-items: center; /* Centra el contenido verticalmente */
    height: 148%; /* Toma el 100% de la altura del contenedor padre */
}

/*
.containerFlex:hover {
    background-color: #E40046;
    cursor:pointer;
}*/

.container-inputs {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: 25%;
}

.form-inputs {
    /*display: flex;*/
    flex-wrap: wrap;
    font-size: 16px;
    position: relative;
}

/*@media (max-width: 391px) {
    .form-inputs {
        font-size: 14px !important;
    }
    .button a p {
        font-size: 15px !important;
    }

    .filingDate input, .filingDateAnonympus input {
        height: 46px !important;
        text-align: center;
    }
    .btn-end-consult, .btn-end-consult-anonymous {
        width: 100% !important;
    }
        #containerImgLogo{
        display: none;
        }
}*/

/*
.form-inputs h3{
    background: linear-gradient(to right, #E40046, #EA5B0C);
    background-clip: text;
    color: black;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    font-size: 30px;
    font-weight: 400;
}*/

#pBannerUp{
    justify-content: end;
    display: flex;
}

#divContainerSelectReport{
display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;

}


.container-inputs input:focus, .container-inputs textarea:focus , .container-inputs select:focus{
    border: 2px solid #EA5B0C;
    /*background-image: linear-gradient(#f8f9fa, #f8f9fa), linear-gradient(to right, #E40046, #EA5B0C);*/
    background-clip: padding-box, border-box;
    cursor: pointer;
}

.container-inputs input, .container-inputs select, .container-inputs textarea {
    border-radius: 12px;
    position: relative;
    display: block;
    font-weight: 200;
    border: 1px solid #ddd;
    transition: border 0.4s ease, background-color 0.4s ease;
    outline: none;
    background-color: #FAFAFA;
}

.form-check-label{
    font-weight: 200;
}

.container-inputs input:hover, .container-inputs textarea:hover, .container-inputs select:hover {
    border: 2px solid #EA5B0C;
    /*background-image: linear-gradient(#f8f9fa, #f8f9fa), linear-gradient(to right, #E40046, #EA5B0C);*/
    background-clip: padding-box, border-box;
    cursor: pointer;
}

.container-inputs label, .container-radio{
    font-weight: 300;
      white-space: nowrap;
}

.width100{
    width: 100% !important;
}
.required {
    color: rgb(156, 50, 112);
    margin-right: 2px;
    font-weight: bold;
}
.required-star::before {
    content: '*';
    color: rgb(156, 50, 112);
    margin-right: 2px;
    font-weight: bold;
}
.material-symbols-outlined {
    font-size: 22px;
    font-variation-settings:
     'FILL' 1,
     'wght' 400,
     'GRAD' 0,
     'opsz' 28
}

.material-symbols-outlined.orange {
    font-size: 60px;
    color: #EA5B0C;
    margin: 4px;
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 28
}

.material-symbols-outlined.orange_two {
    font-size: 22px;
    color: #EA5B0C;
    margin: 4px;
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 28
}

.material-symbols-outlined.cloud {
    font-size: 60px;
    color: gray;
    margin: 4px;
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 28
}
.custom-height {
    height: 100%;
    width: auto;
    max-width: 70%;
    gap: 10px;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
    margin: 0 auto;
}


.button a p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Asegura que el texto y el ícono estén en extremos */
    font-size: 15px;
    width: 100%; /* Asegura que ocupe el ancho completo */
}


.button a p span.material-symbols-outlined {
    font-size: 25px;
    margin-left: 0; /* Resetea márgenes adicionales */
    color: #E489A5;
}

@media (max-width: 1366px) and (min-width: 821px) {
    .button a p {
        font-size: 13px;
        padding: 8px;
    }

    .button a p span.material-symbols-outlined {
        font-size: 22px;
        margin-bottom: 4px;
        margin-right: 8px;
    }

    .filingDate input, .filingDateAnonympus input {
        height: 46px !important;
        text-align: center;
    }
    .btn-end-consult, .btn-end-consult-anonymous {
        width: 100% !important;
        font-size: 12px !important;
        padding-left: 30px !important;
    }
}

@media (max-width: 820px) and (min-width: 765px) {
    .button a p {
        font-size: 12px;
        padding: 7px;
    }

    .button a p span.material-symbols-outlined {
        font-size: 20px;
        margin-bottom: 3px;
        margin-right: 8px;
    }
    .h-lg {
        height: 80px !important;
        width: 100% !important;
        padding: 14px !important;
    }

    .filingDate input, .filingDateAnonympus input {
        height: 46px !important;
        text-align: center;
    }
    .btn-end-consult, .btn-end-consult-anonymous {
        width: 22% !important;
        padding-left: 16px !important;
    }
    .container-inputs {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .button a p {
        font-size: 14px;
        padding: 6px;
    }

    .button a p span.material-symbols-outlined {
        font-size: 18px;
        margin-bottom: 2px;
        margin-right: 8px;
    }

    .filingDate input, .filingDateAnonympus input {
        height: 46px !important;
        text-align: center;
    }
    .btn-end-consult, .btn-end-consult-anonymous {
        width: 84% !important;
        margin-left: 26px !important;
        padding-left: 26% !important;
    }

    .consult-table thead, .consult-table tbody, .consult-table th, .consult-table td, .consult-table tr {
        display: block;
    }

    .consult-table {
        display: block;
        box-shadow: none;
    }

    .consult-table thead {
        display: none;
    }

    .consult-table tr {
        margin-bottom: 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        padding: 15px;
        background-color: #fff;
    }

    .consult-table td {
        display: block;
        text-align: left;
        position: relative;
        padding-left: 50%;
        border-bottom: none;
    }

    .consult-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: calc(50% - 15px);
        text-align: left;
        font-weight: bold;
    }

    .pdf-btn {
        display: inline-block;
        padding: 10px;
        background-color: #f9e6b5;
        border: 1px solid #f0c14b;
        border-radius: 5px;
        color: #333;
        text-align: center;
        text-decoration: none;
        margin-top: 10px;
        width: 100%;
        font-weight: bold;
    }
    .container-inputs {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) and (min-aspect-ratio: 3/4) {
    .button a {
        padding: 15px;
    }

    .button a p {
        font-size: 11px;
        padding: 6px;
    }

    .h-lg {
        width: 100%;
    }

    .button a p span.material-symbols-outlined {
        font-size: 26px;
        margin-bottom: 6px;
        margin-right: 8px;
    }

    .filingDate input, .filingDateAnonympus input {
        height: 46px !important;
        text-align: center;
    }
    .btn-end-consult, .btn-end-consult-anonymous {
        width: 22% !important;
        padding-left: 16px !important;
    }
    .container-inputs {
        width: 100%;
    }
}

.form-check-box, .radio-check {
    width: 20px;
    height: 20px;
    margin-top: 0.20em;
    border: 2px solid #EA5B0C;
    outline: none;
    margin-right: 8px;
    transition: background-color 0.4s ease, box-shadow 0.2s ease;
}

.form-check-box:checked, .radio-check:checked {
    background-color: #EA5B0C;
    border: 2px solid #EA5B0C;
}

.btn-end {
    background: linear-gradient(to right, #E40046, #EA5B0C);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-weight: bold;
    width: 250px;
    height: 35px;
    border-radius: 10px;
    font-size: 12px;
}

.btn-end span{
    margin-right: 8px;
    margin-bottom: 10px;
}

.btn-end-consult {
    background: linear-gradient(to right, #E40046, #EA5B0C);
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    /* font-weight: bold; */
    /* width: 280px; */
    /* height: 45px; */
    border-radius: 10px;
    font-size: 14px;
    gap: 8px;
}

/*
.btn-end-consult span{
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
}*/

#login-button{
    width: 100%;
    display:block !important;
}

#sendRecovery{
    width: 100%;
    border: none;
}

#sendRecovery:hover{
    color: black;
}


#logout-button{
    border: none;
    background: none;
    color: white;
    }

/*popup recuperar contraseña*/
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
/*
.popup h2{
    text-align:center;
}

.popup label{
    display: block;
    text-align: left;
    margin-bottom: 8px;
    color: #555;
}*/

.popup-content {
    background-color: #fefefe;
    padding: 20px;
    /* border: 1px solid #888; */
    /* width: 20%; */
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*
.close {
    float: right;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.popup-content form {
    margin-top: 20px;
}

.popup-content input {
    width: 80%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/*
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}


#sendRecovery{
    background-color: #F08051;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    font-size: 12pt;
    font-family: "Open Sans";
}
*/

/*INICIO CIERRE PERIODOS*/

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#cancel-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-color: #F29100;
    color: #F29100;
    font-weight: bold;
    width: 150px;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
}

#confirm-btn{
    background: linear-gradient(to right, #E40046, #EA5B0C);
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    width: 150px;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
    gap: 10px;
    text-wrap: nowrap;
    padding-left: 6%;
    border: none;
}

/*FIN CIERRE PERIODOS*/
.btn_back{
    display: flex;
    align-items: center;
    text-align: center;
    color: #EA5B0C;
    /* width: 150px; */
    /* height: 45px; */
    border-radius: 10px;
    font-size: 14px;
    gap: 8px;
    font-weight: 300;
    border: solid 1px orange;
}



.select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.btn-end-consult-white{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-color: #F29100;
  color: #F29100;
  width: 100%;
  height: 52px;
  border-radius: 20px;
  font-size: 14px;
}

.containerButtonsAdmon{
    display: flex;
    gap: 10px;
}

#divForButtonsSearchRIPS{
    display: flex;
    gap: 20px;
    align-items: center;
}

.widthAuto{
    width:auto;
}
.iconsGray{
    color  : #F7F7F7;
}

.container-inputs {
  position: relative;
}

.uppercase-input {
    text-transform: uppercase;
    }

.visibility-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #ddd;
  font-size: 30px !important;
}



.btn-end-consult-anonymous span{
    margin-right: 8px;
    margin-bottom: 2px;
    font-size: 30px;
    text-align: center;
}

.filingDate input {
    height: 50%;
    width: 100%;
    text-align: center;
}

.filingDateAnonympus input {
    height: 60%;
    width: 100%;
    text-align: center;
}

.consult-table {
    height: 80%;
    overflow-y: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    /* background-color: #ffffff; */
    border-radius: 8px;
    text-align: left;
    /* border-spacing: 0; */
    border: 2px solid gray;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

thead {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
}

th, td {
    padding: 12px 14px;
    /* border-top: 1px solid #e5e7eb; */
    /* border-bottom: 1px solid #e5e7eb; */
    text-align: left;
    /* word-wrap: break-word; */
    white-space: nowrap;
}

th {
    background-color: #f8f9fa;
    /* font-size: 14px; */
    /* text-transform: uppercase; */
    font-weight: bold;
    border-bottom: 2px solid #ddd;

}

td {
    /* font-size: 14px; */
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

tbody tr {
    border-bottom: 1px solid #ddd;
}


.dropzone {
    border: 2px solid #EA5B0C;
    border-radius: 18px;
    padding: 46px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: white;
    position: relative;
}

.add-support {
    border: 2px solid #EA5B0C;
    border-radius: 18px;
    padding: 66px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: white;
    position: relative;
}

.delete-support-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #ff5e5e;
    z-index: 4;
}

.delete-support-button:hover {
    color: #ff0000;
}

.dropzone.dragover {
    border-color: #EA5B0C;
    background-color: rgba(55, 99, 160, 0.1);
}

.browse-button {
    background-color: rgba(246, 251, 255, 255);
    color: #EA5B0C;
    border: 2px solid #EA5B0C;
    border-radius: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    z-index: 4;
    width: 240px;
    height: 58px;
}

.file-input {
    display: none;
}

.previews {
    pointer-events: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#supports-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.group {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
    box-sizing: border-box;
}

.modal-content {
    border-radius: 10px;
}
.check-icon svg {
    color: #0a7756;
}


/*SUBSANACION*/

/* Contenedor principal */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
}

/* Tarjeta */
.card {
    border: 1px solid #EA5B0C;
    border-radius: 8px;
    padding: 10px;
    flex: 1 1 30%;
    min-width: 280px;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* Contenido de la tarjeta */
.content {
    display: flex;
    align-items: center;
}

/* Icono */
.icon {
    font-size: 35px;
    color: #EA5B0C;
    margin-right: 20px;
    margin-left: 10px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* Texto */
p {
    margin: 0;
    font-size: 14px;
    font-weight: 200;
}

p strong {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

/*Acciones a tomar*/
.title-color{
    color: #EA5B0C;
    font-weight:600 !important;
}

/*disabled*/
textarea:disabled, input:disabled, select:disabled{
    background-color: #f0f0f0 !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}

/* Responsivo */
@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        gap: 5px;
    }
}

.loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    text-align: center;
    z-index: 1000;
    color: #F29100;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    cursor: not-allowed;
}

.loading-spinner .material-icons {
    display: inline-block;
    animation: spin 1s infinite linear;
}

.material-icons.spinner {
    font-size: 60px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pagination {
    padding-top: 20px;
}

.pagination .page-link.active .page-link {
    background-color: #faebd7;
    color: #EA5B0C;
    border-color: transparent;
    opacity: 10%;
}

.active>.page-link, .page-link.active {
    background-color: rgba(234, 91, 12, 0.4);
    border-color: rgba(234, 91, 12, 0.4);
}

.pagination .page-link {
    color: black;
}

.pagination .page-link:hover {
    border-color: #EA5B0C;
}

.pagination .page-link.disabled .page-link {
    color: #d3d3d3;
}

.buttons-step {
    display: flex;
}

#closebutton {
    position: absolute;
    top: 10px;
    right: 10px;
}

#closebutton span {
    cursor: pointer;
    font-size: 24px;
    color: #777777;
    display: inline-block;
}

#moreInformation{
    cursor: pointer;
}

#moreInformation:hover{
    background: #E40046;
}