/* @import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;900&display=swap'); */

:root {
    --background1: #fefdfb; /* accessible everywhere */
    --background2: #f3f2f0; /* accessible everywhere */
    --background2-shadow: #969491; /* accessible everywhere */
    --background3: #d1d0cc; /* accessible everywhere */
    --background4: #767171; /* accessible everywhere */
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Inter,Helvetica,Arial,sans-serif;
    /* font-size: 16px; */
    /* color:#d19a10; */
    color:#000000;
}

body.grad1 {
    background: var(--background1); 
}

#logo-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-content: left; */
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background: var(--background2);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    /* background:#f6f5f3; */
    position: sticky;       /* fija la barra d navegación al comienzo de la página */
    top: 0px;                 /* margen del borde superior al límite de fijado de la barra de navegación */
    z-index: 2;
}

    .starting-nav {
        display: flex;
        flex-direction: row;
        /* flex-wrap: wrap; */
        align-items: center;
    }
    
    #logo-div {
        width: 170px;
        min-height: 50px;
        line-height: 20px;
        /* padding-left: 5px; */
        padding: 2px 0px 2px 5px;
        text-align: left;
    }
    
    #nav-div {
        display: flex;
        flex-direction: row;
        /* flex-wrap: wrap; */
        width: auto;
        min-height: 20px;
        padding: 0px 0px 0px 15px;
        /* line-height: 20px; */
        /* text-align: left; */
        /* text-justify: center; */
        /* align-content: center; */
        font-size: clamp(12px, 1vw, 16px);
    }

        .nav {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .nav li {
                display: inline-block;
                justify-content: left;
            }

                .nav li a {
                    position: relative;
                    display: inline-block;
                    /* cursor: pointer; */
                    text-decoration: none;
                    /* color: #a0a0a0; */
                    color: #a3790e;
                    letter-spacing: 0.5px;
                    margin: 5px 10px;
                }

                .nav li a:hover {
                    /* color: #000000; */
                    color: #d19a10;
                }

                .nav li a::after {
                    content: "";
                    position: relative;
                    display: block;
                    margin: auto;           /*Inicia despliege desde el centro */
                    /* background: #000000; */
                    background: #d19a10;
                    height: 3px;
                    width: 0%;
                    left: 0;
                    bottom: -2px;
                    transition: width 0.3s;
                }

                .nav li a:hover::after {
                    width: 100%;
                }
    
        .copy-rights {
            display: flex; 
            flex-direction: column; 
            justify-content: center;
            align-items: center;
            padding: 10px 20px 10px 20px;
            font-size: small; 
            /* justify-self: self-end; */
        }

#header-banner-div {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    background:var(--background2);
    /* background: #cbf8a4; */
    /* background:#a2e0a0; */
}

#main-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    background:var(--background1);
    /* justify-content: center;*//* centrado vertical <-- flex-direction is column */
    align-items: center; /* centrado horizontal <-- flex-direction is column*/
}

/* #sidebar-div {
    width: 15%;
    min-height: 200px;
    float: left;
} */

#bodyarea-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    align-items: center;
    /* float: center; */
}

#bodyarea-div-sec1 {
    display: flex;
    /* flex-direction: column; */
    flex-direction: row;
    width: 100%;
    height: auto;
    /* min-height: 200px; */
    text-align: justify;
    align-items: center;
    margin-top: 20px;
    /* margin-bottom: 20px; */
}


#bodyarea-div-sec2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    row-gap: 5px;
    column-gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100px;
    margin-top: 20px;

}
    .container_chkct_prev {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        row-gap: 15px;
        width: 400px; 
        height: fit-content;
    }

    .container_chkct,
    .container_chkst {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        row-gap: 15px;
        width: fit-content; 
        height: fit-content;

        
    }
    .container_chkct_approve,
    .container_chkst_approve {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center;  */
        row-gap: 15px;
        width: 520px; 
        height: fit-content;
        padding: 15px 20px 15px 20px;
        text-align: left;
        border-style: dashed; 
        font-size: 14px;
        color: #1c7407;
        border-radius: 10px;
        background-color: #cbf8a4;
    }
    .container_chkct_observe,
    .container_chkst_observe {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center;  */
        row-gap: 15px;
        width: 520px; 
        height: fit-content;
        padding: 15px 20px 15px 20px;
        text-align: left;
        border-style: dashed; 
        font-size: 14px;
        color: #2047b0;
        border-radius: 10px;
        background-color: #dde5f9;
    }
    .container_chkct_reject,
    .container_chkst_reject {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center;  */
        row-gap: 15px;
        width: 520px; 
        height: fit-content;
        padding: 15px 20px 15px 20px;
        text-align: left;
        border-style: dashed; 
        font-size: 14px;
        color: #c7231a;
        border-radius: 10px;
        background-color: #fdc4be;
    }
    
    .card-form-hidden {
        /* form____________________ */
        display: none;
    }
    
    .card-form {
        /* form____________________ */
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* atributes_______________ */
    /* margin-top: 10px auto; */
    padding: 10px 10px 10px 10px; /* top right bottom left */
    background: #f3f2f0;
    border: 2px;
    border-style: solid;
    border-color: #8e8e8d;
    border-radius: 10px;
    /* behaviour_______________ */
    overflow: hidden;                           /*esconde lo que quede fuera de la tarjeta*/
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    cursor: default;
}
    #input_instructions {
        /* atributes_______________ */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        /* atributes_______________ */
        padding: 30px 5px 5px 5px;
        width: 350px;
        height: 938px;
        overflow-y: scroll;
    }

        #instructions-content {
            display: flex;
            flex-direction: column;
            width: 90%;
            height: 100%;
            justify-content: start;
            align-items: center;
            /* margin-top: 10px; */
            padding-top: 10px;
            padding-left: 15px;
        }

        #instructions-content ol > li {
            /* list-style-type: decimal-leading-zero; */    /* <-- Agrega "0" antes de los números de lista*/
            font-size: 12px;
            color: #a3790e;
            text-align: left;
            margin-bottom: 10px;
        }
        #instructions-content ol > li::marker {             /* <-- Pone en negrita los números de lista*/
            font-weight: bold;
          }
        #instructions-content b {
            color: #a3790e;
            font-weight: bold;
        }

        .spc {
            font-weight: bold;
            color: #8c1c1c;

        }


    #basic_data_input {
        /* atributes_______________ */
        width: 850px;
        height: auto;
    }

        #head-form {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            row-gap: 10px;
            column-gap: 10px;
            /* padding: 0px 20px 10px 10px; */
            }

            #form-div {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                height: 30px;
                line-height: 30px;
                padding-top: 2px;
                padding-bottom: 2px;
            }

            #auth-div {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                height: 30px;
                line-height: 50px;
                padding-top: 2px;
                padding-bottom: 2px;
            }

            /* #issuer-data-border {
                width: 400px;
            } */

            #issuer-data {
                display: flex;
                width: 350px;
                height: 100%;
                border: dashed 2px #a3790e;
                border-radius: 5px;
                font-size: 11px;
                font-weight: bold;
                color: #a3790e;
                text-align: center;
                justify-content: center;
                align-items: center;
            }

            #jjvv_select_panel {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }

        #data-form{
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: space-evenly;
        }

            #data-form-panel{
                display: flex;
                flex-direction: column;
                width: 380px;
                height: auto;
                /* padding: 0px 10px 0px 10px; */
                /* border: solid 1px #000; */
            }

    #input_report {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        /* atributes_______________ */
        padding: 0px 5px 5px 5px;
        width: 250px;
        height: auto;
    }

        #report-content {
            display: flex;
            width: 90%;
            height: 85%;
            border: dashed 2px #a3790e;
            border-radius: 5px;
            font-size: 11px;
            font-weight: bold;
            color: #a3790e;
            text-align: center;
            justify-content: center;
            align-items: center;
        }

    /* #cb1 {
        width: 500px;
        height: auto;
    }
    #cb2 {
        width: 500px;
        height: 500px;
    }
    #cb3 {
        width: 200px;
        height: 500px;
    }

        #cb-div {
            display: flex;
            flex-direction: row;
            align-items: center;
            height: 30px;
            line-height: 30px;
            padding-top: 2px;
            padding-bottom: 2px;
        } */

#footer-div {
    width: 100%;
    min-height: 40px;
}

/* .linea {
    padding: -5px 0px -10px 0px;
} */

hr {
height:102%;
width:5px;
border-width:0;
/* color:#a3790e; */
/* background-color:#a3790e; */
background-color:#d4caaf;
}

/* input[type="checkbox"] {
    visibility: visible;
} */

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    
    background-color: #8c1c1c;
    margin-top: 10px;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }

#show_pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align: middle; */
    width: 214px;
    height: 270px;

}
