@font-face {
  src: url("/../fonts/RobotoSlab.ttf");
  font-family: "RobotoSlab";
}
@font-face {
  src: url("/../fonts/Roboto-Regular.ttf");
  font-family: "Roboto";
}
body {
  font-family: Roboto;
  margin: 0px;
  backgroud-color: #333;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  font-size: 150%;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.FullCalender {
  background: #e9eaec;
  padding-bottom: 3.5rem;
}

.calenderOverlay {
  background: #3a3a3a3a;
  position: fixed;
  top: 0px;
  display: flex;
  justify-content: center;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.calenderOverlay form {
  margin: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.calenderOverlay form input {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  border-radius: 0.5rem;
  margin: 1rem;
  padding: 0.3rem;
  border: none;
  width: 85%;
  background: #e0e0e0;
}
.calenderOverlay form input:hover {
  background: #a1c7f8;
}
.calenderOverlay form input:focus {
  background: #a1c7f8;
}
.calenderOverlay form label {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.calenderOverlay form button {
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  border: none;
  background: #00B9AA;
  border-radius: 0.5rem;
  padding: 0.6rem;
  color: #fff;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.calenderOverlay form button:hover {
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  background: #81f7ed;
}
.calenderOverlay form .cancel {
  background: none;
  border: solid 1px #000;
  color: #000;
}
.calenderOverlay form .cancel:hover {
  border: solid 1px #808080;
  background: #ff7979;
}

.calenderError {
  z-index: 2;
  position: fixed;
  top: 0px;
  margin: 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.calenderError div {
  background: #f7a4a4;
  border-radius: 0.5rem;
  margin: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.4rem;
  padding-right: 5rem;
  font-size: 1rem;
}
.calenderError div p {
  padding: 1rem;
}
.calenderError div button {
  background: none;
  border: none;
}
.calenderError div button img {
  height: 1rem;
  margin: 1.4rem;
}

.calenderNotify {
  z-index: 2;
  position: fixed;
  top: 0px;
  margin: 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #000000;
  font-weight: bold;
}
.calenderNotify div {
  background: #ffffff;
  border-radius: 0.5rem;
  margin: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.4rem;
  padding-right: 5rem;
  font-size: 1rem;
}
.calenderNotify div p {
  padding: 1rem;
}
.calenderNotify div button {
  background: none;
  border: none;
}
.calenderNotify div button img {
  height: 1rem;
  margin: 1.4rem;
}

.showeventoverlay {
  z-index: 3;
  margin: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #22222270;
  display: flex;
  justify-content: center;
}
.showeventoverlay div {
  margin-top: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 3rem;
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.showeventoverlay div p {
  display: flex;
  justify-content: center;
  font-size: 150%;
  margin: 0.3rem;
  background: #e0e0e0;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.showeventoverlay div div {
  display: flex;
  flex-direction: row;
  background: none;
  padding: 0px;
  justify-content: center;
  margin: 0px;
}
.showeventoverlay div div button {
  background: none;
  font-size: 140%;
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: solid 1px #525252a4;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.showeventoverlay div div button:hover {
  background: #8a8a8a;
}
.showeventoverlay div div .deleteBtn {
  background: #00B9AA;
  color: #fff;
}
.showeventoverlay div div .deleteBtn:hover {
  background: #81f7ed;
}

.roomsOverlay {
  height: 100%;
  width: 100%;
  background: #5e5e5e65;
  z-index: 10;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0px;
}
.roomsOverlay div {
  background: #fff;
  margin: 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.9rem;
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.roomsOverlay div div {
  display: flex;
  padding: 0px;
  margin: 0px;
  background: none;
  flex-direction: row;
  justify-content: right;
}
.roomsOverlay div div button {
  align-self: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: none;
  border: none;
}
.roomsOverlay div div button img {
  height: 2rem;
  width: 2rem;
}
.roomsOverlay div a {
  margin: 0.3rem;
  color: #000;
  border-bottom: 1px solid #000;
}
.roomsOverlay div a:hover {
  color: #626b6b;
}

.calenderFooter {
  margin: 0px;
  padding: 0px;
  position: fixed;
  z-index: 2;
  bottom: 0px;
  background: #c8c9c9;
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.calenderFooter div div {
  margin-left: 2rem;
  margin-right: 2rem;
}
.calenderFooter div div button {
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  justify-self: right;
  margin-top: 0.5rem;
  background: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 4rem;
  border: none;
  float: right;
}
.calenderFooter div div button img {
  height: 45px !important;
  width: 45px !important;
}
.calenderFooter p {
  color: #000000;
  font-size: 0.8rem;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  margin: 0px;
}
.calenderFooter div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.calenderFooter a {
  margin: 1rem;
  font-size: 0.8rem;
  color: #000000;
}
.calenderFooter a p:hover {
  color: #ffffff;
}

.whatsappBtn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 4rem;
  display: flex;
  justify-content: center;
  margin: 5px !important;
  padding: 0px;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 0.3rem;
  margin-right: 1rem;
}
.whatsappBtn img {
  margin: 0px;
  height: 45px !important;
  width: 45px !important;
}

.formView {
  display: flex;
  justify-content: center;
}

.roomsForm {
  background: #fff;
  margin: 4rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.roomsForm p {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0.4rem;
}
.roomsForm button {
  border-radius: 0.5rem;
  background: #00B9AA;
  border: none;
  color: #fff;
  margin: 0.7rem;
  padding: 0.5rem;
  font-weight: bold;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.roomsForm button:hover {
  background: #81f7ed;
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.roomsForm input {
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.5rem;
  background: #e0e0e0;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.roomsForm input:hover {
  background: #a1c7f8;
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.roomsForm input:focus {
  background: #a1c7f8;
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.roomsDashboard {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  margin: 0.4rem;
}
.roomsDashboard select {
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: none;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  display: flex;
}
.roomsDashboard form p {
  font-weight: bold;
  color: #000;
  width: 10rem;
}
.roomsDashboard form input {
  border-radius: 0.5rem;
  padding: 0.4rem;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  border: none;
}
.roomsDashboard form div {
  display: flex;
  flex-direction: column;
}
.roomsDashboard form div button {
  padding: 0.4rem;
  margin: 0.4rem;
  border: solid 1.2px #000;
  border-radius: 0.4rem;
  background: none;
  font-size: 110%;
  width: 10rem;
}
.roomsDashboard form div .createBtn {
  border-color: #136b1a;
}
.roomsDashboard form div .createBtn:hover {
  background: #48d648;
}
.roomsDashboard form div .deleteBtn {
  border-color: #0e0d0d;
}
.roomsDashboard form div .deleteBtn:hover {
  background: #ff3e3e;
}
.roomsDashboard form div .updateBtn {
  border-color: #136b1a;
}
.roomsDashboard form div .updateBtn:hover {
  background: #48d648;
}
.roomsDashboard form div .go {
  padding: 0.4rem;
  margin: 0.4rem;
  border: solid 1.2px #000;
  border-radius: 0.4rem;
  background: none;
  font-size: 110%;
  display: flex;
  align-self: center;
  color: #000000;
}
.roomsDashboard form div .go:hover {
  background: #979696b0;
}

.dashboardOverlay {
  z-index: 10;
  top: 0px;
  background: #7c7c7c3f;
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
}
.dashboardOverlay div {
  background: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dashboardOverlay div p {
  display: flex;
  justify-content: center;
}
.dashboardOverlay div div {
  display: flex;
  flex-direction: row;
  margin: 0rem;
}
.dashboardOverlay div div button {
  margin: 0.4rem;
  border-radius: 0.5rem;
  background: none;
  border: solid 1px #686868;
}

.login {
  display: flex;
  justify-content: center;
}
.login form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  margin: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.login form div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0.2rem;
  align-items: center;
}
.login form div label {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}
.login form div input {
  padding: 0.1rem;
  width: 10rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  margin: 0.5rem;
  border: none;
  font-size: 1.2rem;
  background: #e0e0e0;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.login form div input:focus {
  background: #a1c7f8;
  border: none;
}
.login form div input:hover {
  background: #a1c7f8;
  border: none;
}
.login form div button {
  background: #00B9AA;
  width: 7rem;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  padding: 0.3rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.login form div button:hover {
  background: #81f7ed;
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.dashboard {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.dashboard .logsViewDashboard {
  height: 30rem;
  background: #000;
  width: 100%;
}
.dashboard .roomsViewDashboard {
  width: 15rem;
}

.fc-button-primary {
  height: 2.5rem !important;
}

.fc-header-toolbar {
  margin: 0px !important;
  background: #eeeeee;
  height: 4rem !important;
}

#fc-dom-1 {
  font-size: 80% !important;
  color: #000000;
}

.fc-col-header-cell-cushion {
  font-size: 80%;
  color: #000000;
}

.fc-toolbar-title {
  color: #000000;
}

.fc-day-today {
  background: #E2EDF8 !important;
}

.fc-icon {
  height: 1rem !important;
  width: 1rem !important;
}

.fc-button-group button {
  height: 2rem;
  margin: 3rem;
  background: #fff;
}
.fc-button-group button span {
  height: 1rem;
}

.fc-button {
  margin: 0.4rem !important;
  background: #00b9aa !important;
  border: none !important;
  font-size: 80% !important;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.fc-button:hover {
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  background: #578cff !important;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}

.fc-prev-button {
  border: solid #000 1px !important;
  background: none !important;
  color: #000 !important;
  height: 2rem !important;
  width: 2rem !important;
}
.fc-prev-button:hover {
  background: #c9c9c99c !important;
}

.fc-next-button {
  border: solid #000 1px !important;
  background: none !important;
  color: #000 !important;
  height: 2rem !important;
  width: 2rem !important;
}
.fc-next-button:hover {
  background: #c9c9c99c !important;
}

.fc-icon {
  margin-bottom: 0.5rem !important;
  margin-right: 0.8rem !important;
}

.fc-today-button {
  background: #F9E1FA !important;
  font-weight: bold !important;
  color: #000 !important;
}

.fc-timeGridWeek-button {
  border: solid #000 1px !important;
  background: none !important;
  color: #000 !important;
}
.fc-timeGridWeek-button:hover {
  background: #c9c9c99c !important;
}

.fc-timeGridDay-button {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
  border: solid #000 1px !important;
  background: none !important;
  color: #000 !important;
}
.fc-timeGridDay-button:hover {
  background: #c9c9c99c !important;
}

.fc-timegrid-slot {
  height: 4rem !important;
}

.fc-event {
  color: #000 imporant !important;
}

.logs {
  background: #000000;
  overflow: auto;
}

.logs_table {
  overflow: auto;
  height: 30rem;
  width: 100%;
}

.logs_header {
  background: #000000;
  width: 100%;
  top: 0px;
}
.logs_header tr th {
  color: #ffffff;
}

.logs_body {
  height: 30rem;
}
.logs_body tr td {
  background: #fafafa;
  height: 1.3rem;
}
