@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --mud-palette-primary: #334e64;
}

@font-face {
  font-family: "Century-Gothic";
  src: url(../fonts/otf/CenturyGothic.ttf);
}
@font-face {
  font-family: "Century-Gothic-Italic";
  src: url(../fonts/otf/CenturyGothicItalic.otf);
}
@font-face {
  font-family: "Century-Gothic-Bold";
  src: url(../fonts/otf/CenturyGothicBold.otf);
}
html, body {
  font-family: "Century-Gothic", sans-serif !important;
}

.nordica-main-title {
  font-family: "Century-Gothic-Bold", serif;
  font-size: clamp(1.33rem, 1.2vw, 1.67rem);
}

.nordica-special-title {
  font-family: "Century-Gothic-Bold", serif;
  font-size: clamp(1rem, 1.2vw, 1.17rem);
}

.nordica-title {
  font-family: "Century-Gothic-Bold", serif;
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
}

.nordica-subtitle {
  font-family: "Century-Gothic-Bold", serif;
  font-size: clamp(0.75rem, 1.2vw, 0.92rem);
}

.nordica-main-text {
  font-family: "Century-Gothic", serif;
  font-size: clamp(1.33rem, 1.2vw, 1.67rem);
}

.nordica-text {
  font-family: "Century-Gothic", serif;
  font-size: clamp(0.75rem, 1.2vw, 0.92rem);
}

.nordica-subtext {
  font-family: "Century-Gothic", serif;
  font-size: clamp(0.58rem, 1.2vw, 0.75rem);
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.content {
  padding: 20px 1.5rem 20px 2rem !important;
}

.page-title-center, .page-title {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-title {
  justify-content: space-between;
}

.page-title-center {
  justify-content: center;
}

.card-content {
  padding: 10px;
}

.form-content {
  padding: 20px;
  width: 60%;
  margin: 0px auto;
}
@media (max-width: 850px) {
  .form-content {
    width: 80%;
  }
}

.mud-avatar.mud-avatar-large {
  width: 200px !important;
  font-size: 1.75rem;
}

.icon-view-home {
  width: 30px;
  height: 30px;
}

.page-error {
  width: 60%;
  margin: 0px auto;
}
@media (max-width: 700px) {
  .page-error {
    width: 100%;
  }
}

.parking-calendar {
  margin: 10px 0px;
}

input[type=date]::-webkit-calendar-picker-indicator, input[type=time]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 0.9;
  filter: invert(0.9);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: 1s all;
  opacity: 0;
}
.loading .spin {
  border: 3px solid hsla(185, 100%, 62%, 0.2);
  border-top-color: #6C757D;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
}

.show {
  opacity: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1030px) {
  .mud-fab-label {
    font-size: 10px !important;
  }
}
.mud-button-text.mud-button-text-primary {
  color: var(--mud-palette-info-darken) !important;
}

.areas-notavailable {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.establishments-notavailable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 70%;
}

@media (min-width: 641px) {
  .hidesidebar {
    display: none;
  }
}

.admin {
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
}
@media (max-width: 850px) {
  .admin {
    flex-direction: column !important;
  }
}

.data-bankaccount {
  text-align: center;
}
.data-bankaccount p {
  margin: 5px 0px;
}

.validation-message {
  color: red;
}

.content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1000px) {
  .content-header {
    flex-direction: column;
    justify-content: center;
  }
}
.content-header .title-section span {
  font-size: 30px;
  line-height: 47px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #373a3d;
  font-weight: 600;
}
@media (max-width: 420px) {
  .content-header .title-section span {
    font-size: 25px;
  }
}
.content-header .search-section {
  position: relative;
}
.content-header .search-section span {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 20px;
}
.content-header .search-section .input-establishment {
  outline: none;
  padding: 5px;
  margin: 0px auto;
  text-align: center;
  padding-left: 30px;
  min-width: 400px;
  min-height: 40px;
  border-radius: 5px;
}
@media (max-width: 420px) {
  .content-header .search-section .input-establishment {
    min-width: 260px;
  }
}

.alert-info {
  color: white !important;
  background-color: #334e64 !important;
  border-color: #334e63 !important;
  padding: 0px 5px;
  border-radius: 3px;
}

.btn-details {
  color: #334e64 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

/*Button css styles in general*/
.mud-button-filled.mud-button-filled-success,
.mud-fab-primary,
.mud-fab-info,
.mud-button-filled.mud-button-filled-primary,
.mud-fab-success,
.mud-chip-filled.mud-chip-color-info,
.mud-fab-warning {
  background-color: #334e64 !important;
}

.mud-switch-success.mud-checked {
  color: #334e64 !important;
}

.mud-switch-success.mud-checked + .mud-switch-track {
  background-color: #334e64 !important;
}

.mud-fab:disabled {
  cursor: default;
  pointer-events: none;
  color: white !important;
  background-color: #F0F0F0 !important;
}

.mud-input-label-outlined {
  margin-top: 0px !important;
}

.mud-input-outlined-border:focus {
  border-color: #334e64 !important;
}

.go-back {
  display: flex;
  justify-content: end;
  margin-bottom: 5px;
}
.go-back button {
  margin-top: 0px !important;
}
@media (max-width: 641px) {
  .go-back {
    justify-content: start;
  }
}

.mud-fab-size-small {
  width: 40px;
  height: 40px;
  min-width: 40px !important;
}

@media (min-width: 641px) {
  .navbar {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .card {
    width: 95% !important;
    margin: 0px auto;
  }
}

img[usemap] {
  border: none;
  height: auto;
  width: auto;
}

.blur-effect {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.mud-alert-position {
  flex: 1;
  display: flex;
  margin-top: 5px;
}

.mud-alert {
  padding: 10px 0px 0px 10px !important;
}

.card-invitation {
  padding: 30px;
  width: 60%;
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 700px) {
  .card-invitation {
    width: 100%;
  }
}
.card-invitation h3 {
  margin: 30px 0px;
}
.card-invitation input[type=text] {
  margin-bottom: 10px;
}
.card-invitation .section-company {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  align-items: center;
}
@media (max-width: 500px) {
  .card-invitation .section-company {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
}
.card-invitation .section-users {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin: 20px 0px;
}
.card-invitation .section-users input[type=checkbox] {
  transform: scale(1.5);
}
.card-invitation .section-users div {
  display: flex;
  gap: 10px;
}
.card-invitation .btn-invitation {
  background-color: #334e64;
  color: white;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 30px;
}

.buttons-user-management {
  display: flex;
  gap: 10px;
}

@media (max-width: 641px) {
  .section-areacoworking {
    grid-column: 1/3;
  }
}
.section-areacoworking .buttons-areacoworking {
  margin-top: 10px;
  display: flex;
}
.section-areacoworking .buttons-areacoworking button {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #334e64 !important;
  color: white;
  opacity: 0.8;
}
.section-areacoworking .buttons-areacoworking .active-selection {
  opacity: 1;
}

.booking-inuts {
  margin-top: 10px;
}

.available-selected-time {
  background-color: #334e64;
  color: white;
  border-radius: 3px;
  display: flex;
  gap: 20px;
  padding: 10px;
  align-items: center;
  align-content: center;
}

.notavailable-selected-time {
  background-color: #F7EFF1;
  color: #F21C0D;
  padding: 10px;
  display: flex;
  gap: 10px;
}
.notavailable-selected-time span {
  font-size: 20px;
  opacity: 0.8;
}

.manage-users {
  text-align: center;
}
.manage-users .header {
  margin-top: 20px;
  margin-bottom: 20px;
}
.manage-users .header h3 {
  font-weight: bold;
}

.list-users {
  border: none !important;
}

hr {
  margin: 0px !important;
}

.current-booking-notavailable, .past-booking, .current-booking {
  box-shadow: 1px 1px 0px #ccc;
  border-radius: 5px;
  overflow: hidden;
  height: auto;
  width: 100%;
}

.current-booking {
  background-color: #334e64;
  color: white;
}

.past-booking {
  background-color: #808080 !important;
  color: white !important;
}

.current-booking-notavailable {
  background-color: #eee !important;
  color: #F21C0D !important;
  opacity: 0.8;
}

@media (max-width: 400px) {
  .mud-popover.mud-popover-open {
    left: 8% !important;
  }
}
.login-main {
  width: 50%;
}
@media (max-width: 950px) {
  .login-main {
    width: 80% !important;
  }
}
@media (max-width: 750px) {
  .login-main {
    width: 100% !important;
  }
}
.login-main .section-info {
  position: relative;
}
.login-main .section-info .info-register {
  display: flex;
  justify-content: end;
}
.login-main .section-info .info-register span {
  font-size: 30px;
  color: #334e64;
  text-align: right;
}
.login-main .section-info .show-message {
  border: 1px solid #ccc;
  background-color: #334e64;
  color: white;
  padding: 5px;
  width: 200px;
  position: absolute;
  z-index: 10;
  right: 0;
}

.container-login {
  border: 1px solid #CCCCCC;
  padding: 40px;
  margin: 0px auto;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.container-login .form-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.container-login .margin {
  margin-bottom: 10px !important;
}
.container-login .password {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.container-login .inputlogin {
  border-radius: 0px !important;
  opacity: 0.9;
}
.container-login .inputlogin:focus {
  opacity: 1;
}
.container-login .title {
  text-align: center;
}
.container-login .app_name {
  font-weight: bold;
}
.container-login .email, .container-login .pass {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.container-login .email span, .container-login .pass span {
  border: 1px solid #CCCCCC;
  padding: 8px;
}
.container-login .login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.container-login .login-options button, .container-login .login-options a {
  color: #083351;
}

.user-rol {
  border: 1px solid #CCCCCC;
  width: 50%;
  padding: 20px;
  margin: 0px auto;
}
@media (max-width: 900px) {
  .user-rol {
    width: 70%;
  }
}
@media (max-width: 680px) {
  .user-rol {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .rol-buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}

.reset-password .inputlogin {
  border-radius: 5px !important;
}
.reset-password .inputlogin:focus {
  opacity: 1;
}

.current-userinfo {
  display: flex;
  justify-content: start;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 925px) {
  .current-userinfo {
    flex-direction: column;
  }
}
.current-userinfo .info {
  flex-basis: 45%;
}
.current-userinfo .passw {
  flex-basis: 45%;
}

.register-options {
  margin: 10px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.register-options button {
  padding: 10px;
  border: 1px solid #CCCCCC;
  background-color: #334e64;
  color: white;
  opacity: 0.8;
}
.register-options .active {
  opacity: 1;
}

.recover-password {
  width: 80%;
  margin: 0px auto;
  margin-top: 40px;
  text-align: center;
}
.recover-password .buttons-recoverpass {
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.recover-password .buttons-recoverpass button {
  flex: auto;
}
.recover-password .buttons-recoverpass .pass {
  margin-top: 20px;
}

.reset-forgot-password {
  width: 50%;
  margin: 100.7px auto;
  text-align: center;
}
@media (max-width: 800px) {
  .reset-forgot-password {
    width: 70%;
  }
}
@media (max-width: 540px) {
  .reset-forgot-password {
    width: 90%;
  }
}
.reset-forgot-password .hide-email {
  display: none;
}
.reset-forgot-password h6 {
  padding: 12px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.reset-forgot-password .btn-admin {
  margin-top: 30.89px;
}

.calendar .calendar-table {
  width: 100%;
  background-color: #F3F2F1;
  text-align: center;
  table-layout: fixed;
}
.calendar .calendar-table thead {
  background-color: #e6e7e8;
  position: sticky;
  top: 3.25rem;
  z-index: 99;
}
@media (max-width: 850px) {
  .calendar .calendar-table thead {
    top: 6.25rem;
  }
}
@media (max-width: 700px) {
  .calendar .calendar-table thead {
    position: inherit;
  }
}
.calendar .calendar-table .day {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background-color: white;
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 992px) {
  .calendar .calendar-table .day {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .calendar .calendar-table .day {
    height: 110px;
  }
}
@media (max-width: 700px) {
  .calendar .calendar-table .day {
    height: 80px;
  }
}
@media (max-width: 400px) {
  .calendar .calendar-table .day {
    height: 45px;
  }
}
.calendar .calendar-table .day .day-event {
  font-size: 10px;
  margin-top: 5px;
  padding: 2px;
}
@media (max-width: 825px) {
  .calendar .calendar-table .day .day-event {
    display: none;
  }
}
.calendar .calendar-table .day .more-details-booking {
  font-size: 12px;
  margin-top: 3px;
  color: #334e64;
  margin-bottom: 3px;
  text-align: left;
}
@media (max-width: 825px) {
  .calendar .calendar-table .day .more-details-booking {
    display: none;
  }
}
.calendar .calendar-table .day .info-booking {
  position: absolute;
  padding: 5px;
  background-color: #334e64;
  color: white;
  font-size: 10px;
  width: 100%;
  text-align: left;
  border: 2px solid #ccc;
  border-radius: 5px;
  z-index: 90;
}
@media (max-width: 825px) {
  .calendar .calendar-table .day .info-booking {
    display: none;
  }
}
.calendar .calendar-table .day .info-booking p {
  margin: 0px !important;
}
.calendar .calendar-table td {
  padding: 0px !important;
  font-size: 18px;
  height: 38px;
}
@media (max-width: 500px) {
  .calendar .calendar-table td {
    font-size: 15px;
  }
}
.calendar .calendar-table .current-day {
  border: 2px solid #334e64;
  color: #334e64;
}
.calendar .calendar-table .selected-day {
  border: 2px solid #004578;
  color: #004578;
  background: #c7e0f4 !important;
}
.calendar .calendar-table .daymonth {
  color: #247fff;
  font-weight: 600 !important;
  text-align: left;
}
.calendar .calendar-table .daynote {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media (max-width: 1050px) {
  .calendar .calendar-table .daynote {
    display: none;
  }
}

.calendar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 99;
  padding-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
@media (max-width: 850px) {
  .calendar-header {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 641px) {
  .calendar-header {
    top: 56px;
    gap: 0px;
  }
}
.calendar-header .calendar-views {
  background-color: #e6e7e8;
  width: 40%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .calendar-header .calendar-views {
    display: none;
  }
}
.calendar-header .calendar-views button {
  font-weight: 600;
  flex-basis: 25%;
}
.calendar-header .calendarmovil-views {
  display: none;
}
@media (max-width: 1200px) {
  .calendar-header .calendarmovil-views {
    display: block !important;
    width: 100px;
  }
}
@media (max-width: 700px) {
  .calendar-header .calendarmovil-views {
    width: 100%;
  }
}
@media (max-width: 641px) {
  .calendar-header .calendarmovil-views {
    margin-bottom: 10px;
  }
}
.calendar-header .calendarmovil-views select {
  background-color: #334e64;
  color: white;
  padding: 9px;
}
.calendar-header .calendarmovil-views select:focus {
  box-shadow: none;
  border-color: white;
}
.calendar-header .calendar-optionsdate {
  display: flex;
  width: 70%;
  gap: 10px;
  justify-content: end;
}
@media (max-width: 1200px) {
  .calendar-header .calendar-optionsdate {
    width: 80%;
  }
}
@media (max-width: 850px) {
  .calendar-header .calendar-optionsdate {
    justify-content: start;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .calendar-header .calendar-optionsdate {
    flex-direction: column;
  }
}
.calendar-header .calendar-optionsdate .header-item {
  flex-basis: 30%;
}
.calendar-header .calendar-optionsdate #schedule-viewday {
  text-align: center;
  border: none;
  padding: 10px;
  background-color: #334e64;
  color: white;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.calendar-header .calendar-optionsdate select {
  padding: 9px;
  text-transform: capitalize;
  background-color: #334e64;
  color: white;
}
.calendar-header .calendar-optionsdate select:focus {
  box-shadow: none;
  border-color: white;
}
.calendar-header .calendar-optionsdate .btn-reportpdf {
  background-color: #334e64;
  padding: 10px;
  color: white;
  width: 100%;
  border-radius: 5px;
}

.homecalendar {
  display: grid;
  grid-template-columns: 75% 25%;
}
.homecalendar .viewcalendar .calendar-month {
  margin-bottom: 10px;
  background-color: #e6e7e8;
}
.homecalendar .viewcalendar .calendar-month button {
  width: calc(50% - 2.5px);
  font-weight: 600;
}
@media (max-width: 1200px) {
  .homecalendar .viewcalendar {
    grid-column: 1/3;
  }
}
@media (max-width: 430px) {
  .homecalendar .viewevents {
    display: grid !important;
  }
}
@media (max-width: 1200px) {
  .homecalendar .viewevents {
    grid-column: 1/3;
    grid-gap: 10px;
  }
}
.homecalendar .space {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px !important;
}
.homecalendar .space select {
  padding: 7px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.homecalendar .row > * {
  padding-right: 0px !important;
}
@media (max-width: 990px) {
  .homecalendar .row > * {
    padding: 0px !important;
  }
}
@media (min-width: 990px) {
  .homecalendar .filter-salas {
    padding-right: 10px !important;
  }
}
@media (max-width: 990px) {
  .homecalendar .row {
    --bs-gutter-x: 0px !important;
  }
}

.create-booking {
  position: sticky;
  top: 54px;
  text-align: center;
  z-index: 999;
}
.create-booking span {
  margin-left: 4px;
}
@media (max-width: 1200px) {
  .create-booking {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 99;
  }
}
.create-booking .btn-create-agenda {
  background-color: #334e64;
  color: white;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px;
  border-radius: 8px;
  height: 38px;
}
@media (max-width: 1200px) {
  .create-booking .btn-create-agenda {
    margin: 0px;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #e6e7e8;
  }
}
.create-booking .disabled {
  background-color: #e6e7e8 !important;
  color: black !important;
}

.calendar-toolbar {
  background: #334e64;
  color: white;
}
.calendar-toolbar span {
  font-size: 18px;
  padding-left: 10px;
}
.calendar-toolbar .toolbar-button {
  background: #334e64;
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  vertical-align: middle;
  outline: none;
  font-size: 25px;
  font-weight: 100;
  color: white;
  border: none;
  line-height: 50px;
}
.calendar-toolbar .toolbar-button:focus {
  border: none;
  outline: none;
}

.modal-booking {
  scroll-margin-inline-end: 10em;
}
.modal-booking .card-content {
  padding: 10px;
  margin-top: 10px;
}
.modal-booking .card-content label {
  margin-top: 10px;
}
.modal-booking .section-discont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.modal-booking .section-discont button {
  display: inline;
  text-align: center;
  padding: 10px;
  color: white;
  width: 100%;
  background-color: #334e64;
}
.modal-booking .section-bookingStatus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.modal-booking .section-bookingStatus .switch {
  grid-column: 1/4;
}
.modal-booking .section-infobookablearea p {
  margin-bottom: 5px !important;
}
.modal-booking .content-available-classes {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
}
.modal-booking .content-available-classes .select-class {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.modal-booking .content-dailyrule {
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin-top: 10px;
}
.modal-booking .content-dailyrule .every-dailyrule {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal-booking .content-dailyrule .every-dailyrule .input {
  margin: 0px 3px;
  flex-basis: 15%;
}
.modal-booking .content-dailyrule .every-dailyrule input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(25%) sepia(9%) saturate(2367%) hue-rotate(165deg) brightness(97%) contrast(84%);
}
.modal-booking .content-dailyrule .every-dailyrule .inputDateCalendar {
  border: 1px solid #ccc;
  margin: 0px 5px;
  text-align-last: center;
  border-radius: 3px;
  flex-basis: 35%;
}
.modal-booking .content-dailyrule .every-dailyrule .inputDateCalendar .mud-input {
  margin-top: 0px !important;
}
.modal-booking .content-dailyrule .every-dailyrule .inputDateCalendar .mud-icon-root.mud-svg-icon {
  color: #334e64;
}
.modal-booking .content-dailyrule .weekly-rule {
  display: flex;
  align-items: center;
  flex: 1 0 10px;
  gap: 10px;
}
.modal-booking .content-dailyrule .weekly-rule .input-weekly {
  flex-basis: 30%;
}
.modal-booking .content-dailyrule .weekly-rule .select-weekly {
  flex-basis: 40%;
}
.modal-booking .content-dailyrule input[type=radio] {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.modal-booking .content-dailyrule .valid.modified:not([type=checkbox]) {
  outline: none !important;
}
.modal-booking .content-dailyrule .monthlyrule {
  display: flex;
  align-items: center;
}
.modal-booking .content-dailyrule .item {
  margin: 0px 10px 0px 10px !important;
  flex-basis: 30%;
}
.modal-booking .showrepeat-agenda {
  display: none;
}
.modal-booking .agenda-userinfo {
  display: flex;
  flex-direction: column;
}
.modal-booking .agenda-userinfo .data {
  display: flex;
}
.modal-booking .agenda-userinfo p {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.modal-booking .agenda-userinfo i {
  font-size: 20px;
}
.modal-booking .agenda-userinfo span {
  margin-left: 5px;
  color: #247FFF;
}
.modal-booking .agenda-hr {
  margin-top: 0px !important;
}
.modal-booking .select-hours {
  display: flex;
  grid-gap: 4px;
  margin-top: 10px;
}
@media (max-width: 450px) {
  .modal-booking .select-hours {
    flex-direction: column;
  }
}
.modal-booking .multiple-areas {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal-booking .multiple-areas div {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px;
  background-color: #E1E1E1;
}
.modal-booking .booking-summary {
  margin-top: 20px;
  margin-top: 20px;
  max-height: 200px;
  overflow: scroll;
}
.modal-booking .booking-summary h6 {
  font-weight: bold;
}
.modal-booking .booking-summary p {
  margin-bottom: 2px;
}
.modal-booking .info-agenda__admin p {
  margin: 0px !important;
}
.modal-booking .content {
  padding-top: 10px !important;
}

.blazored-modal {
  position: absolute !important;
  max-height: calc(100vh - 50px) !important;
  width: 40% !important;
  overflow: scroll;
  top: 2% !important;
}
@media (max-width: 1450px) {
  .blazored-modal {
    width: 50% !important;
  }
}
@media (max-width: 975px) {
  .blazored-modal {
    width: 60% !important;
  }
}
@media (max-width: 641px) {
  .blazored-modal {
    top: 8% !important;
    width: 80% !important;
    max-height: calc(100vh - 100px) !important;
  }
}
@media (max-width: 500px) {
  .blazored-modal {
    width: 90% !important;
  }
}

.blazored-modal-header {
  display: none !important;
}

.booking-summary {
  margin-top: 20px;
}
@media (max-width: 641px) {
  .booking-summary {
    grid-column: 1/3;
    margin-top: 20px;
  }
}

.list-agendas {
  box-shadow: 1px 2px 6px 1px #CCCCCC;
  margin-left: 20px;
  min-height: 50vh;
  margin-bottom: 10px;
  overflow-y: auto;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .list-agendas {
    margin-left: 0px !important;
  }
}

.list-notes {
  box-shadow: 1px 2px 6px 1px #CCCCCC;
  margin-left: 20px;
  margin-bottom: 10px;
  overflow-y: auto;
  margin-top: 5vh;
  padding: 10px;
}
@media (max-width: 1200px) {
  .list-notes {
    margin-left: 0px !important;
  }
}

.hours-notavailable {
  background-color: #eee;
  color: #F21C0D;
  padding: 10px;
  display: flex;
  gap: 10px;
  opacity: 0.8;
}
.hours-notavailable .icon-warning {
  font-size: 18px;
  opacity: 0.8;
}

.font-agenda {
  font-weight: 400;
  font-size: 14px !important;
}

.font-selectday {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

.agenda-confirm .used, .agenda-confirm .paidout, .agenda-confirm .pendingpayment, .agenda-confirm .data-booking .pendingpayment {
  position: absolute;
  top: 0;
  right: 0;
}

.agenda-confirm {
  position: relative;
  margin-bottom: 6px;
  text-align: left;
}
.agenda-confirm .data-booking {
  background-color: #334e64;
  color: white;
  padding: 25px 5px 5px 5px;
  border-radius: 3px;
  display: flex;
  gap: 20px;
}
.agenda-confirm .data-booking .pendingpayment {
  background-color: yellow;
  left: 0;
  right: auto;
  color: #334e64;
}
.agenda-confirm .data-booking .icon-booking {
  font-size: 20px;
}
.agenda-confirm .pendingpayment {
  background-color: yellow;
  left: 0;
  right: auto;
}
.agenda-confirm .paidout {
  background-color: #009444;
  padding: 1px;
  color: white;
}
.agenda-confirm .used {
  background-color: #6c757d;
  color: white;
  padding: 1px;
  top: 20px;
}

.active-viewday {
  color: white;
  background-color: #334e64 !important;
  border-color: #334e64;
  padding: 10px;
}

.booking-day .header-viewday {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  grid-gap: 10px;
}
@media (max-width: 641px) {
  .booking-day .header-viewday {
    justify-content: space-between !important;
  }
}
.booking-day .header-viewday .calendar-views {
  background-color: #e6e7e8;
  width: 20%;
}
.booking-day .header-viewday .calendar-views .active-viewday {
  color: white;
  background-color: #334e64 !important;
  border-color: #334e64;
  padding: 10px;
}
@media (max-width: 641px) {
  .booking-day .header-viewday .calendar-views {
    display: none;
  }
}
.booking-day .header-viewday .calendar-views button {
  width: calc(50% - 2.5px);
  font-weight: 600;
}
.booking-day .header-viewday .calendar-views a {
  width: calc(50% - 2.5px);
  font-weight: 600;
}
.booking-day .header-viewday #schedule-viewday {
  text-align: center;
  border: none;
  padding: 10px;
  background-color: #334e64;
  color: white;
}
.booking-day .show-booking {
  background-color: white !important;
  min-height: 25px;
  position: absolute;
  border: 2px solid #e6e7e8;
  top: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
  border-left-width: 0.625rem !important;
  border-left-style: solid !important;
  box-shadow: 0 0 0.1rem #6c757d !important;
  z-index: 2;
  cursor: pointer;
  padding: 0px;
  border-color: #334e64;
  border-bottom-color: #334e64 !important;
}
.booking-day .show-booking span {
  color: #334e64;
}
.booking-day .info-notavailable {
  border-color: #e6e7e8;
  border-bottom-color: #e6e7e8 !important;
}
.booking-day .info-notavailable span {
  color: #F21C0D;
  opacity: 0.8;
}
.booking-day .content-daytable {
  max-height: calc(100vh - 160px);
  position: relative;
  z-index: 1;
  overflow-y: auto;
  max-width: calc(100vw - 225px - 3.5rem);
}
.booking-day .content-daytable::-webkit-scrollbar {
  width: 15px;
}
.booking-day .content-daytable::-webkit-scrollbar-thumb {
  background-color: #334e64;
}
@media (max-width: 980px) {
  .booking-day .content-daytable {
    max-width: calc(100vw - 100px - 3.5rem);
  }
}
@media (max-width: 641px) {
  .booking-day .content-daytable {
    height: calc(100vh - 3.5rem - 240px);
    max-width: 100% !important;
  }
}
.booking-day .info-selectedsala {
  background-color: #334e64;
  padding: 10px;
  color: white;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.booking-day .info-selectedsala p {
  margin: 0px !important;
}
.booking-day .day-table {
  /* min-width: 860px;*/
  /*  min-width: 1380px;*/
  position: relative;
  table-layout: fixed;
  min-width: 100%;
  width: 100%;
}
.booking-day .day-table .grid-table .name-bookablearea, .grid-table .booking-day .day-table .name-bookablearea, .booking-day .day-table .grid-table .numberday-column, .grid-table .booking-day .day-table .numberday-column, .booking-day .day-table .td-area,
.booking-day .day-table .td-empty, .booking-day .day-table .td-hour {
  position: sticky;
  position: -webkit-sticky;
}
.booking-day .day-table thead {
  vertical-align: middle;
}
.booking-day .day-table td, .booking-day .day-table th {
  border: 1px solid #CCCCCC;
  text-align: center;
  position: relative;
}
.booking-day .day-table .td-hour {
  top: 0;
  background-color: #334e64;
  color: white;
  z-index: 20;
  padding: 10px;
  /*width: 160px !important;*/
  width: 117px !important;
}
.booking-day .day-table .td-area,
.booking-day .day-table .td-empty {
  left: 0;
  background-color: #334e64 !important;
  color: white;
  z-index: 30;
  height: 40px;
}
.booking-day .day-table .td-area {
  width: 117px !important;
}
.booking-day .day-table .td-area div {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.booking-day .day-table .dropend {
  position: initial !important;
}
.booking-day .calendar-movil {
  background-color: #e6e7e8;
  width: 30%;
  display: none;
}
@media (max-width: 641px) {
  .booking-day .calendar-movil {
    display: block !important;
  }
}
.booking-day .calendar-movil .view-movil {
  background-color: #334e64;
  color: white;
}
.booking-day .calendar-movil .view-movil:focus {
  box-shadow: none;
  border: none;
}
.booking-day .calendar-month {
  margin-bottom: 10px;
  background-color: #e6e7e8;
}
.booking-day .calendar-month button {
  width: calc(50% - 2.5px);
  font-weight: 600;
}

/*Grid view*/
.content-gridtable {
  max-height: calc(100vh - 100px);
  position: relative;
  overflow: scroll;
  max-width: calc(100vw - 225px - 3.5rem);
}
.content-gridtable::-webkit-scrollbar {
  width: 15px;
}
.content-gridtable::-webkit-scrollbar-thumb {
  background-color: #334e64;
}
.content-gridtable::-webkit-scrollbar-thumb:hover {
  background-color: #334e64;
}
@media (max-width: 850px) {
  .content-gridtable {
    max-height: calc(100vh - 140px);
  }
}
@media (max-width: 700px) {
  .content-gridtable {
    max-height: calc(100vh - 240px);
  }
}
@media (max-width: 980px) {
  .content-gridtable {
    max-width: calc(100vw - 100px - 3.5rem);
  }
}
@media (max-width: 641px) {
  .content-gridtable {
    max-width: 100% !important;
    height: calc(100vh - 3.5rem - 300px);
  }
}

@media (max-width: 641px) {
  .table-scroll::-webkit-scrollbar {
    display: none;
  }
}

.grid-table {
  min-width: 860px;
  background-color: #F3F2F1;
  text-align: center;
  table-layout: fixed;
  width: 100%;
}
.grid-table thead {
  vertical-align: middle;
}
.grid-table .content-grid {
  padding: 10px !important;
  height: 50px !important;
  position: relative;
}
.grid-table .daymonth-grid {
  color: white;
  font-weight: 600 !important;
  font-size: 18px !important;
  /*line-height: 60px;*/
  margin-bottom: 0px !important;
}
.grid-table .grid-bookinginfo {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 12px;
}
.grid-table .grid-bookinginfo:hover {
  background-color: #e6e7e8;
}
.grid-table .grid-bookinginfo span {
  color: #334e64;
  font-size: 18px;
}
.grid-table .info-notavailable span {
  color: #F21C0D;
  opacity: 0.8;
  font-size: 18px;
}
.grid-table .booking-hov {
  position: absolute;
  border: 1px solid #ccc;
  top: 0;
  right: 0;
  z-index: 100;
}
.grid-table .booking-hov .head {
  height: 30px;
  background-color: #334e64;
  color: white;
  padding: 5px;
}
.grid-table .booking-hov .headoccupied {
  height: 30px;
  background-color: orangered;
  color: white;
  padding: 5px;
}
.grid-table .booking-hov .content-bookinghov {
  padding: 10px;
  background-color: white;
}
.grid-table .numberday-column {
  /*   width: 80px !important;*/
  width: 100px !important;
  top: 0;
  left: -1px;
  background-color: #334e64;
  z-index: 10;
}
.grid-table .td-empty, .grid-table .name-bookablearea, .grid-table .booking-day .day-table .td-hour, .booking-day .day-table .grid-table .td-hour, .grid-table .booking-day .day-table .td-area, .booking-day .day-table .grid-table .td-area,
.grid-table .booking-day .day-table .td-empty,
.booking-day .day-table .grid-table .td-empty, .grid-table .numberday-column {
  position: sticky;
  position: -webkit-sticky;
}
.grid-table .name-bookablearea {
  background-color: #334e64;
  color: white;
  z-index: 10;
  top: 0;
  left: 0;
  border: none;
  /*padding: 15px;*/
}
.grid-table .name-bookablearea .item {
  min-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid-table .td-empty {
  background-color: #334e64;
  color: white;
  z-index: 20;
  top: 0;
  left: 0;
}

.list-view .booking-currentuser {
  background-color: #334e64;
  color: white;
}
.list-view h6 {
  text-transform: uppercase;
  color: #083351;
}

.disabled-time {
  background-color: #ddd;
  cursor: not-allowed;
}

.date-bookingrules {
  margin-top: 10px;
}
.date-bookingrules h5 {
  text-align: left !important;
}

.section-updatedate {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.input-date {
  background-color: #334e64;
  text-align-last: center;
}
.input-date .mud-input-underline:before {
  border-bottom: none !important;
}
.input-date .mud-input {
  margin-top: 0px !important;
  color: white !important;
}
.input-date .mud-icon-root.mud-svg-icon {
  color: white;
}

.modal-pdf .section-client, .modal-pdf .section-status, .modal-pdf .section-date {
  margin: 10px 0px;
}
.modal-pdf .section-date {
  display: flex;
  gap: 30px;
}
.modal-pdf .section-date .item-date {
  flex-basis: 50%;
}
.modal-pdf .section-date .item-date label {
  margin-bottom: 10px;
}
.modal-pdf .table-bookings {
  max-height: 450px;
  overflow: scroll;
}

.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite linear;
  width: 100%;
  height: 100vh;
  border-radius: 4px;
}

/*.skeleton-title {
    width: 60%;
    height: 20px;
    margin-bottom: 10px;
}

.skeleton-text {
    width: 100%;
    height: 15px;
    margin-bottom: 8px;
}*/
@keyframes skeleton-loading {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.details-equipment {
  width: 60%;
  margin: 0px auto;
}
@media (max-width: 800px) {
  .details-equipment {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .details-equipment {
    width: 100%;
  }
}

.select-equipments {
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 5px;
  padding: 10px;
}

.section-addequipments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0px 10px 0px;
}

.home-content {
  display: flex;
  flex-direction: row;
  min-height: calc(100vh - 80px);
  justify-content: center;
}
@media (max-width: 641px) {
  .home-content {
    height: auto;
  }
}
.home-content .icons-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-width: 80px;
  flex-basis: 10%;
}
@media (max-width: 641px) {
  .home-content .icons-home {
    display: none;
  }
}
.home-content .icons-home .show-comment-home {
  background-color: #334e64;
  border: 1px solid #ccc;
  padding: 10px;
  color: white;
  position: absolute;
  top: 100px;
  left: 60px;
  z-index: 1000;
  text-align: center;
}
.home-content .icons-home .login-admin-home {
  margin-bottom: 5rem;
  position: relative;
}
.home-content .icons-home .login-admin-home span {
  position: absolute;
  left: 5px;
  top: 30px;
}
.home-content .icons-home .comment-home {
  background-color: #334e64;
  border-radius: 50%;
  padding: 5px;
  margin-top: 5rem;
}
.home-content .home-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 80%;
  grid-gap: 50px;
}
@media (max-width: 641px) {
  .home-content .home-page {
    flex-basis: 100%;
    grid-gap: 0px;
    margin-top: 8%;
  }
}
.home-content .home-page .home-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-content .home-page .home-title .place-booking {
  color: #334e64;
  font-weight: 600 !important;
}
.home-content .home-page .home-title .search-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-content .home-page .home-title .search-section .search-establishment {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(90deg);
  font-size: 20px !important;
  color: #334e64;
  display: none;
}
@media (max-width: 641px) {
  .home-content .home-page .home-title .search-section .search-establishment {
    display: block;
    position: fixed;
    top: 13px;
    z-index: 5000;
    left: 50px;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: none;
    margin-left: 10px;
  }
}
.home-content .home-page .home-title .search-section .input-establishment {
  outline: none;
  padding: 5px;
  width: 60%;
  border: 1px solid #ccc;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 641px) {
  .home-content .home-page .home-title .search-section .input-establishment {
    position: fixed;
    top: 13px;
    z-index: 5000;
    margin: 0px;
    padding-left: 10px;
  }
}
@media (max-width: 439px) {
  .home-content .home-page .home-title .search-section .input-establishment {
    width: 50%;
  }
}
.home-content .home-page .home-title .welcome {
  text-align: center !important;
  font-weight: 500;
  font-size: 30px;
}
.home-content .home-page .home-establishments {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  width: 60%;
}
@media (max-width: 1500px) {
  .home-content .home-page .home-establishments {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .home-content .home-page .home-establishments {
    width: 90%;
  }
}
@media (max-width: 950px) {
  .home-content .home-page .home-establishments {
    width: 100%;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 641px) {
  .home-content .home-page .home-establishments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 70%;
    margin-top: 30px !important;
  }
}
@media (max-width: 500px) {
  .home-content .home-page .home-establishments {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .home-content .home-page .home-establishments {
    width: 100%;
  }
}
.home-content .home-page .home-establishments .image-establishment {
  text-align: center;
}

.nordica-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 56px);
  justify-content: space-between;
  width: 100px;
  gap: 10px;
}
@media (max-width: 641px) {
  .nordica-menu {
    width: 100%;
    background-color: #e6e7e8;
    margin-top: 0px !important;
    height: auto;
    z-index: 1000;
    position: absolute;
    opacity: 0.9;
    justify-content: center !important;
  }
}
@media (min-width: 980px) {
  .nordica-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 56px);
    justify-content: space-between;
    width: 225px;
  }
}
@media (max-width: 980px) {
  .nordica-menu .top .button-menu-desktop {
    display: none;
  }
}
.nordica-menu .top .button-menu-desktop .icon-desktop {
  width: 195px;
  height: 100px;
}
.nordica-menu .top .button-menu-movil {
  display: none;
}
@media (max-width: 980px) {
  .nordica-menu .top .button-menu-movil {
    display: block;
    margin-bottom: 5px;
  }
}
.nordica-menu .top .button-menu-movil .icon-movil {
  width: 60px;
  height: 60px;
}
.nordica-menu .logout {
  margin-bottom: 4.5rem;
}
@media (max-width: 641px) {
  .nordica-menu .logout {
    margin-bottom: 10px;
  }
}

.sidebar {
  background-color: #e6e7e8;
  z-index: 1000;
  width: 225px;
}
@media (max-width: 980px) {
  .sidebar {
    width: 100px !important;
  }
}
@media (max-width: 641px) {
  .sidebar {
    position: sticky;
    top: 0;
    width: 100% !important;
  }
}

@media (max-width: 641px) {
  .navbar {
    justify-content: start !important;
    background-color: transparent !important;
  }
}
.navbar .navbar-toggler {
  color: white !important;
  border-color: transparent !important;
}
.navbar .navbar-toggler span {
  color: #334e64;
  font-size: 25px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none !important;
}

.menu-left {
  position: relative;
  width: 40px;
  border-radius: 5px;
  margin-bottom: 6px;
  cursor: pointer;
  color: black;
}
@media (min-width: 980px) {
  .menu-left {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: auto;
  }
}
@media (max-width: 641px) {
  .menu-left {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: auto;
  }
}
.menu-left .menu-left-icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  margin-bottom: 0;
  outline: none;
  border: none;
}
@media (min-width: 980px) {
  .menu-left .menu-left-icon {
    width: 30px;
    height: 30px;
  }
}
.menu-left .menu-left-icon .size-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 980px) {
  .menu-left .menu-left-icon .size-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 980px) {
  .menu-left .menu-left-icon:hover + .menu-left-item {
    display: flex;
  }
}
.menu-left .menu-left-item {
  width: 190px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  display: none;
  justify-content: flex-end;
  align-items: center;
  opacity: 0.8;
  z-index: 2;
}
@media (min-width: 980px) {
  .menu-left .menu-left-item {
    width: 140px;
    height: auto !important;
    position: relative !important;
    display: block;
    left: 0px !important;
    opacity: 1 !important;
    z-index: 2;
  }
}
@media (max-width: 641px) {
  .menu-left .menu-left-item {
    height: auto !important;
    position: relative !important;
    display: block;
    left: 0px !important;
  }
}
.menu-left .menu-left-item .menu-left-itemhov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
}
@media (min-width: 980px) {
  .menu-left .menu-left-item .menu-left-itemhov {
    position: relative;
  }
}
.menu-left .menu-left-item .menu-left-itemhov label {
  font-size: 14px;
  margin-left: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 980px) {
  .menu-left .menu-left-item .menu-left-itemhov label {
    font-size: 14px;
    margin-left: 12px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    cursor: pointer;
  }
}

.select-item {
  color: white;
  background-color: #334e64;
}
.select-item img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(254deg) brightness(108%) contrast(100%);
}
@media (min-width: 641px) and (max-width: 980px) {
  .select-item {
    color: black !important;
  }
}

.page .main-layout {
  display: none;
}
@media (max-width: 641px) {
  .page .main-layout {
    display: block;
  }
}

@media (max-width: 970px) {
  .mud-grid {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}

.mud-fab-size-small {
  width: 40px;
  height: 40px;
  margin: 5px !important;
}

.time-sala {
  color: rgba(0, 0, 0, 0.537254902);
}

@media (min-width: 960px) {
  .mud-grid-item-md-6 {
    flex-grow: 0;
    max-width: 100% !important;
    flex-basis: 50%;
  }
}
.establishment-map {
  text-align: center;
  overflow-x: scroll;
  position: relative;
}
.establishment-map img {
  width: 100%;
}

.content-select-bookablearea .section-schedule {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.section-infobookablearea {
  margin: 10px 0px;
}

.section-payment {
  margin-top: 10px;
}
.section-payment label {
  font-weight: bold;
}
.section-payment .section-discount {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 60%;
  gap: 10px;
}
@media (max-width: 641px) {
  .section-payment .section-discount {
    width: 100%;
  }
}
.section-payment .section-discount label {
  flex-basis: 40%;
}
.section-payment .section-discount input {
  flex-basis: 30%;
}
.section-payment .section-discount button {
  flex-basis: 30%;
  display: inline;
  text-align: center;
  padding: 10px;
  color: white;
  width: 100%;
  background-color: #334e64;
}
.section-payment .item-pay {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.section-payment .item-pay label {
  margin: 0px !important;
}

.establishments-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 900px) {
  .establishments-home .card-establishment {
    grid-column: 1/3;
  }
}
.establishments-home .card-establishment .info-sala {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
.establishments-home .card-establishment img {
  border-radius: 10px;
}

.show-establishments .card-establishment {
  overflow: hidden;
  transition: all 500ms;
}
.show-establishments .card-establishment:hover .card-title {
  animation: ShowTitle 600ms linear;
}
.show-establishments .card-establishment:hover img {
  transition: all 500ms;
  animation: ShowImage 500ms linear;
}
.show-establishments .card-establishment:hover .card-body p {
  animation: ShowTextBody 600ms linear;
}
.show-establishments .card-establishment .card-title {
  margin-bottom: 1rem !important;
  font-weight: bold;
  text-align: center;
  transition: all 600ms;
}
.show-establishments .card-establishment .card-body p {
  font-size: 15px;
  transition: all 600ms;
}

@keyframes ShowTitle {
  from {
    transform: translateY(-300%);
    color: white;
  }
  to {
    transform: translateY(0%);
    color: black;
  }
}
@keyframes ShowImage {
  from {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes ShowTextBody {
  from {
    transform: translateX(-300%);
  }
  to {
    transform: translateX(0%);
  }
}
.file {
  text-align: center;
}
.file input {
  display: none;
}
.file label {
  padding: 8px 21px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #eee;
  cursor: pointer;
}

.establishment-images {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .establishment-images {
    flex-direction: column;
    align-items: center;
  }
}
.establishment-images .section-image {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  flex-wrap: wrap;
  width: 120px;
  position: relative;
  margin: auto;
}
.establishment-images .section-image .section-file {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #334e64;
  width: 32px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.establishment-images .section-image .section-file input[type=file] {
  position: absolute;
  transform: scale(2);
  opacity: 0;
}
.establishment-images .section-image .section-file input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.establishment-images .section-image .establishment-image {
  margin: 10px;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
}

.confirm-payment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.confirm-payment .payment-success {
  font-size: 100px;
  color: cornflowerblue;
}
.confirm-payment .info-agenda {
  width: 50% !important;
}
@media (max-width: 500px) {
  .confirm-payment .info-agenda {
    width: 100% !important;
  }
}
.confirm-payment .info-agenda .image {
  height: 200px !important;
  width: 200px !important;
  margin: 0px auto;
}

.modal-payment {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  padding: 20px;
}
.modal-payment .section-valuepay {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.modal-payment .section-valuepay p {
  font-size: 50px;
  color: #334e64;
  margin: 0px !important;
}
.modal-payment .payment-method {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  flex: auto;
}
.modal-payment .payment-method img {
  width: 30px;
  height: 30px;
}
.modal-payment .payment-method:hover {
  box-shadow: 0 2px 4px 0;
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.modal-payment .payment-booking {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.modal-payment .payment-booking .active-payment {
  box-shadow: 0 2px 4px 0;
  border: 2px solid #334e64;
}
.modal-payment .payment-booking p {
  text-align: center;
  padding: 5px;
  margin: 0px !important;
}
.modal-payment .payment-booking span {
  font-size: 40px;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  color: #334e64;
}
.modal-payment .payment-booking h3 {
  text-align: center;
}
.modal-payment .info-paymentmethod {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background-color: #334e64;
  color: white;
}
.modal-payment .cancel-pay {
  width: 50%;
  margin: 0px auto;
}

.switch-payment {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  grid-gap: 20px;
}
.switch-payment label {
  flex-basis: 40%;
  text-align: left;
}
.switch-payment .mudswitch {
  width: 200px !important;
  margin-left: 0px;
  margin-right: 0px;
}

.mud-switch-span {
  margin: 0px auto;
}

.info-booking-movil button, .content-map .section-info .content-agenda .btn-reserve {
  display: block;
  text-align: center;
  margin: 0px auto;
  background-color: #334e64;
  padding: 10px;
  color: white;
  width: 60%;
  margin-top: 20px;
}

.info-booking-movil .agenda-price, .content-map .section-info .content-agenda .agenda-price {
  display: block;
  font-size: 25px;
}

.content-map {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1100px) {
  .content-map {
    display: flex;
    flex-direction: column-reverse !important;
    height: auto !important;
    grid-gap: 20px;
  }
}
.content-map .section-map {
  flex-basis: 75%;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  height: 0;
}
@media (max-width: 800px) {
  .content-map .section-map {
    width: 100%;
  }
}
.content-map .section-map .image-map-container {
  position: relative;
  display: inline-block;
}
.content-map .section-map .image-map-container img {
  display: block;
}
.content-map .section-map .image-map-container .name-bookablearea {
  color: white;
  font-size: 21px;
  text-align: center;
  margin-top: 28%;
}
@media (max-width: 1430px) {
  .content-map .section-map .image-map-container .name-bookablearea {
    font-size: 16px;
  }
}
@media (max-width: 1070px) {
  .content-map .section-map .image-map-container .name-bookablearea {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .content-map .section-map .image-map-container .name-bookablearea {
    font-size: 10px;
  }
}
@media (max-width: 460px) {
  .content-map .section-map .image-map-container .name-bookablearea {
    font-size: 8px;
  }
}
@media (max-width: 330px) {
  .content-map .section-map .image-map-container .name-bookablearea {
    font-size: 6px;
  }
}
.content-map .section-map .nordica-map {
  width: 100%;
}
.content-map .section-info {
  flex-basis: 25%;
}
@media (max-width: 1100px) {
  .content-map .section-info {
    width: 100%;
  }
}
.content-map .section-info .content-agenda {
  background-color: #e6e7e8;
  padding: 20px;
  min-height: 90vh;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.content-map .section-info .content-agenda .button-info {
  display: block;
  margin: 0px auto;
  padding: 10px;
  color: #334e64;
  margin-bottom: 10px;
  width: 80%;
}
@media (max-width: 1100px) {
  .content-map .section-info .content-agenda {
    min-height: 0 !important;
    grid-gap: 10px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .content-map .section-info .content-agenda {
    padding: 15px 10px;
  }
}
.content-map .section-info .content-agenda .info-booking {
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .content-map .section-info .content-agenda .info-booking {
    display: none;
  }
}
@media (max-width: 900px) {
  .content-map .section-info .content-agenda .btn-reserve {
    width: 100% !important;
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  .content-map .section-info .content-agenda .btn-reserve {
    width: 80% !important;
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .content-map .section-info .content-agenda .btn-reserve {
    width: 100% !important;
  }
}
@media (max-width: 350px) {
  .content-map .section-info .content-agenda .btn-reserve {
    width: 80% !important;
  }
}
.content-map .section-info .content-agenda .info-calendar-movil {
  margin-top: 10px;
  background-color: #334e64;
  color: white;
  padding: 10px;
  margin: 0px auto;
  margin-top: 10px;
  position: absolute;
  overflow-x: scroll;
  margin-left: auto;
  margin-right: auto;
  left: 16px;
  right: 16px;
}
.content-map .section-info .content-agenda .info-calendar-movil p {
  text-align: left;
}
@media (min-width: 1100px) {
  .content-map .section-info .content-agenda .info-calendar-movil {
    display: none;
  }
}
@media (min-width: 641px) {
  .content-map .section-info .content-agenda .booking-instructions {
    position: relative;
  }
}
.content-map .section-info .content-agenda .booking-instructions .button-info-movil {
  display: none;
  width: auto !important;
}
@media (max-width: 1100px) {
  .content-map .section-info .content-agenda .booking-instructions .button-info-movil {
    display: block;
    text-align: center;
    margin: 0px auto;
    background-color: #334e64;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80% !important;
  }
}
.content-map .section-info .content-agenda .info-calendar {
  background-color: #334e64;
  color: white;
  padding: 10px;
}
.content-map .section-info .content-agenda .info-calendar p {
  text-align: left;
}
@media (max-width: 1100px) {
  .content-map .section-info .content-agenda .info-calendar {
    margin-top: 10px;
    position: absolute;
    overflow-x: scroll;
    z-index: 100;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 641px) {
  .content-map .section-info .content-agenda .booking-instructions, .content-map .section-info .content-agenda .booking-inputs {
    grid-column: 1/3;
  }
}
.content-map .section-info .content-agenda .link-viewcalendar {
  display: block;
  margin-top: 8px;
  color: #334e64;
}
.content-map .section-info .content-agenda .reserve-sala {
  text-align: center;
  margin-top: 20px;
  grid-column: 1/3;
}
.booking-time .reservation-schedule {
  position: relative;
}
@media (max-width: 450px) {
  .booking-time .reservation-schedule {
    flex-basis: 50%;
    text-align: center;
  }
}
.booking-time .reservation-schedule span {
  position: absolute;
  color: white;
  top: 15px;
  margin-left: 8px;
}

#scheduleInput {
  background-color: #334e64;
  height: 35px;
  color: white;
  text-align: center;
  text-align-last: center;
  border-color: white;
  min-width: 100px;
}

#scheduleInput::placeholder, #scheduleInput::-webkit-input-placeholder, #scheduleInput::-moz-placeholder, #scheduleInput:-ms-input-placeholder, #scheduleInput:-moz-placeholder {
  color: white;
}

.inputDate {
  background-color: #334e64;
  width: 80%;
  margin: 10px auto auto auto;
  text-align-last: center;
}
.inputDate .mud-input {
  margin-top: 0px !important;
  color: white !important;
}
.inputDate .mud-icon-root.mud-svg-icon {
  color: white;
}

.inputDate-map {
  width: 80%;
  margin: 10px auto auto auto;
  text-align-last: center;
}
.inputDate-map .mud-input {
  margin-top: 0px !important;
  color: #334e64 !important;
}
.inputDate-map .mud-icon-root.mud-svg-icon {
  color: #334e64;
}

.data-booking .value-pay {
  display: block;
  text-align: right;
}
.data-booking .value-pay .total-amount {
  display: block;
  font-weight: bold;
  font-size: 25px;
}
.data-booking .add-equipments {
  text-align: center;
}
.data-booking .booking-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.data-booking .booking-summary p {
  margin: 5px !important;
}

.info-booking .info-currentagenda p {
  margin: 0px !important;
}
@media (max-width: 350px) {
  .info-booking .info-currentagenda {
    text-align: center;
    margin-top: 0px !important;
    grid-column: 1/3;
  }
}

.info-booking-movil {
  background-color: #e6e7e8;
  border: 1px solid #CCCCCC;
  min-height: 100px;
  width: 100%;
  display: none;
}
@media (max-width: 1100px) {
  .info-booking-movil {
    display: block;
    text-align: center;
    padding: 10px;
  }
}
.info-booking-movil .info-currentagenda {
  margin-top: 10px;
}
.info-booking-movil .info-currentagenda p {
  margin: 0px !important;
}
.info-booking-movil .info-currentagenda h6 {
  font-weight: bold;
}
.info-booking-movil .reserve-sala {
  margin-top: 20px;
}
.value-pay-lower {
  text-align: left;
  margin-top: 20px;
}
.value-pay-lower .total-amount {
  display: block;
  font-weight: bold;
  font-size: 25px;
}

.modal-buttons .button-cancell, .modal-buttons .button-confirm {
  display: inline;
  text-align: center;
  padding: 10px;
  color: white;
  width: 100%;
}

.button-right {
  width: 40%;
  float: right;
  padding: 10px;
  background-color: #334e64;
  color: white;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  grid-gap: 10px;
}
@media (max-width: 570px) {
  .modal-buttons {
    flex-direction: column;
  }
}
.modal-buttons .button-confirm {
  background-color: #334e64;
}
.modal-buttons .button-cancell {
  background-color: #F44336 !important;
}
.modal-buttons button, .modal-buttons a {
  width: 100%;
}

.multiple-selector {
  display: flex;
  justify-content: center;
  align-items: center;
}
.multiple-selector .selectable-ul {
  height: 120px;
  overflow-y: auto;
  list-style-type: none;
  width: 45%;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
}
.multiple-selector .selectable-ul li {
  cursor: pointer;
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
}
.multiple-selector .selectable-ul li:hover {
  background-color: #334e64;
  color: white;
}
.multiple-selector .multiple-selector-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.multiple-selector .multiple-selector-buttons button {
  margin: 5px;
}

.select-users {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 0px 1px 5px #CCCCCC;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.select-users .user-info {
  width: 100%;
}
.select-users .user-info .list-group {
  margin-top: 10px;
  min-height: 120px;
  max-height: 200px;
  overflow: auto;
}
.select-users .user-info .list-users {
  margin-top: 10px;
  min-height: 120px;
  max-height: 200px;
  overflow: auto;
}
.select-users .user-info input[type=text] {
  outline: none;
  padding: 5px;
  width: 100%;
}
.select-users .current-user {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 20px;
}

.notavailable-imagemap {
  text-align: center;
}
.notavailable-imagemap a {
  color: #0366d6;
}

/*Option 1*/
/*Option 2*/
/* Hide the input */
input.yesnoswitch[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

label.check-trail {
  display: flex;
  align-items: center;
  width: 40px;
  height: 20px;
  background: #395C74;
  border-radius: 2.5em;
  transition: all 0.5s ease;
  cursor: pointer;
}

span.check-handler {
  display: flex;
  margin-left: 3px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background: #122231;
  border-radius: 50%;
  transition: all 0.5s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
span.check-handler:before {
  content: "×";
  color: white;
  font-size: 15px;
}

input.yesnoswitch[type=checkbox]:checked + .check-trail {
  background: #2C8ACC;
}
input.yesnoswitch[type=checkbox]:checked + .check-trail .check-handler {
  margin-left: 22px;
  background: #0D3B6D;
}
input.yesnoswitch[type=checkbox]:checked + .check-trail .check-handler::before {
  font-size: 9px;
  content: "✔";
}

.disabled-enabled-check {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  display: inline-flex;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background-color: #e6e7e8;
}

span.switcher {
  position: relative;
  width: 140px;
  height: 36px;
  border-radius: 5px;
  overflow: hidden;
}
span.switcher input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 140px;
  height: 36px;
  border-radius: 5px;
  background-color: #222;
  outline: none;
  font-size: 16px;
  font-family: "Arial Unicode MS", sans-serif;
  transition: background-color 0s 0.2s;
}
span.switcher input:before {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
span.switcher input:checked {
  background-color: #083351;
}
span.switcher input:checked:before {
  content: "DESHABILITAR";
  color: #e6e7e8;
}
span.switcher input:checked + label {
  background: #083351;
  animation: turn-on 0.2s ease-out;
}
@keyframes turn-on {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
span.switcher input:not(:checked) {
  background: #e6e7e8;
}
span.switcher input:not(:checked):before {
  content: "HABILITAR";
  color: #083351;
}
span.switcher input:not(:checked) + label {
  background: #e6e7e8;
  animation: turn-off 0.2s ease-out;
}
@keyframes turn-off {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
span.switcher label {
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 10px;
  width: 140px;
  height: 36px;
  border-radius: 5px;
}

body span.switcher-booking {
  position: relative;
  width: 80px;
  height: 36px;
  border-radius: 5px;
  overflow: hidden;
}
body span.switcher-booking input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 80px;
  height: 36px;
  border-radius: 5px;
  background-color: #222;
  outline: none;
  font-size: 16px;
  font-family: "Arial Unicode MS", sans-serif;
  transition: background-color 0s 0.2s;
}
body span.switcher-booking input:before {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
body span.switcher-booking input:checked {
  background-color: #ffffff;
}
body span.switcher-booking input:checked:before {
  content: "Pendiente de Pago";
  color: #1e1e1e;
}
body span.switcher-booking input:checked + label {
  background: #ffffff;
  animation: turn-on 0.2s ease-out;
}
@keyframes turn-on {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
body span.switcher-booking input:not(:checked) {
  background: #1e1e1e;
}
body span.switcher-booking input:not(:checked):before {
  content: "Pagado";
  color: #ffffff;
}
body span.switcher-booking input:not(:checked) + label {
  background: #1e1e1e;
  animation: turn-off 0.2s ease-out;
}
@keyframes turn-off {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
body span.switcher-booking label {
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 10px;
  width: 80px;
  height: 36px;
  border-radius: 5px;
}

/*# sourceMappingURL=0_Main.css.map */
