@font-face {
  font-family: "Vista Sans OT";
  src: url("./../public/fonts/vistasanslight.woff") format("woff");
}
* {
  --primary-bw: #00b2e6;
  --primary-bw-light: #4dc9ee;
  --pf-global--BackgroundColor--dark-100: var(--primary-bw);
  --pf-global--Color--100: var(--primary-bw);
  --pf-c-page__sidebar--BackgroundColor: var(--primary-bw);
  --pf-global--Color--100: #757574;
  --pf-global--Color--dark-100: #757574;
  --pf-global--BackgroundColor--dark-300: var(--primary-bw);
  --pf-global--primary-color--dark-100: var(--primary-bw);
  --pf-global--link--Color: var(--primary-bw);
  --pf-c-page__main-section--BackgroundColor: white !important;
  --pf-global--BackgroundColor--light-300: white !important;
  --pf-c-nav__link--hover--BackgroundColor: var(--primary-bw-light) !important;
  --pf-c-nav__link--current--BackgroundColor: var(
    --primary-bw-light
  ) !important;
  --pf-c-nav__link--m-current--BackgroundColor: var(
    --primary-bw-light
  ) !important;
  --pf-c-nav__link--active--BackgroundColor: var(--primary-bw-light) !important;
  --pf-c-nav__link--focus--BackgroundColor: var(--primary-bw-light) !important;
  --pf-c-button--m-primary--BackgroundColor: var(--primary-bw) !important;
  --pf-c-button--after--BorderRadius: 30px !important;
  --pf-c-nav__link--m-current--after--BorderColor: white;
  --pf-c-nav__link--m-current--after--BorderLeftWidth: 4px;
  --pf-c-nav__link--hover--after--BorderLeftWidth: 0;
  --pf-c-nav__link--active--after--BorderColor: white;
  --pf-c-nav__link--active--after--BorderLeftWidth: 4px;
  --pf-c-button--m-plain--Color: white !important;
  font-family: "Vista Sans OT", sans-serif !important;
}

.pf-c-title {
  height: 27px;
  font-family: "Vista Sans OT", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  color: #757574;
}

#user-name {
  box-sizing: border-box;
  width: 599px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #d9d8d3;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  height: 48px;
  left: 16px;
  top: 6px;
  height: 21px;
  font-family: "Vista Sans OT", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #999995;
  height: 27px;
  font-family: "Vista Sans OT", sans-serif;
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 170%;
  color: #bdbcb7;
  flex: none;
  order: 1;
  flex-grow: 0;
  position: absolute;
  visibility: hidden;
  height: 24px;
  right: 16px;
  top: calc(50% - 12px - 1px);
  font-family: "Vista Sans OT", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: right;
  color: #85c0e5;
}

.pf-c-form__label-text {
  height: 21px;
  font-family: "Vista Sans OT", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #999995;
}

#save-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  gap: 12px;
  height: 38px;
  left: 0px;
  top: 0px;
  background: #ffffff;
  color: var(--primary-bw);
  border: 1px solid var(--primary-bw);
  border-radius: 30px;
}

#cancel-btn {
  color: var(--primary-bw);
  -webkit-text-decoration-color: lightblue;
          text-decoration-color: lightblue;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-family: "Vista Sans OT", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  display: flex;
  align-items: center;
  text-align: center;
}

#signOutButton {
  border-radius: 30px;
  background-color: white;
}

#refresh-page {
  border-radius: 30px;
  color: white;
  background-color: var(--primary-bw);
}

.pf-c-nav__link::before {
  display: none;
}

.pf-c-nav__item.pf-m-expandable::before {
  display: none;
}

.pf-c-card {
  background: #ffffff;
  border: 1px solid #d9d8d3;
  border-radius: 8px;
}

.pf-c-button {
  border-radius: 30px !important;
}

.pf-icon {
  color: var(--primary-bw);
}

.pf-c-data-list__item::before {
  background-color: var(--primary-bw) !important;
}

.pf-l-stack .pf-c-description-list__description .pf-c-description-list__text {
  font-size: 16px;
}
.pf-l-stack .pf-c-description-list__text {
  font-family: "Vista Sans OT", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  font-feature-settings: "liga" off;
  color: #757574;
}

#device-activity-sessions .pf-c-description-list__term span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-bw);
}
#device-activity-sessions .pf-c-description-list__description span {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  font-feature-settings: "liga" off;
  color: #757574;
}

#basic-authentication-categ-title,
#signedInDevicesTitle h2 {
  font-family: "Vista Sans OT", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4ea2d7 !important;
}

#application-name-account-console a {
  color: #4ea2d7 !important;
}

.pf-c-content p {
  font-family: "Vista Sans OT", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #999998;
}

.pf-c-form__group {
  position: relative;
}
.pf-c-form__group:nth-child(1) {
  margin-bottom: 20px;
}
.pf-c-form__group:nth-child(1) .pf-c-form__label span {
  color: var(--primary-bw) !important;
  font-style: normal;
}
.pf-c-form__group:nth-child(1) .pf-c-form__group-label {
  left: 0px !important;
  margin-bottom: 20px;
}

.pf-c-form__group-label {
  position: absolute;
  top: 6px;
  left: 16px;
  height: 21px;
  font-family: "Vista Sans OT", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #999995;
}

.pf-c-form__group-control > select {
  padding: 16px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 0;
  border-radius: 6px;
  height: 60px !important;
}
.pf-c-form__group-control > input {
  box-sizing: border-box;
  padding: 16px;
  padding-top: 30px;
  height: 60px !important;
  background: #ffffff;
  border: 1px solid #d9d8d3;
  border-radius: 6px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.pf-c-form__group-control > input:focus {
  box-sizing: border-box;
  padding: 16px;
  padding-top: 30px;
  height: 60px !important;
  background: #ffffff;
  border: 1px solid #d9d8d3;
  border-radius: 6px;
  flex: none;
  order: 0;
  flex-grow: 0;
}/*# sourceMappingURL=styles.css.map */