@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

input {
  font-family: 'Roboto';
  font-weight: medium;
}

:root {
  --dark-caramel: #c19b76;
  --pure-black: #1c1c1d;
  --light-white: #f4f4f4;
  --pure-white: #fff;
  --light-grey-1: #9c9c9c;
  --light-grey-2: #7c7c7c;
  --dark-grey-1: #5c5c5c;
  --dark-grey-2: #2c2c2c;
}

.nav {
  background-color: var(--pure-black);
  height: 56px;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 0 15px;
  -webkit-box-shadow: 0 -2px 40px -15px;
          box-shadow: 0 -2px 40px -15px;
}

.nav .logo1 img, .nav .logo2 img {
  height: 30px;
}

.nav .logo1 {
  margin-left: 28px;
}

.nav .logo2 {
  display: none;
}

.nav__left {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__left .line {
  margin: 5px 5px 5px 5px;
  height: 3px;
  width: 25px;
  background-color: var(--pure-white);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav__left .hamburger {
  display: none;
  cursor: pointer;
}

.nav__left .hamburger.open :nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 5px);
          transform: rotate(45deg) translate(6px, 5px);
}

.nav__left .hamburger.open :nth-child(2) {
  background: transparent;
}

.nav__left .hamburger.open :nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.nav__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 34px;
  padding: 0 15px 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--light-grey-1);
  background-color: #111;
  border-radius: 4px;
}

.nav__center form {
  width: 100%;
}

.nav__center button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  color: var(--light-grey-1);
}

.nav__center button:hover {
  color: var(--light-grey-2);
}

.nav__center__textbox {
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  color: var(--light-grey-1);
  text-decoration: none;
  border: none;
  background: none;
  outline: none;
}

.nav__right {
  color: var(--dark-caramel);
}

.nav__right button, .nav__right a {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 25px;
  color: var(--dark-caramel);
  margin: 15px 15px 15px 10px;
}

.nav__right button :hover, .nav__right a :hover {
  opacity: 0.8;
}

@media (max-width: 600px) {
  .nav {
    padding: 0 10px 0 9px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .hamburger {
    display: block;
  }
  .nav__center {
    display: none;
  }
  .nav__right a {
    padding-right: 5px;
  }
  .nav__left {
    padding-left: 5px;
  }
  .nav .settings {
    display: none;
  }
  .nav .logo1 {
    display: none;
  }
  .nav .logo2 {
    display: block;
  }
}

.sidebar {
  letter-spacing: 1px;
  padding: 86px 0 10px 0;
  background-color: var(--pure-white);
  width: 230px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 800;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.sidebar.shown {
  position: fixed;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 230px;
}

.sidebar.shown a {
  width: 100%;
}

.sidebar img {
  width: 50%;
  -webkit-clip-path: circle(49%);
          clip-path: circle(49%);
}

.sidebar__admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar__admin__details {
  text-align: center;
  padding: 25px 0 25px 0;
  line-height: 1.6;
}

.sidebar__admin__details #nume-admin {
  color: var(--dark-grey-1);
  font-weight: 500;
}

.sidebar__admin__details #functie-admin {
  color: var(--light-grey-2);
  font-size: 14px;
}

.sidebar__options {
  height: 100%;
  padding-top: 10px;
  font-size: 20px;
}

.sidebar__options .selector {
  width: 10px;
  height: inherit;
  background-color: var(--pure-white);
}

.sidebar__options i {
  padding: 0 15px 0 20px;
}

.sidebar__options .mobile-only {
  display: none;
}

.sidebar__options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar__options li a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 15px 0;
  width: 250px;
  color: var(--dark-grey-2);
}

.sidebar__options li :hover {
  background-color: var(--light-white);
}

.sidebar__options li :hover .selector {
  background-color: var(--light-white);
}

.sidebar__options li.actual {
  background-color: var(--light-white);
}

.sidebar__options li.actual a {
  color: var(--dark-caramel);
}

.sidebar__options li.actual .selector {
  background-color: var(--dark-caramel);
}

@media (max-height: 600px) {
  .sidebar {
    padding: 76px 0 10px 0;
  }
  .sidebar img {
    width: 40%;
  }
  .sidebar__options {
    padding-top: 0;
  }
  .sidebar__admin__details {
    padding: 25px 0 15px 0;
  }
}

@media (max-width: 1000px) {
  .sidebar {
    width: 190px;
  }
  .sidebar__options {
    font-size: 18px;
  }
  .nav .logo1 {
    margin-left: 8px;
  }
}

.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dashboard .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 5px 0px;
  margin: 30px 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  height: 90px;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
}

.dashboard .widget:nth-of-type(1) i {
  background-color: var(--dark-caramel);
  color: var(--dark-grey-2);
}

.dashboard .widget:nth-of-type(2) i {
  background-color: var(--dark-grey-2);
  color: var(--dark-caramel);
}

.dashboard .widget:nth-of-type(3) i {
  background-color: var(--dark-caramel);
  color: var(--pure-white);
}

.dashboard .widget:nth-of-type(4) i {
  background-color: var(--dark-grey-2);
  color: var(--pure-white);
}

.dashboard .widget i {
  font-size: 35px;
  text-align: center;
  width: 40%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard .widget .data {
  width: 60%;
  text-align: center;
  color: #3c3c3c;
  padding-left: 2px;
}

.dashboard .widget .data .label {
  font-size: 18px;
  font-weight: 500;
}

.dashboard .widget .data .value {
  font-size: 30px;
  font-weight: 900;
}

.dashboard .chart {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 30px 0 0 0;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  letter-spacing: 0;
}

.dashboard .chart .chart-label {
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: var(--pure-white);
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: var(--dark-grey-2);
  padding: 10px 10px 10px 10px;
}

.dashboard .chart #chart-rooms, .dashboard .chart #chart-earnings {
  padding: 30px 20px 10px 20px;
  width: 100%;
  height: 500px;
}

@media (max-width: 1000px), (orientation: portrait) {
  .dashboard .widget {
    width: 40%;
  }
  .dashboard .widget i {
    font-size: 30px;
  }
  .dashboard .widget .data .label {
    font-size: 15px;
  }
  .dashboard .widget .data .value {
    font-size: 25px;
  }
  .dashboard .chart {
    width: 87%;
  }
  .dashboard .chart .chart-label {
    font-size: 23px;
  }
  .dashboard .chart #chart-rooms, .dashboard .chart #chart-earnings {
    padding: 10px 5px 5px 0px;
    height: 350px;
  }
}

.content {
  letter-spacing: 1px;
  background-color: var(--light-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 76px 0px 0px 0px;
  width: 100%;
  min-height: 100vh;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

.content footer {
  color: var(--dark-grey-2);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 10px;
  background-color: var(--pure-white);
  -webkit-box-shadow: 0px 2px 40px -18px;
          box-shadow: 0px 2px 40px -18px;
}

@media (max-width: 1000px), (orientation: portrait) {
  .content {
    padding-top: 56px;
  }
}

.employees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

.employees hr {
  display: none;
  width: 100%;
  border: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-grey-1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-grey-1), rgba(0, 0, 0, 0));
}

.employees .header {
  width: 100%;
  color: var(--light-grey-2);
  font-weight: 500;
}

.employees .header .label {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 40px 0 40px 0;
  text-align: center;
}

.employees .header .table-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 1fr 0.8fr 1fr 1.5fr 0.5fr 1fr;
      grid-template-columns: 0.5fr 1fr 0.8fr 1fr 1.5fr 0.5fr 1fr;
  padding: 10px;
  background-color: var(--dark-grey-2);
  color: var(--light-white);
}

.employees .table-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 1fr 0.8fr 1fr 1.5fr 0.5fr 1fr;
      grid-template-columns: 0.5fr 1fr 0.8fr 1fr 1.5fr 0.5fr 1fr;
  padding: 10px;
  color: var(--dark-grey-2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.employees .table-row:nth-of-type(odd) {
  background-color: var(--light-white);
}

.employees .user {
  font-size: 25px;
  color: var(--light-grey-2);
}

.employees .name {
  font-weight: 700;
}

.employees .center {
  text-align: center;
}

.employees .editEmployeeBtn {
  background: none;
  outline: none;
  border: none;
  font-size: 16px;
  color: var(--dark-caramel);
  cursor: pointer;
}

.employees .editEmployeeBtn:hover {
  color: var(--dark-grey-1);
}

.employees .addEmployeeBtn {
  background: none;
  outline: none;
  border: none;
  font-size: 20px;
  color: var(--dark-caramel);
  cursor: pointer;
}

.employees .addEmployeeBtn:hover {
  color: var(--light-white);
}

@media (max-width: 900px) {
  .employees hr {
    display: block;
  }
  .employees .header hr {
    display: none;
  }
  .employees .header .table-header {
    display: none;
  }
  .employees .table-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    line-height: 1.4;
  }
  .employees .table-row:nth-of-type(odd) {
    background-color: var(--pure-white);
  }
  .employees .table-row:nth-of-type(even) {
    background-color: var(--light-white);
  }
}

.add_employee_form {
  display: none;
  position: fixed;
  z-index: 850;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.add_employee_form #modal_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--light-white);
  margin: 10vh auto;
  padding: 40px;
  width: 600px;
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  border-radius: 2px;
}

.add_employee_form #modal_content2 h1 {
  color: var(--dark-grey-1);
}

.add_employee_form #modal_content2 .element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.52fr 4fr;
      grid-template-columns: 1.52fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: var(--light-grey-1);
}

.add_employee_form #modal_content2 .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey-2);
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
}

.add_employee_form #modal_content2 input {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.add_employee_form #modal_content2 select {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.add_employee_form #modal_content2 button {
  background-color: var(--dark-caramel);
  width: 115px;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 20px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

.add_employee_form #modal_content2 button:hover {
  opacity: 0.8;
}

.add_employee_form #modal_content2 .add_employee_footer {
  width: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.educations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 80%;
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

.educations hr {
  display: none;
  width: 100%;
  border: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-grey-1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-grey-1), rgba(0, 0, 0, 0));
}

.educations .header {
  width: 100%;
  color: var(--light-grey-2);
  font-weight: 500;
}

.educations .header .label {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 40px 0 40px 0;
  text-align: center;
}

.educations .header .table-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 1fr 0.8fr 1fr 1.5fr 0.5fr;
      grid-template-columns: 0.5fr 1fr 0.8fr 1fr 1.5fr 0.5fr;
  padding: 10px;
  background-color: var(--dark-grey-2);
  color: var(--light-white);
}

.educations .table-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 1fr 0.8fr 1fr 1.5fr 0.5fr;
      grid-template-columns: 0.5fr 1fr 0.8fr 1fr 1.5fr 0.5fr;
  padding: 10px;
  color: var(--dark-grey-2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.educations .table-row:nth-of-type(odd) {
  background-color: var(--light-white);
}

.educations .user {
  font-size: 25px;
  color: var(--light-grey-2);
}

.educations .name {
  font-weight: 700;
}

.educations .center {
  text-align: center;
}

.educations .editEducationBtn {
  background: none;
  outline: none;
  border: none;
  font-size: 16px;
  color: var(--dark-caramel);
  cursor: pointer;
}

.educations .editEducationBtn:hover {
  color: var(--dark-grey-1);
}

.educations .addEducationBtn {
  background: none;
  outline: none;
  border: none;
  font-size: 20px;
  color: var(--dark-caramel);
  cursor: pointer;
}

.educations .addEducationBtn:hover {
  color: var(--light-white);
}

@media (max-width: 900px) {
  .educations hr {
    display: block;
  }
  .educations .header hr {
    display: none;
  }
  .educations .header .table-header {
    display: none;
  }
  .educations .table-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    line-height: 1.4;
  }
  .educations .table-row:nth-of-type(odd) {
    background-color: var(--pure-white);
  }
  .educations .table-row:nth-of-type(even) {
    background-color: var(--light-white);
  }
}

.add_education_form {
  display: none;
  position: fixed;
  z-index: 850;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.add_education_form #modal_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--light-white);
  margin: 10vh auto;
  padding: 40px;
  width: 600px;
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  border-radius: 2px;
}

.add_education_form #modal_content2 h1 {
  color: var(--dark-grey-1);
}

.add_education_form #modal_content2 .element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.52fr 4fr;
      grid-template-columns: 1.52fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: var(--light-grey-1);
}

.add_education_form #modal_content2 .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey-2);
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
}

.add_education_form #modal_content2 input {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.add_education_form #modal_content2 select {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.add_education_form #modal_content2 button {
  background-color: var(--dark-caramel);
  width: 115px;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 20px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

.add_education_form #modal_content2 button:hover {
  opacity: 0.8;
}

.add_education_form #modal_content2 .add_education_footer {
  width: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

.rooms hr {
  display: none;
  width: 100%;
  border: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-grey-1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-grey-1), rgba(0, 0, 0, 0));
}

.rooms .header {
  width: 100%;
  color: var(--light-grey-2);
  font-weight: 500;
}

.rooms .header .label {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 40px 0 40px 0;
  text-align: center;
}

.rooms .header .table-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 0.8fr 0.8fr 0.8fr 1fr 0.5fr;
      grid-template-columns: 0.5fr 0.8fr 0.8fr 0.8fr 1fr 0.5f;
  padding: 10px;
  background-color: var(--dark-grey-2);
  color: var(--light-white);
}

.rooms .table-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 0.8fr 0.8fr 0.8fr 1fr 0.5fr;
      grid-template-columns: 0.5fr 0.8fr 0.8fr 0.8fr 1fr 0.5fr;
  padding: 10px;
  color: var(--dark-grey-2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rooms .table-row:nth-of-type(odd) {
  background-color: var(--light-white);
}

.rooms .user {
  font-size: 25px;
  color: var(--light-grey-2);
}

.rooms .name {
  font-weight: 700;
}

.rooms .center {
  text-align: center;
}

.rooms .editRoomBtn {
  background: none;
  outline: none;
  border: none;
  font-size: 16px;
  color: var(--dark-caramel);
  cursor: pointer;
}

.rooms .editRoomBtn:hover {
  color: var(--dark-grey-1);
}

.rooms .addRoomBtn {
  background: none;
  outline: none;
  border: none;
  font-size: 20px;
  color: var(--dark-caramel);
  cursor: pointer;
}

.rooms .addRoomBtn:hover {
  color: var(--light-white);
}

@media (max-width: 900px) {
  .rooms hr {
    display: block;
  }
  .rooms .header hr {
    display: none;
  }
  .rooms .header .table-header {
    display: none;
  }
  .rooms .table-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    line-height: 1.4;
  }
  .rooms .table-row:nth-of-type(odd) {
    background-color: var(--pure-white);
  }
  .rooms .table-row:nth-of-type(even) {
    background-color: var(--light-white);
  }
}

.add_room_form {
  display: none;
  position: fixed;
  z-index: 850;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.add_room_form #modal_content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--light-white);
  margin: 10vh auto;
  padding: 40px;
  width: 600px;
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  border-radius: 2px;
}

.add_room_form #modal_content3 h1 {
  color: var(--dark-grey-1);
}

.add_room_form #modal_content3 .element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 4fr;
      grid-template-columns: 2fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: var(--light-grey-1);
}

.add_room_form #modal_content3 .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey-2);
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
}

.add_room_form #modal_content3 input {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.add_room_form #modal_content3 select {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.add_room_form #modal_content3 button {
  background-color: var(--dark-caramel);
  width: 150px;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 20px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

.add_room_form #modal_content3 button:hover {
  opacity: 0.8;
}

.add_room_form #modal_content3 .add_room_footer {
  width: 449px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.reservations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

.reservations hr {
  display: none;
  width: 100%;
  border: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-grey-1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-grey-1), rgba(0, 0, 0, 0));
}

.reservations .header {
  width: 100%;
  color: var(--light-grey-2);
  font-weight: 500;
}

.reservations .header .label {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 40px 0 40px 0;
  text-align: center;
}

.reservations .header .table-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 0.8fr 0.8fr 0.8fr 1fr;
      grid-template-columns: 0.5fr 0.8fr 0.8fr 0.8fr 1fr;
  padding: 10px;
  background-color: var(--dark-grey-2);
  color: var(--light-white);
}

.reservations .table-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 0.8fr 0.8fr 0.8fr 1fr;
      grid-template-columns: 0.5fr 0.8fr 0.8fr 0.8fr 1fr;
  padding: 10px;
  color: var(--dark-grey-2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservations .table-row:nth-of-type(odd) {
  background-color: var(--light-white);
}

.reservations .table-row .short {
  letter-spacing: 0;
}

.reservations .user {
  font-size: 25px;
  color: var(--light-grey-2);
}

.reservations .name {
  font-weight: 700;
}

.reservations .center {
  text-align: center;
}

.reservations .editRoomBtn {
  background: none;
  outline: none;
  border: none;
  font-size: 16px;
  color: var(--dark-caramel);
  cursor: pointer;
}

.reservations .editRoomBtn:hover {
  opacity: 0.8;
}

.reservations .addRoomBtn {
  background: none;
  outline: none;
  border: none;
  font-size: 20px;
  color: var(--dark-caramel);
  cursor: pointer;
}

.reservations .addRoomBtn:hover {
  opacity: 0.8;
}

@media (max-width: 900px) {
  .reservations hr {
    display: block;
  }
  .reservations .header hr {
    display: none;
  }
  .reservations .header .table-header {
    display: none;
  }
  .reservations .table-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    line-height: 1.4;
  }
  .reservations .table-row:nth-of-type(odd) {
    background-color: var(--pure-white);
  }
  .reservations .table-row:nth-of-type(even) {
    background-color: var(--light-white);
  }
}

.emails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

.emails hr {
  width: 85%;
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-grey-1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-grey-1), rgba(0, 0, 0, 0));
}

.emails .header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.emails .header .label {
  color: var(--light-grey-2);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 40px 20px 40px 20px;
  text-align: center;
}

.emails .email-form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  height: 100%;
}

.emails .email-form input, .emails .email-form textarea {
  font-family: 'Roboto';
  border: none;
  font-size: 15px;
  background-color: var(--light-white);
  letter-spacing: 1px;
  outline: none;
  resize: vertical;
  color: var(--dark-grey-2);
  border-radius: 2px;
  border: 1px solid #cccccc;
}

.emails .email-form .subject, .emails .email-form .message {
  margin-bottom: 30px;
  padding: 15px;
}

.emails .email-form .message {
  min-height: 300px;
  height: calc(100vh - 530px);
}

.emails .email-form .send {
  border: none;
  padding: 15px;
  letter-spacing: 1px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 140px;
  cursor: pointer;
  background-color: var(--dark-caramel);
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.emails .email-form .send:hover {
  opacity: 0.8;
}

@media (max-height: 800px) {
  .emails {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .emails .header .label {
    padding: 20px;
  }
  .emails .email-form {
    margin-top: 20px;
  }
  .emails .email-form .subject, .emails .email-form .message {
    margin-bottom: 20px;
  }
}

.login {
  background: url("../img/background.jpg");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-caramel);
  letter-spacing: 1px;
}

.login p {
  padding: 10px 0 5px 0;
}

.login h1 {
  font-weight: 300;
  color: var(--pure-white);
  margin-bottom: 10px;
}

.login #mark {
  margin-bottom: 20px;
}

.login .box {
  width: 400px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-weight: 500;
  border: 2px solid var(--pure-white);
}

.login .box input[type="email"], .login .box input[type="password"] {
  letter-spacing: 1px;
  border: 2px solid var(--pure-white);
  padding: 14px 10px;
  text-align: center;
  margin-top: 15px;
  outline: none;
  width: 340px;
  background: none;
  font-size: 18px;
  color: var(--pure-white);
  z-index: 900;
}

.login .box input[type="submit"] {
  background-color: var(--dark-caramel);
  width: 100px;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 20px;
  padding: 10px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

.login .box input[type="submit"]:hover {
  opacity: 0.8;
}

@media (max-width: 500px) {
  .login .box {
    width: 85%;
  }
  .login .box input[type="email"], .login .box input[type="password"] {
    width: 100%;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--pure-black);
}

::-webkit-scrollbar-thumb {
  background: var(--dark-caramel);
}

#edit_employee_form {
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  min-height: calc(100vh - 76px - 39px - 80px);
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

#edit_employee_form hr {
  height: 3px;
  width: 80%;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-white)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-white), rgba(0, 0, 0, 0));
}

#edit_employee_form hr:nth-of-type(1) {
  margin-top: -10px;
}

#edit_employee_form hr:nth-of-type(2) {
  margin-top: 20px;
}

#edit_employee_form h1 {
  font-weight: 700;
  font-size: 25px;
  color: var(--light-grey-2);
  margin: 40px;
  text-align: center;
}

#edit_employee_form .element {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -ms-grid-columns: 1.5fr 4fr;
      grid-template-columns: 1.5fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#edit_employee_form .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey-2);
  width: 100%;
  height: 100%;
  min-height: 40px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
  background-color: var(--light-grey-1);
}

#edit_employee_form input {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

#edit_employee_form select {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

#edit_employee_form button {
  background-color: var(--dark-caramel);
  width: 27.27%;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 0px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

#edit_employee_form button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

#edit_employee_form .delete-employee-button {
  background: #be3838;
  opacity: 0.8;
  text-align: center;
  width: 27.27%;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 0px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

#edit_employee_form .delete-employee-button:hover {
  opacity: 1;
}

#edit_employee_form .edit_employee_footer {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 800px) {
  #edit_employee_form button, #edit_employee_form .delete-employee-button {
    width: 47%;
  }
}

@media (max-width: 1300px) {
  #edit_employee_form .element {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-height: 800px) {
  #edit_employee_form {
    min-height: calc(100vh - 76px - 39px - 20px);
    margin-top: 20px;
    margin-bottom: -10px;
  }
  #edit_employee_form .element {
    margin-top: 10px;
  }
  #edit_employee_form .edit_employee_footer {
    margin-top: 20px;
    margin-bottom: -10px;
  }
  #edit_employee_form h1 {
    margin: 30px;
  }
  #edit_employee_form hr:nth-of-type(2) {
    margin-top: 12px;
  }
}

#edit_room_form {
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  min-height: calc(100vh - 76px - 39px - 80px);
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

#edit_room_form hr {
  height: 3px;
  width: 80%;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-white)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-white), rgba(0, 0, 0, 0));
}

#edit_room_form hr:nth-of-type(1) {
  margin-top: -10px;
}

#edit_room_form hr:nth-of-type(2) {
  margin-top: 20px;
}

#edit_room_form h1 {
  font-weight: 700;
  font-size: 25px;
  color: var(--light-grey-2);
  margin: 40px;
  text-align: center;
}

#edit_room_form .element {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -ms-grid-columns: 1.5fr 4fr;
      grid-template-columns: 1.5fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#edit_room_form .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey-2);
  width: 100%;
  height: 100%;
  min-height: 40px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
  background-color: var(--light-grey-1);
}

#edit_room_form input {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

#edit_room_form select {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

#edit_room_form button {
  background-color: var(--dark-caramel);
  text-align: center;
  width: 27.27%;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 0px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

#edit_room_form button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

#edit_room_form .delete-room-button {
  background: #be3838;
  opacity: 0.8;
  text-align: center;
  width: 27.27%;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 0px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 400;
  font-size: 18px;
}

#edit_room_form .delete-room-button:hover {
  opacity: 1;
}

#edit_room_form .edit_room_footer {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 800px) {
  #edit_room_form button, #edit_room_form .delete-room-button {
    width: 47%;
  }
}

@media (max-width: 1300px) {
  #edit_room_form .element {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-height: 800px) {
  #edit_room_form {
    min-height: calc(100vh - 76px - 39px - 20px);
    margin-top: 20px;
    margin-bottom: -10px;
  }
  #edit_room_form .element {
    margin-top: 10px;
  }
  #edit_room_form .edit_room_footer {
    margin-top: 30px;
  }
  #edit_room_form h1 {
    margin: 30px;
  }
  #edit_room_form hr:nth-of-type(2) {
    margin-top: 12px;
  }
}

#room-type {
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  min-height: calc(100vh - 76px - 39px - 80px);
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

#room-type hr {
  height: 3px;
  width: 80%;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-white)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-white), rgba(0, 0, 0, 0));
}

#room-type hr:nth-of-type(1) {
  margin-top: -10px;
}

#room-type hr:nth-of-type(2) {
  margin-top: 20px;
}

#room-type h1 {
  font-weight: 700;
  font-size: 25px;
  color: var(--light-grey-2);
  margin: 40px;
}

#room-type .element {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -ms-grid-columns: 0.5fr 1.5fr;
      grid-template-columns: 0.5fr 1.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#room-type .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--pure-black);
  width: 100%;
  height: 100%;
  min-height: 40px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
  background-color: var(--light-grey-1);
}

#room-type input, #room-type textarea {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

#room-type .textarea {
  font-family: 'Roboto';
  letter-spacing: 1px;
  resize: vertical;
  min-height: 100px;
}

#room-type select {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

#room-type button {
  background-color: var(--dark-caramel);
  width: 20%;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 0px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

#room-type button:hover {
  opacity: 0.8;
}

#room-type .edit_room_footer {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media (max-width: 800px) {
  #room-type button {
    width: 40%;
  }
}

@media (max-width: 1300px) {
  #room-type .element {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-height: 800px) {
  #room-type {
    min-height: calc(100vh - 76px - 39px - 20px);
    margin-top: 0px;
    margin-bottom: -10px;
  }
  #room-type .element {
    margin-top: 10px;
  }
  #room-type .edit_room_footer {
    margin-top: 30px;
  }
  #room-type h1 {
    margin: 30px;
  }
  #room-type hr:nth-of-type(2) {
    margin-top: 12px;
  }
}

.settings_forms {
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  min-height: calc(100vh - 78px - 39px - 60px);
  margin: 20px auto 0 auto;
  padding-bottom: 40px;
}

.settings_forms h1 {
  font-weight: 700;
  font-size: 25px;
  color: var(--light-grey-2);
  margin: 40px;
  width: 100%;
  text-align: center;
}

.settings_forms hr {
  height: 3px;
  width: 90%;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-white)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-white), rgba(0, 0, 0, 0));
}

.settings_forms hr:nth-of-type(1) {
  margin-top: -10px;
}

.settings_forms hr:nth-of-type(2) {
  margin-top: 20px;
}

.settings_forms #settings_form_1, .settings_forms #settings_form_2 {
  margin-top: 30px;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.settings_forms #settings_form_1 .subtitle1, .settings_forms #settings_form_2 .subtitle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--light-white);
  font-weight: 500;
  width: 90%;
  height: 40px;
  text-align: center;
  background: var(--dark-grey-2);
}

.settings_forms #settings_form_1 .element, .settings_forms #settings_form_2 .element {
  display: -ms-grid;
  display: grid;
  width: 90%;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.settings_forms #settings_form_1 .element label, .settings_forms #settings_form_2 .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey-2);
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
  background-color: var(--light-grey-1);
}

.settings_forms #settings_form_1 input, .settings_forms #settings_form_2 input {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
  outline: none;
}

.settings_forms #settings_form_1 select, .settings_forms #settings_form_2 select {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

.settings_forms #settings_form_1 button, .settings_forms #settings_form_2 button {
  background-color: var(--dark-caramel);
  width: 60%;
  min-width: 170px;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 0px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

.settings_forms #settings_form_1 button:hover, .settings_forms #settings_form_2 button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.settings_forms #settings_form_1 .edit_employee_footer, .settings_forms #settings_form_2 .edit_employee_footer {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.settings_forms #delete-button {
  margin-top: 40px;
  min-width: 21%;
  padding: 17px;
  background: #be3838;
  opacity: 0.7;
  color: white;
  text-align: center;
}

.settings_forms #delete-button:hover {
  opacity: 0.9;
}

@media (max-width: 800px) {
  .settings_forms .element {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .settings_forms .element label {
    height: 30px;
  }
}

@media (max-width: 1010px), (orientation: portrait) {
  .settings_forms {
    min-height: calc(100vh - 78px - 39px - 80px - 0px);
  }
  .settings_forms #settings_form_1, .settings_forms #settings_form_2 {
    width: 80%;
  }
  .settings_forms #settings_form_1 .edit_employee_footer, .settings_forms #settings_form_2 .edit_employee_footer {
    margin-top: 20px;
  }
}

@media (max-height: 1000px) and (orientation: portrait) {
  .settings_forms #settings_form_1, .settings_forms #settings_form_2 {
    margin-top: 0px;
  }
  .settings_forms #delete-button {
    margin-top: 20px;
  }
}

@media (max-height: 860px) {
  .settings_forms {
    min-height: calc(100vh - 78px - 100px);
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .settings_forms .element {
    margin-top: 10px;
  }
  .settings_forms .edit_employee_footer {
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .settings_forms h1 {
    margin: 30px;
  }
  .settings_forms hr:nth-of-type(2) {
    margin-top: 12px;
  }
}

#edit-room-type {
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  min-height: calc(100vh - 76px - 39px - 80px);
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

#edit-room-type hr {
  height: 3px;
  width: 80%;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-white)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-white), rgba(0, 0, 0, 0));
}

#edit-room-type hr:nth-of-type(1) {
  margin-top: -10px;
}

#edit-room-type hr:nth-of-type(2) {
  margin-top: 20px;
}

#edit-room-type h1 {
  font-weight: 700;
  font-size: 25px;
  color: var(--light-grey-2);
  margin: 40px;
}

#edit-room-type .element {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -ms-grid-columns: 0.5fr 1.5fr;
      grid-template-columns: 0.5fr 1.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#edit-room-type .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--pure-black);
  width: 100%;
  height: 100%;
  min-height: 40px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
  background-color: var(--light-grey-1);
}

#edit-room-type input, #edit-room-type textarea {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

#edit-room-type .textarea {
  font-family: 'Roboto';
  letter-spacing: 1px;
  resize: vertical;
  min-height: 100px;
}

#edit-room-type select {
  color: var(--dark-grey-2);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: none;
  background-color: var(--light-white);
}

#edit-room-type button {
  background-color: var(--dark-caramel);
  text-align: center;
  width: 25%;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 0px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

#edit-room-type button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

#edit-room-type .delete-room-type {
  background: #be3838;
  opacity: 0.8;
  text-align: center;
  width: 25%;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 0px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 400;
  font-size: 18px;
}

#edit-room-type .delete-room-type:hover {
  opacity: 1;
}

#edit-room-type .edit_room_footer {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 800px) {
  #edit-room-type button, #edit-room-type .delete-room-type {
    width: 47%;
  }
}

@media (max-width: 1300px) {
  #edit-room-type .element {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-height: 800px) {
  #edit-room-type {
    min-height: calc(100vh - 76px - 39px - 20px);
    margin-top: 0px;
    margin-bottom: -10px;
  }
  #edit-room-type .element {
    margin-top: 10px;
  }
  #edit-room-type .edit_room_footer {
    margin-top: 30px;
  }
  #edit-room-type h1 {
    margin: 30px;
  }
  #edit-room-type hr:nth-of-type(2) {
    margin-top: 12px;
  }
}

.cleaning-rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--pure-white);
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  width: 90%;
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

.cleaning-rooms hr {
  display: none;
  width: 100%;
  border: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--light-grey-1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--light-grey-1), rgba(0, 0, 0, 0));
}

.cleaning-rooms .header {
  width: 100%;
  color: var(--light-grey-2);
  font-weight: 500;
}

.cleaning-rooms .header .label {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 40px 0 40px 0;
  text-align: center;
}

.cleaning-rooms .header .table-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 0.8fr 0.8fr 0.6fr;
      grid-template-columns: 0.5fr 0.8fr 0.8fr 0.6fr;
  padding: 10px;
  background-color: var(--dark-grey-2);
  color: var(--light-white);
}

.cleaning-rooms .header .table-header .action {
  margin-left: 35px;
}

.cleaning-rooms .table-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 0.5fr 0.8fr 0.8fr 0.6fr;
      grid-template-columns: 0.5fr 0.8fr 0.8fr 0.6fr;
  padding: 10px;
  color: var(--dark-grey-2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.cleaning-rooms .table-row:nth-of-type(odd) {
  background-color: var(--light-white);
}

.cleaning-rooms .table-row .start {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cleaning-rooms .table-row .start-button {
  text-align: center;
  background-color: var(--dark-caramel);
  width: 145px;
  padding: 10px;
  font-weight: 500;
  color: var(--pure-white);
}

.cleaning-rooms .table-row .start-button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.cleaning-rooms .table-row .finish-button {
  text-align: center;
  background-color: var(--dark-grey-1);
  width: 145px;
  padding: 10px;
  font-weight: 500;
  color: var(--pure-white);
}

.cleaning-rooms .table-row .finish-button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.cleaning-rooms .user {
  font-size: 25px;
  color: var(--light-grey-2);
}

.cleaning-rooms .name {
  font-weight: 700;
}

.cleaning-rooms .center {
  text-align: center;
}

@media (max-width: 900px) {
  .cleaning-rooms hr {
    display: block;
  }
  .cleaning-rooms .header hr {
    display: none;
  }
  .cleaning-rooms .header .table-header {
    display: none;
  }
  .cleaning-rooms .table-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    line-height: 1.4;
  }
  .cleaning-rooms .table-row .start {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .cleaning-rooms .table-row:nth-of-type(odd) {
    background-color: var(--pure-white);
  }
  .cleaning-rooms .table-row:nth-of-type(even) {
    background-color: var(--light-white);
  }
}

.add_room_form {
  display: none;
  position: fixed;
  z-index: 850;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.add_room_form #modal_content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--light-white);
  margin: 10vh auto;
  padding: 40px;
  width: 600px;
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  border-radius: 2px;
}

.add_room_form #modal_content3 h1 {
  color: var(--dark-grey-1);
}

.add_room_form #modal_content3 .element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 4fr;
      grid-template-columns: 2fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: var(--light-grey-1);
}

.add_room_form #modal_content3 .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey-2);
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
}

.add_room_form #modal_content3 input {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.add_room_form #modal_content3 select {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.add_room_form #modal_content3 button {
  background-color: var(--dark-caramel);
  width: 150px;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 20px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

.add_room_form #modal_content3 button:hover {
  opacity: 0.8;
}

.add_room_form #modal_content3 .add_room_footer {
  width: 449px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

body {
  background-color: var(--light-white);
  min-height: 100vh;
  min-width: 100vw;
  font-family: "Roboto";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-x: hidden;
  scrollbar-color: var(--dark-grey-2) var(--light-grey-2);
}

.settings_form {
  display: none;
  position: fixed;
  z-index: 880;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.settings_form #modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--light-white);
  margin: 10vh auto;
  padding: 40px;
  width: 600px;
  -webkit-box-shadow: 2px 0 40px -25px;
          box-shadow: 2px 0 40px -25px;
  border-radius: 2px;
}

.settings_form #modal_content h1 {
  color: var(--dark-grey-1);
  padding-bottom: 10px;
}

.settings_form #modal_content .element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 4fr;
      grid-template-columns: 3fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: 100%;
  background-color: var(--light-grey-1);
}

.settings_form #modal_content .element label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey-2);
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px;
}

.settings_form #modal_content input {
  color: var(--dark-grey-2);
  width: 300px;
  font-size: 18px;
  padding: 15px;
  border: none;
}

.settings_form #modal_content button {
  background-color: var(--dark-caramel);
  width: 42%;
  outline: none;
  letter-spacing: 1px;
  border: none;
  margin-top: 20px;
  padding: 15px;
  cursor: pointer;
  color: var(--pure-white);
  font-weight: 500;
  font-size: 18px;
}

.settings_form #modal_content button:hover {
  opacity: 0.8;
}

.settings_form #modal_content .settings_footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (max-height: 800px) {
  .settings_form #modal_content {
    padding-top: 20px;
  }
  .settings_form #modal_content .element {
    margin-top: 10px;
  }
  .settings_form #modal_content .settings_footer {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .sidebar {
    width: 230px;
    position: fixed;
    -webkit-transform: translate(-230px, 0);
            transform: translate(-230px, 0);
  }
  .sidebar .sidebar__options .mobile-only {
    display: block;
  }
  .settings_form #modal_content {
    margin-top: 12vh;
    width: 350px;
  }
  .settings_form #modal_content .element {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .settings_form #modal_content .element label {
    height: 40px;
  }
  .settings_form #modal_content .settings_footer {
    width: 300px;
  }
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */
