/**
* Custom CSS Hestia Foods
* @author Jaestic
*/

#sidebar-menu > ul > li > a.router-link-exact-active.router-link-active,
#sidebar-menu ul > li > a.router-link-exact-active.router-link-active {
    color: #c0312f;
    background-color: #f8f9fa;
    border-right-color: #c0312f;
}

.topbar-menu > ul > li > a.router-link-exact-active.router-link-active span,
.topbar-menu ul > li > a.router-link-exact-active.router-link-active i,
.topbar-menu ul > li > a.router-link-exact-active.router-link-active span {
    color: #c0312f;
}

.card-box-sized {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.card-box-sized-large {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* @media (min-width: 955px) {
    body {
        overflow-y: hidden;
    }    
} */

.menubar {
    background-color: #f3f6f8;
    border-radius: 5px;
}

.editor__content {
    padding: 25px;
}

.editor hr {
    border-top: 1px solid #bbbbbb;
}

.editor {
    min-height: 110px;
    background-color: #f8f9f9;
}
.menubar__button {
    font-weight: 700;
    font-size: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
    border: 0;
    color: #000;
    padding: 0.2rem 0.5rem;
    margin-right: 0.2rem;
    border-radius: 3px;
    cursor: pointer;
}

.menubar__button.is-active {
    background-color: rgba(0, 0, 0, 0.1);
}

.ProseMirror-focused {
    outline-width: 0px !important;
}

.editor__content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + -1px);
}

p,
label,
a,
h1,
h2,
h3,
h4,
h5,
h6,
body,
span,
td,
tr,
button {
    font-family: "Dosis", sans-serif !important;
}

/* Chrome, Safari, Edge, Opera */
input.input-number::-webkit-outer-spin-button,
input.input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.caja-resumen {
    position: relative;
    top: 190px;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", serif;
    background-color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-icon {
    font-size: 30px;
    line-height: 10px;
    margin-left: 10px;
}

.caja-resumen label {
    font-weight: 600;
}

.disponibility-badge {
    background-color: green;
    border-radius: 25%;
    width: 50px;
    max-width: 100px;
    text-align: center;
}

.disponibility-badge p.number {
    font-size: 36px;
    color: white;
}

.disponibility-text {
    font-size: 23px;
    margin-top: 8px;
}

.date-badge {
    font-size: 36px;
    margin-top: 7px;
}

@media (max-width: 600px) {
    .date-badge {
        font-size: 16px;
    }
    .disponibility-badge p.number {
        font-size: 16px;
    }
    .disponibility-text {
        font-size: 15px;
        width: 100px !important;
    }
    .disponibility-badge {
        width: 28px;
        height: 28px;
        max-width: 32px;
        margin-top: 8px;
    }

    .container-fluid {
        max-width: 100% !important;
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}

.row-disponibility {
    background-color: #ebebeb66;
    border-radius: 20px;
    padding: 20px;
}

/* Firefox */
input[type="number"].input-number {
    -moz-appearance: textfield;
}

.delivery-box h1,
.reserve-box h1 {
    color: white;
    font-size: 76px;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: 50%;
    margin-top: -50px;
    transition: transform 1s;
}

.delivery-box p,
.reserve-box p {
    color: white;
    height: 100px;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: 50%;
    margin-top: 50px;
}

.delivery-box h1:hover,
.reserve-box h1:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.full-width {
    width: 100%;
    height: 100%;
}

.delete-food {
    position: absolute;
    right: 22px;
}

.delete-button {
    font-size: 16px;
    line-height: 10px;
    margin-left: 5px;
}

span.badge-type {
    margin-right: 5px;
}

.cut-image {
    max-height: 150px;
}

/*
* Reservas
*/
.vfc-styles-conditional-class {
    height: 329px;
}

.vfc-styles-conditional-class
    .vfc-main-container
    .vfc-calendars-container
    .vfc-calendars
    .vfc-calendar
    div.vfc-content
    .vfc-week
    div.vfc-day
    span.vfc-span-day.vfc-today {
    background-color: transparent !important;
}

.btn-reservas:hover {
    background-color: #424242 !important;
}

.btn-restablecer {
    color: #007bff !important;
    font-size: 11px;
}

.btn-restablecer:hover {
    color: #424242 !important;
}

.header-table {
    font-weight: 600;
}
/*
* Modal custom VueJS
*/

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .modal-container.modal-custom-1 {
        width: 95% !important;
    }
}

.modal-container.modal-custom-1 {
    width: 80%;
    min-height: 410px;
}

.modal-container {
    width: 550px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h2,
.modal-header h1,
.modal-header h3,
.modal-header h4,
.modal-header h5 {
    margin-top: 0;
    color: #42b983;
}

.modal-default-button {
    float: right;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/**
* Estilos CSS Frontend
*/

/* Platos destacados */
.food-item {
    position: relative;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.8),
        inset 0 0 0 16px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.food-item img {
    display: block;
    border-radius: 100%;
}

.food-item:hover img {
    opacity: 0.4;
}

.food-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.food-item h6 {
    margin: 60px 30px 5px 30px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.food-item:hover {
    box-shadow: inset 0 0 0 225px rgba(0, 0, 0, 0.8),
        inset 0 0 0 16px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.food-item:hover .food-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.menuthumb {
    margin: 0px 30px 0px 0px;
    display: block;
}

.title-food {
    font-family: Bubblegum Sans;
    color: #000000;
    font-size: 20px;
}

.price-food {
    font-size: 20px;
    line-height: normal;
    text-align: right;
    margin: 0;
    font-family: Bubblegum Sans;
}

.info-food {
    margin-bottom: 0;
    line-height: normal;
    opacity: 0.5;
}

img.menuimg {
    object-fit: cover;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.title-foodtype {
    color: #8a900a;
    font-size: 38px;
    margin: 50px 0px 50px 0px;
    line-height: 120%;
    font-weight: bold;
}

.mdi-color-yellow {
    color: #e5e21f;
    font-size: 36px;
    position: absolute;
    left: -14px;
    padding: 5px;
    top: 104px;
    border: 1px solid white;
    background-color: white;
    border-radius: 53px;
    width: 62px;
    text-align: center;
}
.image-menu {
    margin: auto;
    display: block;
}

.card-img-top {
    object-fit: cover;
    max-height: 140px;
}

div.space {
    height: 20px;
}

.menu-title-section {
    margin: 30px 0px 30px 0px;
}

.section-title {
    color: #595d0c;
    font-size: 62px;
    line-height: 120%;
    font-weight: bold;
    font-family: Bubblegum Sans;
}

.menu-title {
    color: #595d0c;
    font-size: 52px;
    line-height: 120%;
    font-weight: bold;
    font-family: Bubblegum Sans;
}

.menu-price {
    font-size: 22px;
    font-weight: 600;
    color: #383a11;
    font-family: Bubblegum Sans;
}

.menu-divider {
    margin: 10px 0px 10px 0px;
}

.menu-divider-line {
    border-top-width: 1px;
    border-top-style: dashed;
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
}

.nav-user:hover {
    color: #c10016;
}

/* List animation VueJS */
.list-enter-active,
.list-leave-active,
.list-move {
    transition: 500ms cubic-bezier(0.59, 0.12, 0.34, 0.95);
    transition-property: opacity, transform;
}

.list-enter {
    opacity: 0;
    transform: translateX(50px) scaleY(0.5);
}

.list-enter-to {
    opacity: 1;
    transform: translateX(0) scaleY(1);
}

.list-leave-active {
    position: absolute;
}

.list-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
}

.fc-event {
    cursor: pointer;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: transparent !important;
}
span.fc-title {
    font-size: 11px;
}
.fc-unthemed td.fc-today {
    background-image: linear-gradient(
        to bottom right,
        #90daffb0,
        #88b0d4
    ) !important;
    border-radius: 10px;
}

.loading-image-div {
    display: block;
    position: fixed;
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
.loading-image {
    display: block;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    text-align: left;
}

.pointer {
    cursor: pointer;
}
/* List animation VueJS */
.list-enter-active,
.list-leave-active,
.list-move {
    transition: 500ms cubic-bezier(0.59, 0.12, 0.34, 0.95);
    transition-property: opacity, transform;
}

.list-enter {
    opacity: 0;
    transform: translateX(50px) scaleY(0.5);
}

.list-enter-to {
    opacity: 1;
    transform: translateX(0) scaleY(1);
}

.list-leave-active {
    position: absolute;
}

.list-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
}

/*
* Modal custom VueJS
*/

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 550px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h2,
.modal-header h1,
.modal-header h3,
.modal-header h4,
.modal-header h5 {
    margin-top: 0;
    color: #42b983;
}

.modal-default-button {
    float: right;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Fade in animation VueJS */
.fade-enter-active,
.fade-leave-active,
.fade-move {
    transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
    opacity: 0;
}
.fade-leave-active {
    position: absolute;
}
.fade-enter-to {
    opacity: 1;
    transform: translateX(0) scaleY(1);
}
.fade-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
}

/* Slide right - left */
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
    transition-duration: 0.5s;
    transition-property: height, opacity, transform;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    overflow: hidden;
}

.slide-left-enter,
.slide-right-leave-active {
    opacity: 0;
    transform: translate(2em, 0);
}

.slide-left-leave-active,
.slide-right-enter {
    opacity: 0;
    transform: translate(-2em, 0);
}

/* Zoom transition */
.zoom-enter-active {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: zoom;
}

.zoom-leave-active {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: zoom;
}

.zoom-leave-active {
    animation-direction: reverse;
}

@keyframes zoom {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}

body#homepage {
    background-color: #fff;
    color: #636b6f;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    background-image: url("../images/bg-index.jpg");
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
}

li.list-group-item-custom {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: #fff;
}
ul.list-group-item-custom {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 0px 2px;
    font-size: 0.76563rem;
    line-height: 15px;
    border-radius: 0.15rem;
}
.btn-modify-category {
    margin-bottom: 3px;
    margin-left: 10px;
}
ul.tree,
ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.tree ul {
    margin-left: 10px;
}
ul.tree li {
    margin: 0;
    padding: 0 7px;
    line-height: 26px;
    color: #6c757d;
    font-weight: bold;
    border-left: 1px solid #c0312f;
}
ul.tree li:last-child {
    border-left: none;
}
ul.tree li:before {
    position: relative;
    top: -0.3em;
    height: 1em;
    width: 12px;
    color: white;
    border-bottom: 1px solid #c0312f;
    content: "";
    display: inline-block;
    left: -7px;
}
ul.tree li:last-child:before {
    border-left: 1px solid #c0312f;
}

/*
* Responsive Menu
* Design by Carles
* 2021
*/

@media (max-width: 991px) {
    .wrapper {
        padding-bottom: 100px;
    }
    #finish-button {
        bottom: 117px;
    }
}

@media (min-width: 991px) {
    #responsive-navbar-tabs {
        display: none !important;
    }
}

#responsive-navbar-tabs {
    position: fixed;
    bottom: -10px;
    width: 100%;
}

#responsive-navbar-tabs ul,
#responsive-navbar-tabs li {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 15px;
}

#responsive-navbar-tabs svg {
    width: 31px;
    height: 31px;
    margin: 0px 5px;
    transition: 0.45s ease-in-out all;
}

#responsive-navbar-tabs a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    min-width: 33vw;
    position: relative;
    text-decoration: none;
    color: #5a5a5a;
}

#responsive-navbar-tabs a:before {
    /* position: absolute;
  content: "";
  top: 60%;
  left: 46%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #5a5a5a;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: 0.45s ease-in-out all; */
    position: absolute;
    content: "";
    bottom: 9px;
    height: 6px;
    width: 100%;
    border-radius: 20px;
    background: #5a5a5a;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: 0.45s ease-in-out all;
}

#responsive-navbar-tabs nav {
    background: #232323;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
}

#responsive-navbar-tabs span {
    transition: 0.45s ease-in-out all;
    position: absolute;
    top: 11px;
}

#responsive-navbar-tabs .text-container,
#responsive-navbar-tabs .svg-container {
    display: flex;
    justify-content: center;
    -webkit-mask-image: url("https://kasperdebruyne.be/img/mask2.svg");
    -webkit-mask-composite: source-out;
    -webkit-mask-position: 0px -14px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100px 40px;
    position: relative;
    /* width: 25vw; */
    width: 90px;
    height: 40px;
    transition: 0.45s ease-in-out all;
}

#responsive-navbar-tabs .text-container {
    transition-delay: 0.1s;
}

#responsive-navbar-tabs .svg-container {
    -webkit-mask-size: 100px 60px;
    -webkit-mask-position: 0px 0px;
    transform: translateZ(0); /* Firefox  */
}

#responsive-navbar-tabs a:hover .svg-container,
#responsive-navbar-tabs a.active .svg-container {
    transform: translateY(-24px);
    -webkit-mask-position: 0px -40px;
}

#responsive-navbar-tabs a:hover:before,
#responsive-navbar-tabs a.active:before {
    transform: scale(1);
    transition-delay: 0.15s;
}
#responsive-navbar-tabs a:hover span,
#responsive-navbar-tabs a.active span {
    transform: translateY(-10px);
}
#responsive-navbar-tabs a:hover .text-container,
#responsive-navbar-tabs a.active .text-container {
    transform: translateY(-34px);
    -webkit-mask-position: 0px 0px;
}

#app .v-application .primary {
    background-color: #c0312f !important;
    border-color: #c0312f !important;
}

#app .theme--dark.v-card {
    background-color: #3b3e47;
}

#app .theme--light.v-application {
    background: transparent !important;
    color: inherit !important;
}

/* .v-card--link.theme--dark.v-item--active {
    background-color: #c0312f!important;
} */

.row.align-center.justify-center {
    align-items: center !important;
}

.theme--dark.v-btn.v-btn--has-bg.red {
    background-color: #c0312f;
}

button#go-back {
    color: #c0312f;
    margin-top: -5px;
    margin-right: 2px;
    margin-left: 6px;
}

.input-group .input-group-text {
    cursor: pointer;
}

header.v-sheet.theme--dark.v-toolbar.primary {
    max-height: 64px;
}

span.card-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
}

ul#side-menu {
    padding-left: 0px;
}

.v-text-field.custom-input input {
    min-height: 48px;
}

.custom-input {
    width: 238px;
    font-size: 3.75rem !important;
    line-height: 3.75rem;
    letter-spacing: -0.0083333333em !important;
}

@media (max-width: 992px) {
    .custom-input {
        width: 100% !important;
        font-size: 16px !important;
    }
    .v-text-field.custom-input input {
        min-height: 32px !important;
    }
}

.headers-text-value {
    font-size: 16px;
}

.headers-text {
    font-size: 17px;
}
