html {
  height: 100%;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.125rem;
}

.gap-2 {
  gap: 0.25rem;
}
.brand-link {
  text-align: center;
}

.nav-treeview {
  margin-left: 5px;
}

.color-white {
  color: white;
}

.background-warning {
  background-color: #f39c12;
}

.min-width-button {
  min-width: fit-content !important;
}

.space-between {
  justify-content: space-between !important;
}

.forms-page nav {
  display: flex;
  flex-direction: column;
  width: 100%;

  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: rgb(27, 27, 27);
  position: relative;
}

.forms-page nav ul {
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: grid;
  z-index: 1;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  align-items: start;
}

.forms-page nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}
.forms-page nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

.forms-page nav .nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 1.8rem !important;
  border-radius: 50%;
  background-color: #7fb6ff;
  color: #fff;
}

.forms-page .progress {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(0, 110, 255, 0.5);
  position: absolute;
  top: 45px;
}
@media screen and (max-width: 720px) {
  .nav-icon {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.2rem !important;
  }
  .forms-page nav ul li {
    font-size: 1rem !important;
  }
  .forms-page .progress {
    top: 20px !important;
  }
  .forms-page nav .nav-icon {
    font-size: 1rem !important;
  }
}

.forms-page .pbar-1 {
  width: 12%;
}

.forms-page .pbar-2 {
  width: 38%;
}

.forms-page .pbar-3 {
  width: 62%;
}

.forms-page .pbar-4 {
  width: 88%;
}

.forms-page .pbar-5 {
  width: 100%;
}

.forms-page .progress .progress-bar {
  background-color: #006eff;
}

.forms-page nav .active {
  background-color: #006eff;
}

.icon-language {
  width: 20px;
  height: 20px;
}

.container-language {
  background-color: #fff;
  border-radius: 4px;
  width: fit-content;
  margin-top: 5px;
}

.container-language:hover {
  cursor: pointer;
}

.header-language {
  padding: 0;
}

.header-language:hover {
  cursor: pointer;
}

/* ESTILOS USADOS EM SELEÇÃOPPGI */

.container-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  img {
    max-width: 200px;
    height: 100px;
  }
}

.login-page {
  height: 100%;
  display: flex;
  background-color: #d2d6de;
  overflow-y: auto;
  padding: 1rem;
}

.icon-input {
  margin-left: -30px;
  cursor: pointer;
}

.input-password {
  position: relative;
}

.input-password i {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
