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

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

.delivery-box {
    background-image: url("../images/delivery.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.reserve-box {
    background-image: url("../images/reserve.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.col-xs-4 {
    width: 33.33% !important;
}

.icons-input {
    position: absolute;
    z-index: 9;
    right: 40px;
}

/* 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;
    }
}

.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;
}

/* 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;
}

/* Dropzone custom styles */

.dropzone-custom-content {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.vue-dropzone {
    height: 200px;
}

.dropzone-custom-title {
    margin-top: 0;
    color: #00b782;
}

.subtitle {
    color: #314b5f;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent !important;
}

.show-bills {
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*
* 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;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 160px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Títulos de documentos */
.text-inline {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px !important;
}

/* Chat */
.container-inner {
    height: 390px;
    position: relative;
}
.chat_Track {
    position: relative;
}
.chat_Scroller {
    height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    transform: translate3d(0, 0, 0);
    width: 100%;
}
.chat_Scroller::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.toolbar {
    display: grid;
    padding: 16px 0;
}
.chat_Item {
    left: 0;
    right: 0;
}
.Message_Wrapper {
    max-width: 80%;
}
.Message {
    padding: 16px 0;
    width: 100%;
}
.Message_Bubble {
    font-size: 16px;
    line-height: 1.75em;
    padding: 16px;
    background: rgb(235, 235, 235);
    border-radius: 12px;
}
.Message_Wrapper--isAuthor {
    margin-left: auto;
}
.Message_Bubble--isAuthor {
    background: #0bb3af;
    color: #fff;
    font-weight: 500;
}
.Author {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}
.Avatar--isRound {
    border-radius: 50%;
}
.Avatar_Image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.Author_Name {
    font-weight: 600;
    line-height: 1;
    margin-left: 8px;
}
.Text {
    font-size: 14px;
    line-height: 1.7;
}

/* 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,
.zoom-leave-active {
    animation-duration: 0.5s;
    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;
    }
}

.close_list {
    font-size: 1.5rem;
    font-weight: 700;
    right: 10px;
    top: 13px;
    position: absolute;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.divider {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(
        to right,
        #00000014,
        rgb(48, 49, 51),
        #00000014
    );
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(48, 49, 51);
    border-right: 1px solid rgb(48, 49, 51);
}
