@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap'); /* PALATO - ENTRANCE */

.h1-start {
    font-size: 40px !important;
    line-height: 2.5rem !important;
    margin: 2rem !important;
}

.h2-start {
    font-size: 24px !important;
    font-family: "Montserrat", Arial, serif !important;
    font-style: normal !important;
    line-height: 1.8rem !important;
    padding: 10px 0 20px 0 !important;
}

.copyright {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    color: #666;
}

svg.logo-palato-vector {
    width: 160px;
    margin: 0 auto 40px !important;
}

button.button-zurkaiserkron {
    background-color: #8b1a20 !important;
}

button.button-pock {
    background-color: #c09b4e !important;
}

button.button-zurkaiserkron,
button.button-pock {
    text-align: center !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

/* a.blocco-zurkaiserkron:hover, a.blocco-pock:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transition: box-shadow 0.3s ease-in-out;
} */

/* GENERAL */

main.contenuto-pagina {
    padding-top: 5%;
}


/* NAV */
.sidenav {
    background-color: #212121 !important;
    text-align: center;
    position: fixed;
    transition: left .5s cubic-bezier(0.820, 0.085, 0.395, 0.895);
}

.sidenav li a.active {
    background-color: #c9b064 !important;
}

.sidenav li a:hover {
    background-color: #c9b064 !important;
}

.sidenav .versione-app {
    margin: 0;
    text-align: center;
    width: 100%;
    bottom: 20px;
    color: #fff !important;
    font-size: 15px;
}

/* HEADER */
header .dropdown-button {
    color: #212121 !important;
}

header .dropdown-button:hover {
    color: #c9b064 !important;
}

.logo-ristorante {
    margin-left: auto;
    margin-right: auto;
}

/* PAGINATION */
.pagination {
    border-color: #4d140f;
}

.pagination a,
.pagination svg {
    color: #212121;
}

.pagination p,
.pagination span,
.pagination a:hover,
.pagination svg:hover {
    color: #c9b064;
}

/* INPUT, SELECT, TEXTAREA */
input:focus, select:focus,
textarea:focus {
    box-shadow: 0 0 5px 1px rgba(136, 14, 19) !important;
}

input[type="radio"]:checked {
    color: #c9b064 !important;
}

select:focus {
    border-color: #d1d5db !important;
}

/* ACCOUNT IMAGE FIELD */
.account-image {
    border-color: #4d140f !important;
}

.account-image label {
    color: #c9b064 !important;
}

.account-image label:hover {
    color: #dec372 !important;
}

/* BUTTONS */
#btn-create,
#btn-update,
#btn-cancel,
#btn-add {
    background-color: #c9b064 !important;
    border-radius: 0.25rem;
    text-transform: initial !important;
}

#btn-cancel {
    background-color: #212121 !important;
    margin-left: 5px;
}

#btn-create:hover,
#btn-update:hover,
#btn-add:hover,
#btn-create:active,
#btn-update:active,
#btn-cancel:active,
#btn-add:active {
    background-color: #dec372 !important;
}

#btn-cancel:hover {
    background-color: #515151 !important;
}

#btn-back:hover {
    color: #c9b064 !important;
}

/* CHEVRON ICON */
#chevron-double-right {
    color: #c9b064 !important;
}

/* DATEPICKER */
[x-cloak] {
    display: none;
}

#datepicker-popup-arrows button:hover {
    background-color: #dec372 !important;
}

#datepicker-popup-days .displayed-day:hover {
    background-color: #dec372 !important;
}

#datepicker-popup-days .displayed-day.current {
    background-color: #dec372 !important;
}

/* TABLES */
table td a svg,
table td button svg {
    color: #212121 !important;
    transition: all 0.2s ease-in-out;
}

table td a svg:hover,
table td button svg:hover {
    color: #c9b064 !important;
}

/* CONFIRM DELETE MODAL */
#confirm-delete-modal svg {
    color: #212121;
}

#confirm-delete-modal button[type="submit"] {
    background-color: #212121;
}

#confirm-delete-modal button[type="submit"]:hover,
#confirm-delete-modal button[type="submit"]:active {
    background-color: #c9b064;
}


/* PALATO - Font  */


@font-face {
    font-family: "SangBleuRegular";
    src: url("../fonts/sangbleukingdom-regular-webfont.eot");
    src: url("../fonts/sangbleukingdom-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/sangbleukingdom-regular-webfont.woff2") format("woff2"),
    url("../fonts/sangbleukingdom-regular-webfont.woff") format("woff"),
    url("../fonts/sangbleukingdom-regular-webfont.ttf") format("truetype"),
    url("../fonts/sangbleukingdom-regular-webfont.svg#SangBleuRegular") format("svg");
    font-weight: normal;
    font-style: italic;
}

/* sang bleu Kingdom light italic */
@font-face {
    font-family: "SangBleuLightItalic";
    src: url("../fonts/sangbleukingdom-lightitalic-webfont.eot");
    src: url("../fonts/sangbleukingdom-lightitalic-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/sangbleukingdom-lightitalic-webfont.woff2") format("woff2"),
    url("../fonts/sangbleukingdom-lightitalic-webfont.woff") format("woff"),
    url("../fonts/sangbleukingdom-lightitalic-webfont.ttf") format("truetype"),
    url("../fonts/sangbleukingdom-lightitalic-webfont.svg#SangBleuLightItalic") format("svg");
    font-weight: normal;
    font-style: italic;
}


/* PALATO - GENERAL */
body {
    min-height: 100%;
    background-color: #f8f8f8 !important;
    background-image: url(../images/bg-start.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
}

h1, h2 {
    font-family: "Lora", "SangBleuRegular", serif !important;
    font-style: italic !important;
    font-size: 32px !important;
    line-height: 37px !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}


/* PALATO -  Header e top nav */
header.flex {
    box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
    margin: 0;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 99999999999999999;
    position: fixed;
}


/* PALATO -  Side Nav */
.sidenav li a {
    font-family: "Montserrat", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0.25rem !important;
    transition: all 0.3s ease-in-out;
}

.sidenav li a.active {
    font-weight: 700;
}

/* PALATO -  Input type ed elementi form */
input.rounded-lg, select, input#datepicker {
    box-shadow: 0 0 0 0.1rem #e5e7eb !important;
    border-radius: 5px;
    background-color: #ffffff;
    height: 50px;
    border: none;
}

textarea {
    box-shadow: 0 0 0 0.1rem #e5e7eb !important;
    border-radius: 5px;
    border: none;
}

button, #btn-cancel, #btn-add {
    font-family: "Montserrat", "Arial", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    box-shadow: none;
}

select {
    box-shadow: 0 0 0 0.1rem #e5e7eb !important;
}

input:focus, select:focus, textarea:focus, input#datepicker:focus {
    box-shadow: 0 0 0 0.3rem #e5e7eb !important;
    background-color: #fff;
    border: none;
}

label {
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 400 !important;
}

/* PALATO -  Timepicker */
#hours, #minutes {
    flex: 1;
}

.orario .text-lg {
    padding: 0 10px;
}

.dati-personali, .data-ora {
    margin-bottom: 40px;
}

.titolo-template-email, .titolo-carica-immagine, .titolo-ruoli {
    font-family: "Lora", "SangBleuRegular", serif !important;
    font-size: 23px !important;
    line-height: 30px;
    margin-bottom: 10px;
}

.titolo-carica-immagine, .titolo-ruoli {
    display: grid;
    width: auto;
    text-align: center;
}

.titolo-template-email:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #4d140f;
    height: 1px;
}

.titolo-carica-immagine:after, .titolo-ruoli:after {
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #4d140f;
    height: 1px;
}

p {
    color: #000 !important;
}

label.font-medium {
    font-size: 15px;
    margin-bottom: 10px;
}

/* PALATO -  Dettagli prenotazione */
span.fontWeight600 {
    font-weight: 600;
}


.pulsanti-gestione-prenotazione {
    display: flex;
}

.pulsanti-gestione-prenotazione button[type=submit] {
    border-radius: 0.25rem;
    margin-left: 20px;
}

a#btn-back {
    background-color: transparent;
    box-shadow: none;
    color: #000;
    text-transform: inherit;
    font-family: 'Montserrat', Arial, serif;
    letter-spacing: 0;
    font-size: 15px;
}

#btn-annulla-prenotazione {
    background-color: rgb(220, 38, 38);
    margin-left: 9px;
    box-shadow: none;
}

#btn-conferma-prenotazione {
    background-color: rgb(5, 150, 105);
    box-shadow: none;
}

.my-3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
    border-color: #21212121 !important;
}

/* PALATO -  Elenco Prenotazioni - Elenco Utenti */

thead.testa-tabella-lista-prenotazioni, thead.testa-tabella-lista-utenti {
    background-color: #fff;
}

thead.testa-tabella-lista-prenotazioni tr th, thead.testa-tabella-lista-utenti tr th {
    border-style: hidden;
    padding: 1.5rem 1rem;
    font-size: 15px;
    font-weight: 600;
    color: #c9b064 !important;
    text-align: center;

}

tbody.corpo-tabella-lista-prenotazioni tr, tbody.corpo-tabella-lista-utenti tr {
    border-bottom: 1px solid #21212121 !important;
    text-align: center;
}

tbody.corpo-tabella-lista-prenotazioni tr td, tbody.corpo-tabella-lista-utenti tr td {
    text-transform: uppercase;
}

tbody.corpo-tabella-lista-prenotazioni tr td.stato-prenotazione, tbody.corpo-tabella-lista-utenti tr td.stato-prenotazione {
    text-transform: inherit;
}

/* PALATO -  Alert Popup */
div#confirm-delete-modal {
    position: absolute;
    background-color: #21212121 !important;
}

.modal-contenuto {
    background-color: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0 30px rgb(190 169 167 / 17%);
    animation: fadeIn 0.3s;
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    -o-animation: fadeIn 0.3s;
    -ms-animation: fadeIn 0.3s;
    border-top: 15px solid #f3f3f3 !important;
    border-bottom: 15px solid #f3f3f3 !important;
    padding-left: 40px;
    padding-right: 40px;
}

#modal-title {
    font-family: "Lora", "SangBleuRegular", serif !important;
    font-size: 27px;
    line-height: 37px;
    text-align: center;
}

.modal-testo {
    text-align: center;
    padding: 0 10px !important;
}

.comandi-modal {
    display: table;
    width: auto;
    margin: 0 auto 20px;
}

.comandi-modal #delete-form, .comandi-modal button {
    display: inline-table;
    border-radius: 0.25rem;
}

.comandi-modal #delete-form button {
    background-color: transparent;
    border: 1px solid #c9b064;
    color: #c9b064;
    margin: 0;
}

.comandi-modal #delete-form button:hover {
    background-color: rgb(220, 38, 38) !important;
    border-color: rgb(220, 38, 38) !important;
    color: #fff !important;
}

.modal-testo p {
    line-height: 1.7em !important;
}

.comandi-modal #btn-cancel {
    margin-left: 10px;
    box-shadow: none !important;
}

/* PALATO -  Utenti */
.account-image {
    border: none;
    background-color: transparent;
}

#btn-select-image {
    line-height: 1.25rem;
    border-radius: 0.25rem;
    background-color: transparent;
    border: 1px solid #c9b064;
    color: #c9b064;
    margin: 0.5rem 0 1.5rem 0;
    padding: 0.5rem 1rem;
    font-weight: 500 !important;
    transition: all 0.2s ease-in-out;
}

#btn-select-image:hover {
    background-color: #c9b064;
    color: #fff !important;
}

/* PALATO -  Utente loggato */
.dropdown-menu {
    border-top: 2px solid #c9b064 !important;
    background-color: #ffffff;
    padding: 0;
    color: #fff !important;
    border-radius: 0 !important;
    top: 42px !important;
    animation: fadeIn 0.3s;
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    -o-animation: fadeIn 0.3s;
    -ms-animation: fadeIn 0.3s;
    box-shadow: none;
}

.dropdown-menu a {
    display: block;
    width: 100%;
    padding: 0.8rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

.dropdown-menu a:active, .dropdown-menu a:hover, .dropdown-menu a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #c9b064 !important;
}

.dropdown-menu hr {
    display: none;
}

.dropdown-menu .rounded-md.bg-white {
    background-color: transparent;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none;
    padding: 0;
}

.dropdown-menu a:last-child {
    color: #c9b064;
}

/* PALATO -  Notification box */
#success-notify {
    flex-basis: 350px;
    max-width: 350px;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 1%);
    border: none;
    animation: fadeIn 0.3s;
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    -o-animation: fadeIn 0.3s;
    -ms-animation: fadeIn 0.3s;
    border-radius: 5px !important;
}

#success-notify button svg {
    color: #212121;
}

#success-notify button {
    background-color: transparent;
}

.cursor-default {
    font-weight: 800;
}

.pagination {
    border: none;
}

.pagination a {
    font-weight: 600;
}

.pagination span {
    color: #c9b064;
}

.nome-ruolo label {
    margin: 0 20px 0 5px;
}

[type='checkbox']:checked {
    background-color: #c9b064 !important;
}

.logo-sidenav #logo-palato-vector {
    margin: 20px auto 40px auto;
    width: 120px;
}

.advice-mobile {
    display: none;
}

/* PALATO - Media Query */

/* RES. MAX 1024px */
@media screen and (max-width: 1024px) {
    .contenuto-pagina .max-w-7xl, .contenuto-pagina .max-w-6xl {
        width: 92%;
    }

    .contenuto-pagina thead.testa-tabella-lista-prenotazioni tr th, thead.testa-tabella-lista-utenti tr th, tbody.corpo-tabella-lista-prenotazioni tr td, .contenuto-pagina tbody.corpo-tabella-lista-utenti tr td {
        padding: 1.5rem 0.6rem;
        font-size: 12px;
    }

    .contenuto-pagina {
        padding-top: 100px !important;;
    }
}

/* RES. UNDER 1024px */
@media screen and (max-width: 1023px) {
    header, main.contenuto-pagina div {
        display: none !important;
    }

    .advice-mobile {
        display: inline-block;
        font-style: normal !important;
        font-family: inherit !important;
        font-size: 25px !important;
        background-color: #ffffffc2;
        padding: 5% 10%;
        margin-top: 20%;
        border-radius: 5px;
        text-align: center;
    }
}
