.em-hidden {
  display: none !important;
}

.em-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.em-icon-button {
  cursor: pointer;
}

.em-flex {
  display: flex;
  align-items: center;
}
.em-flex > *:not(:last-child) {
  margin-right: 10px;
}

.em-expand {
  width: 100%;
}

.em-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  z-index: 10;
}

.em-toast.show,
.toast.show {
  z-index: 1060;
}

.em-input[required] {
  border: 2px solid var(--bs-warning);
}

.em-fit-content {
  height: fit-content;
}

@media only screen and (max-width: 768px) {
  .em-callback-breadcrumbs,
.em-hidden-on-mobile,
.cmxs_id_field_container {
    display: none !important;
  }
}
html body .animate-pulse {
  z-index: 12;
  animation: slide-in 0.4s forwards, pulse 1s linear 0s infinite alternate !important;
}

@keyframes pulse {
  0% {
    box-shadow: rgba(56, 210, 0, 0.4) 0px 0px 0px, rgba(56, 210, 0, 0.4) 0px 0px 0px 0px;
  }
  100% {
    box-shadow: rgba(56, 210, 0, 0.4) 0px 1px 4px, rgba(56, 210, 0, 0.4) 0px 0px 0px 20px;
  }
}
.em-autocomplete {
  position: relative;
}
.em-autocomplete__group:focus-within ~ .em-autocomplete__results--visible, .em-autocomplete__results--visible:hover {
  display: flex;
  flex-direction: column;
}
.em-autocomplete__results {
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  width: 100%;
  z-index: 2000;
  background-color: var(--bs-white);
  max-height: 50vh;
  overflow: auto;
  border-radius: 0 0;
}
.em-autocomplete__option {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.em-autocomplete__option:hover, .em-autocomplete__option--selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.em-cardSelection {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
  width: 300px;
  margin: 30px;
  transition: all 0.4s;
  cursor: pointer;
}
.em-cardSelection__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.em-cardSelection__icon {
  display: flex;
  width: 50%;
  color: var(--bs-primary);
  justify-content: center;
  font-size: 150px;
  line-height: 0;
}
.em-cardSelection--selected {
  background-color: #f3f3f3;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  cursor: default;
}
.em-cardSelection__button {
  width: 100%;
  margin-top: 50px !important;
}

.em-cartiglio {
  margin: 15px 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.em-customFields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px 12px;
}
.em-customFields__title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}
.em-customFields__item {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  height: fit-content;
}
.em-customFields__item--new .em-customFields__actions--delete {
  display: none;
}
.em-customFields__item--input {
  max-width: 377px;
}
.em-customFields__actions {
  display: flex;
  height: 35px;
  position: relative;
}
.em-customFields__actions__item {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 35px;
  color: white;
}
.em-customFields__actions__item:focus {
  outline: none;
}
.em-customFields__actions > *:not(:last-child) {
  margin-right: 20px;
}
.em-customFields__options {
  display: none;
}
.em-customFields__list-options {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.em-customFields__list-options--item {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.em-customFields__info {
  line-height: 1.4;
  font-size: 12px;
}

.em-domini__cant-delete .em-domini__del-btn {
  display: none;
}
.em-domini__disponibili, .em-domini__active {
  position: relative;
  display: flex;
  flex-direction: column;
}
.em-domini__btn-text {
  max-width: 60%;
}
.em-domini__active {
  margin-bottom: 1rem;
}
.em-domini__domain-btn, .em-domini__domain-btn.btn {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  margin-top: 5px;
}
.em-domini__actions {
  position: absolute;
  right: 1rem;
  display: flex;
}
.em-domini__actions > *:not(:last-child) {
  margin-right: 5px;
}
.em-domini__change-ownership {
  display: block;
}
.em-domini__people__list {
  display: flex;
  flex-wrap: wrap;
}
.em-domini__person {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-body);
  font-size: 23px;
  cursor: pointer;
}
.em-domini__person:hover {
  z-index: 1;
}
.em-domini__person:not(:first-child) {
  margin-left: -10px;
}
.em-domini__edit-person {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.em-domini__edit-person__details {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.em-domini__edit-person__details__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.em-domini__edit-person__permissions {
  margin-bottom: 30px;
}
.em-domini__edit-person__actions {
  display: flex;
  justify-content: end;
}
.em-domini__edit-person__drawer {
  height: 70vh !important;
}

.em-footer {
  margin-top: 70px;
  padding-bottom: 80px;
}
.em-footer__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .em-footer__container {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.em-footer__item--info {
  text-align: left;
}
.em-footer__item--logo {
  text-align: right;
}

.em-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.em-header__icon {
  margin-right: 10px;
  font-size: 32px;
  width: 50px;
}
.em-header__title {
  margin-bottom: 0;
  font-size: large;
}
.em-header__subtitle {
  margin-bottom: 0;
  font-size: small;
}

.em-callback-main > .em-callback-breadcrumbs > ul {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .em-main-title {
    display: none;
  }
}
.fb {
  display: none;
}
.fb__save-item {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  z-index: 20;
}
.fb.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  animation: slide-in 0.5s;
  background-color: var(--bs-body);
  display: flex;
}
.fb.active.slide-out {
  animation: slide-out 0.5s;
}
.fb__close-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 25px;
}
.fb__sidebar {
  width: 25%;
  min-width: 300px;
  box-shadow: 2px 0px 9px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}
.fb__sidebar__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fb__sidebar__items__item {
  position: relative;
  padding: 12px 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  cursor: move;
  background-color: var(--bs-body);
}
.fb__sidebar__items__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fb__sidebar__items__item:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.fb__sidebar__items__item i {
  font-size: 30px;
  margin-right: 20px;
}
.fb__builder {
  padding: 50px;
  width: 100%;
  overflow: auto;
}
.fb__builder__drop-area {
  position: relative;
}
.dragging .fb__builder__drop-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
}
.fb__builder__drop-area.over {
  height: 30px;
  font-size: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-body);
  border: 3px dashed var(--bs-body);
}
.fb__builder__drop-area.over::before {
  height: 70px;
}
.fb__builder__drop-area--first {
  height: 40px;
  font-size: 30px;
  background-color: var(--bs-body);
  color: inherit;
  border: 3px dashed var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb__builder__drop-area--first.over {
  height: 40px;
  font-size: 30px;
  background-color: var(--bs-primary);
  color: var(--bs-body);
  border: 3px dashed var(--bs-body);
}
.fb__builder__drop-area--first::before {
  content: none;
}
.fb__form-item {
  position: relative;
  cursor: move;
}
.fb__form-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.dragging .fb__form-item::before {
  content: none;
}
.fb__form-item:hover > .fb__form-item__actions {
  display: flex;
}
.fb__form-item__actions {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  z-index: 25;
}
.fb__form-item__actions--left {
  right: unset;
  left: 0;
}
.fb__form-item__actions .fb__form-item__actions__btn {
  border-radius: 5px;
  border: 0;
}
.fb__form-item__actions .fb__form-item__actions__btn:not(:last-child) {
  margin-right: 5px;
}
.fb__group {
  padding: 15px;
  border: 1px solid var(--bs-primary);
  border-radius: 5px;
}
.fb__actions {
  z-index: 30 !important;
}
.fb__copy-modal pre {
  max-height: 80vh;
  overflow: auto;
  position: relative;
}
.fb__copy-modal__copy-btn {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
}

@keyframes slide-in {
  0% {
    left: 100vw;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: 100vw;
  }
}
.em-fab {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.em-fab:hover > .em-fab__item__tooltip {
  transform: translateX(-50%) scale(1);
}
.em-fab__text {
  display: none;
}
.em-fab__icon {
  width: 5px;
  height: 5px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.em-fab__icon::after, .em-fab__icon::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  width: 5px;
  height: 5px;
  left: 0;
  transition: all 0.3s;
  transform-origin: left;
}
.em-fab__icon::before {
  top: -0.5rem;
}
.em-fab__icon::after {
  top: 0.5rem;
}
.em-fab__actions {
  transform: scale(0);
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 1.3, 1, 1.08);
  display: flex;
  flex-direction: row-reverse;
  position: fixed;
  bottom: 30px;
  z-index: 10;
}
.em-fab__actions--center {
  left: 50%;
  transform: scale(0) translateX(-50%);
  transform-origin: left;
}
.em-fab__actions--right {
  right: 6rem;
}
.em-fab__actions--right.em-fab__actions--no-toggler {
  right: 30px;
}
.em-fab__actions--left {
  left: 6rem;
}
.em-fab__actions--left.em-fab__actions--no-toggler {
  left: 30px;
}
.em-fab__toggler:checked ~ .em-fab__actions {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.em-fab__toggler:checked ~ .em-fab__actions--center {
  transform: scale(1) translateX(-50%);
}
.em-fab__toggler:checked ~ .em-fab > .em-fab__icon {
  background-color: transparent;
}
.em-fab__toggler:checked ~ .em-fab > .em-fab__icon::before, .em-fab__toggler:checked ~ .em-fab > .em-fab__icon::after {
  top: 0;
  width: 1.5rem;
  height: 2px;
  border-radius: 3px;
  left: 50%;
}
.em-fab__toggler:checked ~ .em-fab > .em-fab__icon::after {
  transform: rotate(-135deg) translateX(-50%);
}
.em-fab__toggler:checked ~ .em-fab > .em-fab__icon::before {
  transform: rotate(135deg) translateX(-50%);
}
.em-fab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50% !important;
  height: 3rem;
  width: 3rem;
  z-index: 10;
  border: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s cubic-bezier(0, 1.3, 1, 1.08);
  transform: scale(1);
  position: relative;
}
.em-fab__item:hover {
  color: #fff;
}
.em-fab__actions--right .em-fab__item {
  left: 50vw;
  animation: slide-in 0.4s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 1200px) {
  .em-fab__actions--expanded .em-fab__item {
    width: 100%;
    padding: 20px;
    display: flex;
    border-radius: 25px !important;
    align-items: center;
  }
  .em-fab__actions--expanded .em-fab__item__text {
    display: block;
  }
}
.em-fab__item:nth-of-type(1) {
  animation-delay: 0.15s;
}
.em-fab__item:nth-of-type(2) {
  animation-delay: 0.3s;
}
.em-fab__item:nth-of-type(3) {
  animation-delay: 0.45s;
}
.em-fab__item:nth-of-type(4) {
  animation-delay: 0.6s;
}
.em-fab__item:nth-of-type(5) {
  animation-delay: 0.75s;
}
.em-fab__item:nth-of-type(6) {
  animation-delay: 0.9s;
}
.em-fab__item:nth-of-type(7) {
  animation-delay: 1.05s;
}
.em-fab__item:nth-of-type(8) {
  animation-delay: 1.2s;
}
.em-fab__item:nth-of-type(9) {
  animation-delay: 1.35s;
}
.em-fab__item:nth-of-type(10) {
  animation-delay: 1.5s;
}
.em-fab__item:hover .em-fab__item__tooltip {
  transform: translateX(-50%) scale(1);
}
.em-fab__item__tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  background-color: black;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  opacity: 0.8;
  transition: transform 0.1s;
}
.em-fab__item__tooltip::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
  clear: both;
}
.em-fab__item__text {
  display: none;
  margin-left: 10px;
  white-space: nowrap;
}
.em-fab__item.hidden {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0, 1.3, 1, 1.08);
}
.em-fab__item:disabled {
  opacity: 0.8;
}
.em-fab__item--save {
  color: #fff;
}
.em-fab__item--close {
  color: #fff;
}
.em-fab__item:not(:first-child) {
  margin-right: 20px;
}
.em-fab__item:focus {
  outline: none;
}
.em-fab__toggler {
  display: none;
}
@media only screen and (max-width: 768px) {
  .em-fab__actions--expanded {
    right: unset !important;
    left: 0;
    opacity: 0.4;
    bottom: -30px;
    width: 100vw;
    display: flex;
    transition: bottom 0.8s;
    animation: slide-up 0.4s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .em-fab__actions--expanded.scrolling {
    animation: slide-down 0.4s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  body .em-fab__actions--expanded .em-fab__item {
    flex: 1;
    display: flex;
    left: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0 !important;
    padding: 10px 20px;
    animation: none;
    animation-delay: 0s;
    flex-direction: column;
    background-color: var(--bs-primary) !important;
    color: var(--bs-text-on-primary-bg) !important;
  }
  body .em-fab__actions--expanded .em-fab__item__text {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    margin-left: 0;
  }
  .em-fab__actions--expanded .em-fab__item:hover .em-fab__item__tooltip {
    transform: translateX(-50%) scale(0);
  }
}

@keyframes slide-in {
  0% {
    left: 50vw;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-up {
  0% {
    bottom: -30px;
    opacity: 0.4;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: -30px;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 767px) {
  .em-grid__actions__dropdown {
    width: 100%;
  }
  .em-grid__actions ul {
    inset: 0px auto auto 0px !important;
    transform: translate3d(0px, 33px, 0px) !important;
  }
}

.em-grid-pager-container {
  display: flex;
  margin-bottom: 20px;
}
.em-grid-pager-container > span {
  display: flex;
  width: 30%;
}
.em-grid-pager-container .em-grid-records {
  justify-content: end;
}
.em-grid-pager-container > .em-pager-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.em-grid-pager-container .em-grid-page-size-buttons {
  display: flex;
}

.em-grid-checkbox-row {
  width: 100px;
}

.draggable-icon {
  width: 30px;
}

.em-filters-visible {
  display: table-row !important;
}

.sticky-container .filter-button {
  display: none;
}

.cmxs-grid__clickable-row {
  cursor: pointer;
}
.cmxs-grid__clickable-row:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.em-td-content__title {
  display: none;
}
.em-td-content__value {
  width: 100%;
}

.table-striped > tbody > .cmxs-grid__clickable-row:hover {
  --bs-table-accent-bg: none;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .em-grid-show-filters {
    display: none;
  }

  .em-td-content {
    display: flex;
  }
  .em-td-content__title {
    color: rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 500;
    text-align: right;
    width: 40%;
    display: block;
    margin-right: 25px;
  }
  .em-td-content__value {
    width: 60%;
  }

  .table-cardlike {
    /* tr::after {
        color: rgba(0, 0, 0, 0.35);
        text-transform: uppercase;
        font-size: 0.85em;
        content: attr(data-row);
        display: flex;
        justify-content: center;
        font-weight: 500;
        bottom: 30px;
        text-align: center;
        position: absolute;
        width: 95%;
      } */
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  .table-cardlike tr:last-child .em-grid__actions ul {
    inset: auto auto 0px 0px !important;
    transform: translate3d(0px, -33px, 0px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike__container {
    position: relative;
  }
  .table-cardlike__container .sticky-container {
    position: absolute;
    top: -20px;
    right: -35px;
    height: 100%;
  }
  .table-cardlike__container .sticky-container .filter-button {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: sticky;
    padding: 0;
    top: 0;
    z-index: 9;
    opacity: 1;
    border: 0;
  }
  .table-cardlike__container .sticky-container .filter-button.active {
    animation: scaling 0.5s linear 0s infinite alternate;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
    color: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike.table-responsive {
    overflow-x: hidden;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike .draggable-icon {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike .em-filters-visible {
    display: none !important;
    flex-direction: column;
    border: 0 !important;
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike .em-grid-row {
    border: 1px solid #e3e2e2;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike .em-grid-column-filters {
    padding-top: 30px;
  }
  .table-cardlike .em-grid-column-filters td {
    display: none;
  }
  .table-cardlike .em-grid-column-filters::before {
    content: "FILTRI DI RICERCA";
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    width: 96%;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--bs-primary);
    color: white;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike .em-grid-checkbox-row {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike__table {
    table-layout: fixed;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
    box-shadow: none !important;
  }
  .table-cardlike__table thead {
    display: none !important;
  }
  .table-cardlike__table thead th {
    text-transform: uppercase;
    font-size: 0.85em;
    color: rgba(0, 0, 0, 0.35);
    letter-spacing: 0.5pt;
  }
  .table-cardlike__table tbody tr {
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    margin: 0 0 25px 0;
    position: relative;
    /* td:first-child {
           padding-bottom: 60px; //this
         } */
  }
  .table-cardlike__table tbody td {
    border: 0;
    display: block;
    position: relative;
    padding: 7px 1rem;
    width: 100% !important;
    /* &::before {
           color: rgba(0, 0, 0, 0.35);
           text-transform: uppercase;
           font-size: 0.85em;
           content: attr(data-title);
           display: table-cell;
           font-weight: 500;
           top: 15px;
           text-align: left;
           margin: auto;
           position: absolute;
           vertical-align: middle;
           white-space: nowrap;
           width: 40%;
         } */
  }
  .table-cardlike__table tbody td:first-of-type::after {
    visibility: hidden;
  }
  .table-cardlike__table tbody td::after {
    content: "";
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .table-cardlike .em-grid-cell--hom {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .em-grid-pager-container {
    flex-wrap: wrap;
  }
  .em-grid-pager-container > span {
    width: 100%;
  }
  .em-grid-pager-container .em-grid-records {
    justify-content: start;
  }

  .grid_upper_box {
    display: none !important;
  }

  .grid_upper_box .em-grid-page-size,
.grid_upper_box .em-grid-records {
    display: none !important;
  }
}
@keyframes scaling {
  0% {
    box-shadow: rgba(56, 210, 0, 0.4) 0px 0px 0px, rgba(56, 210, 0, 0.4) 0px 0px 0px 0px;
  }
  100% {
    box-shadow: rgba(56, 210, 0, 0.4) 0px 1px 4px, rgba(56, 210, 0, 0.4) 0px 0px 0px 15px;
  }
}
.image-editing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  display: flex;
  background-color: var(--bs-body);
}
.image-editing__layers {
  position: relative;
}
.image-editing__layers__layer {
  border: 1px solid grey;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image-editing__close-btn {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 25px;
  z-index: 3;
}
.image-editing__save-btn {
  position: fixed;
  top: 0;
  right: 48px;
  font-size: 25px;
  z-index: 3;
}
.image-editing__editor {
  width: 100%;
  height: 100%;
  color: #000000;
}
.image-editing__canvas__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.image-editing__draw__colors {
  position: absolute;
  right: 0;
  top: 45px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.image-editing__draw__colors.side {
  right: 20px;
  top: 50%;
  width: unset;
  flex-direction: column;
  transform: translateY(-50%);
}
.image-editing__draw__colors.side .image-editing__undo {
  margin-right: 0;
  margin-bottom: 15px;
}
.image-editing__draw__colors.side .image-editing__draw__color__box:not(:last-child) {
  margin-right: unset;
  margin-bottom: 5px;
}
.image-editing__draw__size {
  position: absolute;
  left: 50%;
  bottom: calc(30px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  width: 70vw;
}
.image-editing__draw__size__preview {
  width: calc(30px * (4 / 15));
  height: calc(30px * (4 / 15));
  background-color: black;
  margin-left: 15px;
  border-radius: 50%;
}
.image-editing__draw__color {
  border-radius: 50%;
  border: 2px solid white;
  width: 30px;
  height: 30px;
}
.image-editing__draw__color__box {
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.image-editing__draw__color__box:not(:last-child) {
  margin-right: 5px;
}
.image-editing__draw__color--selected, .image-editing__draw__color:hover {
  border: 2px solid #000;
}
.image-editing__draw__color--black {
  background-color: #000;
}
.image-editing__draw__color--white {
  background-color: #fff;
}
.image-editing__draw__color--blue {
  background-color: #1640e8;
}
.image-editing__draw__color--lightblue {
  background-color: #00fff2;
}
.image-editing__draw__color--green {
  background-color: #2fe816;
}
.image-editing__draw__color--yellow {
  background-color: #e8e516;
}
.image-editing__draw__color--red {
  background-color: #e81d16;
}
.image-editing__undo {
  font-size: 30px;
  margin-right: 15px;
}

.lightbox {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.lightbox__image {
  width: 100%;
  border-radius: 5px;
  transition: transform 0.3s;
}
.lightbox__image--pop {
  width: 100%;
  border-radius: 5px;
  transition: width 0.4s, height 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  visibility: hidden;
}
.lightbox.closing > .lightbox__image--pop {
  visibility: visible;
}
.lightbox.open > .lightbox__image--pop {
  visibility: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1060;
  width: auto;
  max-height: 100vh;
  transition: width 0.4s, height 0.4s;
  cursor: default;
}
.lightbox.open > .lightbox__backdrop, .lightbox.open > .lightbox__backdrop__close {
  display: block;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  cursor: pointer;
}
.lightbox__backdrop {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1050;
  top: 0;
  left: 0;
}
.lightbox__backdrop__close {
  display: none;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1070;
  color: #ddd;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  font-size: 30px;
}

.cmxs-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.cmxs-modal--progression .progress {
  width: 100%;
}
.cmxs-modal .modal-body {
  max-height: 70vh;
  overflow: auto;
}

.nav.flex-column .nav-link.active, .nav.flex-column .nav-link:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white) !important;
  transition: all 0.3s linear;
}

.em-main-navbar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.book {
  position: relative;
  display: flex;
  justify-content: center;
  perspective: 1200px;
}
.book__page {
  position: relative;
  z-index: 1;
}
.book__page__front, .book__page__back {
  width: 100%;
  height: 100%;
}
.not-mobile .book__page__front {
  position: absolute;
  transform: rotateY(0deg) translateZ(0px);
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 0% 0%;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.not-mobile .book__page__back {
  position: absolute;
  z-index: 0;
  transform: rotateY(-180deg) translateX(var(--back-translate));
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  right: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.not-mobile .book__page.current {
  z-index: 10;
}
.not-mobile .book__page.current .book__page__front {
  z-index: 2;
}
.not-mobile .book__page.current + .book__page {
  z-index: 9;
}
.not-mobile .book__page.turned .book__page__front {
  z-index: 0;
  transform: rotateY(-180deg);
}
.not-mobile .book__page.turned .book__page__back {
  z-index: 2;
  transform: rotateY(0deg) translateX(var(--back-translate));
}
.mobile .book__page.current, .mobile .book__page__front.current, .mobile .book__page__back.current {
  display: block;
}
.mobile .book__page, .mobile .book__page__front, .mobile .book__page__back {
  display: none;
}
.mobile .book .pdf_canvas {
  display: none !important;
}
.mobile .book .pdf_canvas.current {
  display: block !important;
}
.fullscreen .book {
  height: calc(100% - 35px);
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  z-index: 9999;
}

::selection {
  color: #fff;
  background: var(--bs-primary);
}

.slide-range {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  background: var(--bs-body);
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.slide-range__container {
  position: relative;
}
.slide-range__input:focus ~ .slide-range, .slide-range:hover, .slide-range:focus-within {
  display: block;
}
.slide-range__inputs {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.slide-range__inputs__input {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.slide-range__inputs__input input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  text-align: center;
  -moz-appearance: textfield;
}
.slide-range__inputs__separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slide-range__slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slide-range__slider__progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: var(--bs-primary);
}
.slide-range__range {
  position: relative;
}
.slide-range__range input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.slide-range input[type=number]::-webkit-outer-spin-button, .slide-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.slide-range input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--bs-primary);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.slide-range input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--bs-primary);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.em-stepper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
}
.em-stepper__sections {
  margin-bottom: 30px;
}
.em-stepper__steps {
  display: flex;
  align-items: flex-start;
}
.em-stepper__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.em-stepper__step__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: var(--bs-light);
  color: var(--bs-dark);
}
.em-stepper__step__circle--done {
  background-color: var(--bs-primary);
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  color: var(--bs-light);
}
.em-stepper__step__circle--current {
  background-color: var(--bs-primary);
  color: var(--bs-light);
}
.em-stepper__step__circle--clickable {
  cursor: pointer;
}
.em-stepper__step__text {
  font-size: 15px;
  text-align: center;
}
.em-stepper__separator {
  height: 1px;
  width: 100%;
  background-color: var(--bs-gray-dark);
}
.em-stepper__section, .em-stepper__end-section {
  display: none;
  margin: 40px 0;
}
.em-stepper__section--current, .em-stepper__end-section--current {
  display: block;
}
.em-stepper__commands {
  display: flex;
  justify-content: flex-end;
}
.em-stepper__commands > *:not(:last-child) {
  margin-right: 20px;
}
.em-stepper__commands > .em-stepper__cancel-btn {
  margin-right: auto;
}
.em-stepper--variant {
  flex-direction: column;
}
.em-stepper--variant .em-stepper__steps {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.em-stepper--variant .em-stepper__step {
  margin-bottom: 10px;
  width: 100%;
}
.em-stepper--variant .em-stepper__step__circle {
  display: none;
}
.em-stepper--variant .em-stepper__step__text {
  padding: 10px;
  border-bottom: 1px solid var(--bs-light);
  width: 100%;
}
.em-stepper--variant .em-stepper__step__text:hover, .em-stepper--variant .em-stepper__step--current .em-stepper__step__text {
  border-bottom: 3px solid var(--bs-primary);
}
.em-stepper--variant .em-stepper__separator {
  display: none;
}
.em-stepper--variant .em-stepper__sections {
  width: 100%;
}
.em-stepper--variant .em-stepper__section {
  margin-top: 0;
}

.sidemin {
  width: auto;
  height: 100%;
  box-shadow: -4px -12px 10px rgba(0, 0, 0, 0.4);
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: var(--bs-body);
  transition: box-shadow 0.3s linear, transform 0.3s linear;
}
.sidemin:hover {
  box-shadow: 4px -12px 20px rgba(0, 0, 0, 0.4);
}
.sidemin__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidemin__menu__item {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  position: relative;
}
.sidemin__menu__item:hover {
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.sidemin__menu__item:hover, .sidemin__menu__item:hover a {
  color: var(--bs-text-on-primary-bg);
}
.sidemin__menu__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 30px 30px 0;
  background: var(--bs-primary);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.sidemin__menu__item:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0, 1.19, 1, 0.92);
}
.sidemin__menu__item__link {
  padding: 10px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.sidemin__menu__item__link.active {
  border-radius: 0 30px 30px 0;
  background-color: var(--bs-primary);
  color: var(--bs-text-on-primary-bg);
}
.sidemin__menu__item__icon {
  font-size: 25px;
}
.sidemin__menu__item__name {
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  white-space: nowrap;
}
.sidemin__menu__item:hover .sidemin__menu__item__icon {
  color: var(--bs-text-on-primary-bg);
}
.sidemin__menu:hover .sidemin__menu__item__name {
  height: unset;
  width: 180px;
  margin-left: 10px;
}
.sidemin__page-container {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.sidemin__body {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 20px 20px 50px 100px;
}
.sidemin__body__container {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sidemin {
    transform: translateX(-100%);
  }
  .sidemin.active {
    transform: translateX(0);
    z-index: 10;
  }
  .sidemin.active .sidemin__menu__item__name {
    height: unset;
    width: 180px;
    margin-left: 10px;
  }
  .sidemin__body {
    padding: 20px 0 50px 0;
  }
}

.cmxs-template-sidemin {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.cmxs-template-sidemin .em-footer {
  margin-top: 70px;
  position: relative;
  border-top: 1px solid #cccccc50;
  padding: 10px 10px 80px 10px;
}
.cmxs-template-sidemin .em-footer hr {
  display: none;
}

@keyframes text-slide-right {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.login__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1800px;
  height: 100%;
  width: 100vw;
}
.login__box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70vw;
}
.login__box > * {
  width: 100%;
  max-width: 500px;
}
.login__box > *:not(:last-child) {
  margin-right: 80px;
}
.login__logo-container {
  text-align: center;
}
.login__cookies {
  width: 70vw;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .login__container {
    height: auto;
  }
  .login__box {
    flex-direction: column;
  }
  .login__box > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

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