body.app {
  font-size: 16px;
}

.btn, .btn:hover {
  font-size: 1.125rem;
}

.app .input-group {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.app .input-group .form-control {
  box-shadow: none !important;
}
.app .form-select, .app .form-control {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
  font-size: 1.125rem;
  padding: 0.75rem;
}
.app .form-check-input {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.app .btn, .app .btn:hover {
  border-radius: 10px;
}

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

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

hr {
  opacity: 0.5;
}

.container-custom {
  margin: 0 auto 50px;
  max-width: 1830px;
  padding: 0 15px;
  width: 100%;
}

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

.btn-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-image img {
  margin-right: 10px;
}

.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: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: #000;
  text-decoration: none;
}
.base-link:hover {
  color: #444;
}
.base-link.external:hover::after {
  opacity: 0.8;
}
.base-link.external::after {
  background: transparent url("../external-0c28d4453eac3e006ca3e17fd134e4a7.png") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 4px;
  width: 11px;
}
.base-link.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.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;
  }
}
.error-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.error-banner .btn {
  padding: 10px 50px;
  font-weight: bold;
}

footer {
  background: #202B68;
  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;
}
footer.footer-admin {
  min-width: 1200px;
  padding: 15px 0;
}
footer.footer-admin .nav-container {
  padding: 0 15px;
}
footer.footer-admin .logo {
  margin-bottom: 5px;
}
footer.footer-admin .copyright {
  margin-bottom: 0;
  font-size: 0.7rem;
}
footer.footer-admin .footer-links ul {
  gap: 100px;
}
footer.footer-admin .footer-links ul li a {
  font-size: 0.85rem;
}
footer.footer-admin .socials-links {
  display: flex;
  gap: 15px;
}
footer.footer-admin .socials-links div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer.footer-admin .socials-links div a {
  opacity: 0.7;
}
footer.footer-admin .socials-links div a:hover {
  opacity: 1;
}
footer.footer-admin .socials-links .socials {
  gap: 15px;
  padding-right: 5px;
}
footer.footer-admin .socials-links .chsoft {
  margin: -15px 0;
  padding: 0 17px;
  background: #2E3A74;
  gap: 5px;
}
footer.footer-admin .socials-links .chsoft span {
  opacity: 0.7;
  font-size: 0.7rem;
}

@media (max-width: 991.98px) {
  footer:not(.footer-admin) .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-check.form-radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-check.form-radio .form-check-input {
  background-color: #EEF1F9;
  border-color: #C7C7C7;
  box-shadow: none !important;
}
.form-check.form-radio .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%236B81ED'/%3e%3c/svg%3e");
}

.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 8px 8px 0 rgba(0, 0, 0, 0.08) !important;
}
.form-check-input:checked {
  background-color: #6B81ED;
  border-color: #6B81ED;
}

.form-select, .form-control {
  font-size: 12px;
  padding: 10px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.07) !important;
  outline: none;
  border: none;
}

.admin .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236B81ED' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.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("../login-803af346ebad6e9f77e259462b73020b.png") center no-repeat;
}

.create-user-btn::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("../add-group-628562e611d64a35abdb7977769e5d08.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 .remove-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 8px 8px 0 rgba(0, 0, 0, 0.08) !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.75rem;
  background: transparent !important;
  padding: 0;
}

.filters-container {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  padding-top: 27px;
  padding-bottom: 25px;
}

.small-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.small-checkbox .form-check-input {
  width: 15px;
  height: 15px;
}
.small-checkbox .form-check-label {
  font-size: 12px;
}

.filters-toggle {
  text-align: center;
  font-weight: 600;
  position: relative;
}
.filters-toggle .filters-button {
  position: absolute;
  top: -14px;
  left: calc(50% - 10px);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFF;
  display: flex;
}
.filters-toggle .filters-button img {
  display: flex;
  margin: auto;
}
.filters-toggle .btn {
  color: #6C82ED !important;
  font-size: 1rem;
  padding: 0;
}
.filters-toggle .filters-label {
  color: #000;
  font-size: 9px;
  margin-top: 12px;
  font-weight: normal;
}
.filters-toggle .open 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;
}

.filter-row {
  display: flex;
  justify-content: space-between;
}
.filter-row .filter-half {
  width: 45%;
  row-gap: 13px;
}

@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;
  align-items: center;
  background: transparent;
}

.medal {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.medal.gold {
  background: linear-gradient(135deg, #e6b400 0%, #fff4cc 50%, #fff4cc 50%, #e6b400 100%);
}
.medal.silver {
  background: linear-gradient(135deg, #666 0%, #fff 50%, #fff 50%, #666 100%);
}
.medal.bronze {
  background: linear-gradient(135deg, #cc853d 0%, #ccb8a3 50%, #ccb8a3 50%, #cc853d 100%);
}
.medal p {
  position: absolute;
  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;
}
.reservation-info .state-circle, .reservation-info .state-circle-wrench {
  width: 26px;
  height: 26px;
}
.reservation-info .state-circle img, .reservation-info .state-circle-wrench img {
  max-width: 14px;
  max-height: 17px;
}
.reservation-info .progress {
  position: absolute;
  right: 20px;
}

.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: 469.98px) {
  .reservation-info .progress {
    zoom: 0.4;
  }
}
@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%;
}

.admin .conf-modal .btn-container {
  gap: 8px;
}

.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 {
  --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.navbar-admin {
  min-width: 1200px;
  padding: 0;
  flex-direction: column;
  border-bottom: 1px solid #6B81ED;
}
.navbar.navbar-admin .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
}
.navbar.navbar-admin .navbar-brand img {
  height: 36px;
}
.navbar.navbar-admin .navbar-brand span {
  font-size: 1.3rem;
}
.navbar.navbar-admin .nav-btn-container button, .navbar.navbar-admin .nav-btn-container button:focus {
  width: 40px;
  height: 40px;
}
.navbar.navbar-admin .nav-btn-container button img, .navbar.navbar-admin .nav-btn-container button:focus img {
  height: 23px;
  width: auto;
}
.navbar.navbar-admin .nav-btn-container button .notif, .navbar.navbar-admin .nav-btn-container button:focus .notif {
  top: -5px;
  right: -5px;
  font-size: 0.7rem;
  width: 15px;
  height: 15px;
}
.navbar.navbar-admin .login-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar.navbar-admin .login-info span {
  font-size: 0.825rem;
}
.navbar.navbar-admin .logout-menu-container .btn, .navbar.navbar-admin .login-menu-container .btn {
  padding: 10px 15px !important;
  font-size: 0.75rem;
  border-radius: 7px;
}
.navbar.navbar-admin .logout-menu-container .btn img, .navbar.navbar-admin .login-menu-container .btn img {
  height: 20px;
}
.navbar.navbar-admin .nav-tabs {
  border: none;
  margin: 5px auto 0;
}
.navbar.navbar-admin .nav-tabs .nav-item {
  height: 55px;
  overflow: hidden;
}
.navbar.navbar-admin .nav-tabs .nav-item button {
  color: black;
  font-size: 0.825rem;
  font-weight: 600;
  padding: 18px 30px 23px;
  border-radius: 7px 7px 0 0;
  margin: 0;
  border: none !important;
  outline: none !important;
}
.navbar.navbar-admin .nav-tabs .nav-item button.active {
  color: white;
  background: #6B81ED;
}
.navbar.navbar-admin .tab-wrapper {
  background: #6B81ED;
  width: 100%;
}
.navbar.navbar-admin .tab-content {
  color: white;
  display: flex;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 15px;
  width: 100%;
}
.navbar.navbar-admin .tab-content .tab-pane {
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
.navbar.navbar-admin .tab-content .tab-pane.active {
  display: flex;
  height: 60px;
}
.navbar.navbar-admin .tab-content .tab-pane .nav-item-container {
  display: flex;
}
.navbar.navbar-admin .tab-content .tab-pane .nav-item-container .nav-item {
  color: white;
  display: flex;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 0.825rem;
}
.navbar.navbar-admin .tab-content .tab-pane .nav-item-container .nav-item.active {
  background: #5063C4;
}
.navbar.navbar-admin .tab-content .tab-pane .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.navbar.navbar-admin .tab-content .tab-pane .button-container .btn.btn-small {
  font-size: 0.75rem !important;
  padding: 8px 15px;
}
.navbar.navbar-admin .tab-content .tab-pane .button-container .btn.btn-small img {
  margin-right: 7px;
  height: 25px;
}
.navbar.navbar-admin .tab-content .tab-pane .button-container .btn.no-btn {
  border-radius: 0;
  font-size: 0.825rem;
  padding: 20px 30px;
}
.navbar.navbar-admin .tab-content .tab-pane .button-container .btn.no-btn.active {
  background: #5063C4;
}

.nav-container {
  max-width: 1920px;
  width: 100%;
}

.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 .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 .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar:not(.navbar-admin)::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;
  margin-bottom: 1rem;
}

.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.selected .date {
  background: #27378a;
}
.calendar .day.selected .weekday {
  background: #7186f2;
}
.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;
}
.calendar .calendar-meta {
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}
.calendar .calendar-meta .calendar-meta-label {
  font-weight: 500;
  opacity: 0.85;
}
.calendar .calendar-meta .calendar-meta-plate {
  font-size: 1.125rem;
}
.calendar .calendar-meta .calendar-meta-guest {
  font-size: 0.875rem;
  font-weight: 500;
}

.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-breadcrumbs-wrapper.with-shadow {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs {
  align-items: center;
  column-gap: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 11px 0;
  row-gap: 8px;
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs .parking-breadcrumbs-link {
  color: #6B81ED;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs .parking-breadcrumbs-link:hover {
  opacity: 0.8;
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs .parking-breadcrumbs-link:focus-visible {
  outline: 1px solid #6B81ED;
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs .parking-breadcrumbs-link.parking-breadcrumbs-home {
  align-items: center;
  column-gap: 8px;
  display: inline-flex;
  flex-flow: row nowrap;
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs .parking-breadcrumbs-link.parking-breadcrumbs-home:before {
  background: url("../home-0dbb6818217b65bad92f9e410710fc3d.png") center no-repeat;
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs .parking-breadcrumbs-item {
  align-items: center;
  column-gap: 20px;
  display: inline-flex;
  flex-flow: row nowrap;
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs .parking-breadcrumbs-item:before {
  background: url("../filter-arrow-aad7716b97659e1d1c7ad1642a45580f.png") center no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  width: 12px;
}
.parking-breadcrumbs-wrapper .parking-breadcrumbs .parking-breadcrumbs-item:last-child .parking-breadcrumbs-link {
  color: #000;
  font-weight: 400;
  pointer-events: none;
}

.navigation-tree {
  gap: 20px 0;
}
.navigation-tree .parking-lot {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 14px;
}
.navigation-tree .parking-lot::before, .navigation-tree .floor::before, .navigation-tree .section::before {
  content: "";
  border-left: 2px solid black;
}
.navigation-tree .parking-lot::before {
  padding: 0 0 7px 10px;
  margin-right: 5px;
}
.navigation-tree .floor, .navigation-tree .section {
  margin-top: 3px;
  margin-bottom: 7px;
}
.navigation-tree .floor a, .navigation-tree .floor span, .navigation-tree .section a, .navigation-tree .section span {
  position: relative;
}
.navigation-tree .parking-lot.disabled, .navigation-tree .floor.disabled, .navigation-tree .section.disabled {
  opacity: 0.4;
}
.navigation-tree .floor span {
  padding-left: 65px;
}
.navigation-tree .section a {
  padding-left: 95px;
}
.navigation-tree .floor::before, .navigation-tree .section::before {
  padding: 5px 0;
}
.navigation-tree .floor .floor-link::after {
  content: "";
  border-bottom: 2px solid black;
  display: flex;
  position: absolute;
  top: 50%;
  width: 50px;
}
.navigation-tree .section .section-link::after {
  content: "";
  border-bottom: 2px solid black;
  display: flex;
  position: absolute;
  top: 50%;
  width: 80px;
}
.navigation-tree .subtree {
  display: none;
}
.navigation-tree .subtree.expanded {
  display: block;
}
.navigation-tree .navigation-btn {
  color: white;
  border: none;
  background: #6B81ED;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.navigation-tree .navigation-btn:hover {
  background: #5C72DE !important;
}
.navigation-tree span:has(> .selected), .navigation-tree div > .selected {
  border: dashed #6B81ED 1px;
}
.navigation-tree a.highlight {
  font-weight: bold;
  color: #6B81ED !important;
}

.parking-online {
  position: relative;
}
.parking-online .section-preview {
  display: block;
}
.parking-online .section-preview .park-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.parking-online .section-preview .btn-image {
  justify-content: left;
  margin-right: 15px;
}
.parking-online .section-preview .btn-image .parking-circle {
  margin-right: 5px;
}
.parking-online .parking-lot-places .parking-circle {
  position: absolute;
  border: 2px solid white;
}
.parking-online .parking-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.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.circle-empty {
  width: 34px;
  height: 34px;
  background-color: rgba(107, 129, 237, 0.5);
  border: none !important;
}
.parking-online .parking-circle.circle-empty .address, .parking-online .parking-circle.circle-empty .priority {
  color: white;
}
.parking-online .parking-circle img {
  margin-right: 0;
  max-width: 20px;
  max-height: 20px;
}
.parking-online .parking-circle .hover-info {
  position: absolute;
  top: calc(100% + 5px);
  left: calc(100% + 5px);
  display: none;
  white-space: nowrap;
  border-radius: 5px;
  background-color: white;
  padding: 20px;
  z-index: 100;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.parking-online .parking-circle.quadrant-top-left > .hover-info {
  top: calc(100% + 5px);
  left: calc(100% + 5px);
  right: auto;
  bottom: auto;
}
.parking-online .parking-circle.quadrant-top-right > .hover-info {
  top: calc(100% + 5px);
  left: auto;
  right: calc(100% + 5px);
  bottom: auto;
}
.parking-online .parking-circle.quadrant-bottom-left > .hover-info {
  top: auto;
  left: calc(100% + 5px);
  right: auto;
  bottom: calc(100% + 5px);
}
.parking-online .parking-circle.quadrant-bottom-right > .hover-info {
  top: auto;
  left: auto;
  right: calc(100% + 5px);
  bottom: calc(100% + 5px);
}
.parking-online .parking-circle:hover > .hover-info {
  display: block;
}
.parking-online .edit-area {
  position: relative;
  user-select: none;
  overflow: hidden;
  max-height: 800px;
}
.parking-online .edit-area .edit-content {
  position: relative;
  left: 0px;
  top: 0px;
  cursor: all-scroll;
}
.parking-online .inner-content.no-hover .parking-circle:hover > .hover-info {
  display: none;
}
.parking-online .inner-content.address .display-center.address {
  display: block;
}
.parking-online .inner-content.priority .display-center.priority {
  display: block;
}
.parking-online .inner-content.assigned .parking-circle.assigned, .parking-online .inner-content.invalid .parking-circle.invalid, .parking-online .inner-content.charger .parking-circle.charger, .parking-online .inner-content.all .parking-circle {
  background: #6B81ED;
}
.parking-online .inner-content .display-center {
  display: none;
  position: absolute;
  white-space: nowrap;
}
.parking-online .display-area {
  position: relative;
  user-select: none;
}
.parking-online .controls {
  width: 320px;
  position: absolute;
  padding: 30px 25px;
  background: white;
  border-radius: 7px;
  top: 0;
  left: 50px;
  transition: transform 0.5s ease;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.parking-online .controls .title {
  font-size: 1.125rem;
  font-weight: 600;
}
.parking-online .controls .corner-button {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parking-online .controls .corner-button img {
  width: 10px;
  height: 10px;
  transform: rotate(-180deg);
}
.parking-online .controls.collapsed {
  transform: translate(-95%, 0px);
}
.parking-online .controls.collapsed .corner-button img {
  transform: rotate(0deg);
}
.parking-online .controls .park-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}
.parking-online .controls .park-info span {
  font-weight: 600;
  margin-right: 5px;
}
.parking-online .controls .park-info .place-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 15px);
}
.parking-online .controls .park-info .place-info .problem-container {
  display: flex;
  align-items: center;
  gap: 13px;
}
.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 .zoom-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.parking-online .controls .zoom-buttons .btn {
  font-size: 40px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}

.context-menu {
  position: absolute;
  background: white;
  min-width: min-content;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-radius: 5px;
  z-index: 111;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.context-menu button {
  border: none;
  background: none;
  color: #6B81ED;
  font-weight: 600;
  cursor: pointer;
}
.context-menu button:hover {
  opacity: 0.8;
}
.context-menu button:disabled {
  opacity: 0.5;
  cursor: unset;
}
.context-menu button.release-button {
  color: #df5252;
}

.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 2.5px;
  border: transparent;
  min-width: 1000px;
}
.subject-table thead tr.table-16 th {
  width: 6.25%;
}
.subject-table thead tr th {
  background: transparent;
  font-weight: normal;
  padding-left: 10px;
  font-size: 12px;
}
.subject-table thead tr th div {
  display: flex;
  align-items: center;
}
.subject-table thead tr th span {
  display: flex;
  flex-direction: column;
  margin-left: 7px;
  gap: 4px;
}
.subject-table thead tr th span img {
  width: 8px;
  height: auto;
}
.subject-table tbody tr {
  filter: drop-shadow(0px 0px 5px 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.table-strip tr.group-color-0 td:first-child:before {
  background: #3BB566;
}
.subject-table.table-strip tr.group-color-1 td:first-child:before {
  background: #FF7800;
}
.subject-table.table-strip tr.group-color-2 td:first-child:before {
  background: #00B4FF;
}
.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(.col-white) {
  background: #586FDB;
}
.subject-table tr.blue img:not(.delete-img) {
  filter: brightness(0) invert(1);
}
.subject-table tr.green td {
  background: #D8F9CF;
}
.subject-table tr.green td:nth-child(even):not(.col-white) {
  background: #BEEAB2;
}
.subject-table tr.red td {
  background: #F2C9C9;
}
.subject-table tr.red td:nth-child(even):not(.col-white) {
  background: #EDB3B3;
}
.subject-table tr.gray td {
  background: #BABABA;
}
.subject-table tr.gray td:nth-child(even):not(.col-white) {
  background: #A8A6A6;
}
.subject-table tr td {
  vertical-align: middle;
  padding: 9px 11px;
  font-size: 12px;
}
.subject-table tr td.state-cell {
  padding: 0 11px;
}
.subject-table tr td .warning {
  display: flex;
  align-items: center;
  gap: 5px;
}
.subject-table tr td .warning img {
  width: 25px;
}
.subject-table tr td .note-img {
  position: relative;
}
.subject-table tr td .note-img img {
  position: absolute;
  top: -11px;
  left: -20px;
  height: 22px;
}
.subject-table tr td button:not(.btn) {
  border: none;
  background: none;
}
.subject-table tr td:nth-child(even):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: 7px;
  border-bottom-left-radius: 7px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.subject-table tr td:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  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;
}

.filter-btn {
  display: flex;
  gap: 5px;
  padding: 10px 20px !important;
  font-size: 12px !important;
}
.filter-btn::before {
  content: "";
  background: url("../filter-arrow-aad7716b97659e1d1c7ad1642a45580f.png") center no-repeat;
  width: 12px;
  height: 11px;
  margin: auto;
  filter: invert(1);
}

.state-filter {
  display: flex;
  column-gap: 13px;
  margin-top: 3px;
}
.state-filter .state-circle, .state-filter .state-circle-wrench {
  cursor: pointer;
}

.table-state {
  display: flex;
  align-items: center;
  gap: 7px;
}
.table-state .state-circle, .table-state .state-circle-wrench {
  width: 23px;
  height: 23px;
}
.table-state .state-circle img, .table-state .state-circle-wrench img {
  max-width: 16px;
  max-height: 16px;
}
.table-state .state-circle-wrench {
  height: 16px;
  width: 16px;
}
.table-state .state-circle-wrench img {
  max-width: 11px;
  max-height: 11px;
}

.state-circle, .state-circle-wrench {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.state-circle.active, .active.state-circle-wrench {
  outline: 3px solid #6B81ED;
  padding: 5px;
  outline-offset: 2px;
}
.state-circle img, .state-circle-wrench img {
  max-width: 23px;
  max-height: 23px;
}

.circle {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.circle, .state-circle, .state-circle-wrench {
  border-radius: 50%;
}
.circle.circle-green, .state-circle.circle-green, .circle-green.state-circle-wrench {
  background: #54AF3A;
}
.circle.circle-red, .state-circle.circle-red, .circle-red.state-circle-wrench {
  background: #DF5252;
}
.circle.circle-gray, .state-circle.circle-gray, .circle-gray.state-circle-wrench {
  background: #C1C1C1;
}
.circle.circle-blue, .state-circle.circle-blue, .circle-blue.state-circle-wrench {
  background: #6B81ED;
}
.circle.circle-yellow, .state-circle.circle-yellow, .circle-yellow.state-circle-wrench {
  background: #F69B25;
}
.circle.circle-gray, .state-circle.circle-gray, .circle-gray.state-circle-wrench {
  background: #333333;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  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: 40px;
  height: 40px;
  color: white;
  border-radius: 7px;
}
.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;
  z-index: 9999;
}

.alert {
  display: flex;
  align-items: center;
  border: none;
  margin-bottom: 5px;
}
.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;
}

ul.plp-files {
  list-style: none;
  padding-left: 10px;
}
ul.plp-files li {
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
}
ul.plp-files li button {
  border: none;
  background: none;
}
ul.plp-files li button img {
  width: 22px;
  height: 22px;
}
ul.plp-files a {
  color: black;
  font-weight: 500;
}
ul.plp-files a:hover {
  text-decoration: none;
}

@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.with-shadow {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.user-menu .container-custom {
  display: flex;
  flex-flow: row wrap;
  gap: 30px 45px;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  max-width: 1920px;
}
@media (min-width: 992px) {
  .user-menu .container-custom {
    column-gap: 70px;
  }
}
.user-menu .container-custom > ul {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 35px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .user-menu .container-custom > ul {
    column-gap: 60px;
  }
}
.user-menu a, .user-menu button {
  font-size: 0.825rem;
  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);
}

.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 {
  padding: 0 8px;
}
.user-detail .label, .user-detail label {
  font-size: 12px;
  margin-bottom: 5px;
}
.user-detail .detail {
  font-size: 1.125rem;
  font-weight: 600;
  word-break: break-all;
}
.user-detail .progress {
  height: 90px;
  width: 90px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.user-detail .progress .medal {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.user-detail .progress .medal.gold {
  background: linear-gradient(135deg, #e6b400 0%, #fff4cc 50%, #fff4cc 50%, #e6b400 100%);
}
.user-detail .progress .medal.silver {
  background: linear-gradient(135deg, #666 0%, #fff 50%, #fff 50%, #666 100%);
}
.user-detail .progress .medal.bronze {
  background: linear-gradient(135deg, #cc853d 0%, #ccb8a3 50%, #ccb8a3 50%, #cc853d 100%);
}
.user-detail .progress .medal p {
  font-size: 1.5rem;
  margin-top: 4px;
}

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