.accordion-item {
  padding: 5px;
}

.accordion-item i {
  color: #495057;
}

.accordion-item.custom-dark * {
  color: #fff;
  box-shadow: none;
  background-color: #0000;
  border: none;
}

.accordion-button.custom-dark {
  color: #fff;
  background-color: #0000;
}

.accordion-button.custom-dark:not(.collapsed) {
  background: #f99d1b30 !important;
}

.accordion-item.custom-dark {
  color: #fff;
  background-color: #0000;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: #2cffdd40 !important;
  border-radius: 50px !important;
}

.accordion-item.custom-dark .accordion-body {
  font-size: 13px;
  transform: translateX(20px);
  border-left: 1px solid #fff !important;
}

.accordion-button:after {
  filter: invert();
}

.admin-bar {
  z-index: 9999;
  background-color: #f0f8ff;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 0;
}

.admin-bar-title {
  font-weight: bold;
}

.admin-bar-publisher {
  font-style: italic;
}

.admin {
  background-color: #f2f2f2;
}

.sidebar {
  background: #6c757d;
  flex-direction: column;
  width: 100%;
  max-width: 222px;
  height: 100vh;
  display: flex;
  position: fixed;
  padding-top: 60px !important;
}

.navbar-brand img {
  max-width: 150px !important;
}

.custom-divider {
  border-top: 1px solid #fff;
  margin: .5rem 0;
}

.admin .admin-board {
  display: block;
}

.admin-tr td {
  background: #07ff7833;
}

html, body {
  height: 100%;
  margin: 0;
}

#contenuto {
  margin-left: 240px;
  padding-top: 65px !important;
}

.offcanvas-body {
  flex: 1;
}

#app {
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  display: flex;
}

main {
  flex: 1;
}

footer {
  color: #fff;
  text-align: center;
  background: #000;
  padding: 10px 0;
}

.form-control {
  font-family: inherit !important;
}

.page-title {
  white-space: nowrap;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 75px;
  overflow: hidden;
  color: #6c757d !important;
}

.homelogin h1.page-title {
  display: none;
}

.homelogin #contenuto {
  margin-left: auto;
}

.table-success {
  --bs-table-bg: #f0fde1 !important;
}

.responses {
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  display: flex;
}

.message-container {
  color: #fff;
  border-radius: 10px;
  max-width: 70%;
  padding: 10px;
}

.admin-message {
  background-color: #007bff;
  align-self: flex-start;
}

.user-message {
  color: #fff;
  background-color: #28a745;
  align-self: flex-end;
}

.message-content {
  background-color: #fff3;
  border-radius: 8px;
  padding: 10px;
}

.btn-orange {
  color: #fff;
  background-color: #f80;
  border-color: #f80;
}

.modal {
  z-index: 100000;
}

.ticket-badge {
  color: #fff;
  text-align: center;
  background-color: #dc3545;
  border-radius: 50%;
  min-width: 20px;
  padding: 2px 6px;
  font-size: 12px;
  position: absolute;
  right: 10px;
}

.accordion-button.has-notifications:after {
  content: "";
  background-color: #dc3545;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 40px;
}

.icon-shape {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

#refreshOrders {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}
/*# sourceMappingURL=init.css.map */
