@charset "UTF-8";
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}
div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}
div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-collection.fixed {
  max-width: none;
}
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
/* Width of register form */
.register-form {
  max-width: 600px !important;
}

/* Override logo width on sidebar menu elements */
.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 200px;
}

/* Override margin-top on sidebar menu elements */
.main-menu .main-menu-content {
  margin: 30px 0;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #7367f0;
}

.custom-option-item-check {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.custom-options-checkable .custom-option-item {
  background-color: rgba(130, 134, 139, 0.06);
  border: 1px solid #ebe9f1;
  border-radius: 0.42rem;
  color: #82868b;
  cursor: pointer;
  width: 100%;
}

.custom-option-item-check:checked + .custom-option-item {
  background-color: rgba(115, 103, 240, 0.12);
  border-color: #7367f0;
  color: #7367f0;
}

.custom-option-item-check:checked + .custom-option-item {
  background-color: rgba(115, 103, 240, 0.12);
  border-color: #7367f0;
  color: #7367f0;
}

.table-actions {
  min-width: 11rem;
  text-align: center;
}

ul {
  list-style: none;
}

.image-gallery {
  margin: 10px auto;
}

.image-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border: 4px solid #ededed;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

ul.thumbnails {
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.thumbnails li {
  margin: 0 10px;
}

ul.thumbnails li a img {
  border: 4px solid #ededed;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  max-width: 120px;
}

.locations-table td,
.istat-codes-table td,
.rooms-table td {
  padding: 0;
  padding-bottom: 2px;
}
.locations-table td input,
.istat-codes-table td input,
.rooms-table td input {
  padding: 0.72rem 0.5rem;
  border: 0;
}
.locations-table td.dashedInput .select2-container--default .select2-selection--single,
.istat-codes-table td.dashedInput .select2-container--default .select2-selection--single,
.rooms-table td.dashedInput .select2-container--default .select2-selection--single {
  border: 0;
}
.locations-table td.dashedInput .select2-container--default .select2-selection--single,
.locations-table td.dashedInput input,
.istat-codes-table td.dashedInput .select2-container--default .select2-selection--single,
.istat-codes-table td.dashedInput input,
.rooms-table td.dashedInput .select2-container--default .select2-selection--single,
.rooms-table td.dashedInput input {
  border-bottom: 1px dashed #999;
  border-radius: 0;
}
.locations-table td.dashedInput .input-group:not(.bootstrap-touchspin):focus-within,
.locations-table td.dashedInput .select2-container--classic .select2-selection--single:focus,
.locations-table td.dashedInput .select2-container--default .select2-selection--single:focus,
.locations-table td.dashedInput .select2-container--classic.select2-container--open,
.locations-table td.dashedInput .select2-container--default.select2-container--open,
.istat-codes-table td.dashedInput .input-group:not(.bootstrap-touchspin):focus-within,
.istat-codes-table td.dashedInput .select2-container--classic .select2-selection--single:focus,
.istat-codes-table td.dashedInput .select2-container--default .select2-selection--single:focus,
.istat-codes-table td.dashedInput .select2-container--classic.select2-container--open,
.istat-codes-table td.dashedInput .select2-container--default.select2-container--open,
.rooms-table td.dashedInput .input-group:not(.bootstrap-touchspin):focus-within,
.rooms-table td.dashedInput .select2-container--classic .select2-selection--single:focus,
.rooms-table td.dashedInput .select2-container--default .select2-selection--single:focus,
.rooms-table td.dashedInput .select2-container--classic.select2-container--open,
.rooms-table td.dashedInput .select2-container--default.select2-container--open {
  box-shadow: none !important;
}
.locations-table td button,
.istat-codes-table td button,
.rooms-table td button {
  padding: 10px;
  margin-left: 10px;
}
.locations-table td button i,
.istat-codes-table td button i,
.rooms-table td button i {
  min-width: 14px;
  min-height: 14px;
}
.locations-table td .input-group,
.istat-codes-table td .input-group,
.rooms-table td .input-group {
  padding-right: 0.72rem;
}
.locations-table td .input-group.with-select-2,
.istat-codes-table td .input-group.with-select-2,
.rooms-table td .input-group.with-select-2 {
  padding-left: 0.72rem;
}
.locations-table td .input-group-text,
.istat-codes-table td .input-group-text,
.rooms-table td .input-group-text {
  border: 0;
}
.locations-table td .text-right,
.istat-codes-table td .text-right,
.rooms-table td .text-right {
  text-align: right !important;
}
.locations-table td.addRow,
.istat-codes-table td.addRow,
.rooms-table td.addRow {
  text-align: center;
  padding: 0.75rem 0.5rem;
}
.locations-table td.addRow i,
.istat-codes-table td.addRow i,
.rooms-table td.addRow i {
  margin: 0.25rem;
}
.locations-table td.addRow:hover,
.istat-codes-table td.addRow:hover,
.rooms-table td.addRow:hover {
  background-color: #7367f0 !important;
  color: white;
  cursor: pointer;
}

.rooms-table.readOnly td {
  padding: 0.72rem 2rem;
}

.locations-table td,
.locations-table th {
  padding: 0.72rem;
}
.locations-table td.dashedInput,
.locations-table th.dashedInput {
  padding: 0.72rem 0;
}

.locations-table td button {
  margin-bottom: 4px;
}

.hide-with-placeholder {
  visibility: hidden;
}

#capacityIndicator {
  margin-left: 4px;
}

.input-group input[name=guestNum] {
  text-align: right !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

.avatar {
  cursor: default;
}

.bs-stepper .bs-stepper-header .step-disabled.step .step-trigger .bs-stepper-box {
  color: #dfdfdf;
  background-color: rgba(186, 191, 199, 0.05);
}

.bs-stepper .bs-stepper-header .step-disabled.step .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #d1d1d1;
}

.bs-stepper .bs-stepper-header .step-disabled.step .step-trigger .bs-stepper-label .bs-stepper-subtitle {
  color: #d1d1d1;
}

.card .card {
  border: solid 1px #ebe9f1;
}

/*.card--variant-elevated, .card--variant-flat {
    background: rgb(255, 255, 255);
    color: rgba(51,48,60,0.68);
}*/
.locale-hidden {
  display: none;
}

.locale-visible {
  display: inline;
}

.mt-0\.5 {
  margin-top: 0.5rem !important;
}

.ml-0\.5 {
  margin-left: 0.5rem !important;
}

.mr-0\.5 {
  margin-right: 0.5rem !important;
}

.mb-0\.5 {
  margin-bottom: 0.5rem !important;
}

.my-0\.5 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.mx-0\.5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.m-0\.5 {
  margin: 0.5rem !important;
}

.pt-0\.5 {
  padding-top: 0.5rem !important;
}

.pl-0\.5 {
  padding-left: 0.5rem !important;
}

.pr-0\.5 {
  padding-right: 0.5rem !important;
}

.pb-0\.5 {
  padding-bottom: 0.5rem !important;
}

.px-0\.5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-0\.5 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.p-0\.5 {
  padding: 0.5rem !important;
}

.card-developer-meetup .meetup-header {
  margin-bottom: 0;
}

.language-share-select,
.language-share-agreement-select {
  background: none;
  border: none;
  border-bottom: 1px solid #7367f0;
  color: #7367f0;
}

.text-light-primary {
  color: #9d94f4;
}

.share-check-in-instructions-text.btn-whatsapp {
  background: #25d366;
  color: white;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.bg-gray {
  background: lightgrey;
}

#toast-container > .toast-success {
  background-image: none !important;
}

#toast-container > div {
  opacity: 0.9;
}

.toast-container .toast {
  background-image: none !important;
}
.toast-container .toast .toast-title,
.toast-container .toast .toast-message {
  color: white;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.format-switch {
  height: 2.714rem;
  padding: 0.438rem 1rem;
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .main-menu {
    opacity: 1 !important;
  }
}
.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1 !important;
}

.last-create-box-container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1025px) {
  .last-create-box-container {
    max-width: 900px;
  }
}
.edit-check-in-online-box-container {
  display: block;
}

@media (min-width: 1963px) {
  .edit-check-in-online-box-container {
    display: flex;
  }
  .edit-check-in-online-box-container > div {
    flex: 50%;
  }
}
.is-not-exemption .select2-container {
  display: none;
}

.btn-container > button {
  background: none;
  border: none;
  color: #babfc7;
}

.locks-time-row-data-card-container > div.active {
  display: block;
}

.locks-time-row-selection-card-container {
  display: flex;
  gap: 0.5rem;
  justify-content: space-around;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
}
.locks-time-row-selection-card-container > .locks-time-row-card {
  border-radius: 0.5rem;
  border: 2px solid #7367f0;
  width: 33.33%;
  padding: 1.5rem 1rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: rgba(115, 103, 240, 0.12) !important;
  color: #7367f0 !important;
  flex-direction: column;
  cursor: pointer;
}
.locks-time-row-selection-card-container > .locks-time-row-card > p {
  margin: 0;
}

@media (max-width: 1023px) {
  .locks-time-row-selection-card-container {
    flex-direction: column;
  }
  .locks-time-row-selection-card-container > .locks-time-row-card {
    width: 100%;
  }
  .locks-time-row-selection-card-container > .locks-time-row-card img {
    height: 60px !important;
    margin-bottom: 1rem;
  }
}
.pricing-card img {
  height: 60px;
  width: auto;
  margin: 20px 0;
}

.border-primary-2 {
  border: 2px solid #7367f0 !important;
}

.border-bottom-primary {
  border-bottom: 1px solid #7367f0 !important;
  border-bottom-width: 1px !important;
}

[x-cloak] {
  display: none !important;
}

.help-floating-button .floating-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 996;
  background: #7367f0;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: 14px 10px 12px -9px rgba(0, 0, 0, 0.2);
}
.help-floating-button .floating-button.opened {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.help-floating-button .chat {
  position: fixed;
  right: 60px;
  bottom: 10px;
  width: 40vw;
  min-height: 50vh;
  height: auto;
  z-index: 995;
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  box-shadow: 14px 10px 12px -9px rgba(0, 0, 0, 0.2);
}
.help-floating-button .chat .success-send {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .help-floating-button .chat {
    width: 60vw;
  }
}
@media (max-width: 425px) {
  .help-floating-button .chat {
    width: 70vw;
  }
}
#progress-dropdown-button .apexcharts-canvas .apexcharts-text {
  fill: #fff;
}

#progress-dropdown {
  margin-top: 11px;
  max-width: 64vw;
  min-width: 64vw;
  overflow-y: auto;
  max-height: 80vh;
}

@media (min-width: 576px) {
  #progress-dropdown {
    margin-top: 11px;
    max-width: 50vw;
    min-width: 500px;
  }
}
.custom-dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #6e6b7b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.custom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #6e6b7b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 41, 47, 0.05);
  border-radius: 0.358rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

.border-primary-2 {
  border: 2px solid #7367f0 !important;
}

.bx-0 {
  border-left: 0 !important;
  border-right: 0 !important;
}

.by-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

[x-cloak] {
  display: none !important;
}

.transition-0\.5s {
  transition: all 0.5s ease;
}

.help-element-focused {
  box-shadow: 0 0 2px -25px #000000, 0px 5px 25px 5px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

#select2-locationId-results li.select2-results__option[aria-disabled=true]:not(.loading-results):after,
#select2-room-results li.select2-results__option[aria-disabled=true]:not(.loading-results):after,
#select2-roomId-results li.select2-results__option[aria-disabled=true]:not(.loading-results):after {
  content: "Disattivata";
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
}

#select2-locationId-results li.select2-results__option[aria-disabled=true]:not(.loading-results),
#select2-room-results li.select2-results__option[aria-disabled=true]:not(.loading-results),
#select2-roomId-results li.select2-results__option[aria-disabled=true]:not(.loading-results) {
  color: #e87778;
}

li.select2-results__option {
  border-bottom: #d8d6de solid 1px;
}

.qrcode-container {
  display: flex;
}
.qrcode-container > div {
  width: 50%;
}
.qrcode-container > div > img {
  max-width: 100%;
}
[x-cloak] {
  display: none !important;
}

.drag-and-drop-area {
  min-height: 200px;
  border: 1px dashed #7367f0 !important;
  color: #7367f0;
}
.drag-and-drop-area.drag-over {
  border: 1px solid #7367f0 !important;
  background: rgba(115, 103, 240, 0.04);
}

.image-zoom-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.zoom-image {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}

.image-zoom-container:hover .zoom-image {
  transform: scale(3);
  /* Imposta il livello di zoom */
  cursor: zoom-out;
}

.dt-buttons > a, .dt-buttons > button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

button.input-group-text.bg-primary.text-white.btn.mx-0.button-in-the-middle.waves-effect.waves-float.waves-light:focus {
  border-color: #7367f0 #e9ecef;
}

.notifications-container > .row {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  background: white;
  border-radius: 0.428rem;
}
@media (min-width: 768px) {
  .notifications-container > .row {
    height: 80vh;
  }
}
.notifications-container .notification-content {
  height: 100%;
}
.notifications-container .notification-content .email-notification-content {
  height: 100%;
  overflow-y: hidden;
}
.notifications-container .notification-content .email-notification-content .head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 1rem;
}
.notifications-container .notification-content .email-notification-content .head .metadata {
  text-align: right;
}
.notifications-container .notification-content .email-notification-content .head .metadata .notification-label,
.notifications-container .notification-content .email-notification-content .head .metadata .receive-time {
  color: #a2a2a2;
}
.notifications-container .notification-content .email-notification-content .body {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 10rem;
}
.notifications-container .notification-content .no-notification-selected {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.notifications-container .no-notification {
  text-align: center;
  padding: 1.5rem;
  font-size: 1.3rem;
  color: #5e5873;
}
.notifications-container .sidebar {
  padding: 0;
  border-right: solid 1px #d6dce0;
  overflow-y: hidden;
}
.notifications-container .sidebar .list {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 14rem;
  border-top: solid 1px #d6dce0;
}
.notifications-container .sidebar .list .email-notification-item {
  padding: 1rem;
  border-bottom: solid 1px #d6dce0;
  cursor: pointer;
}
.notifications-container .sidebar .list .email-notification-item .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.notifications-container .sidebar .list .email-notification-item .head .time-since-received {
  color: #a2a2a2;
}
.notifications-container .sidebar .list .email-notification-item.selected {
  background: #edf2f6;
  border-left: solid 1px #7367f0;
}
.notifications-container .sidebar .type-selector {
  margin: 1rem 1.5rem;
}
.notifications-container .sidebar .type-selector > div {
  text-align: center;
  padding: 0.2rem 0.8rem;
  border-radius: 0 0.5rem 0.5rem 0;
  border: solid 1px #d6dce0;
}
.notifications-container .sidebar .type-selector > div.selected {
  border: solid 1px #7367f0;
  background: #7367f0;
  color: white;
}
.notifications-container .sidebar .type-selector > div:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.notifications-container .sidebar .subject-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.notifications-container .sidebar .subject-search input {
  border-radius: 0.5rem;
}
.notifications-container .sidebar .loading {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
}

.notification-badge {
  font-size: 10px;
  padding: 3px;
  position: absolute;
  bottom: -6px;
  right: -8px;
  border-radius: 100px;
  height: 16px;
  min-width: 16px;
}

.w-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .md\:w-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:rounded-0 {
    border-radius: 0 !important;
  }

  .md\:rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:align-items-center {
    align-items: center !important;
  }
}
@media (min-width: 992px) {
  .lg\:w-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .lg\:rounded-0 {
    border-radius: 0 !important;
  }

  .lg\:rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:align-items-center {
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .xl\:w-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .xl\:rounded-0 {
    border-radius: 0 !important;
  }

  .xl\:rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:align-items-center {
    align-items: center !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:w-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .xxl\:rounded-0 {
    border-radius: 0 !important;
  }

  .xxl\:rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
[x-data=notificationsData] .time-selectors .btn:disabled {
  opacity: 0.6;
}
[x-data=notificationsData] .time-selectors .btn.out-of-time:not(.active) {
  cursor: not-allowed;
  border-color: #aaa !important;
  color: #aaa !important;
}

.max-width-fit-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.progress.lastone:before {
  content: "...";
  border: dotted 3px #7367f0;
}

#toast-container > .toast-error {
  background-image: none !important;
}

.fw-bold {
  font-weight: bold;
}

.license-details-content-snippet {
  height: 0;
  overflow-y: hidden;
}
.license-details-content-snippet.open {
  height: auto;
}

.license-page .modern-selector {
  border-radius: 12px;
  padding: 24px;
  border: 2px solid #e3e6ea;
  transition: all 0.3s ease;
}
.license-page .modern-selector:hover {
  border-color: #7367f0;
  box-shadow: 0 4px 20px rgba(115, 103, 240, 0.1);
}
.license-page .modern-range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 12px;
  background: #e3e6ea;
  border-radius: 6px;
  outline: none;
  margin: 30px 0;
  width: 100%;
  cursor: pointer;
}
.license-page .modern-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  background: #7367f0;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(115, 103, 240, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 3px solid #ffffff;
}
.license-page .modern-range-input::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 5px 20px rgba(115, 103, 240, 0.6);
}
.license-page .modern-range-input::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background: #7367f0;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #ffffff;
  box-shadow: 0 3px 12px rgba(115, 103, 240, 0.4);
}
.license-page .modern-range-input::-moz-range-track {
  height: 12px;
  background: #e3e6ea;
  border-radius: 6px;
}
.license-page .selector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.license-page .selector-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5e5873;
  margin: 0;
}
.license-page .selector-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #7367f0;
}
.license-page .selector-description {
  color: #6e6b7b;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.license-page .selector-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.license-page .stat-item {
  font-size: 0.9rem;
  color: #6e6b7b;
}
.license-page .stat-value {
  font-weight: 600;
  color: #5e5873;
}
.license-page .selector-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ebe9f1;
}
.license-page .total-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #5e5873;
}
.license-page .total-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7367f0;
}
.license-page .range-progress {
  background: linear-gradient(to right, #7367f0 0%, #7367f0 var(--progress, 0%), #e3e6ea var(--progress, 0%), #e3e6ea 100%);
  position: relative;
}

.payment-license-step .modern-selector {
  background: #fff;
  border: 1px solid #e4e6ea;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.payment-license-step .modern-selector:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.payment-license-step .selector-header {
  margin-bottom: 0.75rem;
}
.payment-license-step .selector-title {
  color: #7367f0;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.payment-license-step .selector-title i {
  margin-right: 0.75rem;
}
.payment-license-step .selector-description {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.payment-license-step .payment-methods-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.payment-license-step .payment-method-card {
  transition: all 0.3s ease;
  height: 100%;
  flex: 1;
  min-width: calc(50% - 0.375rem);
  max-width: calc(50% - 0.375rem);
}
@media (max-width: 991.98px) {
  .payment-license-step .payment-method-card {
    min-width: 100%;
    max-width: 100%;
  }
}
.payment-license-step .payment-method-card.removing {
  opacity: 0;
  transform: scale(0.8);
  margin: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.payment-license-step .payment-card {
  border: 2px solid #e4e6ea;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  display: flex;
  text-decoration: none;
  color: inherit;
  position: relative;
  min-height: 65px;
  width: 100%;
}
.payment-license-step .payment-card:hover {
  border-color: #7367f0;
  box-shadow: 0 4px 12px rgba(115, 103, 240, 0.15);
  transform: translateY(-2px);
}
.payment-license-step .custom-option-item-check:checked + .payment-card {
  border-color: #7367f0;
  background: rgba(115, 103, 240, 0.05);
  box-shadow: 0 4px 12px rgba(115, 103, 240, 0.15);
}
.payment-license-step .payment-section {
  margin-bottom: 2rem;
}
.payment-license-step .payment-section h5 {
  color: #5a5a5a;
  font-weight: 600;
  font-size: 1.1rem;
}
.payment-license-step .payment-icon {
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.payment-license-step .payment-details h6 {
  color: #5a5a5a;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
}
.payment-license-step .payment-details p {
  line-height: 1.2;
  font-size: 0.85rem;
}
.payment-license-step .payment-features {
  margin-top: 0.25rem;
}
.payment-license-step .payment-features .badge {
  font-size: 0.6rem;
  padding: 0.15rem 0.35rem;
}
.payment-license-step .bg-success-light {
  background-color: rgba(40, 199, 111, 0.1) !important;
}
.payment-license-step .bg-warning-light {
  background-color: rgba(255, 159, 67, 0.1) !important;
}
.payment-license-step .btn-close-custom {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(234, 84, 85, 0.1);
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea5455;
  font-size: 0.7rem;
  transition: all 0.3s ease;
  z-index: 10;
}
.payment-license-step .btn-close-custom:hover {
  background: #ea5455;
  color: white;
  transform: scale(1.1);
}
.payment-license-step .license-page .content-header {
  margin-bottom: 1.5rem;
}
.payment-license-step .license-page .content-header h4 {
  color: #5a5a5a;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.payment-license-step .license-page .content-header p {
  font-size: 0.95rem;
  line-height: 1.5;
}
.payment-license-step .row > .d-flex {
  align-items: stretch;
}
.payment-license-step .row {
  margin-bottom: 0;
}
.payment-license-step .col-lg-6 {
  margin-bottom: 0.75rem !important;
}

.license-comparison-content {
  font-size: 0.85rem;
}
.license-comparison-content .addons-comparison {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.license-comparison-content .comparison-items:not(.addons-comparison) {
  align-items: flex-start;
}
.license-comparison-content .comparison-item {
  background: white;
  border: 1px solid #e3e6ea;
  border-radius: 6px;
  padding: 0.75rem;
}
.license-comparison-content .comparison-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.license-comparison-content .comparison-label {
  font-weight: 600;
  color: #5e5873;
}
.license-comparison-content .comparison-change {
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
}
.license-comparison-content .comparison-change.positive {
  background: rgba(40, 199, 111, 0.1);
  color: #28c76f;
}
.license-comparison-content .comparison-change.negative {
  background: rgba(234, 84, 85, 0.1);
  color: #ea5455;
}
.license-comparison-content .comparison-values {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  color: #6e6b7b;
}
.license-comparison-content .old-value, .license-comparison-content .new-value {
  font-weight: 600;
}
.license-comparison-content .new-value {
  color: #7367f0;
}
.license-comparison-content .comparison-price {
  text-align: right;
  font-weight: 600;
  color: #7367f0;
}
.license-comparison-content .addon-name {
  font-style: italic;
  color: #6e6b7b;
}
.license-comparison-content .addon-description {
  font-style: italic;
  color: #6e6b7b;
  font-size: 0.8rem;
  line-height: 1.3;
}
.license-comparison-content .comparison-details {
  margin-top: 0.5rem;
}
.license-comparison-content .addon-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
}
.license-comparison-content .addon-info-row:last-child {
  margin-bottom: 0;
}
.license-comparison-content .addon-info-label {
  font-weight: 500;
  color: #6e6b7b;
  flex-shrink: 0;
  margin-right: 1rem;
}
.license-comparison-content .addon-info-value {
  font-weight: 600;
  color: #5e5873;
  text-align: right;
}
.license-comparison-content .addon-price-value {
  color: #7367f0;
  font-weight: 700;
}
.license-comparison-content .comparison-summary {
  border-top: 1px solid #e3e6ea;
  padding-top: 0.75rem;
  background: #f8f9fa;
  margin: 0 -0.75rem -0.75rem;
  padding: 0.75rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.license-comparison-content .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}
.license-comparison-content .summary-row:last-child {
  margin-bottom: 0;
}
.license-comparison-content .summary-label {
  font-weight: 500;
  color: #5e5873;
}
.license-comparison-content .summary-value {
  font-weight: 700;
  color: #7367f0;
}
@media (max-width: 576px) {
  .license-comparison-content .comparison-items {
    gap: 0.5rem;
  }
  .license-comparison-content .comparison-item {
    padding: 0.5rem;
  }
  .license-comparison-content .comparison-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .license-comparison-content .comparison-values {
    font-size: 0.8rem;
  }
}

.license-details-content {
  background: #f8f9fa;
  padding: 1rem;
  margin: 0;
}
.license-details-content .license-detail-section {
  margin-bottom: 1rem;
}
.license-details-content .license-detail-section h6 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e3e6ea;
  padding-bottom: 0.25rem;
}
.license-details-content .addons-compact-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.license-details-content .addon-compact-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #e3e6ea;
  font-size: 0.85rem;
}
.license-details-content .addon-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.license-details-content .addon-name {
  font-weight: 500;
}
.license-details-content .addon-quantity {
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
}
.license-details-content .addon-price {
  font-weight: 600;
  color: #7367f0;
}
.license-details-content .license-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  font-size: 0.85rem;
}
.license-details-content .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  border: 1px solid #e3e6ea;
}
.license-details-content .detail-label {
  font-weight: 500;
  color: #6e6b7b;
}
.license-details-content .detail-value {
  font-weight: 600;
  color: #5e5873;
}
.license-details-content .license-comparison-compact {
  font-size: 0.85rem;
}
.license-details-content .license-details-toggle {
  transition: all 0.3s ease;
}
.license-details-content .license-details-toggle:hover {
  background-color: #f8f9fa !important;
}
.license-details-content .license-active {
  background-color: rgba(40, 199, 111, 0.1) !important;
}
.license-details-content .license-status-card {
  background: white;
  border: 1px solid #e3e6ea;
  border-radius: 6px;
  padding: 0.75rem;
}
.license-details-content .license-type-info {
  font-size: 0.85rem;
}
.license-details-content .status-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.license-details-content .license-stats {
  margin-top: 0.5rem;
}
.license-details-content .stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
}
.license-details-content .stat-row:last-child {
  margin-bottom: 0;
}
.license-details-content .stat-label {
  font-weight: 500;
  color: #6e6b7b;
}
.license-details-content .stat-value {
  font-weight: 600;
  color: #5e5873;
}
.license-details-content .progress-section .progress {
  background-color: #e9ecef;
}
.license-details-content .expiry-info {
  border-top: 1px solid #e3e6ea;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .license-details-content .license-details-grid {
    grid-template-columns: 1fr;
  }
  .license-details-content .addons-compact-grid {
    max-height: 150px;
    overflow-y: auto;
  }
}
@media (max-width: 576px) {
  .license-details-content .license-details-content {
    padding: 0.75rem;
  }
  .license-details-content .addon-compact-item,
.license-details-content .detail-item {
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
  }
}

.width-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bs-stepper .bs-stepper-header {
  row-gap: 1rem;
}

.terms-body ul {
  list-style: disc;
}
