@charset "UTF-8";
@font-face {
  font-family: "OpenSansLight";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-300.woff2") format("woff2"), url("../fonts/open-sans-300.woff") format("woff"), url("../fonts/open-sans-300.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "OpenSansRegular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-regular.woff2") format("woff2"), url("../fonts/open-sans-regular.woff") format("woff"), url("../fonts/open-sans-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-600.woff2") format("woff2"), url("../fonts/open-sans-600.woff") format("woff"), url("../fonts/open-sans-600.ttf") format("truetype");
  /* Safari, Android, iOS */
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  font-size: 14px;
  font-family: "OpenSansRegular", sans-serif;
  color: #4b4b4b;
}

.flex-container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.has-va::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.contains-floats::after {
  content: "." !important;
  clear: both !important;
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
}

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

.cursor-pointer {
  cursor: pointer;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg-green {
  background-color: #3bb53f;
}

.bg-red {
  background-color: #fa5f05;
}

.font-light {
  font-family: "OpenSansLight", sans-serif;
}

.font-regular {
  font-family: "OpenSansRegular", sans-serif;
}

.font-bold {
  font-family: "OpenSansBold", sans-serif;
}

.text-fav1 {
  color: #6950f3 !important;
}

.text-fav2 {
  color: #141414 !important;
}

.text-disabled {
  color: #818997;
}

.text-red {
  color: #ff504d !important;
}

.text-orange {
  color: #f5a700 !important;
}

.text-green {
  color: #3bb53f !important;
}

.text-grey {
  color: #818997;
  font-family: "OpenSansLight", sans-serif;
}

.text-low {
  color: #b9b9b9;
}

.text-10 {
  font-size: 10px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-crossed {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline !important;
}

.text-circle {
  color: #6950f3;
  font-size: 3px !important;
  vertical-align: middle;
}

.text-justify {
  text-align: justify;
}

.text-tag {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #cbfce0;
  background-color: #cbfce0;
  display: inline-block;
  font-size: 12px;
  font-family: "OpenSansBold", sans-serif;
  color: #3bb53f;
  padding: 2px 6px;
  margin: 5px 0;
}

.text-time-table {
  position: relative;
}
.text-time-table i {
  position: absolute;
  font-size: 10px;
  margin-left: 5px;
}

.list-counter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  border: solid 1px #b9b9b9;
  text-align: center;
  margin: 0 10px;
  vertical-align: text-bottom;
}

.cancel-policy {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #dedede;
  padding: 10px 15px;
}

.photo-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 3/4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.photo-card._small {
  width: 100%;
  height: 70%;
}

.list-counters {
  text-align: center;
}
.list-counters .c-total {
  display: block;
  margin-bottom: 5px;
  font-family: "OpenSansBold", sans-serif;
}
.list-counters .c-check {
  display: inline-block;
  width: 40px;
  color: #3bb53f;
}
.list-counters .c-mark {
  display: inline-block;
  width: 40px;
  color: #fa5f05;
  margin-left: 10px;
}

.spot-map {
  border: solid 1px #f1f4f9;
  border-radius: 8px;
  padding: 12px;
  background-color: #f1f4f9;
}
.spot-map .spot-container button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px #dedede !important;
  -moz-box-shadow: 0 1px 2px #dedede !important;
  box-shadow: 0 1px 2px #dedede !important;
  width: 40px;
  height: 40px;
  color: #2f2f2f;
  background-color: #ffffff;
  padding: 0;
  font-size: 13px;
  font-family: "OpenSansBold", sans-serif;
}
.spot-map .spot-container button._disabled {
  -webkit-box-shadow: 0 0 0 #dedede !important;
  -moz-box-shadow: 0 0 0 #dedede !important;
  box-shadow: 0 0 0 #dedede !important;
  color: #b9b9b9;
  background-color: transparent;
  pointer-events: none;
  text-decoration: line-through;
}
.spot-map .spot-container button:hover, .spot-map .spot-container button._reserved {
  color: #3bb53f;
  background-color: #cbfce0;
  border-color: #cbfce0;
}

.list-group-item-success {
  color: #7b69e0 !important;
  background-color: #f6f6ff !important;
}

.navbar {
  background-color: #ffffff;
  color: #141414;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 60px;
}
.navbar .btn-toggle-sidebar {
  border: none;
  background-color: transparent;
  color: #6950f3;
  font-size: 22px;
  width: 70px;
  padding: 0;
}
.navbar .btn-toggle-sidebar:hover {
  color: #5d4ebc;
}
.navbar .icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.navbar .icon-link {
  display: inline-block;
  position: relative;
}
.navbar .notification-badge {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  -moz-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: #6950f3;
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  padding: 2px;
  line-height: 1;
  min-width: 14px;
  min-height: 14px;
  text-align: center;
}
.navbar .profile-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.app {
  height: 100vh;
  padding-top: 60px;
}

.sidebar {
  -webkit-transition: width 0.3s ease 0s;
  -moz-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #141414;
  height: calc(100dvh - 60px);
  width: 200px;
  position: fixed;
  top: 60px;
  left: 0;
  padding-top: 10px;
  overflow-y: auto;
}
.sidebar .nav-link {
  width: -webkit-calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: -ms-calc(100% - 22px);
  width: -o-calc(100% - 22px);
  width: calc(100% - 22px);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #ffffff;
  height: 50px;
  margin-bottom: 5px;
}
.sidebar .nav-link i {
  font-size: 22px;
  text-align: center;
}
.sidebar .nav-link .link-text {
  margin-left: 0.5rem;
  white-space: nowrap;
}
.sidebar .nav-link._active, .sidebar .nav-link:hover {
  background-color: #6950f3;
}
.sidebar .nav-link._disabled {
  opacity: 0.4;
  pointer-events: none;
}
.sidebar .nav-language {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 15px;
}
.sidebar .nav-language:hover {
  text-decoration: underline;
}
.sidebar.collapsed {
  width: 70px;
}
.sidebar.collapsed .nav-link {
  width: 50px;
}
.sidebar.collapsed .nav-language {
  left: 10px;
}
.sidebar.collapsed .link-text {
  display: none;
}

.main-content {
  -webkit-transition: margin-left 0.3s ease 0s;
  -moz-transition: margin-left 0.3s ease 0s;
  -o-transition: margin-left 0.3s ease 0s;
  transition: margin-left 0.3s ease 0s;
  min-height: -webkit-calc(100dvh - 60px);
  min-height: -moz-calc(100dvh - 60px);
  min-height: -ms-calc(100dvh - 60px);
  min-height: -o-calc(100dvh - 60px);
  min-height: calc(100dvh - 60px);
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: -ms-calc(100% - 200px);
  width: -o-calc(100% - 200px);
  width: calc(100% - 200px);
  margin-left: 200px;
  display: flex;
  flex-direction: column;
}
.sidebar.collapsed + .main-content {
  margin-left: 70px;
}
.main-content .content-header {
  background-color: #ffffff;
  height: 70px;
  min-height: 70px;
  position: sticky;
  top: 0;
  z-index: 1010;
}
.main-content .content-header._shadow {
  background-color: #f7f7f7;
}
.main-content .content-header .breadcrumb {
  margin-bottom: 0;
  font-size: 16px;
}
.main-content .content-header .breadcrumb .breadcrumb-item {
  align-content: space-around;
}
.main-content .content-header .breadcrumb .breadcrumb-item::before {
  content: "›";
  padding: 0 0.5rem;
  color: #6950f3;
  font-size: 20px;
  float: none;
}
.main-content .content-header .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #818997;
  font-family: "OpenSansLight", sans-serif;
}
.main-content .content-header .breadcrumb .breadcrumb-item a:hover {
  color: #4b4b4b;
}
.main-content .content-header .breadcrumb .breadcrumb-item._active {
  color: #6950f3;
  font-size: 18px;
}
.main-content .content-header .page-actions {
  font-size: 0.85rem;
}
.main-content .content-panel {
  flex: 1 1 auto;
  overflow-y: auto;
  /* scroll solo aquí */
  padding: 3% 5% 5% 5%;
}
.main-content .content-panel._bg-grey {
  background-color: #f7f7f7;
}
.main-content .content-panel._bg-height {
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: -ms-calc(100% - 70px);
  height: -o-calc(100% - 70px);
  height: calc(100% - 70px);
}
.main-content .content-panel .header-panel {
  background-color: #ffffff;
  padding: 15px;
}
.main-content .content-panel .header-panel._left-border {
  border-left: solid 4px #2f2f2f;
}
.main-content .content-panel .border-panel {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #dedede;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
}
.main-content .content-panel .border-panel .panel-time {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
  width: auto;
}
.main-content .content-panel .border-panel .token-badge, .main-content .content-panel .border-panel .token-text {
  position: absolute;
  right: 25px;
  top: 25px;
}
.main-content .content-panel .border-panel._time_day {
  border-left: solid 8px #f5a700;
}
.main-content .content-panel .border-panel._time_day .text-time {
  color: #f5a700;
  font-family: "OpenSansRegular", sans-serif;
}
.main-content .content-panel .border-panel._time_night {
  border-left: solid 8px #5d4ebc;
}
.main-content .content-panel .border-panel._time_night .text-time {
  color: #5d4ebc;
  font-family: "OpenSansRegular", sans-serif;
}
.main-content .content-panel .profile-photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  color: #5d4ebc;
  font-size: 18px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-color: #f6f6ff;
}
.main-content .content-panel .profile-photo .profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-content .form-view .label-info {
  color: #141414;
  font-family: "OpenSansBold", sans-serif;
  font-size: 13px;
}
.main-content .form-view .label-form {
  color: #818997;
}

.message-error {
  color: #ff504d;
  font-size: 12px;
  text-align: center;
}
.message-error a {
  color: #ff504d;
}

.active-studio-context {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, rgba(32, 32, 36, 0.85), rgba(24, 24, 28, 0.85));
  backdrop-filter: blur(12px);
  padding: 10px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex: 0 0 auto;
  /* ocupa solo su altura */
}
.active-studio-context .studio-main {
  display: flex;
  align-items: center;
  gap: 16px;
}
.active-studio-context .studio-main .studio-logo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #dedede;
  width: 58px;
  height: 58px;
  object-fit: cover;
}
.active-studio-context .studio-main .studio-info {
  display: flex;
  flex-direction: column;
}
.active-studio-context .studio-main .studio-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.active-studio-context .studio-main .studio-name {
  font-size: 18px;
  font-weight: 600;
  margin: 2px 0;
  color: rgba(255, 255, 255, 0.92);
}
.active-studio-context .studio-main .studio-status {
  font-size: 11px;
  font-weight: 500;
}
.active-studio-context .studio-main .studio-status.is-member {
  color: #f5a700;
}
.active-studio-context .studio-main .studio-status.not-member {
  color: #b9b9b9;
}
.active-studio-context .studio-actions {
  display: flex;
  gap: 22px;
}
.active-studio-context .studio-actions a {
  color: #dedede;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.active-studio-context .studio-actions a i {
  font-size: 14px;
}
.active-studio-context .studio-actions a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.active-studio-context .studio-actions .change-studio {
  opacity: 0.7;
}

.error-page {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f1f4f9;
}
.error-page .error-wrapper {
  padding: 20px;
  width: 100%;
  max-width: 420px;
}
.error-page .error-wrapper .error-card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  background: #ffffff;
  padding: 40px 30px;
  text-align: center;
  animation: fadeIn 0.4s ease;
}
.error-page .error-wrapper .error-card h2 {
  margin: 25px 0px 15px;
  color: #141414;
}
.error-page .error-wrapper .error-card p {
  color: #818997;
  margin-bottom: 25px;
}
.error-page .error-wrapper .error-card .error-icon {
  font-size: 70px;
  color: #6950f3;
}
.error-page .error-wrapper .error-card .button {
  display: block;
  width: 100%;
  margin-top: 10px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .navbar {
    height: 48px;
  }
  .navbar .navbar-brand {
    font-size: 16px;
  }
  .navbar .btn-toggle-sidebar {
    font-size: 18px;
    width: 50px;
  }
  .navbar .profile-img {
    width: 32px;
    height: 32px;
  }
  .navbar span {
    font-size: 12px;
  }

  .app {
    padding-top: 48px;
  }

  .sidebar {
    width: 50px !important;
    top: 48px;
    height: calc(100dvh - 48px);
    overflow-y: auto;
  }
  .sidebar .link-text {
    display: none;
  }
  .sidebar .nav-link {
    width: 40px !important;
    height: 40px;
    justify-content: center;
    margin-bottom: 18px;
  }
  .sidebar .nav-link i {
    font-size: 20px;
  }
  .sidebar .nav-language {
    justify-content: center;
    padding: 8px;
  }
  .sidebar .nav-language i {
    font-size: 18px;
  }
  .sidebar .nav-language span {
    display: none;
  }

  .main-content {
    margin-left: 50px !important;
  }
  .main-content .content-header {
    height: 50px;
    min-height: 50px;
  }
  .main-content .content-header .breadcrumb {
    font-size: 13px;
  }
  .main-content .content-header .breadcrumb .breadcrumb-item::before {
    font-size: 18px;
    padding: 0;
  }
  .main-content .content-header .breadcrumb .breadcrumb-item._active {
    font-size: 15px;
  }
  .main-content .content-panel {
    padding: 15px 10px;
  }
  .main-content .content-panel._bg-height {
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: -ms-calc(100% - 50px);
    height: -o-calc(100% - 50px);
    height: calc(100% - 50px);
  }
  .main-content .content-panel .card {
    position: relative;
  }
  .main-content .content-panel .card .row {
    flex-direction: column;
  }
  .main-content .content-panel .card .col-md-9, .main-content .content-panel .card .col-md-3 {
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
  }
  .main-content .content-panel .card .progress {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .main-content .content-panel .card .token-badge {
    position: absolute;
    top: 15px;
  }
  .main-content .content-panel .card .btn-solid-B {
    width: 100%;
    text-align: center;
    margin-top: 0 !important;
  }
  .main-content .content-panel .border-panel .token-badge, .main-content .content-panel .border-panel .token-text {
    top: 8px;
    right: 15px;
  }
  .main-content .content-panel .spot-map .spot-container {
    gap: 0.5rem !important;
    justify-content: center;
  }
  .main-content .content-panel .spot-map .spot-container button {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

  .active-studio-context {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px 16px;
  }
  .active-studio-context .studio-main {
    gap: 12px;
  }
  .active-studio-context .studio-main .studio-logo {
    width: 42px;
    height: 42px;
  }
  .active-studio-context .studio-main .studio-label {
    display: none;
  }
  .active-studio-context .studio-main .studio-name {
    font-size: 16px;
  }
  .active-studio-context .studio-main .studio-status {
    font-size: 10px;
  }
  .active-studio-context .studio-actions {
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .active-studio-context .studio-actions a span {
    display: none;
  }
  .active-studio-context .studio-actions a i {
    color: #dedede;
  }
  .active-studio-context .studio-actions a:hover {
    text-decoration: none;
  }
  .active-studio-context .studio-actions a:hover i {
    color: #ffffff;
  }

  .photo-card {
    aspect-ratio: 16/10;
    margin-bottom: 12px;
  }
  .photo-card._small {
    height: 95%;
  }

  .text-time-table {
    right: 15px;
  }

  .list-counters .c-total {
    display: inline-block;
    margin-right: 10px;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  ._hide-mb {
    display: none !important;
  }

  ._text-end-mb {
    text-align: right;
  }

  ._text-12-mb {
    font-size: 12px !important;
  }
}

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