
.cash-register-deployment {
    display: flex;
    flex-direction: row;
    flex-direction: column;
    /* justify-content: left; */
    align-items: center;
}

    .cash-register-instructions {
        display: flex;
        flex-direction: column;
        /* width: 380px; */
        width: 600px;
        width: clamp(21.875rem, 39.0625vw, 37.5rem);
        /* width: fit-content; */
        margin: 50px 0px 30px 0px;
        padding: 0px 30px 0px 30px;
        padding: 0px clamp(0.625rem, 1.9532vw, 1.875rem) 0px clamp(0.625rem, 1.9532vw, 1.875rem);
    }

        .cash-register-instructions-single {
            display: flex;
            flex-direction: row;
            align-items:flex-start;
        }

            .instruction-symbol {
                height: 100%;
                margin-right: 20px;
            }
                .instruction-symbol span {
                    font-size: clamp(18px, 1.5vw, 40px);
                    color: #1E4D52;
                    color: #056b1d;
                    text-shadow: 5px 5px 7px rgba(77, 77, 77, 0.7);
                }



            .instruction-content p {
                font-family: var(--font-survey-field-content);
                font-size: 16px;
                line-height: 20px;
                color: var(--text-card-descr1);
                margin-top: 5px;
            }





.form_pago {
    display: flex;
    flex-direction: column;
    /* width: 600->350px; */
    width: clamp(21.875rem, 39.0625vw, 37.5rem);
    /* margin-left: auto; */
    /* margin-right: auto; */
}

    .body_form_pago {
        display: flex;
        flex-direction: column;
        min-height: 600px; 
        /* width: 500px; */
        width: 100%;
        align-items: left;
    }

        /* .note-data-section, */
        .buyer-data-section,
        .delivery-data-section {
            /* width: 600px; */
            /* width: clamp(21.875rem, 39.0625vw, 37.5rem); */
            width: 100%;
            /* height: auto; */
            margin: 10px 0px 10px 0px;
            /* padding: 0px 30->10px 0px 30->10px; */
            padding: 0px clamp(0.625rem, 1.9532vw, 1.875rem) 30px clamp(0.625rem, 1.9532vw, 1.875rem);
            border: 1px;
            border-style: dashed;
            border-radius: 10px;
            /* background: var(--background7); */
            background-color: color-mix(in srgb, var(--background4), transparent 40%);
        }

            .form_pago_title {
                /* width: 500px; */
                width: 100%;
                height: auto;
                justify-self: left;
                padding: 30px 0px 0px 20px;
                /* font-family: var(--font-card-descr);
                font-size: large;
                color: var(--text-card-title1); */
            }

                .form_pago_title p {
                    font-family: var(--font-card-descr);
                    font-size: 18px;
                    line-height: 18px;
                    font-weight: bold;
                    text-transform: uppercase;
                    color: var(--text-card-title1);
                }

                .btns_form_pago {
                    display: flex;
                    flex-direction: row;
                    width: 100%;
                    height: auto;
                    align-items: center;
                    justify-content: center;
}

/* ********************************************************************* */

.survey-form-div-for-select {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* width: 750px; */
    width: 100%;
    height: auto;
    padding: 10px 0px 0px 0px;
    align-items: center;
    justify-content: left;
}

    /* ----- survey-form-div-for-select ----- */
    .survey-field-title {
        /* width: 500px; */
        width: 100%;
        padding: 5px 0px 5px 0px;
        text-align: left;
    }

        .survey-field-title p {
            font-family: var(--font-card-title);
            font-size: 16px;
            /* font-weight: bold; */
            color: var(--text-card-descr1);
        }

    .survey-field-content {
        width: 100%;
        font-family: var(--font-survey-field-content);
    }

        .survey-field-content select,
        .survey-field-content option,
        .survey-field-content input {
            /* width: 500px; */
            width: 100%;
            height: 40px;
            font-family: var(--font-survey-field-content);
        }

        .select-use {
            width: 500px;

            appearance: none;
            /* background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); */
            /* background-image: url("lupita2.png"); */
            /* background-image: url("down-arrow.png"); */
            /* background-image: url("down-hand.png"); */
            /* background-image: url("arrow-down.png"); */
            background-image: url("magic-stick3.png");
            background-repeat: no-repeat;
            background-position: right 0.7rem top 50%;
            background-size: 1.5rem auto;
            /* <a href="https://www.flaticon.com/free-icons/arrow" title="arrow icons">Arrow icons created by Dave Gandy - Flaticon</a> */
          
        }


.survey-form-div-for-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: var(--background7);
    width: 500px;
    /* width: auto; */
    height: auto;
    padding: 3px 0px 3px 10px;
    margin: 20px 0px 7px 0px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border: red;
    border-width: 2px;
    border-radius: 4px;
    border-style: dotted;
}

    .survey-field-title-checkbox {
        width: 350px;
        padding: 0px 20px 0px 0px;
        text-align: left;
    }

        .survey-field-title-checkbox p {
            font-family: var(--font-card-title);
            font-size: 14px;
            /* font-weight: bold; */
            color: var(--text-card-descr1);
        }

    .survey-field-content-checkbox {
        width: 20px;
        height: 20px;
        margin: 0px 20px 0px 0px;
    }


.chk-repeat,
.chk-accept {
    margin-left: auto;
    margin-right: auto;
}
/* ********************************************************************* */



/* ***************************************************** */

.extra {
    width: 100px;
    }

/* ***************************************************** */


/* USAR PARA PERSONALIZAR CAMPOS INPUT */

/* input:invalid {
    border-color: hsl(96, 86%, 46%);
} */

/* ***************************************************** */

*:focus {
    outline: none;
    }

    .form-row{
    display: flex;
    margin: 32px 0;
    }
    .form-row .input-data-not-required,
    .form-row .input-data{
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
    /* font-family: (--font-survey-field-content);
    color: #7a7a7a; */
    }

    .form-row .textarea{
    height: 70px;
    }
    
    .input-data input,
    .input-data-not-required input,
    .input-data select,
    .textarea textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-family: var(--font-survey-field-content);
    font-size: 14px;
    color: #7a7a7a;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
    border-radius: 6px;
    }
    .input-data input:focus ~ label, .input-data-not-required input:focus ~ label, .textarea textarea:focus ~ label,
    .input-data input:valid ~ label, .textarea textarea:valid ~ label, .input-comuna label,
    .input-data-not-required input:not(:placeholder-shown) ~ label {
    transform: translateY(-35px);

    font-size: 14px;
    color: #c08504;
    }

    .textarea textarea{
    resize: none;
    padding-top: 10px;
    }


    #comprador-disctrit {
        font-family: var(--font-survey-field-content);
        font-size: 14px;
        color: #7a7a7a;
        /* text-align: left; */
        text-align: center;
        /* padding-left: 10px; */
    }

    .input-data label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    /* line-height: 25px; */
    transition: all 0.3s ease;

    color: #7a7a7a;
    }

    .input-data-not-required label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    /* line-height: 25px; */
    transition: all 0.3s ease;

    color: #7a7a7a;
    }


    .textarea label{
    width: 100%;
    bottom: 40px;
    background: #fff;
    }

    .input-text,
    .input-email {
        padding-left: 10px;
    }