﻿/* 1440px or smaller */
/* 1200px or smaller */
/* 992px or smaller */
/* 768px or smaller */
/* 576px or smaller */
/* Breakpoints */
/* Fonts */
@font-face {
  font-family: "MachoModular Regular";
  src: url("/css/fonts/MachoModular-Regular/font.woff2") format("woff2");
}
@font-face {
  font-family: "MachoModular Medium";
  src: url("/css/fonts/MachoModular-Medium/font.woff2") format("woff2");
}
.actGuest__site-heading {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "MachoModular Medium";
}

.actGuest__site-heading-active {
  color: #ddc37c;
  font-family: "MachoModular Medium";
}

/* Root */
* .before .after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
  font-family: "MachoModular Regular";
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "MachoModular Regular";
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* 1440px or smaller */
/* 1200px or smaller */
/* 992px or smaller */
/* 768px or smaller */
/* 576px or smaller */
/* Breakpoints */
/* Fonts */
@font-face {
  font-family: "MachoModular Regular";
  src: url("/css/fonts/MachoModular-Regular/font.woff2") format("woff2");
}
@font-face {
  font-family: "MachoModular Medium";
  src: url("/css/fonts/MachoModular-Medium/font.woff2") format("woff2");
}
.actGuest__site-heading {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "MachoModular Medium";
}

.actGuest__site-heading-active {
  color: #ddc37c;
  font-family: "MachoModular Medium";
}

/* 1440px or smaller */
/* 1200px or smaller */
/* 992px or smaller */
/* 768px or smaller */
/* 576px or smaller */
/* Breakpoints */
/*Buttons*/
.actguest__btn-primary {
  background: #ddc37c;
  border-radius: 10rem;
  color: black;
  padding: 0.5rem 1rem;
  font-size: 20px;
  border-style: none;
  transition: color 0.2s ease-in-out;
}

.actguest__btn-primary:hover {
  color: white;
}

.actGuest__btn-table {
  text-decoration: none;
  color: #606060;
  font-size: 1rem;
}
.actGuest__btn-table:hover {
  color: #ddc37c;
}

.actGuest__btn-create {
  padding: 0.5rem 1rem;
  font-family: "MachoModular Medium";
  font-size: 20px;
  background: #ddc37c;
  border-radius: 10rem;
  text-decoration: none;
  color: black;
  transition: color 0.2s ease-in-out;
}
.actGuest__btn-create:hover {
  color: white;
}

.actGuest__btn-table-edit-action {
  background: #ddc37c;
  color: black;
  border-style: none;
  border-radius: 10rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.actGuest__btn-table-edit-action:hover {
  color: white;
}

.actGuest__btn-table-edit-exit {
  background: #606060;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.actGuest__btn-table-edit-exit:hover {
  color: #ddc37c;
}

/*Checkbox*/
/* The switch - the box around the slider */
.switch-1 {
  font-size: 10px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 1.8em;
}

/* Hide default HTML checkbox */
.switch-1 input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider-1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 30px;
}

.slider-1:before {
  position: absolute;
  content: "";
  height: 1.2em;
  width: 1.2em;
  border-radius: 20px;
  left: 0.3em;
  bottom: 0.3em;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider-1 {
  background: #DDC37C;
}

input:focus + .slider-1 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-1:before {
  transform: translateX(1.5em);
}

.actGuest__checkbox-text-1 {
  position: absolute;
  width: max-content;
  font-size: 14px;
  left: 2.6rem;
}

.actGuest__checkbox-text-2 {
  position: absolute;
  width: max-content;
  font-size: 14px;
  left: 2.6rem;
}

.actGuest__checkbox-filter-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 240px;
}

.actGuest__checkbox-filter-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 240px;
}

/* The switch - the box around the slider */
.switch-2 {
  font-size: 10px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 1.8em;
}

/* Hide default HTML checkbox */
.switch-2 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 30px;
}

.slider-2:before {
  position: absolute;
  content: "";
  height: 1.2em;
  width: 1.2em;
  border-radius: 20px;
  left: 0.3em;
  bottom: 0.3em;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider-2 {
  background: #DDC37C;
}

input:focus + .slider-2 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-2:before {
  transform: translateX(1.5em);
}

/*Table*/
.actGuest__responsive-table {
  overflow-x: auto;
}

thead {
  border-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: -10px;
  /* correct offset on first border spacing if desired */
}

td:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

td:last-child {
  border-bottom-right-radius: 2rem;
  border-top-right-radius: 2rem;
  text-align: end;
}

.actGuest__table {
  width: 100%;
  max-width: 100%;
}

.actGuest__table-head-th {
  padding: 0.75rem;
}

.actGuest__table-body {
  background: #dfdfdf;
}

.actGuest__table-body-td {
  padding: 0.75rem;
}

/* Mixins */
.container {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0 2rem;
}
.container::after {
  display: block;
  clear: both;
  content: "";
}

.actGuest__header {
  box-shadow: 0rem 0.25rem 2.5rem 0rem rgba(0, 0, 0, 0.3);
}

/* 1440px or smaller */
/* 1200px or smaller */
/* 992px or smaller */
/* 768px or smaller */
/* 576px or smaller */
/* Breakpoints */
/*Navigation*/
.actGuest__navigation {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.actGuest__navigation-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.actGuest__navigation-list {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 992px) {
  .actGuest__navigation-list {
    display: none;
  }
}

.actGuest__navigation-list.mobile-active {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .actGuest__navigation-list.mobile-active {
    display: block;
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    max-width: 20rem;
    background: white;
    top: 8rem;
    right: 5%;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
    box-shadow: 0rem 0.25rem 2.5rem 0rem rgba(0, 0, 0, 0.3);
    z-index: 100;
  }
}

.actGuest__site-heading-action {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.actGuest__navigation-logo {
  max-width: 80px;
  max-height: 82.56px;
}
@media (max-width: 1200px) {
  .actGuest__navigation-logo {
    max-width: 46px;
  }
}

.actGuest__navigation-list-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "MachoModular Medium";
  font-size: 1.25rem;
  margin-bottom: 0rem;
}
@media (max-width: 1200px) {
  .actGuest__navigation-list-1 {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .actGuest__navigation-list-1 {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.actGuest__navigation-list-1-item-link {
  border-radius: 10rem;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  padding: 0.375rem 0.5rem;
  text-decoration: none;
  margin: 0rem 0.5rem;
  color: black;
  transition: 0.5s ease-in-out;
}
.actGuest__navigation-list-1-item-link:hover {
  color: black;
  background: rgba(221, 195, 124, 0.4);
  box-shadow: 0px 0px 20px -10px #54575A;
  border-radius: 10rem;
  padding: 0.375rem 0.5rem;
}

.active {
  background: rgba(221, 195, 124, 0.6);
  box-shadow: 0px 0px 20px -10px #54575A;
  border-radius: 10rem;
  transition: 0.5s ease-in-out;
}

.actGuest__navigation-list-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-family: "MachoModular Medium";
  font-size: 1.25rem;
  margin-left: 0.5rem;
  margin-bottom: 0rem;
}

.actGuest__logout-item {
  font-size: 1.25rem;
  background: #ddc37c;
  color: white;
  border-radius: 10rem;
  padding: 0.5rem 2rem 0.5rem 2rem;
  transition: all 0.5s ease;
  border: none;
}
.actGuest__logout-item:hover {
  box-shadow: 0px 4px 30px 4px rgba(0, 0, 0, 0.33);
  color: white;
  background-color: white;
  color: #606060;
  transition: all 0.5s ease;
  border: 0.5px solid #606060;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .actGuest__logout-item {
    font-size: 1rem;
  }
}

.actGuest__navigation-brand-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.actGuest__logo {
  max-width: 200px;
  max-height: 24.04px;
}

/* Mobile Navigation */
.actGuest__mobile-navigation {
  display: flex;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .actGuest__mobile-navigation {
    display: none;
  }
}

/* Hamburger Menu */
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.ham-active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.ham-active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.ham-active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.ham-active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.ham-active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.ham-active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

/* Site-Title */
.actGuest__site-title {
  margin-bottom: 2rem;
}

/*Votings*/
.actGuest__votings-table-body {
  border-style: none;
  background: #DFDFDF;
}

.actGuest__votings-table-edit {
  text-decoration: none;
  color: #606060;
}

.actGuest__votings-table-edit:hover {
  color: #DDC37C;
}

.actGuest__votings-filter {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .actGuest__votings-filter {
    flex-direction: column;
  }
}

.actGuest__votings-table-head-data {
  padding: 0.5rem 5rem 0.5rem 0.625rem;
  text-align: left;
}

.actGuest__votings-table-body-data {
  border-style: solid none;
  padding: 0.6rem;
}

.actGuest__votings-table-body-data-edit {
  padding-right: 1rem;
}

.actGuest__votings-edit-heading {
  font-size: 2rem;
}

.actGuest__votings-edit-input {
  margin-bottom: 1rem;
}

.actGuest__votings-edit-button-safe {
  background: #DDC37C;
  color: black;
  border-style: none;
  border-radius: 10rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__votings-edit-button-safe:hover {
  color: white;
}

.actGuest__votings-edit-button-back {
  background: #606060;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__votings-edit-button-back:hover {
  color: #DDC37C;
}

.actGuest__votings-edit-input {
  border-radius: 10rem;
}

.actGuest__votings-edit-input:focus {
  box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(84, 87, 90, 0.5);
  border-color: #606060;
}

/*Devices*/
.actGuest__devices-table-body {
  border-style: none;
  background: #DFDFDF;
}

.actGuest__devices-table-edit {
  text-decoration: none;
  color: #606060;
}

.actGuest__devices-table-edit:hover {
  color: #DDC37C;
}

.actGuest__devices-table-head-data {
  padding: 0.5rem 12rem 0.5rem 0.625rem;
  text-align: left;
}

.actGuest__devices-table-body-data {
  border-style: solid none;
  padding: 0.6rem;
}

.actGuest__devices-table-body-data-edit {
  padding-right: 1rem;
}

.actGuest__devices-edit-heading {
  font-size: 2rem;
}

.actGuest__devices-edit-input {
  margin-bottom: 1rem;
}

.actGuest__devices-edit-button-safe {
  background: #DDC37C;
  color: black;
  border-style: none;
  border-radius: 10rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__devices-edit-button-safe:hover {
  color: white;
}

.actGuest__devices-edit-button-back {
  background: #606060;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__devices-edit-button-back:hover {
  color: #DDC37C;
}

.actGuest__devices-edit-input {
  border-radius: 10rem;
}

.actGuest__devices-edit-input:focus {
  box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(84, 87, 90, 0.5);
  border-color: #606060;
}

/* Create */
.actGuest__devices-create-back {
  margin-top: 1rem;
}

/*Goodies*/
.actGuest__goodies-table-body {
  border-style: none;
  background: #DFDFDF;
}

.actGuest__goodies-table-edit {
  text-decoration: none;
  color: #606060;
}

.actGuest__goodies-table-edit:hover {
  color: #DDC37C;
}

.actGuest__goodies-table-head-data {
  padding: 0.5rem 30rem 0.5rem 0.625rem;
  text-align: left;
}

.actGuest__goodies-table-body-data {
  border-style: solid none;
  padding: 0.6rem;
}

.actGuest__goodies-table-body-data-edit {
  padding-right: 1rem;
}

.actGuest__goodies-edit-heading {
  font-size: 2rem;
}

.actGuest__goodies-edit-input {
  margin-bottom: 1rem;
}

.actGuest__goodies-edit-button-safe {
  background: #DDC37C;
  color: black;
  border-style: none;
  border-radius: 10rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__goodies-edit-button-safe:hover {
  color: white;
}

.actGuest__goodies-edit-button-back {
  background: #606060;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__goodies-edit-button-back:hover {
  color: #DDC37C;
}

.actGuest__goodies-edit-input {
  border-radius: 10rem;
}

.actGuest__goodies-edit-input:focus {
  box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(84, 87, 90, 0.5);
  border-color: #606060;
}

/*Hotels*/
.actGuest__hotels-table-body {
  border-style: none;
  background: #DFDFDF;
}

.actGuest__hotels-table-edit {
  text-decoration: none;
  color: #606060;
}

.actGuest__hotels-table-edit:hover {
  color: #DDC37C;
}

.actGuest__hotels-table-head-data {
  padding: 0.5rem 28rem 0.5rem 0.625rem;
  text-align: left;
}

.actGuest__hotels-table-body-data {
  border-style: solid none;
  padding: 0.6rem;
}

.actGuest__hotels-table-body-data-edit {
  padding-right: 1rem;
}

.actGuest__hotels-edit-heading {
  font-size: 2rem;
}

.actGuest__hotels-edit-input {
  margin-bottom: 1rem;
}

.actGuest__hotels-edit-button-safe {
  background: #DDC37C;
  color: black;
  border-style: none;
  border-radius: 10rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__hotels-edit-button-safe:hover {
  color: white;
}

.actGuest__hotels-edit-button-back {
  background: #606060;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__hotels-edit-button-back:hover {
  color: #DDC37C;
}

.actGuest__hotels-edit-input {
  border-radius: 10rem;
}

.actGuest__hotels-edit-input:focus {
  box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(84, 87, 90, 0.5);
  border-color: #606060;
}

/* Details */
.actGuest__hotels-employees-li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.actGuest__hotels-details-assign-employee {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/*Reclamation Reasons*/
.actGuest__reclarea-table-body {
  border-style: none;
  background: #DFDFDF;
}

.actGuest__reclarea-table-edit {
  text-decoration: none;
  color: #606060;
}

.actGuest__reclarea-table-edit:hover {
  color: #DDC37C;
}

.actGuest__reclarea-table-head-data {
  padding: 0.5rem 30rem 0.5rem 0.625rem;
  text-align: left;
}

.actGuest__reclarea-table-body-data {
  border-style: solid none;
  padding: 0.6rem;
}

.actGuest__reclarea-table-body-data-edit {
  padding-right: 1rem;
}

.actGuest__reclarea-edit-heading {
  font-size: 2rem;
}

.actGuest__reclarea-edit-input {
  margin-bottom: 1rem;
}

.actGuest__reclarea-edit-button-safe {
  background: #DDC37C;
  color: black;
  border-style: none;
  border-radius: 10rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__reclarea-edit-button-safe:hover {
  color: white;
}

.actGuest__reclarea-edit-button-back {
  background: #606060;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__reclarea-edit-button-back:hover {
  color: #DDC37C;
}

.actGuest__reclarea-edit-input {
  border-radius: 10rem;
}

.actGuest__reclarea-edit-input:focus {
  box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(84, 87, 90, 0.5);
  border-color: #606060;
}

/*User*/
.actGuest__user-table-body {
  border-style: none;
  background: #DFDFDF;
}

.actGuest__user-table-edit {
  text-decoration: none;
  color: #606060;
}

.actGuest__user-table-edit:hover {
  color: #DDC37C;
}

.actGuest__user-table-head-data {
  padding: 0.5rem 22rem 0.5rem 0.625rem;
  text-align: left;
}

.actGuest__user-table-body-data {
  border-style: solid none;
  padding: 0.6rem;
}

.actGuest__user-table-body-data-edit {
  padding-right: 1rem;
}

.actGuest__user-edit-heading {
  font-size: 2rem;
}

.actGuest__user-edit-input {
  margin-bottom: 1rem;
}

.actGuest__user-edit-button-safe {
  background: #DDC37C;
  color: black;
  border-style: none;
  border-radius: 10rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__user-edit-button-safe:hover {
  color: white;
}

.actGuest__user-edit-button-back {
  background: #606060;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.actGuest__user-edit-button-back:hover {
  color: #DDC37C;
}

.actGuest__user-edit-input {
  border-radius: 10rem;
}

.actGuest__user-edit-input:focus {
  box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(84, 87, 90, 0.5);
  border-color: #606060;
}

/* Create Device */
.actGuest__user-create-back {
  margin-top: 1.5rem;
}

/* 1440px or smaller */
/* 1200px or smaller */
/* 992px or smaller */
/* 768px or smaller */
/* 576px or smaller */
/* Breakpoints */
/* 1440px or smaller */
/* 1200px or smaller */
/* 992px or smaller */
/* 768px or smaller */
/* 576px or smaller */
/* Breakpoints */
/* Fonts */
@font-face {
  font-family: "MachoModular Regular";
  src: url("/css/fonts/MachoModular-Regular/font.woff2") format("woff2");
}
@font-face {
  font-family: "MachoModular Medium";
  src: url("/css/fonts/MachoModular-Medium/font.woff2") format("woff2");
}
.actGuest__site-heading {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "MachoModular Medium";
}

.actGuest__site-heading-active {
  color: #ddc37c;
  font-family: "MachoModular Medium";
}

/* Dashboard */
.actGuest__dashboard-filter {
  max-width: 50rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
}
@media (max-width: 768px) {
  .actGuest__dashboard-filter {
    flex-direction: column;
  }
}

.actGuest__devices-edit-input {
  width: 100%;
  max-width: 40rem;
}

.actguest__dashboard_cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.actguest__dashboard_card {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  background: white;
  box-shadow: 0rem 0.25rem 2.5rem 0rem rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  flex: 1 0 16rem;
  justify-content: center;
  word-break: break-word;
  align-items: center;
}

.actGuest__card-container {
  margin: 1rem;
}

.actGuest__card-title {
  text-align: center;
  font-family: "MachoModular Medium";
  color: #ddc37c;
}

.actGuest__card-description {
  text-align: center;
}

.actGuest__dashboard-statistik {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  .actGuest__dashboard-statistik {
    flex-direction: column;
  }
}

.actGuest__dashboard__process-time {
  display: flex;
  gap: 2%;
}
@media (max-width: 992px) {
  .actGuest__dashboard__process-time {
    flex-direction: column;
  }
}

.actGuest__process-time-hotel {
  width: 100%;
  display: flex;
  flex: 0 1 auto;
}

.actGuest__process-time-employee {
  width: 100%;
  display: flex;
  flex: 0 1 auto;
}

#chart2 {
  width: auto;
  height: auto;
}

/* 1440px or smaller */
/* 1200px or smaller */
/* 992px or smaller */
/* 768px or smaller */
/* 576px or smaller */
/* Breakpoints */
/* Login-Page */
.actGuest__login-box {
  max-width: 30rem;
}

.actGuest__login-input-field {
  border-radius: 10rem;
}

.actGuest__login-input-field:focus {
  box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(84, 87, 90, 0.5);
  border-color: #606060;
}

.actGuest__login-box-checkbox:checked {
  background-color: #ddc37c;
}

.checkbox:checked {
  background-color: #ddc37c;
}

/* Mixins */
/* 1440px or smaller */
/* 1200px or smaller */
/* 992px or smaller */
/* 768px or smaller */
/* 576px or smaller */
/* Breakpoints */
