body {
  --bs-body-font-family: "Poppins", sans-serif;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  font-size: 16px;
}

body, .navbar {
  background-color: #E9ECF3;
}

hr {
  opacity: 0.5;
}

.container-custom {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  max-width: 1920px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0 auto 50px;
}

.btn, .btn:hover {
  font-size: 1.125rem;
  padding: 8px;
  font-weight: 600;
  color: white !important;
  border: none !important;
  border-radius: 10px;
}

.btn-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-big {
  padding: 20px 30px !important;
}

.btn-full {
  width: 100%;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-radius: 7px !important;
}

.btn-small {
  font-size: 0.875rem !important;
}

.btn-image img {
  margin-right: 10px;
}

.btn:disabled {
  background: #AAB2D9 !important;
}

.btn-gray {
  background: #B2BBE6 !important;
}

.btn-gray:hover {
  background: #9EADD7 !important;
}

.btn-green {
  background: #4DB139 !important;
}

.btn-green:hover {
  background: #3EA22A !important;
}

.btn-green:disabled {
  background: #4DB139;
}

.btn-blue {
  background: #6B81ED !important;
}

.btn-blue:hover, .btn-blue.active {
  background: #5C72DE !important;
}

.btn-red {
  background: #DA2D2D;
}

.btn-red:hover {
  background: #BC2D2D !important;
}

.btn-yellow {
  background: #E8A41E;
}

.btn-yellow:hover {
  background: #D59415 !important;
}

.no-btn {
  outline: none;
  border: none;
  background: none;
}

h2.title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.text-blue {
  color: #6C82ED !important;
}

p {
  line-height: 1.25;
}

h3.big-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.mb-base {
  margin-bottom: 70px;
}

.base-link {
  color: black;
  text-decoration: none;
}
.base-link.external {
  display: flex;
  align-items: center;
  gap: 7px;
}
.base-link:hover {
  text-decoration: underline;
}

.parking-space {
  padding: 0 6px;
  color: black;
  background: #339EE3;
  position: relative;
  display: inline-block;
  border-left: 4px solid black;
  border-right: 4px solid black;
}

@media (max-width: 991.98px) {
  .container-custom {
    --bs-gutter-x: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .container-custom {
    --bs-gutter-x: 1.5rem;
  }
  html {
    font-size: 14px;
  }
}
.calendar-container {
  column-count: 2;
  gap: 50px;
}

.day-info {
  break-inside: avoid-column;
  page-break-inside: avoid;
}
.day-info hr {
  border-top-width: 2px;
  margin: 20px 0;
}
.day-info .dropdown .btn {
  color: #6B81ED !important;
}
.day-info .dropdown .btn.dropdown-toggle::after {
  display: none;
}
.day-info .dropdown .btn:hover {
  color: #5C72DE;
}
.day-info .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
.day-info .dropdown .dropdown-menu .dropdown-item:hover, .day-info .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #B2BBE6;
}

.calendar-day {
  height: 110px;
  text-align: center;
}
.calendar-day.today div.date {
  background: #54AF3A;
}
.calendar-day.today div.day {
  background: #67CB4A;
}
.calendar-day div {
  color: white;
}
.calendar-day div.date {
  padding: 20px 5px;
  background: #6B81ED;
  border-radius: 10px 10px 0 0;
  font-size: 1.25rem;
}
.calendar-day div.day {
  padding: 15px 10px;
  font-weight: 600;
  background: #B2BBE6;
  border-radius: 0 0 10px 10px;
}

.calendar-buttons {
  gap: 10px;
  display: flex;
  justify-content: center;
}

.capsule.capsule-calendar {
  display: flex;
  flex-direction: row;
}
.capsule.capsule-calendar.calendar-current {
  background: #9FDF8C;
}
.capsule.capsule-calendar.calendar-current .capsule-end a, .capsule.capsule-calendar.calendar-current .capsule-end button {
  background: #4DB139;
}
.capsule.capsule-calendar.calendar-current .capsule-end a:hover, .capsule.capsule-calendar.calendar-current .capsule-end button:hover {
  background: #3EA22A;
}
.capsule.capsule-calendar.calendar-past {
  background: #c8c8c8;
}
.capsule.capsule-calendar.calendar-past .capsule-end a, .capsule.capsule-calendar.calendar-past .capsule-end button {
  background: #A2A2A2;
}
.capsule.capsule-calendar.calendar-past .capsule-end a:hover, .capsule.capsule-calendar.calendar-past .capsule-end button:hover {
  background: #939393;
}
.capsule.capsule-calendar.calendar-future {
  background: #fff;
}
.capsule.capsule-calendar .capsule-image-margin {
  margin: -15px 0;
}
.capsule.capsule-calendar .calendar-time {
  font-size: 1.25rem;
  font-weight: 600;
}
.capsule.capsule-calendar .capsule-end {
  width: 60px;
  margin-left: auto;
}
.capsule.capsule-calendar .capsule-end a, .capsule.capsule-calendar .capsule-end button {
  width: 100%;
  height: 100%;
  background: #6C82ED;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.capsule.capsule-calendar .capsule-end a:hover, .capsule.capsule-calendar .capsule-end button:hover {
  background: #5C72DE;
}

@media (min-width: 1200px) {
  .day-info .row > div:nth-child(2) {
    margin-left: 0 !important;
  }
  .day-info .row > div:nth-child(2) .capsule {
    margin-top: 0;
  }
  .mt-n25 {
    margin-top: -25px;
  }
}
@media (max-width: 1199.98px) {
  .calendar-container {
    column-count: 1;
    gap: unset;
  }
  .capsule.capsule-calendar:last-child {
    margin-bottom: 5px;
  }
  .day-info .dropdown {
    height: 110px;
  }
  .day-info .dropdown .btn {
    background: #CCD1E9;
    width: 100%;
    height: 100%;
  }
  .day-info .dropdown .btn:hover {
    background: #C1C5DB;
  }
  .day-info .dropdown .dropdown-menu {
    width: 100%;
  }
  .day-info .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
  }
  .day-info .dropdown .dropdown-menu .dropdown-item:hover, .day-info .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #B2BBE6;
  }
}
@media (max-width: 399.98px) {
  .capsule.capsule-calendar .capsule-image-margin {
    margin: -10px 0;
  }
  .capsule.capsule-calendar .capsule-image-margin img {
    height: 35px;
  }
}
footer {
  background: url("../../images/footer-bg.png") right bottom no-repeat;
  background-size: cover;
  color: white;
  padding: 75px 0;
}
footer .logo {
  margin-bottom: 40px;
}
footer .footer-info {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 30px;
}
footer .copyright {
  color: #B2BBE6;
  font-size: 0.875rem;
}
footer .footer-links {
  display: flex;
  align-items: center;
}
footer .footer-links ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 15px;
}
footer .footer-links ul li a {
  text-decoration: none;
  color: #B2BBE6;
  font-size: 1.125rem;
}
footer .footer-links ul li a:hover {
  color: white;
}

@media (max-width: 991.98px) {
  footer .footer-links ul {
    justify-content: unset;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-links ul {
    justify-content: center;
  }
}
.check-group {
  display: flex;
  align-items: center;
}
.check-group p {
  font-size: 1.125rem;
}

.check-label {
  font-size: 1.125rem;
  margin-left: 1rem;
}

.form-check .btn-check:checked + .btn {
  background: #475CC1 !important;
}

.form-switch .form-check {
  display: flex;
  align-items: center;
}
.form-switch .form-check-input {
  width: 40px;
  margin-right: 10px;
}
.form-switch .form-check-label {
  margin-bottom: 0;
}

.form-switch.switch-green input {
  border-color: transparent;
}
.form-switch.switch-green input:not(:checked) {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(77, 177, 57,1.0)'/></svg>");
}
.form-switch.switch-green input:checked {
  background-color: #4DB139;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.form-check-input:checked {
  background-color: #6B81ED;
  border-color: #6B81ED;
}

.form-select, .form-control {
  padding: 0.75rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
  outline: none;
  border: none;
  font-size: 1.125rem;
}

.form-label, .form-check-label {
  font-size: 1.125rem;
}

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
.login-container .login-form {
  width: 50%;
}
.login-container .login-form .invalid-feedback {
  margin-top: -5px;
  margin-bottom: 0;
  color: red;
  font-size: 16px;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto 30px;
}
.login-form .input-group input {
  text-align: left;
}
.login-form .input-group .input-group-text {
  cursor: pointer;
}
.login-form .form-control {
  font-size: 1rem;
}

.login-btn {
  display: flex;
  justify-content: center;
}
.login-btn button::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("../../images/login.png") center no-repeat;
}

.create-user-btn::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("../../images/add-group.png") center no-repeat;
}

.team-align {
  display: flex;
  align-items: center;
}
.team-align .align-checkbox .mb-3 {
  margin-top: 1.5rem;
}

.team-choice-table {
  display: flex;
}
.team-choice-table .form-control {
  width: 48%;
  padding: 20px;
}
.team-choice-table .form-control select {
  width: 100%;
  border: none !important;
  outline: none !important;
  height: calc(100% - 85px);
}
.team-choice-table .form-control .title {
  margin-bottom: 10px;
}
.team-choice-table .form-control input.form-control {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
}
.team-choice-table .form-control option {
  color: #6B81ED;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team-choice-table .form-control option:checked {
  background: #eee;
}
.team-choice-table .controls {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.team-choice-table .controls button:hover {
  filter: brightness(90%);
}
.team-choice-table .controls .add-btn {
  rotate: 180deg;
}
.team-choice-table .controls .up-btn {
  rotate: -90deg;
}
.team-choice-table .controls .down-btn {
  rotate: 90deg;
}

.input-group {
  border-radius: 0.375rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.input-group input {
  box-shadow: none !important;
  text-align: right;
}
.input-group input::-webkit-outer-spin-button, .input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-group input[type=number] {
  -moz-appearance: textfield;
}
.input-group .input-group-text {
  background: white;
  border: transparent;
}
.input-group.disabled .input-group-text {
  background: #e9ecef;
}

.input-container {
  display: flex;
  gap: 15px;
  align-items: center;
}

.input-container select, .input-container .input-group, .bonus-container select, .bonus-container .input-group {
  width: 150px;
}
.input-container select.disabled, .bonus-container select.disabled {
  background: #e9ecef;
  pointer-events: none;
}
.input-container .input-group.disabled input, .bonus-container .input-group.disabled input {
  background: #e9ecef;
  pointer-events: none;
}
.input-container .row, .bonus-container .row {
  width: 100%;
}
.input-container .row .col-12, .bonus-container .row .col-12 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.input-container .row .col-12 label, .bonus-container .row .col-12 label {
  width: unset;
}
.input-container .form-check, .bonus-container .form-check {
  margin-bottom: 0;
  min-width: max-content;
}
.input-container .form-check label, .bonus-container .form-check label {
  width: unset;
  margin-bottom: 0;
  margin-left: 7px;
}
.input-container label, .bonus-container label {
  width: 18%;
  font-weight: 600;
}
.input-container p, .bonus-container p {
  margin-bottom: 0;
  font-size: 0.938rem;
}

.bonus-container .mb-3 {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0 !important;
}
.bonus-container .mb-3 label {
  margin-bottom: 0;
  font-size: 0.938rem;
}

#reset-filters {
  color: #6C82ED !important;
  font-size: 0.9rem;
  background: transparent !important;
  padding: 0;
}

.filters-toggle {
  text-align: center;
  font-weight: 600;
}
.filters-toggle .btn {
  color: #6C82ED !important;
  font-size: 1rem;
}
.filters-toggle .close img {
  rotate: 180deg;
}

.plp-form .form-label {
  font-size: 1rem;
}

.form-error {
  color: red;
}
.form-error .alert {
  color: red;
  background: none;
  padding: 0;
  margin: 0;
}

label.required:after {
  content: " *";
  color: red;
}

.hide-required label.required:after {
  content: none;
}

.position-relative .help-button {
  position: absolute;
  right: 0;
  bottom: 5px;
}

@media (max-width: 991.98px) {
  .input-container {
    flex-direction: column;
  }
  .input-container select, .input-container .input-group, .input-container label, .input-container p {
    width: 100%;
  }
  .bonus-container {
    width: 100%;
  }
  .bonus-container p {
    width: max-content;
  }
  .bonus-container select, .bonus-container input:not(.form-check-input) {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .login-container .login-form {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .login-container .login-form {
    width: 95%;
  }
}
.progress {
  height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  background: transparent;
}

.medal {
  position: absolute;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medal img, .medal p {
  position: absolute;
}
.medal p {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.level-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.capsule {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  -moz-box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
.capsule:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 2px;
  height: 100%;
}
.capsule.capsule-blue:before {
  content: "";
  background: #6C82ED;
}
.capsule.capsule-green:before {
  content: "";
  background: #4DB139;
}
.capsule.capsule-red:before {
  content: "";
  background: #DA2D2D;
}
.capsule.capsule-gray:before {
  content: "";
  background: #939393;
}
.capsule.filter-capsule {
  background: #9EADD7;
}
.capsule.filter-capsule a.capsule-body {
  padding: 12px 15px;
}
.capsule.filter-capsule p {
  color: white;
  font-weight: 500;
  font-size: 1rem;
}
.capsule .invalid-icon {
  width: auto;
  height: 20px;
  margin-top: -15px;
  margin-left: 6px;
}
.capsule a.capsule-body {
  color: black;
  text-decoration: none;
}
.capsule.bonus-capsule .capsule-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capsule.bonus-capsule p {
  margin-bottom: 0;
}
.capsule .capsule-heading {
  display: flex;
  width: 100%;
  align-items: center;
  background: #DA2D2D;
  color: white;
  border-radius: 10px;
  padding: 15px 20px;
}
.capsule .capsule-heading h2.title {
  font-weight: 500;
}
.capsule .capsule-heading img {
  margin-right: 10px;
}
.capsule .capsule-body {
  padding: 15px 20px;
}

.reservation-info {
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px;
}
.reservation-info h2.title {
  margin-bottom: 12px;
}
.reservation-info h2.title span {
  font-size: 1.33rem;
}

.btn-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.btn-container .form-check {
  padding-left: 0;
}
.btn-container .form-check label {
  width: 100%;
}

.text-image {
  display: flex;
  align-items: center;
}
.text-image img {
  margin-right: 16px;
  width: 22px;
  height: auto;
}

.notification {
  background: #CCD1E9;
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notification .notif-content {
  display: flex;
  flex-direction: column;
}
.notification .date {
  color: #6C82ED;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  .btn-container {
    gap: 8px;
  }
  .notification {
    padding: 15px;
  }
}
.conf-modal, .team-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  top: 0;
  left: 0;
}

.team-modal .modal {
  width: 60%;
}
.team-modal .modal .modal-body {
  width: 75%;
}

.modal {
  width: 50%;
  max-width: 1080px;
  height: auto;
  background: white;
  margin: auto;
  top: 150px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.modal .modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
.modal .modal-heading {
  display: flex;
  padding: 20px;
  width: 100%;
  align-items: center;
  background: #54AF3A;
  color: white;
  border-radius: 10px;
}
.modal .modal-heading.heading-blue {
  background: #6B81ED;
}
.modal .modal-heading.heading-red {
  background: #DA2D2D;
}
.modal .modal-heading img {
  margin-right: 10px;
}
.modal .modal-heading h2.title {
  font-weight: 500;
}
.modal .modal-body {
  padding: 20px;
}
.modal .capsule {
  width: 100%;
  box-shadow: none;
  margin: 0;
}
.modal .capsule::before {
  content: none;
}

@media (max-width: 991.98px) {
  .modal {
    width: 80%;
  }
  .modal .capsule-body {
    padding-bottom: 8px;
  }
}
@media (max-width: 575.98px) {
  .modal, .team-modal .modal {
    width: 95%;
    top: 50px;
  }
}
.navbar {
  -webkit-box-shadow: 0px 10px 30px 20px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 10px 30px 20px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 10px 30px 20px rgba(204, 204, 204, 0.5);
  --bs-navbar-nav-link-padding-x: 1rem;
}
.navbar .container-custom {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.navbar .nav-btn-container {
  display: flex;
}
.navbar .nav-btn-container button, .navbar .nav-btn-container button:focus {
  width: 65px;
  height: 65px;
  background: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  -moz-box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  border: none;
  border-radius: 10px;
  margin: 0 5px;
}
.navbar .navbar-btn {
  position: relative;
}
.navbar .navbar-btn .notif {
  position: absolute;
  top: 0;
  right: 0;
  background: #3EA22A;
  color: white;
  border-radius: 50%;
  font-size: 0.75rem;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-nav .dropdown-menu {
  background: #EEF1F9;
  border: none;
  margin-top: 0;
}
.navbar a.nav-link {
  font-weight: 600;
  color: black;
  font-size: 1.125rem;
  background: none;
}
.navbar a.nav-link.active, .navbar a.nav-link:hover, .navbar a.nav-link.dropdown-toggle.show {
  color: #6B81ED;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.navbar-brand img {
  height: 45px;
  width: auto;
  margin-right: 5px;
}
.navbar-brand span {
  font-weight: bold;
  color: #434242;
  font-size: 1.8rem;
}

.login-info {
  line-height: 1.3;
  font-size: 0.75rem;
}
.login-info a {
  color: black;
  text-decoration: none;
}
.login-info a:hover {
  color: #6B81ED;
}
.login-info span {
  font-size: 1.125rem;
  font-weight: 600;
}

.logout-menu-container, .login-menu-container {
  margin-left: 15px;
}
.logout-menu-container .btn, .login-menu-container .btn {
  padding: 20px 25px !important;
}

@media (max-width: 1685px) {
  .navbar-brand img {
    margin-right: 0;
  }
  .navbar-brand span {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1515px) {
  .logout-menu-container .btn {
    padding: 15px !important;
  }
  .navbar a.nav-link {
    font-size: 1rem;
    padding: 7px !important;
  }
}
@media (max-width: 1199.98px) {
  .navbar {
    box-shadow: none;
  }
  .navbar .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 20px);
    border-bottom: 2px solid #B3B3B3;
  }
  .navbar .navbar-nav {
    margin-top: 30px;
  }
  .navbar .navbar-nav a.dropdown-toggle.show {
    padding-bottom: 0;
  }
  .navbar .navbar-nav .dropdown-menu {
    background: none;
    margin-left: 10px;
    padding: 0;
  }
  .navbar .navbar-brand img {
    margin-right: 0;
  }
  .navbar .navbar-brand span {
    display: none;
  }
  .navbar .logout-menu-container .btn-big, .navbar .login-menu-container .btn-big {
    padding: 13px 18px !important;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 50px;
    height: auto;
  }
  .navbar .nav-btn-container button, .navbar .nav-btn-container button:focus {
    width: 55px;
    height: 55px;
  }
  .navbar .nav-btn-container button img, .navbar .nav-btn-container button:focus img {
    width: 30px;
  }
  .navbar .container-custom {
    justify-content: unset;
  }
  .login-info span {
    white-space: wrap;
    display: flex;
    max-width: 150px;
    margin-bottom: -12px;
  }
}
@media (max-width: 450px) {
  .login-info {
    display: none;
  }
}
@media (max-width: 399.98px) {
  .navbar .nav-btn-container button, .navbar .nav-btn-container button:focus {
    width: 50px;
    height: 50px;
  }
  .navbar .nav-btn-container button img, .navbar .nav-btn-container button:focus img {
    width: 25px;
    height: auto;
  }
  .navbar .nav-btn-container button .notif, .navbar .nav-btn-container button:focus .notif {
    width: 18px;
    height: 18px;
  }
}
.new-reservation .user-detail {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.new-reservation .btn-big {
  min-width: 200px;
}
.new-reservation .btn-container {
  width: 30%;
}

.progress-bar {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}
.progress-bar .bar {
  background: #B2BBE6;
  height: 10px;
  width: 80px;
  border-radius: 5px;
}
.progress-bar .bar.active {
  background: #6B81ED;
}

.car-select {
  display: flex;
  align-items: center;
}

.time-select {
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-select .form-select {
  min-width: 120px;
}

.user-check .form-switch {
  height: 100%;
  display: flex;
  margin-top: 25px;
}

.add-ons {
  gap: 15px;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.calendar .day {
  width: 120px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.calendar .day .date {
  background: #54AF3A;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.calendar .day .weekday {
  background: #67CB4A;
  padding: 15px 0;
  font-size: 0.875rem;
  border-radius: 0 0 10px 10px;
}

.reservation-time {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.find-alternative {
  font-size: 1.5rem;
}

.interval {
  top: -20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  .time-select-gap {
    gap: 10px;
  }
  .new-reservation .row {
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .new-reservation .btn-container {
    width: 100%;
  }
}
.parking-nav {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.parking-nav .btn-image {
  text-decoration: none;
  font-weight: 600;
  color: black;
}
.parking-nav .btn-image img {
  filter: brightness(0);
}
.parking-nav .btn-image:hover, .parking-nav .btn-image.active {
  color: #6C82ED;
}
.parking-nav .btn-image:hover img, .parking-nav .btn-image.active img {
  filter: unset;
}

.parking-breadcrumb {
  display: flex;
  justify-content: center;
  font-weight: 600;
  flex-wrap: wrap;
}
.parking-breadcrumb button {
  padding-right: 15px;
  font-weight: 600;
}
.parking-breadcrumb button:not(:first-child):before {
  content: ">";
  color: #6C82ED;
  padding-right: 15px;
}
.parking-breadcrumb button:hover, .parking-breadcrumb button:last-child {
  color: #6C82ED;
}
.parking-breadcrumb button:last-child {
  pointer-events: none;
}

.parking-index {
  gap: 20px 0;
}
.parking-index .parking-lot {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 14px;
}
.parking-index .parking-lot::before, .parking-index .floor::before, .parking-index .building::before {
  content: "";
  border-left: 2px solid black;
}
.parking-index .parking-lot::before {
  padding: 0 0 7px 10px;
  margin-right: 5px;
}
.parking-index .floor, .parking-index .building {
  margin-top: 3px;
  margin-bottom: 7px;
}
.parking-index .floor a, .parking-index .building a {
  position: relative;
}
.parking-index .floor a {
  padding-left: 65px;
}
.parking-index .building a {
  padding-left: 95px;
}
.parking-index .floor::before, .parking-index .building::before {
  padding: 5px 0;
}
.parking-index .floor .floor-link::after {
  content: "";
  border-bottom: 2px solid black;
  display: flex;
  position: absolute;
  top: 50%;
  width: 50px;
}
.parking-index .building .building-link::after {
  content: "";
  border-bottom: 2px solid black;
  display: flex;
  position: absolute;
  top: 50%;
  width: 80px;
}

.parking-online {
  position: relative;
}
.parking-online .parking-lot-places .parking-circle {
  position: absolute;
  margin-right: 0;
  border: 2px solid white;
}
.parking-online .parking-circle {
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  padding: 8px;
}
.parking-online .parking-circle.circle-red {
  background: #DA2E2E;
}
.parking-online .parking-circle.circle-orange {
  background: #FF7800;
}
.parking-online .parking-circle.circle-green {
  background: #54AF3A;
}
.parking-online .parking-circle.circle-gray {
  background: #BDCBE3;
}
.parking-online .parking-circle img {
  margin-right: 0;
  height: 20px;
}
.parking-online .controls {
  width: 450px;
  position: absolute;
  padding: 30px;
  background: white;
  border-radius: 15px;
  top: 0;
  left: 0;
}
.parking-online .controls .park-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 15px;
}
.parking-online .controls .park-info span {
  font-weight: 600;
  margin-right: 5px;
}
.parking-online .controls .meter {
  width: 100%;
  border-radius: 50px;
  height: 42px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.parking-online .controls .meter div {
  position: absolute;
  color: white;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.parking-online .controls .meter div.public {
  background: #6C82ED;
  left: 0;
}
.parking-online .controls .meter div.subjects {
  background: #46C8F3;
  right: 0;
}
.parking-online .controls .meter-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.parking-online .controls .meter-info div {
  display: flex;
  align-items: center;
}
.parking-online .controls .meter-info div:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
}
.parking-online .controls .meter-info div.public:before {
  background: #6C82ED;
}
.parking-online .controls .meter-info div.subjects:before {
  background: #46C8F3;
}

.table-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-title .btn {
  position: absolute;
  left: 0;
}

.table-padding {
  padding: 24px;
  margin: -24px;
}

.subject-table {
  border-collapse: separate;
  border-spacing: 0 15px;
  border: transparent;
  min-width: 1000px;
}
.subject-table thead tr th {
  background: transparent;
  font-weight: normal;
  padding-left: 20px;
}
.subject-table thead tr th div {
  display: flex;
}
.subject-table thead tr th span {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  gap: 7px;
}
.subject-table tbody tr {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.5);
}
.subject-table.table-strip tr td:first-child:before {
  content: "";
  background: #6C82ED;
  left: 0;
  top: 0;
  position: absolute;
  width: 3px;
  height: 100%;
}
.subject-table tr {
  border-radius: 10px;
}
.subject-table tr.blue td {
  background: #6B81ED;
  color: white;
}
.subject-table tr.blue td .base-link {
  color: white;
}
.subject-table tr.blue td:nth-child(even):not(:last-child):not(.col-white) {
  background: #586FDB;
}
.subject-table tr.blue img:not(.delete-img) {
  filter: brightness(0) invert(1);
}
.subject-table tr.green td {
  background: #E7FFE1;
}
.subject-table tr.green td:nth-child(even):not(:last-child):not(.col-white) {
  background: #D7F7D0;
}
.subject-table tr.red td {
  background: #FFDEDE;
}
.subject-table tr.red td:nth-child(even):not(:last-child):not(.col-white) {
  background: #FFD5D5;
}
.subject-table tr td {
  vertical-align: middle;
  padding: 20px;
  font-size: 1.125rem;
}
.subject-table tr td .warning {
  display: flex;
  align-items: center;
  gap: 5px;
}
.subject-table tr td .warning img {
  width: 25px;
}
.subject-table tr td button:not(.btn) {
  border: none;
  background: none;
}
.subject-table tr td:nth-child(even):not(:last-child):not(.col-white), .subject-table tr td.col-gray {
  background: #F4F6FC;
}
.subject-table tr td.percent {
  font-weight: 600;
  color: #6C82ED;
}
.subject-table tr td.percent.green {
  color: #4DB139;
}
.subject-table tr td.percent.red {
  color: #DA2D2D;
}
.subject-table tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.subject-table tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: end;
}
.subject-table .col-xlarge {
  width: 25%;
}
.subject-table .col-large {
  width: 16%;
}
.subject-table .col-mid {
  width: 12.5%;
}
.subject-table .col-small {
  width: 8%;
}
.subject-table .col-xsmall {
  width: 3%;
}
.subject-table .col-img {
  padding: 10px 20px;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 7px;
}
.circle.circle-green {
  background: #4DB139;
}
.circle.circle-red {
  background: #DA2D2D;
}
.circle.circle-gray {
  background: #C1C1C1;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.pagination a:first-child, .pagination a:last-child {
  color: black;
  font-weight: bold;
}
.pagination a:not(:first-child), .pagination a:not(:last-child) {
  background: #B2BBE6;
  width: 50px;
  height: 50px;
  color: white;
  border-radius: 10px;
}
.pagination a:not(:first-child).active, .pagination a:not(:last-child).active {
  font-weight: bold;
  background: #6B81ED;
}
.pagination a:not(:first-child):hover, .pagination a:not(:last-child):hover {
  background: #8F9EEA;
}

.filter-black {
  filter: brightness(0);
}

.filter-white {
  filter: brightness(0) invert(1);
}

.parking-info {
  background: #6C82ED;
  padding: 15px 25px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px;
}

.group-capsule {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  -moz-box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  box-shadow: 0px 0px 20px 0px rgb(204, 204, 204);
  position: relative;
  margin: 20px 0;
  padding: 0;
}
.group-capsule .reservation-info .teams span:not(:last-child):after {
  content: ",";
}
.group-capsule .capsule-heading {
  display: flex;
  width: 100%;
  align-items: center;
  background: #DA2D2D;
  color: white;
  border-radius: 10px;
  padding: 15px 20px;
}
.group-capsule .capsule-heading h2.title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 0;
}
.group-capsule .capsule-heading.heading-0 {
  background: #3BB566;
}
.group-capsule .capsule-heading.heading-1 {
  background: #FF7800;
}
.group-capsule .capsule-heading.heading-2 {
  background: #00B4FF;
}
.group-capsule .capsule-body {
  padding: 15px 20px;
}
.group-capsule .capsule-body p {
  font-size: 1rem;
}

.tooltip-btn {
  position: relative;
}
.tooltip-btn .mobile-title {
  position: absolute;
  top: 25px;
  background: lightgray;
  padding: 7px;
  right: 0;
  text-align: left;
  width: 60vw;
  border-radius: 5px;
}

.question-help {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #6C82ED;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-weight: bold;
  color: white;
}
.question-help a {
  color: white;
  text-decoration: none !important;
}

.alert-container {
  position: fixed;
  width: 100%;
  top: 0;
}

.alert {
  display: flex;
  align-items: center;
  border: none;
  margin-bottom: 5px;
}
.alert.alert-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.alert.alert-notice {
  background: #CAF8E4;
}
.alert.alert-notice .circle {
  background: #4DB139;
}
.alert.alert-info {
  background: #D9DEF6;
  color: #6B81ED;
}
.alert.alert-info .circle {
  background: #6B81ED;
}
.alert.alert-error {
  background: #F8CADE;
}
.alert.alert-error .circle {
  background: #DA2D2D;
}
.alert.alert-orange {
  background: #F8E4CA;
  color: #FF7800;
}
.alert.alert-orange .circle {
  background: #FF7800;
}
.alert .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.alert .circle img {
  width: 20px;
  height: 20px;
}
.alert button.close {
  position: absolute;
  top: 10%;
  right: 0;
  padding: 0.75rem 1.25rem;
}

.plp-info {
  border-bottom: 2px solid black;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

@media (max-width: 1199.98px) {
  .table-padding {
    padding: unset;
    margin: unset;
  }
}
@media (max-width: 991.98px) {
  .table-title {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .table-title .btn {
    position: relative;
  }
}
.user-menu {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.5);
}
.user-menu .container-custom {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0 10px 15px;
  flex-wrap: wrap;
  gap: 15px;
}
.user-menu .container-custom li {
  display: flex;
}
.user-menu a, .user-menu button {
  font-weight: 600;
  color: black;
  text-decoration: none;
  outline: none;
  background: transparent;
  border: none;
}
.user-menu a.active, .user-menu button.active {
  pointer-events: none;
}
.user-menu a:hover, .user-menu a.active, .user-menu button:hover, .user-menu button.active {
  color: #6B81ED;
}
.user-menu a:hover img, .user-menu a.active img, .user-menu button:hover img, .user-menu button.active img {
  color: #6B81ED;
  filter: unset;
}
.user-menu a img, .user-menu button img {
  filter: brightness(0);
}

.shadow-bottom {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.5);
}

.user-info-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.user-info-col .form-check-input:disabled {
  opacity: 1;
}

.user-info {
  display: flex;
}
.user-info .user-detail {
  margin-bottom: 10px;
}

.user-detail .label, .user-detail label {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.user-detail .detail {
  font-size: 1.125rem;
  font-weight: 600;
  word-break: break-all;
}
.user-detail .progress {
  height: 90px;
  justify-content: start;
  margin-top: 5px;
}
.user-detail .progress .medal {
  width: 90px;
  height: 90px;
}
.user-detail .progress .medal p {
  font-size: 1.5rem;
  margin-top: 4px;
}
.user-detail .progress .medal img {
  width: 64px;
  height: 64px;
}

/*# sourceMappingURL=app.output.css.map */
