body, html {
    height: 100vh;
}

textarea {
    resize: none;
}

main > .container {
    padding: 60px 15px;
    width: 100vw;
    max-width: 512px;
    margin: 0 auto;
}

.navbar-flag-icon {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
}

.delivery-square-btn {
    width: 38px;
    height: 38px;
    background-color: #3a8dde;
}

.delivery-breadcrumb, .delivery-breadcrumb-mobile {
    width: 100%;
}

.delivery-breadcrumb-btn {
    width: 25%;
    overflow-x: hidden;
    color: #3a8dde;
    border-color: #3a8dde;
}

.btn-plateform, .delivery-btn, .delivery-breadcrumb-btn:not(:disabled):not(.disabled).active, .delivery-breadcrumb-btn:hover, .delivery-breadcrumb-btn:focus {
    color: #fff;
    background-color: #3a8dde;
    border-color: #3a8dde;
}

.delivery-btn:hover, .delivery-btn.active, .btn-plateform:hover {
    color: #fff;
    background-color: #204d74;
}

.has-error {
    color: red;
}

.has-error textarea,.has-error input,.has-error select {
    border: 1px solid red;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #dee2e6;
}

.datepicker table tr td.new { display: none; }

.opzione-pagamento {
    padding: 1em 2.5em;
    border: 1px solid #ebedf2;
    border-radius: 0;
}

.btn:first-child {
    -moz-border-radius-topleft: .25rem !important;
    -moz-border-radius-bottomleft: .25rem !important;
}

.btn:last-child {
    -moz-border-radius-topright: .25rem !important;
    -moz-border-radius-bottomright: .25rem !important;
}

.div-dettaglio-piatto, .categoria-accordion, .cursor-pointer {
    cursor: pointer;
}

.btn-close-modal, .btn-close-modal:hover, .btn-close-modal:focus, .btn-close-modal:active {
    font-weight: 400;
    text-decoration: none;
    font-size: 1rem;
    outline: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 15px;
    text-align: center;
}

.badge.badge-menu-allergeni {
    margin: 4px 8px 4px 0;
    background-color:#EFEFEF;
    color: #000000;
}

.badge.badge-menu-etichette {
    margin: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-weight: 500;
}

.badge.badge-menu-etichette-modal {
    margin: 4px 8px 4px 0;
}

.badge.badge-menu-allergeni img {
    margin-right: 4px;
}

.flag-fa-surgelato {
    color: #AEB6BF;
    margin-left: 8px;
}

div.menu-piatto-in-evidenza {
    background: #FFF7E0;
    border: 1px dashed #FFBF00;
    padding: 8px;
}

.campi-custom-font {
    font-size: 1.08rem;
}