/* [project]/src/components/common/badge.module.css [app-client] (css) */
.badge-module__Ecepaa__badge {
  white-space: nowrap;
  border-radius: 48px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
}

.badge-module__Ecepaa__success {
  color: #00b73f;
  background: #dff8e8;
}

.badge-module__Ecepaa__info {
  color: #0074c1;
  background: #dff1ff;
}

.badge-module__Ecepaa__warning {
  color: #f0a400;
  background: #fff1d9;
}

.badge-module__Ecepaa__danger {
  color: #f1592a;
  background: #ffe8dd;
}

.badge-module__Ecepaa__neutral {
  color: #0074c1;
  background: #0074c11f;
}

/* [project]/src/components/common/button.module.css [app-client] (css) */
.button-module__tRt1jq__button {
  cursor: pointer;
  border: 1px solid #0a1a2b14;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 10px;
  font-family: inherit;
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
}

.button-module__tRt1jq__button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.button-module__tRt1jq__create {
  color: #f9fafb;
  background: #f1592a;
  border-color: #0000;
  box-shadow: 0 1px 2px #0a1a2b29, 0 4px 8px #7fa8b429;
}

.button-module__tRt1jq__primary {
  color: #fff;
  background: #0074c1;
  border-color: #0074c1;
}

.button-module__tRt1jq__ghost {
  color: #29405a;
  background: #fff;
  box-shadow: 0 1px 2px #0a1a2b14, 0 4px 8px #7fa8b414;
}

.button-module__tRt1jq__export {
  color: #fff;
  background: #00b73f;
  border-color: #0000;
}

.button-module__tRt1jq__compact {
  height: 32px;
}

.button-module__tRt1jq__booking {
  height: 33px;
  padding: 8px 6px;
}

.button-module__tRt1jq__icon {
  flex: none;
}

/* [project]/src/components/common/dropdown-trigger.module.css [app-client] (css) */
.dropdown-trigger-module__Juq7Zq__chevron {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 20px;
  margin: -6px;
  padding: 6px;
  display: inline-flex;
}

.dropdown-trigger-module__Juq7Zq__chevron img {
  transform: rotate(90deg);
}

.dropdown-trigger-module__Juq7Zq__open img {
  transform: rotate(-90deg);
}

/* [project]/src/components/common/display-control.module.css [app-client] (css) */
.display-control-module__fJJVBq__control {
  color: #29405a;
  background: #fff;
  border: 1px solid #ebedee;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  height: 32px;
  padding: 6px 10px;
  font-family: inherit;
  font-size: 13px;
  display: inline-flex;
  box-shadow: 0 1px 2px #0a1a2b14, 0 4px 8px #7fa8b414;
}

.display-control-module__fJJVBq__compact {
  height: 32px;
}

.display-control-module__fJJVBq__booking {
  height: 33px;
  padding: 8px 6px;
}

.display-control-module__fJJVBq__select {
  appearance: none;
  color: inherit;
  font: inherit;
  background: none;
  border: 0;
  outline: 0;
  min-width: 0;
  height: 100%;
  padding: 0 16px 0 0;
}

.display-control-module__fJJVBq__chevron {
  pointer-events: none;
  flex: none;
}

/* [project]/src/components/common/icon-button.module.css [app-client] (css) */
.icon-button-module__edmFvG__button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ebedee;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
}

.icon-button-module__edmFvG__button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.icon-button-module__edmFvG__active {
  background: #eef6ff;
  border-color: #0074c1;
}

/* [project]/src/components/common/search-field.module.css [app-client] (css) */
.search-field-module__GHi-iW__search {
  border: 1px solid #ebedee;
  border-radius: 4px;
  align-items: center;
  min-width: 240px;
  height: 32px;
  padding: 0 8px;
  display: flex;
}

.search-field-module__GHi-iW__input {
  color: #29405a;
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1;
}

.search-field-module__GHi-iW__input::placeholder {
  color: #7fa8b4;
  opacity: 1;
}

/* [project]/src/components/common/toolbar-action.module.css [app-client] (css) */
.toolbar-action-module__bUvCta__action {
  flex: none;
  align-items: center;
  min-width: 0;
  display: inline-flex;
}

/* [project]/src/app/login/login-page.module.css [app-client] (css) */
.login-page-module__6Idf6q__page {
  background: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login-page-module__6Idf6q__background {
  position: absolute;
  inset: 0;
}

.login-page-module__6Idf6q__backgroundImage {
  object-fit: cover;
}

.login-page-module__6Idf6q__background:after {
  content: "";
  background: linear-gradient(90deg, #eb5b0029, #eb5b0029), linear-gradient(90deg, #0006, #0006);
  position: absolute;
  inset: 0;
}

.login-page-module__6Idf6q__content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: clamp(24px, 13.5vw, 260px);
  display: flex;
  position: relative;
}

.login-page-module__6Idf6q__card {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  width: min(400px, 100vw - 48px);
  padding: 24px;
  display: flex;
}

.login-page-module__6Idf6q__logoWrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex;
}

.login-page-module__6Idf6q__logo {
  object-fit: contain;
  width: 99px;
  height: 32px;
}

.login-page-module__6Idf6q__title {
  color: #1a1b49;
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.login-page-module__6Idf6q__form {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  display: flex;
}

.login-page-module__6Idf6q__field {
  flex-direction: column;
  gap: 4px;
  width: 100%;
  display: flex;
}

.login-page-module__6Idf6q__label {
  color: #29405a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.login-page-module__6Idf6q__inputShell {
  background: #f9fafb;
  border: 1px solid #ebedee;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px;
  display: flex;
}

.login-page-module__6Idf6q__input {
  color: #29405a;
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 6px 8px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
}

.login-page-module__6Idf6q__input::placeholder {
  color: #7fa8b4;
  opacity: 1;
}

.login-page-module__6Idf6q__iconButton {
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
}

.login-page-module__6Idf6q__forgot {
  color: #f1592a;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ebedee;
  border-radius: 4px;
  align-self: flex-end;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.login-page-module__6Idf6q__submit {
  color: #f9fafb;
  cursor: pointer;
  background: #f1592a;
  border: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 10px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  box-shadow: 0 1px 2px #0a1a2b29, 0 4px 8px #7fa8b429;
}

.login-page-module__6Idf6q__submit:disabled {
  cursor: progress;
  opacity: .72;
}

.login-page-module__6Idf6q__error {
  color: #f1592a;
  width: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

/*# sourceMappingURL=src_1-39pnh._.css.map*/