@import 'colors.css';

html, body {
    margin: 0;
    padding: 0;
    height: 100% !important;
    overflow-x: hidden;
    display: flex;
    font-family: "Inter", Sans-Serif !important;
}
.app{min-height: 100% !important;position: relative;}

input {
    border: 1px solid var(--gray-300) !important;
    height: 38px !important;
    box-shadow: 0px 1px 2px 0px #0000000D !important;
    color: var(--gray-600) !important;
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.password-input input {
    border-top: none !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

input:not([type=checkbox]) {
    background-color: var(--gray-50) !important;
}

input[type=checkbox]:hover {
    cursor: pointer !important;
}

input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-group {
    width: 100% !important;
}

.new-user {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px !important;
    font-size: 14px !important;
    color: var(--gray-600) !important;
}

.new-user a {
    color: var(--blue-600) !important;
    text-decoration: none !important;
}

.toggle-visibility {
    position: relative;
    z-index: 9999 !important;
    border: none !important;
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400) !important;
    margin-right: 4px !important;
}

.container_login {
    height: 100% !important;
    width: 100vw !important;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}

.gov-digital-title {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
}
.system-title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
}

.box-credentials {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
}

.box-login {
    width: 100%;
    height: 100%;
    max-width: 448px;
    background: #fff;
    padding: 25px;
    display: flex !important;
    flex: 1 !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.subtitle {
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--gray-600) !important;
}

.login-box-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    margin: 0 !important;
}


.form-label-login {
    text-decoration: none !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--blue-600);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-login-principal {
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 9px 17px 9px 17px;
    color: white !important;
    font-weight: bold;
    width: 100%;
    border: none !important;
}

.btn:disabled {
    opacity: 80% !important;
}

.btn-login-cidadao {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  height: 42px;
  background: #94C120 !important;
  color: white;
  font-weight: bold;
}

.btn-login-gestao {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  height: 42px;
  background: #0F6FB7 !important;
  color: white;
  font-weight: bold;
}

.btn-gov-br {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  width: 100%;
  height: 42px;
}

.navbar-position {
    background: #fff;
    height: 80px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 7px;
}

.navbar-title {
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: auto;
    font-size: 14pt;
    flex-direction: column;
    white-space: normal;
}

.navbar-icone-principal {
    font-size: 28pt !important;
    color: linear-gradient(180deg, #092C4C 0%, rgba(9, 44, 76, 0.9) 100%) !important
}

.navbar-icone-gestao {
    font-size: 28pt !important;
    color: #0F6FB7 !important;
}

.navbar-icone-cidadao {
    font-size: 28pt !important;
    color: #94C120 !important;
}

.navbar-style-principal {
    height: 80px !important;
    max-height: 80px !important;
    background: linear-gradient(180deg, #092C4C 0%, rgba(9, 44, 76, 0.9) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw !important;
    flex-flow: row;
}

.navbar-style-gestao {
    height: 80px !important;
    max-height: 80px !important;
    background: #0F6FB7 !important;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw !important;
    flex-flow: row;
}

.navbar-style-cidadao {
    height: 80px !important;
    max-height: 80px !important;
    background: #94C120 !important;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw !important;
    flex-flow: row;
}


.cabecalho-box-login {
    width: 100%;
    display: flex;
    gap: 8px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center;
    margin-bottom: 1rem !important;
}

.image-placeholder {
    display: none;
}

.image-placeholder img {
    display: flex !important;
    position: relative !important;
}

.logo {
    display: flex;
    max-width: 350px;
    height: 60px !important;
}

.form-control {
    border-radius: 0px;
    height: 48px;
    border-left: none;
}

.border-line {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #DADCE0;
   line-height: 0.1em;
   margin: 20px 0 20px;
   font-size: 12pt;
   color: #DADCE0;
}

.border-line span {
    background:#fff;
    padding:0 10px;
}

.input-group-text {
    background: #fff;
    border-radius: 0px;
    border-right: none;
}

.input-group-text {
  -webkit-transition: border-color ease-in-out .15s;
          transition: border-color ease-in-out .15s;
}
.has-error.input-group.input-group-focus,
.has-error .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}
.has-warning.input-group.input-group-focus,
.has-warning .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
}
.has-success .input-group.input-group-focus,
.has-success .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
}

.input-group-focus .input-group-text {
  border-color: #80bdff !important;
  color: #80bdff !important;
}
.has-error .input-group-text {
  border-color: #843534 !important;
}
.has-success .input-group-text {
  border-color: #2b542c !important;
}
.has-warning .input-group-text {
  border-color: #66512c !important;
}

.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.box-main {
  max-width: 788px;
  width: 100%;
  height: auto;
  padding: 20px;
}

.color-icon {
  color: #0BB07B;
  font-size: 20px;
  margin: 0px 18px;
}

.box-info {
  margin: 10px;
}

.text {
  font-family: 'Roboto', Helvetica, sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.title {
  font-weight: 700;
  font-size: 24px;
}

.sub-title {
  font-weight: 700;
}

.box-list-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-card {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: auto !important;
}


.card-list {
  width: auto;
  min-width: 336px;
  height: 56px;
  border: 1px solid #E7E9ED;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: 6px 0px;
}

@media (max-width: 690px) {
  .card-list {
    width: 100%;
  }
}

.box-footer-info {
  border: 1px solid #E7E9ED;
  border-radius: 4px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 47px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-footer {
  font-size: 16px;
  margin: 16px;
}

.box-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-authorize {
  width: 121px;
  height: 48px;
  border: none;
  border-radius: 4px;
  background-color: #0F6FB7;
  color: #fff;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
}


.btn-cancel {
  width: 121px;
  height: 48px;
  border-color: #0F6FB7;
  border-radius: 4px;
  color: #0F6FB7;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  padding: 10px;
}

.btn-authorize:hover{
    filter: brightness(85%);
}

.btn-cancel:hover{
    background-color: #0F6FB7;
    color: #fff;
}

.reset-form input {
    border-radius: 6px !important;
}

.subtitle-box {
    padding: 8px !important;
    border-radius: 8px !important;
}

.box-concluded {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 8px !important;
    border-radius: 8px;
}

.sent-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 100%;
}

@media (min-width: 760px) {
    .container_login {
        padding: 1rem !important;
        border-radius: 8px !important;
        height: 100vh !important;
    }

    .image-placeholder {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex: 1 !important;
        height: 100% !important;
        width: 100% !important;
        max-height: 790px !important;
    }

    .image-placeholder img {
        width: 100%;
        max-width: 663px !important;
        height: 100%;
        border-radius: 8px !important;
    }
}