@import "/oifibra/javax.faces.resource/assets/css/common.css.xhtml";

.pageContainer {
  padding: 0 20px;
  /* height: 90vh; */
}

.container {
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: inherit;
  max-width: 450px;
}

.headerNavigator {
  margin: 36px 0 36px 0;
}

.titleContainer {
  margin: 40px 0 40px 0;
}
.titleContainer h3 {
  font-family: PlusJakartaSans;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
  line-height: 28px;
}

.titleContainer p {
  font-family: PlusJakartaSans;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.buttonContainer {
  margin: auto 0 24px 0;
}
.filledField {
  border: 2px solid var(--borderGoodFeedback) !important;
}

.errorField {
  border: 2px solid var(--borderBadFeedback) !important;
}

#checkIconCnpj,
#checkIcon {
  position: relative;
  bottom: 37px;
  left: 90%;
  width: 24px;
  height: 24px;
  display: none;
}

#errorIconCnpj,
#errorIcon,
#iconError {
  position: relative;
  bottom: 60px;
  left: 90%;
  width: 24px;
  height: 24px;
  display: none;
}

.dividerLine {
  border-top: 1px solid var(--borderTop);
  position: fixed;
  bottom: 19vh;
  width: 100%;
}

.helperContainerLink {
  margin: auto 0 0 0;
}

.wrapperHelper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 36px 0 36px 0;
}
.wrapperHelper .textContent {
  font-family: OpenSans;
}

.wrapperHelper .textContent p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.wrapperHelper .textContent small {
  font-weight: 400;
  font-size: 16px;
  color: var(--border);
}

.wrapperHelper .textContentLink p {
  color: var(--links);
  font-family: OpenSans;
  font-weight: 600;
  font-size: 16px;
}

.wrapperHelper .textContentLink .sendedEmail {
  color: var(--neutral);
  font-family: OpenSans;
  font-weight: 400;
  font-size: 16px;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgb(76 76 76 / 65%);
  overflow-x: hidden;
  transition: 0.5s;
  display: none;
}

.overlayContent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--white);
  height: 45%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.closeHeader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}

.infoContent {
  font-family: OpenSans;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}

.infoContent p {
  font-weight: 600;
  margin-bottom: 15px;
}
.infoContent small {
  font-weight: 400;
  color: var(--border);
}
