@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body {
  font-family: "Lato";
}

.select2-container .select2-search--inline {
  display: list-item;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 0;
}

.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img {
  max-height: 3.5rem;
}

#piatti-table_filter,
#categorie-table_filter {
  display: none;
}

.badge-category-grey {
  background: #dadce0;
  color: #777777;
}

#MenuApp .navbar {
  min-height: 57px;
  border: none;
}
#MenuApp .navbar-top.border-bottom.navbar-dark {
  border-color: var(--blue) !important;
}
#MenuApp .navbar .dropdown-toggle:after {
  display: none;
}

.animated {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.alert-notify {
  display: flex !important;
  width: calc(100% - 30px);
  max-width: 600px;
  padding-right: 80px;
  color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.alert-notify .alert-icon {
  vertical-align: top;
  padding-top: 2px;
}
.alert-notify .alert-title {
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
.alert-notify .close {
  top: 1rem !important;
  right: 1.5rem !important;
  transform: translateY(0);
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.categoria-row.sortable-fallback {
  display: table;
  background: white;
}

.card-categoria {
  margin-bottom: 0;
  border-bottom: 1px solid #8998eb;
}
.card-categoria:first-child:not(:only-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-categoria:last-child:not(:only-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-categoria + .card-categoria:not(:last-child) {
  border-radius: 0;
}

.cat-collapse {
  color: white;
}

.collapse-body i {
  font-size: 18px;
}

.card-categoria-nome,
.card-categoria-nome:focus {
  background: none;
  color: white;
  border: none;
  height: auto;
  box-shadow: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  padding: 0px 0;
  font-weight: bold;
  font-size: 22px;
}

.card-prodotto {
  margin-bottom: 0;
  border-bottom: 1px solid #8998eb;
}
.card-prodotto:first-child:not(:only-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-prodotto:last-child:not(:only-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-prodotto + .card-prodotto:not(:last-child) {
  border-radius: 0;
}
.card-prodotto .prod-img-wrapper {
  width: 170px;
}
.card-prodotto .prod-img-cont {
  background: #f0f3f8;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
.card-prodotto .prod-img-cont:before {
  content: "";
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.card-prodotto .prod-img-cont:not(.has-image):after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px dashed;
}
.card-prodotto .prod-img-cont.has-image .prod-img-txt {
  display: none;
}
.card-prodotto .prod-img-cont .prod-img-txt {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  padding: 20px;
}

.product-sponsor-banner {
  height: 235px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

table.dataTable {
  margin-bottom: 1.25rem !important;
}

table tr.highlighted {
  background: #fff9c4 !important;
}

.cart-buttons .btn-icon {
  font-size: 0.65rem;
  padding: 0.1rem 0.3rem;
  border-radius: 100%;
}

#categorie-table .fa-sort, #categorie-table .td-sort {
  cursor: row-resize;
}
#categorie-table .td-sort {
  width: 60px;
}

.catgeoria-row.sortable-fallback {
  background: white;
  display: table;
}

.file-upload-cont {
  background: #f0f3f8;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
.file-upload-cont:before {
  content: "";
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.file-upload-cont:not(.has-image):after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px dashed;
}
.file-upload-cont.has-image .file-upload-txt {
  display: none;
}
.file-upload-cont .file-upload-txt {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  padding: 20px;
}

.vendor-header {
  position: relative;
}
.vendor-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f8f9fe;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.vendor-header-dsc {
  font-size: 14px;
  padding: 0 1em;
  margin-bottom: 30px;
}

.card-image-wrapper {
  position: relative;
}
.card-image-wrapper .card-profile-image {
  background-position: center;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-bottom: 39%;
}
.card-image-wrapper .card-profile-image .edit-pic {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: white;
  cursor: pointer;
  padding: 6px 13px;
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 5px;
}
.card-image-wrapper #progress-pic {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.card-image-wrapper .card-profile-avatar {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-color: white;
  height: 150px;
  width: 150px;
  bottom: -6px;
  left: 0;
  border: 6px solid white;
  border-radius: 5px;
  margin: 20px;
  margin-left: 1.5rem;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 0;
}
.card-image-wrapper .card-profile-avatar.style-2 {
  position: relative;
  margin: 0;
  bottom: 0;
}
.card-image-wrapper .card-profile-avatar:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.card-image-wrapper .card-profile-avatar .progress {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.vendor-card {
  padding-top: 20px;
}

.outline-text-white {
  color: white;
}

.nav-tabs .nav-link {
  padding: 10px 19px;
  border-radius: 0;
}
.nav-tabs .nav-link.is-active {
  background: #5e72e4;
  color: white;
}

.product-group .card-product {
  box-shadow: none;
  border-radius: 20px;
  background: white !important;
  margin: 20px 0;
}
.product-group .card-product .card-product-dsc-wrapper {
  max-height: 51px;
  overflow: hidden;
  position: relative;
}
.product-group .card-product .card-product-dsc-wrapper .card-product-dsc {
  line-height: 15px;
}
.product-group .card-product .card-product-readmore {
  font-size: 13px;
  font-weight: bold;
  color: #5d71e4;
  margin-bottom: 10px;
  top: -1px;
  display: block;
}

.card-product-image {
  height: 160px;
  width: 160px;
  background-size: cover;
  background-position: center;
}

.scroll {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scroll::-webkit-scrollbar {
  display: none;
}

#loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  background: rgba(0, 150, 136, 0.54);
  color: white;
  z-index: 1050;
}

.header {
  margin-top: 45px;
}

.navbar-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
}

.sidenav.navbar-vertical {
  z-index: 1051;
}

#nav-bottom-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

.btn-fixed-wrapper.fixed {
  position: fixed;
  top: 77px;
  left: 0;
  background: #5e72e3;
  width: 100%;
  padding-left: 14px;
  z-index: 666;
}

table tr.header-row td {
  background: #7962e4;
  color: white;
  font-weight: 900;
  padding: 5px;
}

#vendor-categories .card {
  background: #f2f5fa;
}
#vendor-categories .card-header {
  border-radius: 0;
  background: #f2f5fa;
  padding: 0.6rem 0rem;
}
#vendor-categories .card-header.fixed-header {
  position: fixed;
  width: 92vw;
  top: 65.4688px;
  z-index: 2;
}
#vendor-categories .card-header:focus {
  outline: none;
}
#vendor-categories .card-header .title {
  font-weight: 400;
  color: #777777;
}
.bottom-fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

#checkout .checkout-row {
  border-bottom: 1px solid #eaeaea;
  padding: 0.5rem 0.5rem;
}

/*# sourceMappingURL=stile.css.map */
