/*header.centered_logo .q_logo{top:20px!important}*/

.header_inner_right {
    position: absolute !important;
    top: 23px;
    right: 0px;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem !important;
}

.container_inner.clearfix {
    position: relative;
}

.header_bottom_right_widget_holder {
    border: 2px solid #707070;
    border-radius: 10px;
}

.navbar {
    z-index: 5000 !important;
}

.top_menu_btn {
    font-family: 'Nunito', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.voce-menu {
    margin-right: 5px;
}

.header_inner_right {
    position: absolute !important;
    top: 23px;
    right: 0px;
}

.navbar a {
    float: left;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 15px;
    text-decoration: none;
}

.dropdown {
    position: relative;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    font-size: 14px;
    color: white;
    padding: 15px;
    background-color: inherit;
    margin: 0;
}

.top_menu_image_container {
    height: 25px;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    color: #79cbc0;
}

a:hover {
    color: inherit;
}

.dropdown-content {
    top: 38px;
    right: -20px;
    position: absolute;
    display: none;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5000 !important;
    border-radius: 15px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.footer_title_cia {
    color: #f46139 !important;
}

.side_menu_button_wrapper:hover .dropdown-content {
    display: block;
}

@media all and (max-width: 1000px) {
    .header_bottom_right_widget_holder {
        display: block;
    }

    .side_menu_button_wrapper {
        display: block;
    }
}


@media only screen and (max-width: 480px) {
    header.centered_logo .q_logo {
        top: 0px !important;
    }

    .header_inner_right {
        display: none;
    }
}



header.centered_logo .q_logo {
    top: 10px !important;
}

.header_bottom {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.47);
}

input {
    height: 35px;
    border: 1px solid #0a100d;
    border-radius: 7px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 8px;
}


textarea {
    border: 1px solid #0a100d;
    border-radius: 7px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 5px;
}

input:focus,
textarea:focus {
    border: 1px solid #f46139;
    border: 1px solid #f46139;
    outline-width: 0 !important;
}

label {
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 5px;
    color: #f46139;
    display: block;
}

.bordi-form {
    border-radius: 10px;
    padding: 20px;
    background-color: #f7f7f7
}

.campo {
    margin-top: 30px;
    margin-bottom: 30px;
}


.orari {
    border: 1px solid #0a100d;
    border-radius: 7px;
    padding: 25px;

}

/*bottoni*/


.gray-button {
    color: rgb(255, 255, 255);
    font-weight: 400;
    background-color: rgb(91, 91, 91);
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    cursor: pointer;
}

.gray-button:hover {
    color: rgb(0, 0, 0);
    font-weight: 400;
    background-color: rgb(130, 214, 200);
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


.transparent-button {
    color: rgb(0, 0, 0);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    border: 1px solid #0a100d;
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    cursor: pointer;
}

.transparent-button:hover {
    color: rgb(0, 0, 0);
    font-weight: 400;
    background-color: rgb(130, 214, 200);
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


.orange-button {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: #f46139;
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    cursor: pointer;
}

.orange-button-shadow {
    color: rgb(255, 255, 255);
    font-weight: 400;
    background-color: #f46139;
    cursor: pointer;
}

.orange-button:hover {
    color: rgb(0, 0, 0);
    font-weight: 400;
    background-color: rgb(130, 214, 200);
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.tab-ristoranti {
    color: #f46139;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;

}

.tab-ristoranti:hover {
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 12px;
    background-color: rgb(130, 214, 200);
}


.tab-ristoranti p {
    color: #f46139;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;

}

.tab-ristoranti:hover p {
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 12px;
    background-color: rgb(130, 214, 200);
}


.acqua-button {
    color: rgb(0, 0, 0);
    font-weight: 400;
    background-color: rgb(89, 213, 196);
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    cursor: pointer;
}

.acqua-button:hover {
    color: rgb(255, 255, 255);
    font-weight: 400;
    background-color: #f46139;
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/*bottoni fine*/

.dichiarazioni {
    background-color: rgb(131, 137, 150);
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0a100d;
    border-radius: 5px;

}

.contenuti-orari {
    padding: 8px;
    border: 1px solid #0a100d;
    border-radius: 8px;
}

.titolo {
    font-size: 14px;
    color: #f46139;
    text-align: center;
}


/*radio step 4*/
.radio-visibile {

    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #0a100d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 0 16px 25px;
    box-sizing: border-box;
    top: -4px;
    left: 15px;

}

/* Hide the browser's default radio button */
.radio-visibile input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.radio-visibile:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-visibile input:checked~.checkmark {
    background-color: #f46139;
    border: 2px solid #0a100d;
}


.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 2px solid #707070;
    border-radius: 50%;
}

.checkmark-piatti {
    position: absolute;
    top: 50px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #0a100d;
    border-radius: 50%;
}

.radio-dichiarazioni {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    color: #0a100d;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/* Hide the browser's default radio button */
.radio-dichiarazioni input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.radio-dichiarazioni:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-dichiarazioni input:checked~.checkmark {
    background-color: #f46139;
    border: 2px solid #0a100d;
}

/* modal*/
.ui-dialog {
    z-index: 100000 !important;
    border-radius: 5px;
}

.ui-dialog-titlebar {
    background-color: white !important;
    font-weight: normal !important;
}

.ui-dialog-title {
    color: #f46139;
    font-weight: bold !important;
}

#modal-content {
    font-weight: normal;
    font-size: .8em;
    line-height: 1.4em
}

#modal-content li {
    padding-left: 20px;
}

/* fine modal*/

/*css per i radio orari */

/*fine css */


.bordi-tabella-ristorante {
    border: 1px solid #0a100d;
    padding: 5px;
    box-sizing: border-box;
    margin-left: 5px;
    margin-top: 10px;
}


.bordi-tabella-piatti {
    border: 1px solid #0a100d;
    padding: 5px;
    box-sizing: border-box;
    margin-left: 5px;
    margin-top: 10px;
    height: 130px;
}


.dark {
    background-color: #7a8390;
    color: #0a100d
}


.bordi-tabella-pulsanti {
    border: 1px solid #0a100d;
    margin-left: 5px;
    margin-top: 10px;
    float: left;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
}

.azioni {
    float: left;
    padding-left: 10px;
    cursor: pointer;
    top: -2px
}

.azioni:hover {
    color: #f46139;
}

.modifica {
    cursor: pointer
}

.modifica:hover {
    color: #f46139;
}

.primo-tab {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 35px
}

.ultimo-tab {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media only screen and (min-width: 834px) and (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 1025px) and (orientation: landscape) {}

@media (min-width: 481px) and (max-width: 767px) {
    .SelectTipologia {
        text-align: center;
        line-height: 30px;
        background-color: #0a100d;
        font-size: 9px;
        float: none !important
    }

    .SelectTipologiaOn {
        text-align: center;
        line-height: 30px;
        background-color: #A7A7A7;
        color: #0a100d;
        font-size: 9px;
        float: none !important
    }

    input {
        padding-left: 5px !important;
        margin-bottom: 10px !important
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .vc_col-sm-4 {
        margin-left: 5px !important;
        border-radius: 0px;
    }

    .spazio {
        height: 35px;
    }

    .intestazione {
        display: none;

    }

    .ultimo-tab {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .primo-tab {
        margin-left: 5px !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .bordi-tabella-ristorante {
        text-align: center;
    }

    .bordi-tabella-pulsanti {
        text-align: center
    }

    .mobile-center {
        text-align: center
    }

    .orari {
        padding: 3px;
    }

    .nascondo {
        display: none
    }

    .lunedi {
        margin-left: 5px !important
    }

    .bordi-tabella-piatti {
        border: 1px solid #0a100d;
        padding: 5px;
        box-sizing: border-box;
        margin-left: 5px;
        margin-top: 10px;
        height: auto !important;
    }

    .piatti-visibile {
        margin-top: 0px !important;
        text-align: center !important
    }

    .SelectTipologia {
        text-align: center;
        line-height: 30px;
        background-color: #0a100d;
        font-size: 11px;
        float: none !important
    }

    .SelectTipologiaOn {
        text-align: center;
        line-height: 30px;
        background-color: #f2efef;
        color: #0a100d;
        font-size: 11px;
        float: none !important
    }

    input {
        padding-left: 5px !important;
        margin-bottom: 10px !important
    }
}

/*step 5*/

.piatti-portata {
    color: #0a100d;
}


.toggle-portata {
    cursor: pointer;
    text-align: center;
    color: #000;
    padding: 8px;
    font-weight: 10;
    font-size: 18px;
    border: 0px solid gray;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 150px;
    text-decoration: underline;
}


.riga-piatti-v2 {
    padding: 0px !important;
    width: 100% !important;
}



.alimenti-composti {
    background-color: gray;
    color: #0a100d;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 7px;

}

.alimenti {
    text-align: left;
    font-size: 12px;
    color: #0a100d
}

.caratteristiche {
    border: 1px solid #0a100d;
    border-radius: 7px;
    padding: 25px;
    font-size: 12px;
}

.white-button {
    color: rgb(0, 0, 0);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    cursor: pointer;
    border-radius: 8px !important;
    border: 1px solid #0a100d;
    margin-bottom: 5px
}

.white-button:hover {
    color: rgb(255, 255, 255);
    font-weight: 400;
    background-color: rgb(241, 165, 145);
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 8px !important;
}

.white-button-active {
    color: rgb(255, 255, 255);
    font-weight: 400;
    background-color: rgb(241, 165, 145);
    -webkit-box-shadow: none !important;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: none !important;
    /* Firefox 3.5 - 3.6 */
    box-shadow: none !important;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 8px !important;
}

.radio-piatto {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    color: #0a100d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 5px;
    margin-right: 5px;
}


/* Hide the browser's default radio button */
.radio-piatto input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.radio-piatto:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-piatto input:checked~.checkmark {
    background-color: #f46139;
    border: 2px solid #0a100d;
}

/* Select-2 */
.Select-menu-outer {
    z-index: 99999 !important;
}

.select2-dropdown.increasedzindexclass {
    z-index: 999999;
}

.pacchetti-box {
    border: 1px solid #0a100d;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-weight: 300;
}

.pacchetti-over {
    border: 2px solid #f46139;
}


.radio-orari {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    color: #0a100d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-orari input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.radio-orari:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-orari input:checked~.checkmark {
    background-color: #f46139;
    border: 2px solid #0a100d;
}

.bg {
    background-color: #ffb38c;
    color: #0a100d
}


/*********inizio profilo ristoranti*********/

.box-ristoranti {
    border-radius: 20px;
    text-align: center;
    margin: auto;
    margin: 10px 25px;
    background-color: #efefef;
    /* background-image: url('https://ristoratori.mycia.it/wp-content/uploads/2019/06/carta-identita-alimentare-network-ristoratori.jpg');*/
    padding: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

}

.button-shadow {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(156, 156, 156, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(156, 156, 156, 1);
    box-shadow: 0px 0px 8px 0px rgba(156, 156, 156, 1);
}

.box-thumb {
    border-radius: 20px;
    background-color: aquamarine;
    background-image: url('https://ristoratori.mycia.it/wp-content/uploads/2019/06/carta-identita-alimentare-network-ristoratori.jpg');
    padding: 35px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    float: left;
    margin: 20px 5px 0 5px;
}

.carica {
    border-radius: 20px;
    padding: 20px 15px;
    float: left;
    margin: 20px 5px 0 5px;

}

.ajax-file-upload-error {
    float: left;
    width: 200px;
    background-color: white;
    border: 1px solid gray;
    border-radius: 15px;
    color: #f46139;
    padding: 10px;
    margin-top: 20px;
    font-size: 12px;
    z-index: 10;
}

.noclose .ui-dialog-titlebar-close {
    display: none;
}


.piatti-visibile {
    margin-top: 50px;
}

.white-shadow {
    background-color: #0a100d;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    width: 97%;
    margin-bottom: 20px;
    /* width:100%!important; */
}


/* icone dentro input */
.show-span {
    float: right;
    margin-right: 25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    color: gray;
}

.contatore {
    height: 60px;
    width: 60px;
    line-height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #0a100d;
    font-size: 20px
}


.hline_vini {
    float: left;
    border-top: 1px solid #CD9C9D;
    width: 100%;
    height: 1px
}

/*css per step 13 - promozioni*/

.promo-container {
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(107, 107, 107, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(107, 107, 107, 1);
    box-shadow: 0px 0px 5px 0px rgba(107, 107, 107, 1);
    margin-top: 50px;
    box-sizing: border-box
}

.altezza {
    text-align: center;
}

.gray-promo {
    padding: 5px;
    background-color: #eaeaea
}

.white-promo {
    padding: 5px;
    background-color: #0a100d
}

.opzioni {
    border: 1px solid #0a100d;
    border-radius: 8px;
    margin: 8px 3px;
    font-size: 14px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center
}

.selezione {
    background-color: #f46139;
    color: white;
    border: 1px solid #f46139;
}

.SelectTipologia {
    float: left;
    text-align: center;
    line-height: 30px;
    background-color: #0a100d;
    font-size: 11px;
    color: #0a100d;
}

.SelectTipologiaOn {
    float: left;
    text-align: center;
    line-height: 30px;
    background-color: #f2efef;
    color: #0a100d;
    font-size: 11px;
}


.orange {
    background-color: #F46139 !important;
}

.white {
    background-color: white;
}

.green {
    background-color: yellowgreen;
}


/* Positioning and layout*/
.checkbox {
    display: table;
    width: 100%;
}

.checkbox__input-wrapper {
    display: table-cell;
    padding-right: 0.2rem;
}

.checkbox__label {
    display: table-cell;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
}

/* Checkbox*/
.checkbox__input {
    /* // Hide default checkbox -webkit-appearance: none; */
    -moz-appearance: none;
    margin: 0;
    background: transparent;

    border: 1px solid #0a100d;
    border-radius: 50% !important;
    width: auto !important;
    box-shadow: 0 0 0 0;
    checkbox-color: inset;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    position: relative;
}

.ui-tooltip {
    background-color: #f46139;

}

/*vini popup step 5-a*/

.solfitiVini {
    float: left;
    border: 1px solid #0a100d;
    border-radius: 5px;
    width: 33px !important;
    height: 33px !important;
    line-height: 33px;
    margin-left: 10px;
    font-weight: 100;
    cursor: pointer;
}


div:hover.solfitiVini,
div:focus.solfitiVini,
div:active.solfitiVini {
    float: left;
    border-radius: 5px;
    width: 33px !important;
    height: 33px !important;
    line-height: 33px;
    margin-left: 10px;
    background-color: #f46139;
    color: #0a100d;
    font-weight: 100;
    border: 1px solid #f46139;
    cursor: pointer;

}

.fotoVino {
    background-color: #e6e6e5;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 3px;
    height: 35px;
    padding-top: 5px;
    color: #0a100d;
    font-weight: normal;
    font-size: 14px;
}


.fotoVino:hover {
    background-color: #f46139;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 3px;
    height: 35px;
    padding-top: 5px;
    color: #0a100d !important;
    font-weight: normal;
    font-size: 14px;
}

.ui-dialog-titlebar {
    border: 1px solid white !important
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #0a100d;
}

.indietro {
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0px 10px;
}

.indietro:hover {
    background-color: #F2EFEF;
}

.btn_banner_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container_step_2 {
    background-color: #f2f2f2 !important;
}

.icon_qr_digital_menu_print {
    font-size: 30px;
    margin-right: 20px;
}

.qr_arrow_print_menu {
    font-size: 30px;
}


/* STEP 13*/
/* FAQ PANEL STEP 5A*/

.faq_panel {
    margin-bottom: 1rem;
}

.faq_panel_title {
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: #f46139;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}


.faq_title_panel {
    border-radius: 15px;
    background-color: #efefef;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.faq_title {
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}

.faq_text {
    font-family: 'Nunito', sans-serif;
    padding: 1rem;
    font-weight: 500;
}

.faq_plus_button {
    cursor: pointer;
}

.star_icon_disabled {
    color: #c2c2c2;
}

.star_icon_enabled {
    color: #f46139;
}

.plate_special_icon {
    cursor: pointer;
}



.print_buttons_section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#div-menu-cartaceo {
    margin-bottom: 1rem;
}


.title-categoria-vini {
    font-weight: bold;
    margin: 10px 0;
    padding-left: 0px;
    border-bottom: 1px solid #0a100d;
    color: #0a100d;
    font-size: 15px;
}

.toggle-vino {
    float: right;
    cursor: pointer
}

/* MODAL CONTACTLESS */

.dialog_menu_contactless {
    padding: 1rem;
    font-family: 'Nunito', sans-serif;
}

.dialog_menu_contactless p {
    font-weight: 400;
}

.dialog_menu_contactless a {
    text-decoration: none;
    color: white;
}

.dialog_title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.ui-dialog-titlebar-close {
    height: 15px;
}

.pdf-digital-menu-link,
#dialog_button {
    font-size: 1rem;
    display: block;
    cursor: pointer;
    margin: 1rem 0;
    text-align: center;
    padding: 0.5rem;
    border-radius: 20px;
    color: white;
    background-color: #1E90FF;
}

.pdf-digital-menu-link,
#dialog_button {
    font-size: 1rem;
    display: block;
    cursor: pointer;
    margin: 1rem 0;
    text-align: center;
    padding: 0.5rem;
    border-radius: 20px;
    color: white;
    background-color: #1E90FF;
}

.pdf-digital-menu-link:hover {
    background-color: #ee6c4b;
    color: white !important;
}

#link_menu {
    border-radius: 10px;
    padding: 0.2rem !important;
    width: 100%;
    overflow: hidden;
    font-size: 0.9rem;
}

.link_section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 15px;
    background-color: #e4e4e4;
    margin-top: 1rem;
}

.clipboard {
    margin-left: 10px;
    cursor: pointer;
}

.clipboard:hover {
    color: #1E90FF;
}

.clipboard:active {
    color: #ee6c4b;
    transform: translateY(4px);
}

.link_section_modal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 15px;
    background-color: #e4e4e4;
    margin-top: 1rem;
    font-size: .7rem;
}

.link_modal_contactless {
    margin-top: 1rem;
    font-weight: bold;
}

/* STEP-1 */
#restaurant_select {
    margin-bottom: 2rem;
}
